/* 
* Made with Template by studio.bio
* Based on Bones by Eddie Machado.
* One love :)
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
/* line 23, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
/* line 32, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
/* line 45, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
/* line 56, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
/* line 68, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
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.
   */
/* line 77, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
/* line 87, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
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.
   */
/* line 97, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
/* line 108, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
/* line 117, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
/* line 140, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
/* line 152, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
/* line 168, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
/* line 178, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
/* line 187, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
/* line 198, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
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.
   */
/* line 210, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
/* line 221, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
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.
   */
/* line 232, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
/* line 245, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
/* line 253, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
/* line 262, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
/* line 272, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
[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.
   */
/* line 282, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
/* line 291, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
[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.
   */
/* line 300, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
/* line 312, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
/* line 320, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
/* line 331, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
/* line 339, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* line 345, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}

/* line 348, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  display: table;
  content: "";
}

/* line 353, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/* line 359, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 366, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_normalize.scss */
.image-replacement,
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name: 
Author: 

Stylesheet: Typography

******************************************************************/
/*
"Web design is 95% typography" - Oliver Reichenstein

When that quote was made in 2006 it was before web fonts, auto-play video,
and animated pop-ups so even if it is 65 or 75% today that is still *most* 
of any web site's design. Understanding some of the basics of typography
(and web typography) will go a long way.

There are lots of web typographic systems out there however many are
overly complex and not intuitive. Thus, we've tried to set some good
defaults that aren't based on confounding mixins here but you may want
to explore web typography further:

https://www.smashingmagazine.com/2009/08/typographic-design-survey-best-practices-from-the-best-blogs/
https://www.smashingmagazine.com/2012/12/css-baseline-the-good-the-bad-and-the-ugly/
http://www.newnet-soft.com/blog/csstypography
http://typecast.com/blog/4-simple-steps-to-vertical-rhythm
https://github.com/StudioThick/megatype
https://sassline.com
http://matejlatin.github.io/Gutenberg/
https://zellwk.com/blog/responsive-typography/
https://github.com/zellwk/typi

Note that most of the typography styles are set in base.scss with
the html, body, and h1-h6 tags so adjust as needed. Set a good baseline
and consider your vertical rhythm.

*/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/* To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
  
  Also, you don't have to include a separate name for 
  each font style...just use the same name and
  declare each style separately. See here:
  http://www.newnet-soft.com/blog/csstypography
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*********************
FONT STACKS
*********************/
/*
 Commented out since WP uses system fonts now but if you can't let go I won't be upset. 
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

Some cool simple examples here:
https://vanseodesign.com/css/custom-sass-functions/

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/************************
MORE SASS FUNCTIONS
*************************/
/* Example:
$length: 42em;
$int: strip-unit($length); // 42
*/
/**
 * Calculate rems based on a base unit.
 */
/* Example:
$list: a b, c d, e f;
$value: match($list, e); // returns f
$value: match($list, b); // returns a
$value: match($list, z); // returns false
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/* line 81, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.foo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 84, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.foo-parent {
  position: relative;
}

/*********************
TINTS/SHADES
https://css-tricks.com/snippets/sass/tint-shade-functions/
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*--------------------------------------------------
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
https://gist.github.com/richardtorres314/26b18e12958ba418bb37993fdcbfc1bd

Checkout this Flexbox guide for more info:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

2018: probably can remove these with autoprefixer(?)
---------------------------------------------------*/
/*@include flexbox(); */
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-5 {
  padding-top: 5px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-5 {
  margin-bottom: 5px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-5 {
  padding-bottom: 5px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-5 {
  margin-left: 5px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-5 {
  padding-left: 5px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-5 {
  margin-right: 5px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-5 {
  padding-right: 5px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-10 {
  padding-top: 10px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-10 {
  padding-bottom: 10px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-10 {
  margin-left: 10px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-10 {
  padding-left: 10px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-10 {
  margin-right: 10px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-10 {
  padding-right: 10px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-15 {
  margin-top: 15px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-15 {
  padding-top: 15px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-15 {
  margin-bottom: 15px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-15 {
  padding-bottom: 15px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-15 {
  margin-left: 15px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-15 {
  padding-left: 15px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-15 {
  margin-right: 15px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-15 {
  padding-right: 15px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-16 {
  margin-top: 16px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-16 {
  padding-top: 16px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-16 {
  margin-bottom: 16px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-16 {
  padding-bottom: 16px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-16 {
  margin-left: 16px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-16 {
  padding-left: 16px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-16 {
  margin-right: 16px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-16 {
  padding-right: 16px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-20 {
  padding-top: 20px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-20 {
  padding-bottom: 20px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-20 {
  margin-left: 20px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-20 {
  padding-left: 20px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-20 {
  margin-right: 20px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-20 {
  padding-right: 20px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-25 {
  margin-top: 25px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-25 {
  padding-top: 25px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-25 {
  margin-bottom: 25px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-25 {
  padding-bottom: 25px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-25 {
  margin-left: 25px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-25 {
  padding-left: 25px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-25 {
  margin-right: 25px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-25 {
  padding-right: 25px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-30 {
  padding-top: 30px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-30 {
  padding-bottom: 30px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-30 {
  margin-left: 30px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-30 {
  padding-left: 30px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-30 {
  margin-right: 30px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-30 {
  padding-right: 30px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-35 {
  margin-top: 35px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-35 {
  padding-top: 35px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-35 {
  margin-bottom: 35px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-35 {
  padding-bottom: 35px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-35 {
  margin-left: 35px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-35 {
  padding-left: 35px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-35 {
  margin-right: 35px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-35 {
  padding-right: 35px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-40 {
  margin-top: 40px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-40 {
  padding-top: 40px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-40 {
  margin-bottom: 40px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-40 {
  padding-bottom: 40px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-40 {
  margin-left: 40px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-40 {
  padding-left: 40px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-40 {
  margin-right: 40px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-40 {
  padding-right: 40px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-45 {
  margin-top: 45px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-45 {
  padding-top: 45px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-45 {
  margin-bottom: 45px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-45 {
  padding-bottom: 45px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-45 {
  margin-left: 45px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-45 {
  padding-left: 45px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-45 {
  margin-right: 45px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-45 {
  padding-right: 45px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-50 {
  margin-top: 50px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-50 {
  padding-top: 50px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-50 {
  margin-bottom: 50px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-50 {
  padding-bottom: 50px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-50 {
  margin-left: 50px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-50 {
  padding-left: 50px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-50 {
  margin-right: 50px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-50 {
  padding-right: 50px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-60 {
  margin-top: 60px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-60 {
  padding-top: 60px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-60 {
  margin-bottom: 60px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-60 {
  padding-bottom: 60px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-60 {
  margin-left: 60px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-60 {
  padding-left: 60px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-60 {
  margin-right: 60px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-60 {
  padding-right: 60px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-75 {
  margin-top: 75px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-75 {
  padding-top: 75px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-75 {
  margin-bottom: 75px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-75 {
  padding-bottom: 75px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-75 {
  margin-left: 75px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-75 {
  padding-left: 75px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-75 {
  margin-right: 75px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-75 {
  padding-right: 75px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-80 {
  margin-top: 80px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-80 {
  padding-top: 80px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-80 {
  margin-bottom: 80px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-80 {
  padding-bottom: 80px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-80 {
  margin-left: 80px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-80 {
  padding-left: 80px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-80 {
  margin-right: 80px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-80 {
  padding-right: 80px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-100 {
  margin-top: 100px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-100 {
  padding-top: 100px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-100 {
  margin-bottom: 100px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-100 {
  padding-bottom: 100px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-100 {
  margin-left: 100px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-100 {
  padding-left: 100px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-100 {
  margin-right: 100px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-100 {
  padding-right: 100px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-150 {
  margin-top: 150px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-150 {
  padding-top: 150px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-150 {
  margin-bottom: 150px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-150 {
  padding-bottom: 150px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-150 {
  margin-left: 150px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-150 {
  padding-left: 150px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-150 {
  margin-right: 150px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-150 {
  padding-right: 150px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-160 {
  margin-top: 160px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-160 {
  padding-top: 160px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-160 {
  margin-bottom: 160px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-160 {
  padding-bottom: 160px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-160 {
  margin-left: 160px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-160 {
  padding-left: 160px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-160 {
  margin-right: 160px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-160 {
  padding-right: 160px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-t-200 {
  margin-top: 200px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-t-200 {
  padding-top: 200px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-b-200 {
  margin-bottom: 200px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-b-200 {
  padding-bottom: 200px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-l-200 {
  margin-left: 200px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-l-200 {
  padding-left: 200px !important;
}

/* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.m-r-200 {
  margin-right: 200px !important;
}

/* line 336, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
.p-r-200 {
  padding-right: 200px !important;
}

/**
 * Computes a top-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/* line 45, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.frame {
  margin: 0 auto;
  max-width: 100%;
}

/* line 55, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.frame:after {
  content: "";
  display: table;
  clear: both;
}

/* line 64, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
[class*='bit-'] {
  float: left;
  padding: 0em;
}

/* line 69, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.nopad {
  padding: 0px;
}

/* line 73, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-center {
  float: none !important;
  margin: 0 auto;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-1 {
  width: 100%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-2 {
  width: 50%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-3 {
  width: 33.33333%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-4 {
  width: 25%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-5 {
  width: 20%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-6 {
  width: 16.66667%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-7 {
  width: 14.28571%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-8 {
  width: 12.5%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-9 {
  width: 11.11111%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-10 {
  width: 10%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-11 {
  width: 9.09091%;
}

/* line 80, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-12 {
  width: 8.33333%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-10 {
  width: 10%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-15 {
  width: 15%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-20 {
  width: 20%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-25 {
  width: 25%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-30 {
  width: 30%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-35 {
  width: 35%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-40 {
  width: 40%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-60 {
  width: 60%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-65 {
  width: 65%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-70 {
  width: 70%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-75 {
  width: 75%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-80 {
  width: 80%;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
.bit-90 {
  width: 90%;
}

@media (max-width: 481px) {
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-1 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-2 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-3 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-4 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-5 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-6 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-7 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-8 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-9 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-10 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-11 {
    width: 100%;
  }
  /* line 103, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-12 {
    width: 100%;
  }
  /* line 108, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-25, .bit-30, .bit-35, .bit-40, .bit-60, .bit-65, .bit-70, .bit-75, .bit-80, .bit-20 {
    width: 100%;
  }
  /* line 112, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-3 {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  /* line 119, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-4,
  .bit-6,
  .bit-8,
  .bit-10,
  .bit-12 {
    width: 50%;
  }
  /* line 127, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-1,
  .bit-2,
  .bit-3,
  .bit-5,
  .bit-7,
  .bit-9,
  .bit-11 {
    width: 100%;
  }
  /* line 138, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-25, .bit-30, .bit-40, .bit-60, .bit-70, .bit-75, .bit-35, .bit-60, .bit-65, .bit-80, .bit-20 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1030px) {
  /* line 145, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-2,
  .bit-3,
  .bit-7 {
    width: 100%;
  }
  /* line 151, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-4,
  .bit-5,
  .bit-8,
  .bit-10,
  .bit-12 {
    width: 50%;
  }
  /* line 159, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-25, .bit-30, .bit-40, .bit-70, .bit-75, .bit-35, .bit-60, .bit-65 {
    width: 100%;
  }
  /* line 163, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-80, .bit-20 {
    width: 100%;
  }
}

@media (min-width: 1030px) and (max-width: 1240px) {
  /* line 170, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-2,
  .bit-3,
  .bit-7 {
    width: 100%;
  }
  /* line 176, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-4,
  .bit-5,
  .bit-8,
  .bit-10,
  .bit-12 {
    width: 50%;
  }
  /* line 184, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_lemonade.scss */
  .bit-25, .bit-30, .bit-40, .bit-70, .bit-75, .bit-35, .bit-60, .bit-65 {
    width: 100%;
  }
}

/* Ye Olde Bones Grid
* Hear Ye, hear ye!
* This is the old style grid, now commented out
* You *should* make the move to css grid now but
* if you need this or can't let go, it's still here
* so uncomment to use (and comment the cssgrid out).
* Just know that Rachel Andrew is watching.
*/
/**
* Gutenberg Styles.
*
* Now enqueued in a separate function in functions.php to
* keep styles out of the main stylesheet. Alternatively
* you can comment out the Gutenberg styles enqueue and 
* uncomment this below to have a single stylesheet.
* You do you.
*/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet. Or roll your own.

******************************************************************/
/* line 14, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 20, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 34, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 41, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

See here on placeholder selectors and why you should
use @extend instead of @include:
http://thesassway.com/intermediate/understanding-placeholder-selectors

Also, don't use cursor: pointer; for buttons as they already should 
signify that they are clickable:

https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b

*********************/
/* line 33, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_buttons.scss */
.button, .blue-button {
  position: relative;
  display: inline-block;
  margin-bottom: .5em;
  padding: 1em 1.5em;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
}

/* line 42, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_buttons.scss */
.button:active, .blue-button:active {
  top: 1px;
}

/* line 51, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_buttons.scss */
.blue-button {
  background: #2980b9;
  color: #fff !important;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.165em;
  text-transform: uppercase;
}

/* line 62, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_buttons.scss */
.blue-button:hover, .blue-button:focus {
  color: #fff !important;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

Here are a few defaults for forms and stuffs.

******************************************************************/
/*********************
INPUTS
*********************/
/* line 16, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
}

/* line 48, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 60, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 65, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
textarea {
  max-width: 100%;
  width: 100%;
}

/* line 70, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
fieldset {
  border: 1px solid #ccc;
}

/* line 73, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
fieldset label {
  font-weight: 600;
}

/* line 77, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
fieldset p {
  margin-bottom: 0;
}

/* line 82, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
legend {
  padding: 0 0.5em;
}

/* line 86, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.radio-buttons {
  margin-top: 0;
}

/* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.radio-buttons li {
  margin-left: 2px;
  list-style-type: none;
}

/* line 94, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.radio-buttons label {
  font-weight: normal;
}

/* line 100, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="search"] {
  background-color: #4c4c4c;
  height: 42px;
  border: 0;
  border-radius: 7px;
  padding: 0 10px;
  color: #fff;
}

/* line 108, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="search"]::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

/* line 112, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

/* line 116, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="search"]::placeholder {
  color: #fff;
}

/* line 120, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="search"]:focus {
  outline-color: #fff !important;
}

/* line 125, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

/* line 136, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: .3;
  pointer-events: all;
  -webkit-filter: invert(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='invert'><feComponentTransfer><feFuncR type='linear' slope='-1' intercept='1'/><feFuncG type='linear' slope='-1' intercept='1' /><feFuncB type='linear' slope='-1' intercept='1' /></feComponentTransfer></filter></svg>#invert");
  filter: invert(100%);
}

/* line 146, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
#search-filter-form-5327 ul, #search-filter-form-5380 ul, #search-filter-form-5381 ul, #search-filter-form-5382 ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 151, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
#search-filter-form-5327 ul li, #search-filter-form-5380 ul li, #search-filter-form-5381 ul li, #search-filter-form-5382 ul li {
  text-align: right;
  padding: 0 25px;
}

/* line 152, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
#search-filter-form-5327 ul li.sf-item-0, #search-filter-form-5380 ul li.sf-item-0, #search-filter-form-5381 ul li.sf-item-0, #search-filter-form-5382 ul li.sf-item-0 {
  display: none;
}

/* line 158, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
#search-filter-form-5327 ul li label, #search-filter-form-5380 ul li label, #search-filter-form-5381 ul li label, #search-filter-form-5382 ul li label {
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1C1C1C;
  /* identical to box height, or 137% */
  letter-spacing: 0.165em;
  text-transform: uppercase;
  outline: 0;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  transition: border 0.75s ease;
}

/* line 175, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
#search-filter-form-5327 ul li label.active, #search-filter-form-5380 ul li label.active, #search-filter-form-5381 ul li label.active, #search-filter-form-5382 ul li label.active {
  border-bottom: 3px solid #fff;
}

/* line 178, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
#search-filter-form-5327 ul li label:hover, #search-filter-form-5380 ul li label:hover, #search-filter-form-5381 ul li label:hover, #search-filter-form-5382 ul li label:hover {
  cursor: pointer;
}

/* line 182, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
#search-filter-form-5327 ul li input[type="radio"], #search-filter-form-5380 ul li input[type="radio"], #search-filter-form-5381 ul li input[type="radio"], #search-filter-form-5382 ul li input[type="radio"] {
  display: none;
}

/* line 185, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
#search-filter-form-5327 ul li input[type="radio"]:checked + label, #search-filter-form-5380 ul li input[type="radio"]:checked + label, #search-filter-form-5381 ul li input[type="radio"]:checked + label, #search-filter-form-5382 ul li input[type="radio"]:checked + label {
  border-bottom: 3px solid #1C1C1C;
}

@media only screen and (max-width: 1029px) {
  /* line 193, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
  .online-magazine-categories {
    flex-direction: column;
    justify-content: center;
  }
  /* line 197, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
  .online-magazine-categories .view-all {
    margin: 0;
    margin-bottom: 20px;
  }
  /* line 203, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
  #search-filter-form-5327 ul, #search-filter-form-5380 ul, #search-filter-form-5381 ul, #search-filter-form-5382 ul {
    flex-direction: column;
    justify-content: center;
  }
  /* line 206, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
  #search-filter-form-5327 ul li, #search-filter-form-5380 ul li, #search-filter-form-5381 ul li, #search-filter-form-5382 ul li {
    text-align: center !important;
    margin: 10px 0px !important;
    padding: 0 !important;
  }
  /* line 211, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
  #search-filter-form-5327 ul li label, #search-filter-form-5380 ul li label, #search-filter-form-5381 ul li label, #search-filter-form-5382 ul li label {
    padding-left: 0 !important;
  }
}

/* line 219, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
a.view-more, a.view-all {
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1C1C1C;
  /* identical to box height, or 137% */
  letter-spacing: 0.165em;
  text-transform: uppercase;
  outline: 0;
  padding-bottom: 4px;
}

/* line 236, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 241, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li {
  width: 100%;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 246, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li:first-of-type {
  margin-left: 0px;
}

/* line 249, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li:last-of-type {
  margin-right: 0px;
}

/* line 253, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li ul {
  display: block;
}

/* line 257, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li input {
  padding: 0.5em;
}

/* line 261, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li select {
  padding: 0.5em;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}

/* line 268, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li.sf-input-text {
  width: 100% !important;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

/* line 276, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li.sf-field-search {
  width: 100%;
  min-width: 200px;
  position: relative;
  top: -2px;
}

/* line 282, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.searchandfilter ul li.sf-field-search input, .searchandfilter ul li.sf-field-search label {
  width: 100%;
  max-width: 100%;
}

/* line 292, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.sf-field-category .chosen-container-single, .sf-field-post_type .chosen-container-single, .sf-field-taxonomy-site_section .chosen-container-single, .sf-field-taxonomy-region .chosen-container-single {
  width: 100% !important;
  min-width: 200px;
}

/* line 296, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.sf-field-category .chosen-container-single .chosen-single, .sf-field-post_type .chosen-container-single .chosen-single, .sf-field-taxonomy-site_section .chosen-container-single .chosen-single, .sf-field-taxonomy-region .chosen-container-single .chosen-single {
  width: 100% !important;
  min-width: 200px;
  display: block;
  background: rgba(196, 196, 196, 0.3);
  border: 0;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  margin-top: -4px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #3f3f3f;
}

/* line 318, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.sf-field-search input {
  background: rgba(196, 196, 196, 0.3);
  border: 0;
  color: #3f3f3f;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}

/* line 326, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.sf-field-search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3f3f3f;
  opacity: 1;
  /* Firefox */
}

/* line 331, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.sf-field-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3f3f3f;
}

/* line 335, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.sf-field-search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3f3f3f;
}

/* line 341, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
  background-image: url(../images/down-arrow.svg) !important;
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  background-position: center left;
}

/* line 348, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/modules/_forms.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-image: url(../images/down-arrow.svg) !important;
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  transform: rotate(180deg);
}

/*********************
BASE STYLESHEET
These are the base styles and it's loaded on every device. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Stylesheet

As the name implies, this is the base stylesheet. This will be
loaded by all devices and viewports so keep it as light as possible.

If you are using progressive enhancement, load styles that will be
only seen on tablets or desktops in the stylesheets targeted for
those viewpoints.

******************************************************************/
/*********************
GLOBAL STYLES
Use this section for
site-wide stuffs.
*********************/
/* line 22, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
html {
  font-size: 1em;
}

/* line 26, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
body {
  color: #333333;
  font-size: 100%;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 45, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
pre code {
  white-space: pre-line;
}

/* line 51, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.center {
  text-align: center;
}

/* line 55, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.text-right {
  text-align: right;
}

/* line 59, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.upper {
  text-transform: uppercase;
}

/* line 63, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.white {
  color: #fff;
}

/* line 67, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.search-input {
  display: flex;
}

/* line 72, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
body.page-template-page-solar #submenu, body.solar #submenu {
  background-color: #F6B83E !important;
}

/* line 78, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
body.page-template-page-wind #submenu, body.wind #submenu {
  background-color: #2980b9 !important;
}

/* line 84, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
body.page-template-page-china #submenu, body.china #submenu {
  background-color: #F02E1F !important;
}

/* line 90, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.alm-filter--inner ul {
  padding: 0;
  margin: 0;
}

/* line 94, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.alm-filter--inner li {
  list-style-type: none;
  display: inline-block;
  padding: 0 25px;
}

/* line 99, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.alm-filter--inner li:first-of-type {
  padding-left: 0 !important;
}

/* line 102, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.alm-filter--inner li:hover {
  cursor: pointer;
}

/* line 107, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.alm-filter--inner .field-radio {
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  /* identical to box height, or 137% */
  letter-spacing: 0.165em;
  text-transform: uppercase;
  outline: 0;
  padding-bottom: 4px;
}

/* line 122, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.alm-filter--inner .field-radio.active {
  border-bottom: 3px solid #fff;
}

/* line 128, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
section#exclusive-articles {
  background-color: #1C1C1C;
}

/* line 132, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.alm-filters-edit {
  display: none;
}

/* line 137, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.online-magazine-categories {
  justify-content: flex-end;
}

/* line 138, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.online-magazine-categories .alm-filter--radio .field-radio {
  color: #1C1C1C !important;
}

/* line 145, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.online-magazine-categories ul {
  padding: 0;
  margin: 0;
}

/* line 149, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.online-magazine-categories li {
  list-style-type: none;
  display: inline-block;
  padding: 0 25px;
}

/* line 154, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.online-magazine-categories li:first-of-type {
  padding-left: 0 !important;
}

/* line 157, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.online-magazine-categories li:hover {
  cursor: pointer;
}

/* line 161, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.online-magazine-categories li a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 137% */
  text-align: right;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: #000000;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
/* line 189, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
a, a:visited {
  text-decoration: none;
  color: #2980b9;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

/* line 193, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  text-decoration: underline;
}

/* line 201, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
        this highlights links on iPhones/iPads.
        so it basically works like the :hover selector
        for mobile devices.
        */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 211, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.read-more-link {
  color: #2980b9;
}

/******************************************************************
HEADING STYLES
******************************************************************/
/* 
While there are several frameworks for Sass web typography and
baselines like Sassline, Megatype and Gutenberg (not the new WP editor), 
those all seemed overly complex. What I wanted was simple defaults that 
looked good out of the box without a lot of calculations and segmented mixins.

After searching far and wide, I came across this:
http://type-scale.com which we used to get our base sizes.

You should use only one <h1> element per page (generally for the page title). 
Then, use <h2> for sub-headings and h3-h6 if you need to structure your text
further. Using correct headings helps with readability, SEO, and accessibility.
*/
/* Heading defaults */
/* line 234, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  color: #303030;
  font-weight: 500;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */
  /* 
    Removing text decoration from all headline links.
    If you want it, then delete this. Do it your way.
    */
}

/* line 24, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
h1::before, .h1::before, h2::before, .h2::before, h3::before, .h3::before, h4::before, .h4::before, h5::before, .h5::before, h6::before, .h6::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((0.7 - 1.2) * 0.5em);
}

/* line 31, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
h1::after, .h1::after, h2::after, .h2::after, h3::after, .h3::after, h4::after, .h4::after, h5::after, .h5::after, h6::after, .h6::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((0.7 - 1.2) * 0.5em);
}

/* line 253, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* line 258, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
h1, .h1 {
  margin-top: 0;
  font-size: 3.157em;
}

/* line 264, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 2.369em;
}

/* line 269, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
h3, .h3 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* or 129% */
  letter-spacing: -0.02em;
}

/* line 280, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.333em;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 137% */
  letter-spacing: 0.165em;
}

/* line 292, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 1em;
}

/* line 296, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
h6, .h6 {
  letter-spacing: 4.333px;
}

/*********************
HEADER STYLES
*********************/
/* line 305, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.header {
  background: #1C1C1C;
}

/* line 310, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#inner-header {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

/* line 316, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#site-title {
  margin: 0 0.5em 0 0;
  font-size: 2em;
  line-height: inherit;
}

/* line 320, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#site-title a {
  color: #303030;
}

/* line 325, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#bloginfo {
  display: flex;
}

/* line 329, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#logo {
  margin-right: 8px;
}

/* line 331, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#logo img {
  width: 50px;
  height: 50px;
  display: block;
}

/*********************
LIST STYLES
*********************/
/* line 343, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
ul, ol {
  -webkit-padding-start: 20px;
}

/* line 348, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.list-square {
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: square;
}

/* line 355, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.nostyle {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/* line 362, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.related-posts-list {
  display: flex;
}

/* line 366, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.page-numbers {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

/* line 372, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.page-numbers li {
  margin-right: 1em;
}

/* line 374, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.page-numbers li a {
  color: #B7B7B7;
}

/* line 380, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#article-cats {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
}

/* line 384, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#article-cats li {
  padding: 0 1em;
  justify-content: flex-start;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: #000000;
}

/* line 396, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#article-cats li:first-of-type {
  padding-left: 0;
}

/*********************
NAVIGATION STYLES
*********************/
/* 
Where did the nav menu go?
Navigation styles for mobile are now in 767down.scss
if you need them.

We almost always use the Responsive Menu plugin:
https://wordpress.org/plugins/responsive-menu/ for mobile
menus but those selectors are there if you want to use the
default menu.

For your main navigation, styles are in 768up.scss.
*/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/*
As you add pages, add your own body classes below if you 
need page-specific styles.

It's good practice to use .page-yourpage {} syntax here so 
that you don't conflict with other classes. That's what
the cool kids do.

*/
/* line 455, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.error404 .search-outer {
  padding: 1.5em 0;
}

/* line 458, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.error404 .search-input {
  display: flex;
  width: 100%;
}

/* line 462, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.error404 input[type="search"] {
  margin: 0 1em 0 0;
  height: 40px;
  min-width: 250px;
}

/* line 467, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.error404 .search-submit {
  width: 100px;
}

/* line 475, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.single .entry-content h2 {
  font-size: 1em !important;
  font-weight: 700;
}

/* line 479, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.single .entry-content h2 br {
  display: none;
}

/* line 519, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.page-blog .entry-content .alignfull, .page-blog .entry-content .alignwide {
  margin: 0;
  max-width: 100%;
}

/**
 * put all your custom page classes here  
 * e.g. .page-yourpage {}
 */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 553, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
hr.hr {
  border: 1px solid #888888;
}

/* line 557, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.full-content {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.055em;
  color: #2980b9;
}

/* line 568, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.visit-website {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: #2980b9;
}

/* line 586, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
}

/* post meta */
/* line 622, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.byline-wrap {
  margin-bottom: 1.5em;
}

/* entry content */
/* line 631, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content {
  /*
    image alignment on a screen this size may be
    a bit difficult. It's set to start aligning
    and floating images at the next breakpoint,
    but it's up to you. Feel free to change it up.
    */
}

/* line 633, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content span {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

/* line 637, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 40px;
  font-weight: 600;
}

/* line 642, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content p {
  margin-bottom: 20px;
}

/* line 660, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content table {
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid #ccc;
}

/* line 668, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #ccc;
}

/* line 671, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #dedede;
}

/* line 676, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #ccc;
}

/* line 680, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}

/* line 685, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #dedede;
}

/* line 690, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}

/* line 695, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content blockquote {
  width: 100%;
  margin: 30px auto;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #1C1C1C;
  padding: 1em 1.5em 1em 30px;
  border-left: 3px solid rgba(136, 136, 136, 0.5);
  position: relative;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  /* or 137% */
  letter-spacing: 0.015em;
}

/* line 713, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content blockquote::after {
  content: '';
}

/* line 717, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.entry-content blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

/* end .entry-content */
/* line 757, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.wp-caption {
  /* images inside wp-caption */
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* default WP image classes */
/******************************************************************
SCREEN READER STYLES
******************************************************************/
/* Text meant only for screen readers. */
/* line 797, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

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

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* end plate_page_navi */
/* fallback previous & next links */
/* line 853, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}

/* line 857, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 867, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
#comments-title {
  /* number of comments span */
}

/* line 878, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 883, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.comment {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}

/* line 887, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.comment .comment-author {
  display: flex;
  align-items: center;
}

/* line 906, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.comment .vcard .avatar {
  margin-right: 1rem;
}

/* line 913, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.comment .children {
  /* variations */
  /* change number for different depth */
}

/* comment meta */
/* comment content */
/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 977, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.comment-edit-link {
  margin-right: 6px;
}

/**********************
COMMENT FORM STYLES
***********************/
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* no comments */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 1027, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 1046, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.footer {
  clear: both;
  background-color: #1C1C1C;
}

/* line 1049, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.footer .company-details {
  background-color: #000000;
  color: #676666;
  text-transform: uppercase;
}

/* line 1055, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_base.scss */
.footer a {
  color: #676666;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

Not sure if people use this breakpoint much anymore. We don't.
I can't remember the last time I used this stylesheet but keeping
it in for now.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /* line 23, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 24, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 25, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  /* line 26, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  /* line 68, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 71, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-top: 11px;
  }
  /* line 77, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    margin-top: 11px;
  }
  /* line 83, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: table;
    clear: both;
    margin-top: 11px;
  }
  /* line 91, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_481up.scss */
  .entry-content .wp-block-media-text.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}

/*********************
BELOW TABLET
This is for everything that's below an iPad including mobile
phones. This way we can keep mobile styles separate and not
compete with the base styles.
*********************/
@media only screen and (max-width: 767px) {
  /******************************************************************
Site Name: 
Author:

Stylesheet: Below Tablet

This stylesheet will show on devices smaller than an iPad or tablet.
Use this to add styles that will *only* show on mobile phones.

I find it easier to do it this way than to have to override base styles.

******************************************************************/
  /* line 14, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  .wrap {
    padding: 1em;
  }
  /* line 20, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid {
    width: 100%;
    overflow: hidden;
    grid-gap: 1rem;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
  }
  /* line 27, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .post-box {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 32, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .post-box span {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 26px;
    /* or 118% */
    letter-spacing: -0.02em;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 50, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .wide-post, section#latest-press #latest-press-grid .standard-post {
    width: 100%;
    position: relative;
  }
  /* line 54, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .wide-post .cat-col-line, section#latest-press #latest-press-grid .standard-post .cat-col-line {
    position: absolute;
    width: 100px;
    height: 3px;
    border-bottom: 3px solid #fff;
    top: 10px;
    left: 0px;
  }
  /* line 64, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .wide-post.category-solar .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 70, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .wide-post.category-wind .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 76, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .wide-post.category-china .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 84, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .wide-post-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    padding: 20px 8px;
    color: #fff;
    background-size: cover !important;
  }
  /* line 92, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .wide-post-2 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    padding: 20px 8px;
    color: #fff;
    background-size: cover !important;
  }
  /* line 100, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .standard-post {
    padding: 16px 8px;
    color: #fff;
    background: linear-gradient(89.08deg, #403E3E 1.92%, rgba(255, 255, 255, 0.25) 99.32%), #525252;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  /* line 106, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  section#latest-press #latest-press-grid .standard-post span {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    /* or 141% */
    letter-spacing: -0.02em;
    -webkit-line-clamp: 3;
  }
  /* line 123, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  .lp-adverts {
    padding-bottom: 30px !important;
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  /* line 129, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_767down.scss */
  .lp-adverts .advert {
    width: 100%;
    height: 60px;
    max-width: 545px;
    max-height: 84px;
    background: #AFAFAF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    margin-bottom: 30px;
  }
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

This stylesheet will be used for tablets and larger devices
like desktops. CSS Grid starts working its magic here so you
can start to have fun with your layout(s).

******************************************************************/
  /*********************
GLOBAL STYLES
*********************/
  /* line 22, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw;
  }
  /* line 27, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .entry-content .alignwide {
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
    max-width: 1000%;
    width: auto;
  }
  /* line 34, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .entry-content .alignwide img,
  .entry-content .alignfull img {
    display: block;
    margin: 0 auto;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  /* line 45, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .wrap {
    padding: 1em 1.5em;
  }
  /* line 49, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .inner-wrap {
    padding: 1em;
  }
  /*********************
HEADER STYLES
*********************/
  /********************
WORDPRESS BODY CLASSES
style a page via class
********************/
  /*
We like having these classes for use in iPad and larger devices
so we've copied them here.
*/
  /* line 87, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .single-full #main {
    max-width: 640px;
    float: none;
    margin: 0 auto;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  /* line 127, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .widget ul li {
    /* deep nesting */
  }
  /*!
 *
 * We rarely use these widget classes but they
 * do come in handy sometimes. Know your widgets.
 *
 */
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /* line 300, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .footer-links ul li {
    /*
            be careful with the depth of your menus.
            it's very rare to have multi-depth menus in
            the footer.
            */
  }
  /* end .footer-links */
  /* line 316, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .footer-grid {
    padding-top: 75px;
    padding-bottom: 75px;
    display: flex;
  }
  /* line 321, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .footer-grid .footer-logo {
    width: 145px;
    height: auto;
  }
  /* line 327, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_768up.scss */
  .footer-grid .footer-col h2 {
    /* PES Menu Text */
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #AFAFAF;
  }
}

@media only screen and (max-width: 899px) {
  /******************************************************************
Site Name: 
Author:

Stylesheet: Below Tweener

This stylesheet will show on devices smaller than large tablets but
below desktops.

Use this for tweener device sizes. We don't use this stylesheet
often but on occasion it comes in handy.

******************************************************************/
}

@media only screen and (max-width: 1029px) {
  /******************************************************************
Site Name: 
Author:

Stylesheet: Smaller Desktops + Tablets

This stylesheet affects desktops and some tablets but often I find
that 1029px and below is a good breakpoint for showing a mobile 
hamburger menu so you can add styles for that here.

I find it easier to do it this way than to have to override base styles.

******************************************************************/
  /* line 15, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #inner-header {
    padding: 0 1.5em;
    padding-top: 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: flex-end;
  }
  /* line 23, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #inner-header #search-box {
    display: flex;
    justify-content: flex-end;
  }
  /* line 27, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #inner-header #search-box form .search-input {
    padding-bottom: 20px;
  }
  /* line 29, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #inner-header #search-box form .search-input input {
    width: 150px !important;
  }
  /* line 37, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu {
    background: #525252;
  }
  /* line 40, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .strapline {
    position: relative;
    padding: 5px 1.5em;
    display: block;
    width: 100%;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  /* line 58, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.primary-menu {
    display: none;
  }
  /* line 63, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  /* line 68, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li {
    flex: 1;
    transition: background-color 0.75s ease;
  }
  /* line 71, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li a {
    padding: 0.75rem 0;
    text-align: center;
    color: #fff;
  }
  /* line 76, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li:nth-of-type(1) {
    background-color: #525252;
    width: 94px;
  }
  /* line 79, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li:nth-of-type(1):hover {
    background-color: #424242;
  }
  /* line 83, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li:nth-of-type(2) {
    background-color: #F6B83E;
  }
  /* line 85, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li:nth-of-type(2):hover {
    background-color: #c59332;
  }
  /* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li:nth-of-type(3) {
    background-color: #2980b9;
  }
  /* line 91, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li:nth-of-type(3):hover {
    background-color: #216694;
  }
  /* line 95, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li:nth-of-type(4) {
    background-color: #F02E1F;
  }
  /* line 97, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #submenu .header-nav.category-menu li:nth-of-type(4):hover {
    background-color: #c02519;
  }
  /* line 106, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #logo img {
    width: 130px;
    margin-left: -8px;
  }
  /* line 112, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .desk {
    display: none;
  }
  /* line 116, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .mob {
    display: block;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /* line 130, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .nav {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    list-style-type: none;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 136, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .nav li {
    /* 
		Are you really going to use drop-down menus for mobile?
		Probably not. We almost always use the Responsive Menu
		plugin: https://wordpress.org/plugins/responsive-menu/
		*/
  }
  /* line 138, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .nav li a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
  }
  /* line 163, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px;
  }
  /* end .nav */
  /* line 194, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .footer-grid {
    padding-top: 75px;
    padding-bottom: 75px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 40px 1.5em;
  }
  /* line 202, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .footer-grid .footer-logo {
    width: 145px;
    height: auto;
  }
  /* line 209, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .footer-grid .footer-col:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* line 214, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .footer-grid .footer-col h2 {
    /* PES Menu Text */
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #AFAFAF;
  }
  /* line 231, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .company-details {
    padding: 0 1.5em;
    text-align: center;
  }
  /* line 235, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .company-details .text-right {
    padding-top: 20px;
    text-align: center !important;
  }
  /* line 241, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press {
    background-color: #1C1C1C;
  }
  /* line 244, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press .section-title {
    color: #fff;
  }
  /* line 248, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press a.filter-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    text-align: right;
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #fff;
  }
  /* line 261, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press .bit-2 {
    width: 50% !important;
  }
  /* line 263, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press .bit-2 h4 {
    margin-top: 4px;
  }
  /* line 268, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid {
    width: 100%;
    overflow: hidden;
    grid-gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 150px;
  }
  /* line 276, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .post-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 280, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .post-box span {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    /* or 118% */
    letter-spacing: -0.02em;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /* line 298, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .wide-post, section#latest-press #latest-press-grid .standard-post {
    width: 100%;
    position: relative;
  }
  /* line 302, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .wide-post .cat-col-line, section#latest-press #latest-press-grid .standard-post .cat-col-line {
    position: absolute;
    width: 100px;
    height: 3px;
    border-bottom: 3px solid #fff;
    top: 10px;
    left: 0px;
  }
  /* line 312, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .wide-post.category-solar .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 318, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .wide-post.category-wind .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 324, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .wide-post.category-china .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 332, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .wide-post-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    padding: 20px 8px;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
  }
  /* line 341, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .wide-post-2 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    padding: 20px 8px;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
  }
  /* line 350, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .standard-post {
    padding: 16px 8px;
    color: #fff;
    background: linear-gradient(89.08deg, #403E3E 1.92%, rgba(255, 255, 255, 0.25) 99.32%), #525252;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-size: cover !important;
    background-position: center !important;
  }
  /* line 358, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#latest-press #latest-press-grid .standard-post span {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    /* or 141% */
    letter-spacing: -0.02em;
    -webkit-line-clamp: 3;
  }
  /* line 375, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .lp-adverts {
    padding-bottom: 30px !important;
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  /* line 381, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .lp-adverts .advert {
    width: 100%;
    height: 60px;
    max-width: 545px;
    max-height: 84px;
    background: #AFAFAF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    margin-bottom: 0px;
  }
  /* line 392, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#online-magazine-reader {
    border-top: 20px solid #525252;
    background-color: #fff;
    text-align: center;
  }
  /* line 398, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#online-magazine-reader h4 {
    margin-bottom: 10px;
  }
  /* line 402, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#online-magazine-reader #mag-categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 407, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#online-magazine-reader #mag-categories .mag-category {
    width: 50%;
  }
  /* line 410, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#online-magazine-reader #mag-categories .mag-category img {
    box-shadow: 0 6px 12px rgba(66, 66, 66, 0.23), 0 10px 40px rgba(66, 66, 66, 0.19);
  }
  /* line 414, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#online-magazine-reader #mag-categories .mag-category h3 {
    margin-top: 40px;
    color: #5C5C5C;
  }
  /* line 424, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #search-filter-form-5327 ul li {
    padding: 0px;
  }
  /* line 431, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  a.view-all {
    margin-left: 10px;
  }
  /* line 436, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .inner-wrap {
    padding: 0 1.5em;
  }
  /* line 441, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .page-template-page-home .online-magazine-categories, .page-template-page-china .online-magazine-categories, .page-template-page-solar .online-magazine-categories, .page-template-page-wind .online-magazine-categories {
    justify-content: center;
  }
  /* line 442, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .page-template-page-home .online-magazine-categories .alm-filter--radio .field-radio, .page-template-page-china .online-magazine-categories .alm-filter--radio .field-radio, .page-template-page-solar .online-magazine-categories .alm-filter--radio .field-radio, .page-template-page-wind .online-magazine-categories .alm-filter--radio .field-radio {
    color: #1C1C1C !important;
  }
  /* line 448, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .page-template-page-home .magazine-articles, .page-template-page-china .magazine-articles, .page-template-page-solar .magazine-articles, .page-template-page-wind .magazine-articles {
    display: flex;
    justify-content: space-between;
  }
  /* line 452, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .page-template-page-home .magazine-article, .page-template-page-china .magazine-article, .page-template-page-solar .magazine-article, .page-template-page-wind .magazine-article {
    padding: 4px;
  }
  /* line 455, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .page-template-page-home .magazine-article img, .page-template-page-china .magazine-article img, .page-template-page-solar .magazine-article img, .page-template-page-wind .magazine-article img {
    background-color: #ccc;
    box-shadow: 0 6px 12px rgba(66, 66, 66, 0.23), 0 10px 40px rgba(66, 66, 66, 0.19);
  }
  /* line 464, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .page-template-page-in-print .magazine-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 0.5em;
  }
  /* line 472, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .page-template-page-in-print .magazine-article img {
    background-color: #ccc;
    box-shadow: 0 6px 12px rgba(66, 66, 66, 0.23), 0 10px 40px rgba(66, 66, 66, 0.19);
  }
  /* line 482, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .single-magazine-examples .alm-reveal {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 1em;
  }
  /* line 493, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles .alm-filter--inner ul {
    display: flex;
    justify-content: space-between;
  }
  /* line 496, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles .alm-filter--inner ul li {
    padding: 0 !important;
  }
  /* line 500, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more {
    min-height: 400px !important;
  }
  /* line 503, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout {
    border-top: solid 6px #fff;
    display: flex;
    align-items: flex-start;
  }
  /* line 506, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-solar {
    border-top: solid 6px #F6B83E;
  }
  /* line 508, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-solar .excerpt-read-more {
    color: #F6B83E;
  }
  /* line 513, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-wind {
    border-top: solid 6px #2980b9;
  }
  /* line 515, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-wind .excerpt-read-more {
    color: #2980b9;
  }
  /* line 520, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-pes-china {
    border-top: solid 6px #F02E1F;
  }
  /* line 522, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-pes-china .excerpt-read-more {
    color: #F02E1F;
  }
  /* line 530, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout .exclusive-article-img {
    width: 30%;
    background-color: #fff;
  }
  /* line 533, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout .exclusive-article-img img {
    width: 100%;
  }
  /* line 538, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout .exclusive-article-content {
    width: 70%;
    padding-left: 1.5em;
    padding-top: 1.5em;
    color: #fff;
  }
  /* line 543, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles #ajax-load-more .alm-layout .exclusive-article-content h3 {
    color: #fff;
  }
  /* line 550, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles .alm-filters-edit {
    display: none;
  }
  /* line 553, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#exclusive-articles .no-results {
    color: #fff;
  }
  /* line 558, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #custom-alm-loader {
    opacity: 0;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    transition: all 0.1s ease;
    color: #fff;
  }
  /* line 566, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .alm-loading #custom-alm-loader {
    display: block;
    opacity: 1;
  }
  /* line 571, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .alm-load-more-btn {
    display: none !important;
  }
  /* line 575, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #ad-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  /* line 584, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #ad-grid .sq-ad {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-color: #525252;
  }
  /* line 46, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
  #ad-grid .sq-ad > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* line 591, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes {
    background: linear-gradient(171.08deg, white 6.1%, #e3e3e3 100%), #F7F7F7;
  }
  /* line 593, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes .excerpt-read-more {
    display: none;
  }
  /* line 597, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes .post-date {
    position: absolute;
    top: 0.25rem;
    right: 1.5rem;
    font-size: 0.9em;
  }
  /* line 606, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid {
    overflow: hidden;
    grid-gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  /* line 613, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-box {
    display: block;
    position: relative;
  }
  /* line 617, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-box h4 {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #5C5C5C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
  }
  /* line 631, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /* line 641, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-l, section#more-from-pes #more-pes-grid .standard-post {
    position: relative;
  }
  /* line 644, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-l .cat-col-line, section#more-from-pes #more-pes-grid .standard-post .cat-col-line {
    position: relative;
    width: 100px;
    height: 3px;
    border-top: 3px solid #fff;
    margin-bottom: 20px;
  }
  /* line 654, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-l.category-solar .cat-col-line, section#more-from-pes #more-pes-grid .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 660, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-l.category-wind .cat-col-line, section#more-from-pes #more-pes-grid .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 666, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-l.category-china .cat-col-line, section#more-from-pes #more-pes-grid .standard-post.category-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 674, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid .post-l {
    background: rgba(196, 196, 196, 0.15);
    padding: 1.5rem;
    color: #3f3f3f;
  }
  /* line 682, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  section#more-from-pes #more-pes-grid-secondary {
    overflow: hidden;
    grid-gap: 1.5rem;
    display: grid;
    grid-template-rows: auto;
  }
  /* line 691, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px 20px;
  }
  /* line 698, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px 20px;
  }
  /* line 704, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set .post-box {
    display: block;
  }
  /* line 707, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set .post-box h4 {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #5C5C5C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
  }
  /* line 723, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set .standard-post {
    background: rgba(196, 196, 196, 0.15);
    padding: 1.5rem;
    color: #3f3f3f;
    position: relative;
  }
  /* line 729, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set .standard-post .post-date {
    position: absolute;
    top: 0.75rem !important;
    right: 1.5rem;
    font-size: 0.9em;
  }
  /* line 736, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set .standard-post .cat-col-line {
    position: relative;
    width: 100px;
    height: 3px;
    border-top: 3px solid #1C1C1C;
    margin-bottom: 20px;
  }
  /* line 745, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 751, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 757, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-secondary-set .standard-post.category-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 766, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px 20px;
  }
  /* line 773, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-box {
    display: block;
  }
  /* line 776, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-box h4 {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #5C5C5C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
  }
  /* line 790, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /* line 798, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-l, .more-main-set .standard-post {
    position: relative;
  }
  /* line 801, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-l .cat-col-line, .more-main-set .standard-post .cat-col-line {
    position: relative;
    width: 100px;
    height: 3px;
    border-top: 3px solid #1C1C1C;
    margin-bottom: 20px;
  }
  /* line 810, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-l.category-solar .cat-col-line, .more-main-set .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 816, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-l.category-wind .cat-col-line, .more-main-set .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 822, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-l.category-china .cat-col-line, .more-main-set .standard-post.category-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 830, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .more-main-set .post-l {
    background: rgba(196, 196, 196, 0.15);
    padding: 1.5rem;
    color: #3f3f3f;
  }
  /* line 838, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  #inner-footer {
    padding: 0 1.5em;
  }
  /* line 842, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1029down.scss */
  .footer-grid {
    flex-direction: column;
  }
}

/*********************
TWEENER
This targets some trickier 'tweener' devices like large
tablets. You probably won't need to add too much to this stylesheet.
If you're not using it, delete it.
*********************/
@media only screen and (min-width: 900px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tweener Stylsheet

This is for some trickier in-between 'tweener' sizes like larger 
tablets.

******************************************************************/
}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

At this breakpoint you can start setting things like max-width for
your content. Or go full-width. Like Nas said: "The world is yours!"

******************************************************************/
  /* line 16, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #submenu .header-nav.category-menu {
    display: none;
  }
  /* line 21, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #inner-header, #inner-footer, #submenu-inner, .inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  /* line 26, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header {
    padding-top: 30px !important;
  }
  /* line 31, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #logo img {
    width: 270px;
    height: auto;
  }
  /* line 37, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #submenu {
    width: 100%;
    background-color: #525252;
    color: #fff;
    transition: background-color 0.5s ease;
  }
  /* line 43, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #submenu #submenu-inner {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 48, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #submenu #submenu-inner .strapline {
    pointer-events: none;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    letter-spacing: 0.165em;
    text-transform: uppercase;
  }
  /* line 64, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  body.solar #submenu {
    background-color: #F6B83E;
  }
  /* line 70, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  body.wind #submenu {
    background-color: #2980b9;
  }
  /* line 76, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  body.china #submenu {
    background-color: #F02E1F;
  }
  /* line 81, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  /* line 89, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right #search-box svg {
    min-width: 170px;
  }
  /* line 93, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right #search-box:hover {
    cursor: pointer;
  }
  /* line 97, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right #search-box:hover svg rect {
    fill: #fff;
  }
  /* line 100, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right #search-box:hover svg path {
    fill: #1C1C1C;
    stroke: #1C1C1C;
  }
  /* line 104, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right #search-box:hover svg path.mag {
    fill: #fff;
  }
  /* line 112, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right #site-strapline {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.63);
  }
  /* line 127, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li {
    width: 150px;
    transition: background-color 0.75s ease;
  }
  /* line 130, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li a {
    padding: 0.75rem 0;
    text-align: center;
  }
  /* line 134, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li:nth-of-type(1) {
    background-color: #525252;
    width: 94px;
  }
  /* line 137, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li:nth-of-type(1):hover {
    background-color: #424242;
  }
  /* line 141, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li:nth-of-type(2) {
    background-color: #F6B83E;
  }
  /* line 143, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li:nth-of-type(2):hover {
    background-color: #c59332;
  }
  /* line 147, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li:nth-of-type(3) {
    background-color: #2980b9;
  }
  /* line 149, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li:nth-of-type(3):hover {
    background-color: #216694;
  }
  /* line 153, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li:nth-of-type(4) {
    background-color: #F02E1F;
  }
  /* line 155, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #header-right .category-menu li:nth-of-type(4):hover {
    background-color: #c02519;
  }
  /* line 163, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press {
    background-color: #1C1C1C;
  }
  /* line 166, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press .section-title {
    color: #fff;
  }
  /* line 170, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press a.filter-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    text-align: right;
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #fff;
  }
  /* line 183, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid {
    overflow: hidden;
    grid-gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 130px 130px;
  }
  /* line 190, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .post-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 194, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .post-box span {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* or 129% */
    letter-spacing: -0.02em;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /* line 212, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .wide-post, section#latest-press #latest-press-grid .standard-post {
    position: relative;
  }
  /* line 215, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .wide-post .cat-col-line, section#latest-press #latest-press-grid .standard-post .cat-col-line {
    position: absolute;
    width: 100px;
    height: 3px;
    border-bottom: 3px solid #fff;
    top: 0px;
    left: 0px;
  }
  /* line 225, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .wide-post.category-solar .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 231, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .wide-post.category-wind .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 237, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .wide-post.category-pes-china .cat-col-line, section#latest-press #latest-press-grid .standard-post.category-pes-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 245, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .wide-post-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    padding: 1rem;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
  }
  /* line 254, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .wide-post-2 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    padding: 1rem;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
  }
  /* line 263, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .standard-post {
    padding: 1rem;
    color: #fff;
    background: linear-gradient(89.08deg, #403E3E 1.92%, rgba(150, 150, 150, 0.25) 99.32%), #525252;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-size: cover !important;
    background-position: center !important;
  }
  /* line 271, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#latest-press #latest-press-grid .standard-post span {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* or 141% */
    letter-spacing: -0.02em;
  }
  /* line 287, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .lp-adverts {
    padding-bottom: 20px !important;
    display: flex;
    justify-content: space-between;
  }
  /* line 292, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .lp-adverts .g-23, .lp-adverts .g-24, .lp-adverts .g-25, .lp-adverts .g-26 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  /* line 298, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .lp-adverts .g-23 .g-col, .lp-adverts .g-24 .g-col, .lp-adverts .g-25 .g-col, .lp-adverts .g-26 .g-col {
    width: 468px;
  }
  /* line 301, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .lp-adverts .g-23 .g-col img, .lp-adverts .g-24 .g-col img, .lp-adverts .g-25 .g-col img, .lp-adverts .g-26 .g-col img {
    width: 468px;
  }
  /* line 318, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#online-magazine-reader {
    background-color: #fff;
  }
  /* line 321, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#online-magazine-reader #mag-categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 326, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#online-magazine-reader #mag-categories .mag-category {
    width: 30%;
  }
  /* line 329, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#online-magazine-reader #mag-categories .mag-category img {
    box-shadow: 0 6px 12px rgba(66, 66, 66, 0.23), 0 10px 40px rgba(66, 66, 66, 0.19);
  }
  /* line 333, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#online-magazine-reader #mag-categories .mag-category h3 {
    margin-top: 40px;
    color: #5C5C5C;
  }
  /* line 342, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .page-template-page-home .online-magazine-categories, .page-template-page-wind .online-magazine-categories, .page-template-page-solar .online-magazine-categories, .page-template-page-china .online-magazine-categories {
    justify-content: flex-end;
  }
  /* line 343, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .page-template-page-home .online-magazine-categories .alm-filter--radio .field-radio, .page-template-page-wind .online-magazine-categories .alm-filter--radio .field-radio, .page-template-page-solar .online-magazine-categories .alm-filter--radio .field-radio, .page-template-page-china .online-magazine-categories .alm-filter--radio .field-radio {
    color: #1C1C1C !important;
  }
  /* line 349, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .page-template-page-home .magazine-articles, .page-template-page-wind .magazine-articles, .page-template-page-solar .magazine-articles, .page-template-page-china .magazine-articles {
    display: flex;
    justify-content: space-between;
  }
  /* line 353, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .page-template-page-home .magazine-article, .page-template-page-wind .magazine-article, .page-template-page-solar .magazine-article, .page-template-page-china .magazine-article {
    width: 22%;
  }
  /* line 356, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .page-template-page-home .magazine-article img, .page-template-page-wind .magazine-article img, .page-template-page-solar .magazine-article img, .page-template-page-china .magazine-article img {
    background-color: #ccc;
    box-shadow: 0 6px 12px rgba(66, 66, 66, 0.23), 0 10px 40px rgba(66, 66, 66, 0.19);
  }
  /* line 364, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .page-template-page-in-print .magazine-articles, .single-magazine-examples .magazine-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 1.5em;
  }
  /* line 370, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .page-template-page-in-print .magazine-article, .single-magazine-examples .magazine-article {
    width: 100% !important;
  }
  /* line 372, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .page-template-page-in-print .magazine-article img, .single-magazine-examples .magazine-article img {
    background-color: #ccc;
    box-shadow: 0 6px 12px rgba(66, 66, 66, 0.23), 0 10px 40px rgba(66, 66, 66, 0.19);
  }
  /* line 382, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .single-magazine-examples .alm-reveal {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 1em;
  }
  /* line 392, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more {
    min-height: 400px !important;
  }
  /* line 395, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout {
    border-top: solid 6px #fff;
    display: flex;
    align-items: flex-start;
  }
  /* line 398, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-solar {
    border-top: solid 6px #F6B83E;
  }
  /* line 400, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-solar .excerpt-read-more {
    color: #F6B83E;
  }
  /* line 405, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-wind {
    border-top: solid 6px #2980b9;
  }
  /* line 407, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-wind .excerpt-read-more {
    color: #2980b9;
  }
  /* line 412, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-pes-china {
    border-top: solid 6px #F02E1F;
  }
  /* line 414, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout.category-pes-china .excerpt-read-more {
    color: #F02E1F;
  }
  /* line 422, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout .exclusive-article-img {
    width: 30%;
    background-color: #fff;
  }
  /* line 425, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout .exclusive-article-img img {
    width: 100%;
  }
  /* line 430, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout .exclusive-article-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    padding-left: 1.5em;
    padding-top: 1.5em;
    color: #fff;
  }
  /* line 438, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles #ajax-load-more .alm-layout .exclusive-article-content h3 {
    color: #fff;
  }
  /* line 445, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles .alm-filters-edit {
    display: none;
  }
  /* line 448, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#exclusive-articles .no-results {
    color: #fff;
  }
  /* line 453, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #custom-alm-loader {
    opacity: 0;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    transition: all 0.1s ease;
    color: #fff;
  }
  /* line 461, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .alm-loading #custom-alm-loader {
    display: block;
    opacity: 1;
  }
  /* line 466, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .alm-load-more-btn {
    display: none !important;
  }
  /* line 470, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #ad-grid {
    padding-left: 40px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-gap: 30px;
    align-items: center;
    justify-content: space-between;
  }
  /* line 480, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #ad-grid .g img {
    width: 100%;
    max-width: 190px;
    background-color: #525252;
  }
  /* line 486, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #ad-grid .sq-ad {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-color: #525252;
  }
  /* line 46, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_mixins.scss */
  #ad-grid .sq-ad > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* line 492, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #ad-grid.ad-grid-group {
    grid-template-columns: 1fr !important;
  }
  /* line 496, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #ad-grid.ad-grid-group .g-20, #ad-grid.ad-grid-group .g-21 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5em;
  }
  /* line 504, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes {
    background: linear-gradient(171.08deg, white 6.1%, #e3e3e3 100%), #F7F7F7;
  }
  /* line 506, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes .excerpt-read-more {
    display: none;
  }
  /* line 510, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes .post-date {
    position: absolute;
    top: 0.25rem;
    right: 1.5rem;
    font-size: 0.9em;
  }
  /* line 519, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid {
    overflow: hidden;
    grid-gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  /* line 526, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-box {
    display: block;
    position: relative;
  }
  /* line 530, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-box h4 {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #5C5C5C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 544, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /* line 554, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-l, section#more-from-pes #more-pes-grid .standard-post {
    position: relative;
  }
  /* line 557, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-l .cat-col-line, section#more-from-pes #more-pes-grid .standard-post .cat-col-line {
    position: relative;
    width: 100px;
    height: 3px;
    border-top: 3px solid #fff;
    margin-bottom: 20px;
  }
  /* line 567, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-l.category-solar .cat-col-line, section#more-from-pes #more-pes-grid .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 573, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-l.category-wind .cat-col-line, section#more-from-pes #more-pes-grid .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 579, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-l.category-pes-china .cat-col-line, section#more-from-pes #more-pes-grid .standard-post.category-pes-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 587, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid .post-l {
    background: rgba(196, 196, 196, 0.15);
    padding: 1.5rem;
    color: #3f3f3f;
  }
  /* line 595, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  section#more-from-pes #more-pes-grid-secondary {
    overflow: hidden;
    grid-gap: 1.5rem;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  /* line 604, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .grid-container {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px 20px;
    grid-template-areas: "more-main-set more-secondary-set" "more-main-set more-secondary-set" "more-main-set more-secondary-set";
  }
  /* line 615, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    gap: 20px 20px;
    grid-template-areas: "." "." "." "." ".";
    grid-area: more-secondary-set;
  }
  /* line 628, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set .post-box {
    display: block;
  }
  /* line 631, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set .post-box h4 {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #5C5C5C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  /* line 647, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set .standard-post {
    background: rgba(196, 196, 196, 0.15);
    padding: 1.5rem;
    color: #3f3f3f;
    position: relative;
  }
  /* line 653, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set .standard-post .post-date {
    position: absolute;
    top: 0.75rem !important;
    right: 1.5rem;
    font-size: 0.9em;
  }
  /* line 660, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set .standard-post .cat-col-line {
    position: relative;
    width: 100px;
    height: 3px;
    border-top: 3px solid #1C1C1C;
    margin-bottom: 20px;
  }
  /* line 669, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 675, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 681, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-secondary-set .standard-post.category-pes-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 690, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px 20px;
    grid-template-areas: ". ." ". ." ". .";
    grid-area: more-main-set;
  }
  /* line 702, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-box {
    display: block;
  }
  /* line 705, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-box h4 {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 41px;
    letter-spacing: -0.02em;
    color: #5C5C5C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 719, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  /* line 727, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-l, .more-main-set .standard-post {
    position: relative;
  }
  /* line 730, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-l .cat-col-line, .more-main-set .standard-post .cat-col-line {
    position: relative;
    width: 100px;
    height: 3px;
    border-top: 3px solid #1C1C1C;
    margin-bottom: 20px;
  }
  /* line 739, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-l.category-solar .cat-col-line, .more-main-set .standard-post.category-solar .cat-col-line {
    border-color: #F6B83E;
  }
  /* line 745, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-l.category-wind .cat-col-line, .more-main-set .standard-post.category-wind .cat-col-line {
    border-color: #2980b9;
  }
  /* line 751, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-l.category-pes-china .cat-col-line, .more-main-set .standard-post.category-pes-china .cat-col-line {
    border-color: #F02E1F;
  }
  /* line 759, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .more-main-set .post-l {
    background: rgba(196, 196, 196, 0.15);
    padding: 1.5rem;
    color: #3f3f3f;
  }
  /* line 768, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .archive .more-main-set {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px 20px;
    grid-template-areas: ". ." ". ." ". .";
    grid-area: more-main-set;
  }
  /* line 779, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .archive .more-main-set .post-date {
    position: relative;
    padding: 10px 0px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #5C5C5C;
  }
  /* line 792, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .archive .more-main-set .post-box {
    display: block;
  }
  /* line 795, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .archive .more-main-set .post-box h4 {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #5C5C5C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 809, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .archive .more-main-set .post-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 817, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .archive .more-main-set .post-l, .archive .more-main-set .standard-post {
    position: relative;
  }
  /* line 820, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .archive .more-main-set .post-l .cat-col-line, .archive .more-main-set .standard-post .cat-col-line {
    position: relative;
    width: 100px;
    height: 3px;
    border-top: 3px solid #226C96;
  }
  /* line 829, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .archive .more-main-set .post-l {
    background: rgba(196, 196, 196, 0.15);
    padding: 1.5rem;
    color: #3f3f3f;
  }
  /* line 866, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #sponsors-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 40px 20px;
    justify-items: center;
    align-items: center;
  }
  /* line 876, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .sponsor {
    padding: 10px;
  }
  /* line 878, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .sponsor img {
    display: block;
  }
  /* line 883, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #media-partners-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5em;
  }
  /* line 890, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #media-partners-grid .media-partners-box {
    padding: 1.5rem;
    color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    min-height: 300px;
  }
  /* line 896, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #media-partners-grid .media-partners-box h3 {
    max-width: 75%;
    color: #fff;
  }
  /* line 901, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #media-partners-grid .media-partners-box span.date {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    letter-spacing: 0.165em;
    text-transform: uppercase;
  }
  /* line 913, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  #media-partners-grid .media-partners-box a {
    color: #F6B83E;
  }
  /* line 923, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .single section#in-print .online-magazine-categories, .page-template-page-generic section#in-print .online-magazine-categories, .page-template-page-search section#in-print .online-magazine-categories {
    display: flex;
  }
  /* line 926, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .single section#in-print .alm-reveal, .page-template-page-generic section#in-print .alm-reveal, .page-template-page-search section#in-print .alm-reveal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 1.5em;
  }
  /* line 932, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .single section#in-print .alm-reveal .magazine-article, .page-template-page-generic section#in-print .alm-reveal .magazine-article, .page-template-page-search section#in-print .alm-reveal .magazine-article {
    width: 100%;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /* line 947, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .header-nav {
    display: flex;
    align-items: center;
  }
  /* line 953, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 960, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav li {
    float: left;
    list-style: none;
    /*
        plan your menus and drop-downs wisely.
        */
    /* showing sub-menus */
  }
  /* line 964, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav li a {
    color: #fff;
    display: block;
    border-bottom: 0;
    padding: 0 1rem;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    letter-spacing: 0.165em;
    text-transform: uppercase;
    /*
            you can use hover styles here even though this size
            has the possibility of being a mobile device.
            */
  }
  /* line 983, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav li a:hover, .nav li a:focus {
    text-decoration: underline;
  }
  /* line 991, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav li:last-child a {
    padding-right: 0;
  }
  /* line 999, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    position: absolute;
    z-index: 8999;
    visibility: hidden;
    /* highlight sub-menu current page */
  }
  /* line 1005, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
                if you need to go deeper, go nuts
                just remember deeper menus suck
                for usability. k, bai.
                */
  }
  /* line 1014, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 1035, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  /* line 1053, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .footer .footer-grid {
    display: flex;
    justify-content: space-between;
  }
  /* line 1058, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .footer .footer-grid .footer-col h2 {
    height: 60px;
  }
  /* line 1064, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .footer ul.footer-nav {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 1068, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .footer ul.footer-nav li {
    float: none;
    display: block;
    padding: 0;
  }
  /* line 1073, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1030up.scss */
  .footer ul.footer-nav li a {
    text-transform: unset;
    padding: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    /* or 187% */
    letter-spacing: 0.055em;
    color: #6F6F6F;
  }
}

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Larger Laptop + Desktop

You can add some advanced styles for larger devices here if you like. 

******************************************************************/
  /* line 11, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/breakpoints/_1240up.scss */
  .inner-wrap {
    padding: 0;
  }
}

/*********************
HIMALAYA XL 9000 SIZE
This is for super ginormous monitors like your one friend has.
*********************/
@media only screen and (min-width: 1600px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here for extra large monitors.

******************************************************************/
}

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. You probably don't need to edit much
in here but if you want to, do your thang.

Adapted from here:
https://www.noupe.com/design/css-perfect-print-stylesheet-98272.html

Updated 2018-05-25

******************************************************************/
}

@media print {
  /* line 19, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important;
  }
  /* Setting content width, unsetting floats and margins */
  /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
  /* line 29, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  #content {
    width: 100%;
    margin: 0;
    float: none;
  }
  /** Setting margins */
  @page {
    margin: 2cm;
  }
  /* Or: */
  @page :left {
    margin: 1cm;
  }
  @page :right {
    margin: 1cm;
  }
  /* The first page of a print can be manipulated as well */
  @page :first {
    margin: 1cm 2cm;
  }
  /* Set font to 16px/13pt, set background to white and font to black.*/
  /* This saves ink */
  /* line 56, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  body {
    font-size: 13pt;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  /* line 63, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  h1 {
    font-size: 24pt;
  }
  /* line 67, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
  }
  /* line 72, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* Defining all page breaks */
  /* line 78, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  a {
    page-break-inside: avoid;
  }
  /* line 82, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  blockquote {
    page-break-inside: avoid;
  }
  /* line 86, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  /* line 91, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  /* line 96, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  table, pre {
    page-break-inside: avoid;
  }
  /* line 100, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  ul, ol, dl {
    page-break-before: avoid;
  }
  /* line 104, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 109, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }
  /* Displaying link color and link behaviour */
  /* line 114, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  a:link, a:visited, a {
    background: transparent;
    color: #0088cc;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  /* line 122, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  a[href^=http]:after {
    content: " < " attr(href) "> ";
  }
  /* line 126, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  article a[href^="#"]:after {
    content: "";
  }
  /* line 130, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  /**
    * Making intergated videos disappear, and removing the iframes' whitespace to zero. 
    */
  /* line 137, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  .entry-content iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  /* line 146, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  .embed-youtube, .embed-responsive, .embed-container {
    display: none;
    position: absolute;
    height: 0;
    overflow: hidden;
  }
  /* Hiding unnecessary elements for the print */
  /* line 154, ../../../../MAMP/Websites/pes.eu.com/wp-content/themes/ashbestos/library/scss/partials/_print.scss */
  #header-widgets, nav, aside,
  .sidebar, .content-ads, .make-comment, .author-bio,
  .heading, .related-posts, #decomments-form-add-comment,
  #breadcrumbs, #footer, .post-byline, .byline, .meta-single,
  .site-title img, .post-tags, .readability, .sidebar, .page-navigation, .wp-prev-next,
  .respond-form {
    display: none;
  }
}

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