/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.selectric .button, .selectric .label {
  height: 38px;
  line-height: 38px;
  display: block; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-disabled, .selectric-items .disabled {
  filter: alpha(opacity=50);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items li, .selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  opacity: .5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.tooltipster-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.tooltipster-content {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s; }

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s; }

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

/*** Open Sans ***/
/*** Roboto ***/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: white;
  -webkit-font-smoothing: antialiased; }
  html.ep-nav--visible {
    height: 100%;
    overflow: hidden; }

body {
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  font: 14px/18px "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  background: white;
  letter-spacing: 0; }
  body::-webkit-scrollbar {
    display: none; }
  body.ep-rtl {
    direction: rtl; }
  body.ep-he {
    font-family: Rubik, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    body.ep-he h1, body.ep-he h2, body.ep-he h3, body.ep-he h4, body.ep-he h5, body.ep-he h6, body.ep-he .h1, body.ep-he .h2, body.ep-he .h3, body.ep-he .h4, body.ep-he .h5, body.ep-he .h6 {
      font-family: Rubik, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    body.ep-he .ep-nav__get {
      font-family: Rubik, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

a {
  color: #1e88e5;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: none; }
  a:hover {
    color: #166dba; }

p, ul, ol, dl {
  margin: 0 0 10px; }

ul, ol {
  margin-top: 12px;
  padding: 0 0 0 36px;
  list-style-type: disc; }
  ul li, ol li {
    margin-bottom: 10px; }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }
  ul.ep-rtl, ol.ep-rtl {
    padding: 0 36px 0 0; }

figure {
  margin: 24px 0 0; }
  figure img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  figure figcaption {
    padding: 0 4px;
    font-size: 10px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.38); }

blockquote {
  margin: 0;
  padding: 0;
  font: italic 24px/28px "Georgia", "Times New Roman", sans-serif;
  color: rgba(0, 0, 0, 0.55); }
  @media (min-width: 750px) {
    blockquote {
      padding-top: 14px;
      padding-bottom: 14px; } }

address {
  font-style: normal; }

.ep-hidden {
  display: none; }

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

.ep-query {
  background-color: #d2e7fa; }

html[lang="he-IL"] body {
  font-family: Rubik,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; }
  html[lang="he-IL"] body .ep-nav__get, html[lang="he-IL"] body h1, html[lang="he-IL"] body h2, html[lang="he-IL"] body h3, html[lang="he-IL"] body h4, html[lang="he-IL"] body h5, html[lang="he-IL"] body h6, html[lang="he-IL"] body .h1, html[lang="he-IL"] body .h2, html[lang="he-IL"] body .h3, html[lang="he-IL"] body .h4, html[lang="he-IL"] body .h5, html[lang="he-IL"] body .h6,
  html[lang="he-IL"] body .ep-header__form-input, html[lang="he-IL"] body .ep-header__form input[type=search], html[lang="he-IL"] body input[type=submit] {
    font-family: Rubik,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: normal; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
  .h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
    margin-top: 0; }

h1, .h1 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 20px;
  line-height: 24px; }

h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px; }

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

h5, .h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase; }

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

/*
 * ========== INPUT=========
 */
fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: block; }

input[type=submit] {
  font-family: "Open Sans", sans-serif; }

input[type="text"], input[type="password"], input[type="email"],
input[type="search"], input[type="tel"], input[type="url"], textarea {
  width: 100%;
  height: 50px;
  padding: 10px 18px;
  background-color: #fafafa;
  border: solid 2px #f3f3f3;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: 16px/26px "Open Sans", sans-serif;
  outline: none !important;
  color: #9790a0;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #c6c1cc;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #c6c1cc;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #c6c1cc;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #c6c1cc;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="email"]:-webkit-autofill,
  input[type="search"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, input[type="url"]:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
  input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus {
    border-color: #54d8a3; }
    input[type="text"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    input[type="text"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
      color: transparent; }
    input[type="text"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder,
    input[type="search"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
      color: transparent; }
    input[type="text"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
      color: transparent; }
  .form-group input[type="text"], .form-group input[type="password"], .form-group input[type="email"], .form-group
  input[type="search"], .form-group input[type="tel"], .form-group input[type="url"], .form-group textarea {
    width: 100%; }
  .form-error input[type="text"], .form-error input[type="password"], .form-error input[type="email"], .form-error
  input[type="search"], .form-error input[type="tel"], .form-error input[type="url"], .form-error textarea {
    border-color: red; }

textarea {
  height: 128px;
  resize: none; }

.form-area {
  margin-right: -8px;
  margin-left: -8px; }

.form-group {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 24px;
  clear: both; }

.form-half {
  clear: none; }
  @media (min-width: 667px) {
    .form-half {
      width: 50%;
      float: left; } }

.form-error {
  position: relative; }
  .form-error-message {
    padding: 1px 2px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 14px;
    color: red;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 8px;
    right: 8px;
    z-index: 1;
    text-align: right;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

/* ========== BUTTONS ========= */
.ep-btn {
  max-width: 250px;
  margin: 0 auto;
  padding: 16px 14px 12px;
  background: #2fc247;
  border-radius: 4px;
  border: 1px solid #2fc247;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  display: block;
  font: 600 14px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none !important;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 750px) {
    .ep-btn {
      max-width: none;
      margin-right: 0;
      margin-left: 0;
      display: inline-block;
      vertical-align: middle; } }
  .ep-btn:hover {
    background-color: #2aad3f;
    border-color: #2aad3f;
    color: white;
    outline: none; }
  .ep-btn:active, .ep-btn:focus {
    color: white; }
  .ep-btn--blue {
    background-color: #1e88e5;
    border-color: #1e88e5; }
    .ep-btn--blue:hover {
      background-color: #3594e8;
      border-color: #3594e8; }

/*
 * ========== TABLE =========
 */
.ep-table {
  margin: 24px -15px; }
  @media (min-width: 750px) {
    .ep-table {
      margin-right: 0;
      margin-left: 0; } }
  .ep-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: auto; }
  .ep-table tr {
    border: 1px solid transparent; }
  .ep-table td, .ep-table th {
    border: none; }
    .ep-table td.ep-table__mobile-hidden, .ep-table th.ep-table__mobile-hidden {
      width: 0;
      max-width: 0;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden; }
      @media (min-width: 750px) {
        .ep-table td.ep-table__mobile-hidden, .ep-table th.ep-table__mobile-hidden {
          width: auto;
          max-width: none;
          padding-right: 15px;
          padding-left: 15px;
          overflow: visible; } }
    .ep-table td.ep-table__link, .ep-table th.ep-table__link {
      padding: 0; }
      .ep-table td.ep-table__link a, .ep-table th.ep-table__link a {
        padding: 13px 45px 15px;
        text-transform: uppercase;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.87);
        text-align: center;
        display: block;
        position: relative; }
        .ep-table td.ep-table__link a:hover, .ep-table th.ep-table__link a:hover {
          color: #1e88e5; }
          .ep-table td.ep-table__link a:hover:before, .ep-table th.ep-table__link a:hover:before {
            border-color: #1e88e5; }
        .ep-table td.ep-table__link a:before, .ep-table th.ep-table__link a:before {
          content: '';
          display: block;
          overflow: hidden;
          width: 10px;
          height: 10px;
          margin: auto 0;
          border-left: 2px solid rgba(0, 0, 0, 0.87);
          border-top: 2px solid rgba(0, 0, 0, 0.87);
          position: absolute;
          right: 22px;
          top: 0;
          bottom: 0;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
          .ep-rtl .ep-table td.ep-table__link a:before, .ep-rtl .ep-table th.ep-table__link a:before {
            left: 22px;
            right: auto;
            -webkit-transform: rotate(315deg);
                -ms-transform: rotate(315deg);
                    transform: rotate(315deg); }
  .ep-table td {
    padding: 15px; }
  .ep-table thead tr {
    background: #d2e7fa;
    border-left-color: #d2e7fa;
    border-right-color: #d2e7fa; }
  .ep-table thead th {
    padding: 12px 15px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left; }
    .ep-rtl .ep-table thead th {
      text-align: right; }
  .ep-table tbody tr {
    border-bottom-color: rgba(0, 0, 0, 0.08); }
    .ep-table tbody tr:last-of-type {
      border-bottom-color: transparent; }
  .ep-table tfoot tr {
    background: #d2e7fa;
    border-left-color: #d2e7fa;
    border-right-color: #d2e7fa; }
  .ep-table__link-hidden {
    display: none; }
    @media (min-width: 750px) {
      .ep-table__link-hidden {
        display: inline; } }
  .ep-table--small td {
    padding-left: 8px;
    padding-right: 8px; }
  .ep-table--small thead tr {
    background: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.08);
    border-bottom-color: rgba(0, 0, 0, 0.08); }
  .ep-table--small thead th {
    padding: 12px 8px;
    font-size: 20px;
    line-height: 24px; }

/*** Tooltip Theme Shadow ***/
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px; }

/*** Tooltip Custom Styles ***/
.ep-tooltips {
  display: none; }

.ep-tooltip {
  color: #1e88e5;
  cursor: pointer; }

.tooltipster-base {
  max-width: 380px; }
  .tooltipster-base p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.87); }
  .tooltipster-base .ep-tooltip__more {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }
  .tooltipster-base .ep-tooltip__heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600; }

.tooltipster-sidetip .tooltipster-content {
  padding: 18px 20px 20px; }

.tooltipster-sidetip .tooltipster-top .tooltipster-arrow {
  height: 20px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.12); }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  width: 24px;
  height: 12px;
  margin-left: -12px; }
  .tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border-width: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.12); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 12px; }

/* ==========================================================================
   WRAPPER
   ========================================================================== */
.ep-page {
  padding-top: 56px;
  padding-bottom: 38px; }

.ep-wrapper {
  padding: 0 15px; }
  @media (min-width: 750px) {
    .ep-wrapper {
      max-width: 1020px;
      padding: 0 30px;
      margin: 0 auto; } }
  .ep-wrapper:after {
    content: '';
    display: table;
    clear: both; }

@media (min-width: 750px) {
  .ep-container {
    margin-right: -30px;
    margin-left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }
    .ep-container .ep-content {
      padding: 0 30px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
              flex-grow: 1; }
    .ep-container .ep-sidebar {
      width: 300px;
      padding: 0 30px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      -webkit-flex: 0 0 300px;
         -moz-box-flex: 0;
              flex: 0 0 300px; } }

@media (min-width: 992px) {
  .ep-container .ep-sidebar {
    width: 356px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 356px;
    -webkit-flex: 0 0 356px;
       -moz-box-flex: 0;
            flex: 0 0 356px; } }

.ep-content > *:first-child, .ep-content > *:first-child > *:first-child, .ep-sidebar > *:first-child, .ep-sidebar > *:first-child > *:first-child {
  margin-top: 0; }

.ep-sidebar {
  margin-top: 50px; }
  @media (min-width: 750px) {
    .ep-sidebar {
      margin-top: 0; } }

.ep-2-cols {
  margin-top: 24px; }
  @media (min-width: 992px) {
    .ep-2-cols {
      margin-right: -5px;
      margin-left: -5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center; }
      .ep-2-cols:after {
        content: '';
        display: table;
        clear: both; } }
  @media (min-width: 992px) {
    .ep-2-cols .ep-col {
      padding: 0 5px;
      width: 50%;
      float: left; }
      .ep-2-cols .ep-col .ep-rtl {
        float: right; } }
  .ep-2-cols .ep-col > *:first-child {
    margin-top: 0; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.ep-header {
  height: 55px;
  background: #1e88e5;
  -webkit-box-shadow: inset 0 -1px 0 0 white;
          box-shadow: inset 0 -1px 0 0 white;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300; }
  .ep-header__brand {
    width: 118px;
    height: 24px;
    margin: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 16px;
    left: 64px; }
    @media (min-width: 1280px) {
      .ep-header__brand {
        left: 24px; } }
    .ep-rtl .ep-header__brand {
      right: 64px;
      left: auto; }
      @media (min-width: 1280px) {
        .ep-rtl .ep-header__brand {
          right: 64px; } }
    .ep-header__brand a {
      width: 100%;
      height: 100%;
      display: block; }
    .ep-header__brand img {
      width: 100%;
      height: auto;
      display: block; }
  .ep-header__form--search {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 13px;
    right: 6px;
    z-index: 100; }
    @media (min-width: 1200px) {
      .ep-header__form--search {
        width: 296px;
        height: auto;
        top: 12px;
        right: 20px; } }
    @media (min-width: 1280px) {
      .ep-header__form--search {
        right: 235px; } }
    .ep-rtl .ep-header__form--search {
      right: auto;
      left: 6px; }
      @media (min-width: 1200px) {
        .ep-rtl .ep-header__form--search {
          left: 20px; } }
      @media (min-width: 1280px) {
        .ep-rtl .ep-header__form--search {
          left: 235px; } }
  @media (min-width: 1200px) {
    .ep-header__form--hidden {
      display: none; } }
  .ep-header__form-space {
    height: 55px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 100; }
    .ep-search--visible .ep-header__form-space {
      display: block; }
    .ep-search--done .ep-header__form-space {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media (min-width: 1200px) {
      .ep-header__form-space {
        height: auto;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .ep-header__form-overlay {
    width: 200vw;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: black;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .ep-search--visible .ep-header__form-overlay {
      display: block; }
    .ep-search--done .ep-header__form-overlay {
      opacity: .4;
      -webkit-transform: translate3d(-1px, 0, 0);
              transform: translate3d(-1px, 0, 0); }
  .ep-header__form-input, .ep-header__form input[type=search] {
    height: 55px;
    padding: 18px 15px 18px 40px;
    background: white url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNi41IDBhNi41IDYuNSAwIDEgMCAwIDEzIDYuNSA2LjUgMCAwIDAgMC0xM20wIDJDOC45ODEgMiAxMSA0LjAxOSAxMSA2LjVTOC45ODEgMTEgNi41IDExQTQuNTA1IDQuNTA1IDAgMCAxIDIgNi41QzIgNC4wMTkgNC4wMTkgMiA2LjUgMiIgZmlsbD0iIzcxNzc3RCIvPjxwYXRoIGQ9Ik0xNi41IDE2LjVsLTUtNSIgc3Ryb2tlPSIjNzE3NzdEIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTAuNSAxMC41TDEyIDEyIiBzdHJva2U9IiM3MTc3N0QiLz48L2c+PC9zdmc+) 8px center no-repeat;
    background-size: 18px 18px;
    border: none;
    border-radius: 0;
    font: 14px/19px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: .012em;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-image 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-image 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-image 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (min-width: 1200px) {
      .ep-header__form-input, .ep-header__form input[type=search] {
        height: 32px;
        padding-top: 6px;
        padding-bottom: 8px;
        border-radius: 4px;
        background-position: 8px 8px;
        background-color: rgba(255, 255, 255, 0.3);
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNi41IDBhNi41IDYuNSAwIDEgMCAwIDEzIDYuNSA2LjUgMCAwIDAgMC0xM20wIDJDOC45ODEgMiAxMSA0LjAxOSAxMSA2LjVTOC45ODEgMTEgNi41IDExQTQuNTA1IDQuNTA1IDAgMCAxIDIgNi41QzIgNC4wMTkgNC4wMTkgMiA2LjUgMiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNi41IDE2LjVsLTUtNSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTAuNSAxMC41TDEyIDEyIiBzdHJva2U9IiNmZmYiLz48L2c+PC9zdmc+);
        color: white;
        display: block;
        line-height: 18px; }
        .ep-header__form-input::-webkit-input-placeholder, .ep-header__form input[type=search]::-webkit-input-placeholder {
          color: white !important;
          -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .ep-header__form-input::-moz-placeholder, .ep-header__form input[type=search]::-moz-placeholder {
          color: white !important;
          -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .ep-header__form-input:-ms-input-placeholder, .ep-header__form input[type=search]:-ms-input-placeholder {
          color: white !important;
          -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .ep-header__form-input:-moz-placeholder, .ep-header__form input[type=search]:-moz-placeholder {
          color: white !important;
          -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); } }
    .ep-header__form-input::-webkit-input-placeholder, .ep-header__form input[type=search]::-webkit-input-placeholder {
      color: #71777D;
      -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ep-header__form-input::-moz-placeholder, .ep-header__form input[type=search]::-moz-placeholder {
      color: #71777D;
      -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ep-header__form-input:-ms-input-placeholder, .ep-header__form input[type=search]:-ms-input-placeholder {
      color: #71777D;
      -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ep-header__form-input:-moz-placeholder, .ep-header__form input[type=search]:-moz-placeholder {
      color: #71777D;
      -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ep-header__form-input:focus, .ep-header__form input[type=search]:focus {
      background-color: white;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNi41IDBhNi41IDYuNSAwIDEgMCAwIDEzIDYuNSA2LjUgMCAwIDAgMC0xM20wIDJDOC45ODEgMiAxMSA0LjAxOSAxMSA2LjVTOC45ODEgMTEgNi41IDExQTQuNTA1IDQuNTA1IDAgMCAxIDIgNi41QzIgNC4wMTkgNC4wMTkgMiA2LjUgMiIgZmlsbD0iIzcxNzc3RCIvPjxwYXRoIGQ9Ik0xNi41IDE2LjVsLTUtNSIgc3Ryb2tlPSIjNzE3NzdEIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTAuNSAxMC41TDEyIDEyIiBzdHJva2U9IiM3MTc3N0QiLz48L2c+PC9zdmc+);
      color: rgba(0, 0, 0, 0.87); }
      .ep-header__form-input:focus ::-webkit-input-placeholder, .ep-header__form input[type=search]:focus ::-webkit-input-placeholder {
        color: transparent; }
      .ep-header__form-input:focus ::-moz-placeholder, .ep-header__form input[type=search]:focus ::-moz-placeholder {
        color: transparent; }
      .ep-header__form-input:focus :-ms-input-placeholder, .ep-header__form input[type=search]:focus :-ms-input-placeholder {
        color: transparent; }
      .ep-header__form-input:focus :-moz-placeholder, .ep-header__form input[type=search]:focus :-moz-placeholder {
        color: transparent; }
    .ep-rtl .ep-header__form-input, .ep-rtl .ep-header__form input[type=search] {
      padding-right: 40px;
      padding-left: 15px;
      background-position: 97% center; }
  .ep-header__form-btn {
    width: 35px;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .ep-rtl .ep-header__form-btn {
      right: 0;
      left: auto; }
    .ep-header__form-btn:hover {
      background: transparent; }
  .ep-header__form-toggle {
    width: 32px;
    height: 32px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNi41IDBhNi41IDYuNSAwIDEgMCAwIDEzIDYuNSA2LjUgMCAwIDAgMC0xM20wIDJDOC45ODEgMiAxMSA0LjAxOSAxMSA2LjVTOC45ODEgMTEgNi41IDExQTQuNTA1IDQuNTA1IDAgMCAxIDIgNi41QzIgNC4wMTkgNC4wMTkgMiA2LjUgMiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNi41IDE2LjVsLTUtNSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTAuNSAxMC41TDEyIDEyIiBzdHJva2U9IiNmZmYiLz48L2c+PC9zdmc+) center center no-repeat;
    background-size: 18px 18px;
    display: block;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .ep-header__form-toggle {
        display: none; } }

@media (min-width: 1200px) {
  body:not(.single-post):not(.single-engiepedia) .ep-header__form--search {
    display: none; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ep-footer {
  padding: 30px 0;
  background: #212121;
  color: white; }
  @media (min-width: 750px) {
    .ep-footer {
      padding: 46px 0; } }
  .ep-footer .ep-hidden {
    display: none; }
  @media (min-width: 1200px) {
    .ep-footer .ep-wrapper {
      max-width: 1200px; } }
  .ep-footer__menu-space:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 750px) {
    .ep-footer__menu-space {
      margin: 0 -26px; } }
  @media (min-width: 1200px) {
    .ep-footer__menu-space {
      margin: 0 -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .ep-footer__menu-col {
    width: 50%;
    padding: 0 0 0 40px;
    margin-bottom: 32px;
    float: left; }
    .ep-rtl .ep-footer__menu-col {
      float: right; }
    @media (min-width: 480px) {
      .ep-footer__menu-col {
        width: 33.3%; }
        .ep-footer__menu-col:nth-child(2n+1) {
          clear: none !important; }
        .ep-footer__menu-col:nth-child(3n+1) {
          clear: left !important; }
        .ep-footer__menu-col, .ep-footer__menu-col:nth-child(2n) {
          padding: 0 26px !important; } }
    @media (min-width: 992px) {
      .ep-footer__menu-col {
        width: auto;
        min-width: 141px; }
        .ep-footer__menu-col:nth-child(3n+1) {
          clear: none !important; } }
    .ep-footer__menu-col:nth-child(2n) {
      padding-left: 50px; }
    .ep-footer__menu-col:nth-child(2n+1) {
      clear: left; }
  .ep-footer__menu-title {
    margin-bottom: 16px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal; }
    @media (min-width: 750px) {
      .ep-footer__menu-title {
        margin-bottom: 18px; } }
  .ep-footer__menu-links, .ep-footer .menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .ep-footer__menu-links li, .ep-footer .menu li {
      margin-bottom: 6px;
      letter-spacing: .005em; }
      .ep-footer__menu-links li a:hover, .ep-footer .menu li a:hover {
        color: rgba(255, 255, 255, 0.7); }
  .ep-footer__terms {
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center; }
    @media (min-width: 750px) {
      .ep-footer__terms {
        margin-top: 14px; } }
    .ep-footer__terms a:hover {
      color: rgba(255, 255, 255, 0.6); }

/* ==========================================================================
   NAV
   ========================================================================== */
.ep-nav {
  display: block;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 310; }
  @media (min-width: 1280px) {
    .ep-nav {
      width: auto;
      position: fixed;
      right: 0;
      bottom: auto !important;
      top: 0;
      z-index: 600; } }
  .ep-nav::-webkit-scrollbar {
    display: none; }
  .ep-nav__heading {
    display: none; }
  .ep-nav__space {
    width: 248px;
    height: 100%;
    padding: 12px 24px 15px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    background: white;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    z-index: 500; }
    @media (min-width: 1280px) {
      .ep-nav__space {
        width: auto;
        padding: 0;
        display: block;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        overflow: visible;
        -webkit-transform: none;
        -ms-transform: none;
            transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        opacity: 1;
        z-index: 10; } }
    .ep-rtl .ep-nav__space {
      right: 0;
      left: auto;
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); }
      @media (min-width: 1280px) {
        .ep-rtl .ep-nav__space {
          -webkit-transform: none;
          -ms-transform: none;
              transform: none;
          right: auto; } }
    .ep-nav__space::-webkit-scrollbar {
      display: none; }
    .ep-nav--visible .ep-nav__space {
      display: block; }
    .ep-nav--done .ep-nav__space {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      @media (min-width: 1280px) {
        .ep-nav--done .ep-nav__space {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }
  .ep-nav__menu {
    padding: 11px 25px;
    margin: 0 -25px -16px;
    border-top: 1px solid #dbdbdb;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center; }
    @media (min-width: 1280px) {
      .ep-nav__menu {
        padding: 0;
        border: none;
        display: block;
        position: absolute;
        left: 15px;
        top: 0;
        overflow: visible;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
            transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        text-transform: uppercase;
        font-weight: 600; } }
    @media (min-width: 1366px) {
      .ep-nav__menu {
        left: -6px; } }
    @media (min-width: 1280px) {
      .ep-rtl .ep-nav__menu {
        left: auto;
        right: 15px; } }
    @media (min-width: 1366px) {
      .ep-rtl .ep-nav__menu {
        right: -6px; } }
    .ep-nav__menu li {
      margin: 0;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .ep-nav__menu li:hover .ep-nav__submenu {
        display: block; }
      .ep-nav__menu li:hover > a {
        color: #1e88e5; }
        @media (min-width: 1280px) {
          .ep-nav__menu li:hover > a {
            color: white; } }
      .ep-nav__menu li.ep-nav__menu-active a {
        color: black; }
        @media (min-width: 1280px) {
          .ep-nav__menu li.ep-nav__menu-active a {
            color: white;
            background: rgba(0, 0, 0, 0.1); }
            .ep-nav__menu li.ep-nav__menu-active a:before {
              height: 2px;
              background: white;
              display: block;
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0; } }
      .ep-nav__menu li a {
        padding: 10px 0;
        display: block;
        color: #474747; }
        @media (min-width: 1280px) {
          .ep-nav__menu li a {
            padding: 18px 10px 16px;
            color: rgba(255, 255, 255, 0.7); } }
      .ep-nav__menu li.ep-nav__menu-sublink a {
        display: none; }
        @media (min-width: 1280px) {
          .ep-nav__menu li.ep-nav__menu-sublink a {
            display: block; } }
      .ep-nav__menu li.menu-item-has-children > a {
        display: none; }
        @media (min-width: 1280px) {
          .ep-nav__menu li.menu-item-has-children > a {
            display: block; } }
      @media (min-width: 1280px) {
        .ep-nav__menu li.ep-nav__menu-get-device {
          display: none; } }
      .ep-nav__menu li.ep-nav__menu-get-device a {
        padding-right: 78px;
        position: relative; }
        .ep-rtl .ep-nav__menu li.ep-nav__menu-get-device a {
          padding-left: 78px;
          padding-right: 0; }
      .ep-nav__menu li.ep-nav__menu-get-device .ep-nav__menu-get-device-btn {
        display: inline-block;
        padding: 5px 8px;
        background: #2fc247;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        font: 500 12px/16px "Roboto", sans-serif;
        white-space: nowrap;
        letter-spacing: .001em;
        color: white;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0); }
        .ep-nav__menu li.ep-nav__menu-get-device .ep-nav__menu-get-device-btn:hover, .ep-nav__menu li.ep-nav__menu-get-device .ep-nav__menu-get-device-btn:focus {
          color: white;
          background-color: #2aad3f; }
        .ep-rtl .ep-nav__menu li.ep-nav__menu-get-device .ep-nav__menu-get-device-btn {
          right: auto;
          left: 0; }
  .ep-nav .ep-nav__submenu {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1280px) {
      .ep-nav .ep-nav__submenu {
        width: 180px;
        background: #1e88e5;
        margin: -1px 0 0 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0; }
        .ep-rtl .ep-nav .ep-nav__submenu {
          left: auto;
          right: 0; } }
    .ep-nav .ep-nav__submenu li {
      margin-bottom: 8px;
      display: block; }
      .ep-nav .ep-nav__submenu li:last-child {
        margin-bottom: 0; }
      .ep-nav .ep-nav__submenu li a {
        color: #474747; }
        @media (min-width: 1280px) {
          .ep-nav .ep-nav__submenu li a {
            padding: 10px 15px;
            color: white;
            letter-spacing: -.02em;
            text-transform: none; } }
        .ep-nav .ep-nav__submenu li a:hover {
          color: #1e88e5; }
          @media (min-width: 1280px) {
            .ep-nav .ep-nav__submenu li a:hover {
              background-color: #1b7ace;
              color: white; } }
  .ep-nav__toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 12px;
    z-index: 50;
    -webkit-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (min-width: 1280px) {
      .ep-nav__toggle {
        display: none; } }
    .ep-rtl .ep-nav__toggle {
      right: 12px;
      left: auto; }
    .ep-nav__toggle span, .ep-nav__toggle:before, .ep-nav__toggle:after {
      content: '';
      display: block;
      overflow: hidden;
      width: 20px;
      height: 3px;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: white;
      border-radius: 2px;
      -webkit-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media (min-width: 750px) {
        .ep-nav__toggle span, .ep-nav__toggle:before, .ep-nav__toggle:after {
          width: 25px; } }
      .nav-open .ep-nav__toggle span, .nav-open .ep-nav__toggle:before, .nav-open .ep-nav__toggle:after {
        background-color: white; }
    .nav-open .ep-nav__toggle span {
      opacity: 0; }
    .ep-nav__toggle:before {
      -webkit-transform: translate3d(0, -7px, 0);
      transform: translate3d(0, -7px, 0); }
      @media (min-width: 750px) {
        .ep-nav__toggle:before {
          -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0); } }
      .nav-open .ep-nav__toggle:before {
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg); }
    .ep-nav__toggle:after {
      -webkit-transform: translate3d(0, 7px, 0);
      transform: translate3d(0, 7px, 0); }
      @media (min-width: 750px) {
        .ep-nav__toggle:after {
          -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0); } }
      .nav-open .ep-nav__toggle:after {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg); }
  .ep-nav-overlay {
    width: 200vw;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: black;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .ep-nav--visible .ep-nav-overlay {
      display: block; }
    .ep-nav--done .ep-nav-overlay {
      opacity: .6;
      -webkit-transform: translate3d(-1px, 0, 0);
      transform: translate3d(-1px, 0, 0); }
  .ep-nav__related {
    margin: 0 0 14px 0; }
    @media (min-width: 1280px) {
      .ep-nav__related {
        display: none; } }
    .ep-rtl .ep-nav__related {
      margin-left: -25px;
      margin-right: 0; }
    .ep-nav__related-heading {
      margin-top: 0;
      margin-bottom: 7px;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.38);
      text-transform: uppercase; }
      .ep-nav__related-heading + .ep-table {
        margin-top: 0; }
    .ep-nav__related-list {
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 14px;
      line-height: 20px; }
      .ep-nav__related-list li {
        margin-bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .ep-nav__related-list li a {
          padding: 10px 0 9px;
          display: inline-block;
          vertical-align: top;
          color: #474747;
          text-decoration: none;
          letter-spacing: -.02em; }
          .ep-nav__related-list li a:hover {
            color: #1e88e5; }
  .ep-nav__get {
    margin: 0 0 19px -8px;
    display: block;
    padding: 7px 14px;
    background: #2fc247;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font: 500 14px/18px "Roboto", sans-serif;
    letter-spacing: .001em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (min-width: 1280px) {
      .ep-nav__get {
        min-width: 168px;
        margin: 0;
        display: inline-block;
        position: absolute;
        right: 50%;
        margin-right: -50vw;
        top: 12px;
        -webkit-transform: translate3d(-24px, 0, 0);
        transform: translate3d(-24px, 0, 0); } }
    .ep-nav__get:hover, .ep-nav__get:focus {
      color: white;
      background-color: #2aad3f; }
    .ep-rtl .ep-nav__get {
      margin-left: 0;
      margin-right: -8px; }
      @media (min-width: 1280px) {
        .ep-rtl .ep-nav__get {
          right: auto;
          margin-right: 0;
          left: 50%;
          margin-left: -50vw;
          -webkit-transform: translate3d(24px, 0, 0);
          transform: translate3d(24px, 0, 0); } }
  .ep-nav__google-play {
    padding: 17px 36px 0;
    margin: 20px -25px 0 -25px;
    border-top: 1px solid #dbdbdb; }
    @media (min-width: 1280px) {
      .ep-nav__google-play {
        display: none; } }
    .ep-nav__google-play-rating {
      margin-top: 1px;
      display: block;
      font-size: 10px;
      line-height: 14px;
      color: rgba(0, 0, 0, 0.55); }
    .ep-nav__google-play-rate {
      width: 60px;
      height: 12px;
      background: url("../images/templates/engiepedia/icons/star-gray.svg") 0 center repeat-x;
      background-size: 12px 12px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -2px; }
      .ep-nav__google-play-rate span {
        content: '';
        display: block;
        overflow: hidden;
        width: 100%;
        background: url("../images/templates/engiepedia/icons/star.svg") 0 center repeat-x;
        background-size: 12px 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .ep-nav__google-play-link {
      width: 174px;
      height: 52px;
      margin-top: 8px;
      display: block;
      background: url("https://2nirnd209slv3dm14j1wqf7e-wpengine.netdna-ssl.com/wp-content/themes/engie/assets/images/templates/engiepedia/temp/google-play.png") 0 0 no-repeat;
      background-size: contain; }
    .ep-nav__google-play-link-appstore {
      margin-top: 8px;
      display: block;
      height: 35px;
      width: 174px;
      background: url("https://2nirnd209slv3dm14j1wqf7e-wpengine.netdna-ssl.com/wp-content/themes/engie/assets/images/templates/engiepedia/temp/appstore.png") 0 0 no-repeat;
      background-size: contain; }

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.ep-breadcrumbs {
  padding: 12px 1px 10px;
  margin: 0;
  font-size: 10px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.38); }
  @media (min-width: 750px) {
    .ep-breadcrumbs {
      padding: 11px 2px 10px;
      font-size: 12px; } }
  .ep-breadcrumbs a {
    color: inherit; }
    .ep-breadcrumbs a:hover {
      color: #1e88e5; }

/* ==========================================================================
   PREVNEXT
   ========================================================================== */
.ep-prevnext {
  margin: 32px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.55); }
  @media (min-width: 750px) {
    .ep-prevnext {
      margin: 48px 0; } }
  .ep-prevnext:after {
    content: '';
    display: table;
    clear: both; }
  .ep-prevnext a {
    width: 55px;
    display: block;
    color: inherit;
    text-transform: uppercase; }
    .ep-prevnext a:hover {
      color: #1e88e5; }
    .ep-prevnext a:first-child {
      float: right; }
    .ep-prevnext a:last-child {
      float: left;
      text-align: left; }
    .ep-rtl .ep-prevnext a:first-child {
      float: left; }
    .ep-rtl .ep-prevnext a:last-child {
      float: right;
      text-align: right; }

/* ==========================================================================
   ARTICLE-HEADER
   ========================================================================== */
.ep-article-header {
  margin-bottom: 31px; }
  @media (min-width: 750px) {
    .ep-article-header {
      margin-bottom: 32px; } }
  .ep-article-header__photo {
    height: 140px;
    margin: 0 -15px 32px;
    overflow: hidden; }
    @media (min-width: 750px) {
      .ep-article-header__photo {
        height: auto;
        margin: 0 -50px 16px; } }
    .ep-article-header__photo img {
      width: auto;
      max-width: none;
      display: block;
      position: relative;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      -o-object-fit: cover;
         object-fit: cover;
      height: 200px; }
      @media (min-width: 750px) {
        .ep-article-header__photo img {
          width: 100%; } }
      @media (max-width: 600px) {
        .ep-article-header__photo img {
          height: 140px; } }
      .ep-rtl .ep-article-header__photo img {
        left: auto;
        right: 50%;
        -webkit-transform: translate3d(50%, 0, 0);
                transform: translate3d(50%, 0, 0); }
  .ep-article-header__heading {
    margin: 0 0 32px; }
  .ep-article-header__author {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.55); }
    @media (min-width: 750px) {
      .ep-article-header__author {
        margin-bottom: 47px; } }
    .ep-article-header__author-name {
      margin-bottom: 1px;
      display: block;
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.87);
      letter-spacing: 0; }
      .ep-article-header__author-name + br {
        display: none; }

/* ==========================================================================
   PAGE-HEADER
   ========================================================================== */
.ep-page-header {
  padding: 32px 15px 24px;
  margin: 0 -15px;
  background: #1e88e5 url("../images/templates/engiepedia/bg/blog.png") center center no-repeat;
  background-size: 1060px auto;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center; }
  @media (min-width: 750px) {
    .ep-page-header {
      margin: 0;
      background: #1e88e5;
      padding-right: 0;
      padding-left: 0;
      position: relative;
      z-index: 1; } }
  @media (min-width: 1200px) {
    .ep-page-header {
      padding: 26px 0 24px; } }
  @media (min-width: 750px) {
    .ep-page-header:before {
      width: 100vw;
      margin-left: -50vw;
      background: #1e88e5;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      z-index: -1; } }
  @media (min-width: 750px) {
    .ep-page-header__bg {
      width: 1060px;
      margin-left: -530px;
      background: url("../images/templates/engiepedia/bg/blog.png") center center no-repeat;
      background-size: 1060px auto;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      z-index: -1; }
      .ep-page-header__bg:before, .ep-page-header__bg:after {
        width: 75px;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0; }
      .ep-page-header__bg:before {
        left: -10px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #1e88e5), to(rgba(30, 136, 229, 0)));
        background: -webkit-linear-gradient(left, #1e88e5 0, rgba(30, 136, 229, 0) 100%);
        background: -o-linear-gradient(left, #1e88e5 0, rgba(30, 136, 229, 0) 100%);
        background: linear-gradient(to right, #1e88e5 0, rgba(30, 136, 229, 0) 100%); }
      .ep-page-header__bg:after {
        right: -10px;
        background: -webkit-gradient(linear, right top, left top, color-stop(0, #1e88e5), to(rgba(30, 136, 229, 0)));
        background: -webkit-linear-gradient(right, #1e88e5 0, rgba(30, 136, 229, 0) 100%);
        background: -o-linear-gradient(right, #1e88e5 0, rgba(30, 136, 229, 0) 100%);
        background: linear-gradient(to left, #1e88e5 0, rgba(30, 136, 229, 0) 100%); } }
  .ep-page-header p:last-of-type {
    margin-bottom: 0; }
  .ep-page-header__heading {
    margin-bottom: 11px;
    font-weight: bold;
    font-size: 45px;
    line-height: 50px; }
    @media (min-width: 1200px) {
      .ep-page-header__heading {
        font-size: 46px;
        line-height: 56px; } }
    @media (min-width: 1200px) {
      .ep-page-header__heading--bordered {
        margin-top: -8px;
        margin-bottom: 7px;
        font-size: 56px;
        line-height: 69px; } }
    .ep-page-header__heading--bordered:after {
      width: 284px;
      height: 4px;
      margin: 13px auto 24px;
      background: white;
      content: '';
      display: block; }
  .ep-page-header__form--search {
    display: none; }
    @media (min-width: 1200px) {
      .ep-page-header__form--search {
        width: auto;
        height: auto;
        max-width: 850px;
        margin: 17px auto 0;
        display: block;
        position: relative;
        top: auto;
        right: auto;
        z-index: 1; } }
  .ep-page-header__form-input, .ep-page-header__form input[type=search] {
    height: 48px;
    padding: 15px 40px;
    background: white url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNi41IDBhNi41IDYuNSAwIDEgMCAwIDEzIDYuNSA2LjUgMCAwIDAgMC0xM20wIDJDOC45ODEgMiAxMSA0LjAxOSAxMSA2LjVTOC45ODEgMTEgNi41IDExQTQuNTA1IDQuNTA1IDAgMCAxIDIgNi41QzIgNC4wMTkgNC4wMTkgMiA2LjUgMiIgZmlsbD0iIzcxNzc3RCIvPjxwYXRoIGQ9Ik0xNi41IDE2LjVsLTUtNSIgc3Ryb2tlPSIjNzE3NzdEIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTAuNSAxMC41TDEyIDEyIiBzdHJva2U9IiM3MTc3N0QiLz48L2c+PC9zdmc+) 16px 16px no-repeat;
    background-size: 18px 18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 4px;
    display: none;
    font: 14px/18px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    letter-spacing: .001em;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 750px) {
      .ep-page-header__form-input, .ep-page-header__form input[type=search] {
        display: block; } }
    .ep-page-header__form-input ::-webkit-input-placeholder, .ep-page-header__form input[type=search] ::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
      -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ep-page-header__form-input ::-moz-placeholder, .ep-page-header__form input[type=search] ::-moz-placeholder {
      color: rgba(0, 0, 0, 0.38);
      -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ep-page-header__form-input :-ms-input-placeholder, .ep-page-header__form input[type=search] :-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38);
      -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ep-page-header__form-input :-moz-placeholder, .ep-page-header__form input[type=search] :-moz-placeholder {
      color: rgba(0, 0, 0, 0.38);
      -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .ep-page-header__form-input:focus ::-webkit-input-placeholder, .ep-page-header__form input[type=search]:focus ::-webkit-input-placeholder {
      color: transparent; }
    .ep-page-header__form-input:focus ::-moz-placeholder, .ep-page-header__form input[type=search]:focus ::-moz-placeholder {
      color: transparent; }
    .ep-page-header__form-input:focus :-ms-input-placeholder, .ep-page-header__form input[type=search]:focus :-ms-input-placeholder {
      color: transparent; }
    .ep-page-header__form-input:focus :-moz-placeholder, .ep-page-header__form input[type=search]:focus :-moz-placeholder {
      color: transparent; }
  .ep-page-header__form-btn {
    width: 50px;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .ep-page-header__form-btn:hover {
      background: transparent; }
  .ep-page-header__form-toggle {
    width: 32px;
    height: 32px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNi41IDBhNi41IDYuNSAwIDEgMCAwIDEzIDYuNSA2LjUgMCAwIDAgMC0xM20wIDJDOC45ODEgMiAxMSA0LjAxOSAxMSA2LjVTOC45ODEgMTEgNi41IDExQTQuNTA1IDQuNTA1IDAgMCAxIDIgNi41QzIgNC4wMTkgNC4wMTkgMiA2LjUgMiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNi41IDE2LjVsLTUtNSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTAuNSAxMC41TDEyIDEyIiBzdHJva2U9IiNmZmYiLz48L2c+PC9zdmc+) center center no-repeat;
    background-size: 18px 18px;
    display: block; }
    @media (min-width: 1200px) {
      .ep-page-header__form-toggle {
        display: none; } }

/* ==========================================================================
   PAGER
   ========================================================================== */
.ep-pager {
  padding: 0;
  margin: 24px -10px;
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }
  @media (min-width: 750px) {
    .ep-pager {
      margin: 23px -17px 10px;
      display: block; } }
  .ep-pager__item {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle; }
    .ep-pager__item a {
      width: 40px;
      height: 40px;
      display: block;
      border-radius: 3px;
      border: 1px solid #dbdbdb;
      color: rgba(0, 0, 0, 0.87);
      text-align: center;
      -webkit-transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      position: relative; }
      .ep-pager__item a:hover {
        background-color: #1e88e5;
        border-color: #1e88e5;
        color: white; }
    .ep-pager__item--active a {
      cursor: default;
      background-color: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.87); }
      .ep-pager__item--active a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        border-color: rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.87); }
    .ep-pager__item--prev a, .ep-pager__item--next a {
      border-color: transparent; }
      .ep-pager__item--prev a:before, .ep-pager__item--next a:before {
        width: 9px;
        height: 9px;
        display: block;
        content: '';
        margin: auto auto;
        border-left: 2px solid rgba(0, 0, 0, 0.87);
        border-top: 2px solid rgba(0, 0, 0, 0.87);
        position: absolute;
        top: 0;
        bottom: 0; }
      .ep-pager__item--prev a:hover, .ep-pager__item--next a:hover {
        border-color: transparent;
        background-color: transparent; }
        .ep-pager__item--prev a:hover:before, .ep-pager__item--next a:hover:before {
          border-color: #1e88e5; }
    .ep-pager__item--prev a:before {
      left: 24px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .ep-rtl .ep-pager__item--prev a:before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        right: 24px;
        left: auto; }
    .ep-pager__item--next a:before {
      right: 24px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      .ep-rtl .ep-pager__item--next a:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        left: 24px;
        right: auto; }

/* ==========================================================================
   SOCIAL
   ========================================================================== */
.ep-social {
  position: fixed;
  top: 0;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (min-width: 1200px) {
    .ep-social {
      left: 0;
      top: 266px; }
      .ep-social .ep-social__mobile-hidden {
        display: block; }
      .ep-social .ep-social__mobile-visible {
        display: none; } }
  .ep-social__space {
    padding: 18px 20px 20px;
    display: none;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
    @media (min-width: 1200px) {
      .ep-social__space {
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }
    .ep-social--visible .ep-social__space {
      display: block; }
    .ep-social--done .ep-social__space {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .ep-social__mobile-hidden {
    display: none; }
  .ep-social__mobile-visible {
    display: block; }
  .ep-social__title {
    margin-bottom: 19px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: -.02em; }
    @media (min-width: 1200px) {
      .ep-social__title {
        display: none; } }
  .ep-social__links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1200px) {
      .ep-social__links {
        display: block; }
        .ep-social__links:hover li a svg, .ep-social__links:hover li a path {
          fill: rgba(0, 0, 0, 0.87); } }
    .ep-social__links li {
      margin: 0;
      padding: 0;
      border: none; }
      .ep-social__links li a {
        width: 48px;
        height: 48px;
        display: block;
        background: white;
        position: relative;
        z-index: 1; }
        @media (min-width: 1200px) {
          .ep-social__links li a {
            border-bottom: 1px solid #f4f4f4; } }
        .ep-social__links li a:before {
          width: 4px;
          display: none;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: -1;
          -webkit-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
          @media (min-width: 1200px) {
            .ep-social__links li a:before {
              display: block; } }
        .ep-social__links li a svg {
          width: 32px;
          height: 32px;
          display: block;
          margin: auto;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
          @media (min-width: 1200px) {
            .ep-social__links li a svg {
              width: 24px;
              height: 24px; } }
        @media (min-width: 1200px) {
          .ep-social__links li a svg, .ep-social__links li a path {
            fill: #9e9e9e;
            -webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); } }
        @media (min-width: 1200px) {
          .ep-social__links li a:hover:before {
            width: 100%; }
          .ep-social__links li a:hover svg, .ep-social__links li a:hover path {
            fill: white; } }
      .ep-social__links li.ep-social__facebook a:before {
        background-color: #3c5a9a; }
      .ep-social__links li.ep-social__reddit a:before {
        background-color: #ff4500; }
      .ep-social__links li.ep-social__twitter a:before {
        background-color: #5da8dc; }
      .ep-social__links li.ep-social__linkedin a:before {
        background-color: #069; }
  .ep-social__overlay {
    width: 200vw;
    display: none;
    position: fixed;
    top: 54px;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .ep-social--visible .ep-social__overlay {
      display: block; }
    .ep-social--done .ep-social__overlay {
      opacity: 1;
      -webkit-transform: translate3d(-1px, 0, 0);
      transform: translate3d(-1px, 0, 0); }
  .ep-social__toggle {
    width: 32px;
    height: 32px;
    background: url("../images/templates/engiepedia/icons/share.svg") center center no-repeat;
    background-size: 18px 18px;
    display: block;
    cursor: pointer;
    position: fixed;
    top: 12px;
    right: 47px; }
    @media (min-width: 1200px) {
      .ep-social__toggle {
        display: none; } }
    .ep-rtl .ep-social__toggle {
      left: 42px;
      right: auto; }
  .ep-social__close {
    margin-top: 21px;
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 600;
    color: #1e88e5;
    text-align: center;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .ep-social__close {
        display: none; } }

/* ==========================================================================
   RECOMMENDED
   ========================================================================== */
.ep-recommended {
  padding-top: 12px;
  margin-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.38); }
  .ep-recommended__heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.38);
    text-transform: uppercase; }
  .ep-recommended__list {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (min-width: 480px) {
      .ep-recommended__list {
        margin: 0 -6px; }
        .ep-recommended__list:after {
          content: '';
          display: table;
          clear: both; } }
    @media (max-width: 480px) {
      .ep-recommended__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (min-width: 480px) {
      .ep-recommended__list-item {
        width: 33.3%;
        padding: 0 6px;
        float: left; } }
    @media (max-width: 480px) {
      .ep-recommended__list-item {
        width: 33.3333%;
        padding: 0 3px; } }
    .ep-recommended__list-link {
      width: 100%;
      height: 100%;
      display: block;
      color: rgba(0, 0, 0, 0.55);
      text-decoration: none; }
      .ep-recommended__list-link:hover {
        color: #1e88e5; }
    .ep-recommended__list-image {
      margin: 0; }
      .ep-recommended__list-image img {
        display: block;
        height: 120px;
        width: 192px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
        @media (max-width: 992px) {
          .ep-recommended__list-image img {
            width: 96px;
            height: 60px; } }
    .ep-recommended__list-title {
      margin-top: 12px;
      display: block;
      font-size: 14px;
      line-height: 18px;
      font-weight: normal; }
      @media (max-width: 480px) {
        .ep-recommended__list-title {
          font-size: 12px; } }

/* ==========================================================================
   WIDGET
   ========================================================================== */
.ep-widget {
  margin-bottom: 47px; }
  .ep-widget:last-of-type {
    margin-bottom: 0; }
  .ep-widget__heading {
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.38);
    text-transform: uppercase; }
    @media (min-width: 750px) {
      .ep-widget__heading {
        padding: 0 8px; } }
    .ep-widget__heading + .ep-table {
      margin-top: 0; }
  .ep-widget__list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .ep-widget__list-entry {
      display: none; }
      .ep-widget__list-entry:first-child {
        display: block; }
    .ep-widget__list-item {
      margin-bottom: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .ep-widget__list-item:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .ep-widget__list-link {
      width: 100%;
      height: 100%;
      padding: 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      color: rgba(0, 0, 0, 0.87);
      text-decoration: none; }
      @media (min-width: 750px) {
        .ep-widget__list-link {
          padding-right: 8px;
          padding-left: 8px; } }
      .ep-widget__list-link:hover {
        color: #1e88e5; }
    .ep-widget__list-image {
      width: 48px;
      height: 48px;
      margin: 0 15px 0 0;
      overflow: hidden;
      -ms-flex-negative: 0;
      -webkit-flex-shrink: 0;
              flex-shrink: 0; }
      .ep-rtl .ep-widget__list-image {
        margin-right: 0;
        margin-left: 15px; }
      .ep-widget__list-image img {
        width: 100%;
        height: auto;
        display: block; }
    .ep-widget__list-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      font-size: 20px;
      line-height: 24px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
              flex-grow: 1; }
      .ep-widget__list-title-prefix {
        color: #1e88e5;
        margin-right: 4px; }
      @media (min-width: 750px) {
        .ep-widget__list-title {
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 992px) {
        .ep-widget__list-title {
          font-size: 20px;
          line-height: 24px; } }
      .ep-rtl .ep-widget__list-title-prefix {
        margin-right: 0;
        margin-left: 4px; }
  .ep-widget__slider {
    margin-bottom: -24px;
    padding-bottom: 40px;
    position: relative; }
    @media (min-width: 750px) {
      .ep-widget__slider {
        margin-bottom: 0; } }
    .ep-widget__slider .slick-slide {
      display: block; }
    .ep-widget__slider .slick-arrow {
      width: 24px;
      height: 24px;
      display: block;
      color: inherit;
      text-transform: uppercase;
      position: absolute;
      bottom: 7px;
      cursor: pointer; }
      .ep-widget__slider .slick-arrow:before {
        width: 10px;
        height: 10px;
        border-left: 2px solid rgba(0, 0, 0, 0.87);
        border-top: 2px solid rgba(0, 0, 0, 0.87);
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .ep-widget__slider .slick-arrow:hover:before {
        border-color: #1e88e5; }
      .ep-widget__slider .slick-arrow.slick-prev {
        left: 3px; }
      .ep-widget__slider .slick-arrow.slick-next {
        right: 3px; }
        .ep-widget__slider .slick-arrow.slick-next:before {
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg);
          transform: translate3d(-50%, -50%, 0) rotate(135deg); }
  .ep-widget--questions .ep-widget__list-title {
    padding-left: 28px;
    position: relative; }
    @media (min-width: 750px) {
      .ep-widget--questions .ep-widget__list-title {
        padding-left: 25px; } }
    .ep-widget--questions .ep-widget__list-title:before {
      margin-right: 5px;
      content: 'Q:';
      color: #1e88e5;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      position: absolute;
      left: 0;
      top: 0; }
    .ep-rtl .ep-widget--questions .ep-widget__list-title {
      padding-left: 0;
      padding-right: 28px; }
      @media (min-width: 750px) {
        .ep-rtl .ep-widget--questions .ep-widget__list-title {
          padding-left: 0;
          padding-right: 25px; } }
      .ep-rtl .ep-widget--questions .ep-widget__list-title:before {
        margin-right: 0;
        margin-left: 0;
        left: auto;
        right: 0; }
  .ep-widget--hidden {
    display: none; }
    @media (min-width: 1280px) {
      .ep-widget--hidden {
        display: block; } }

/* ==========================================================================
   LATEST
   ========================================================================== */
.ep-latest {
  margin-bottom: 47px; }
  .ep-latest:last-of-type {
    margin-bottom: 0; }
  .ep-latest__heading {
    margin: 0 0 13px 0;
    padding: 0 0 7px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.38);
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 750px) {
      .ep-latest__heading {
        margin-bottom: 19px; } }
    .ep-latest__heading:after {
      display: block;
      content: '';
      position: absolute;
      height: 1px;
      background: rgba(0, 0, 0, 0.05);
      bottom: 0;
      left: 0;
      right: 0; }
  .ep-latest__subheading {
    margin: -5px 0 36px 0;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.87); }
  .ep-latest__list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .ep-latest__list-item {
      margin: 0 -8px;
      padding: 24px 0 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      margin-bottom: 0;
      position: relative; }
      .ep-latest__list-item:after {
        display: block;
        content: '';
        position: absolute;
        height: 1px;
        background: rgba(0, 0, 0, 0.05);
        bottom: 0;
        left: 8px;
        right: 8px; }
      .ep-latest__list-item:first-child {
        padding-top: 0; }
    .ep-latest__list-image {
      width: 112px;
      margin: 0;
      padding: 0 8px;
      overflow: hidden;
      -ms-flex-negative: 0;
      -webkit-flex-shrink: 0;
              flex-shrink: 0; }
      @media (min-width: 992px) {
        .ep-latest__list-image {
          width: 208px; } }
      .ep-latest__list-image a, .ep-latest__list-image img {
        width: 100%;
        height: auto;
        display: block; }
      .ep-latest__list-image img {
        height: 120px;
        width: 192px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
        @media (max-width: 992px) {
          .ep-latest__list-image img {
            width: 96px;
            height: 60px; } }
      .ep-latest__list-image + .ep-latest__list-text p {
        min-height: 54px; }
    .ep-latest__list-text {
      padding: 0 8px;
      display: block;
      font-size: 14px;
      line-height: 18px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
              flex-grow: 1; }
      .ep-latest__list-text p {
        max-height: 54px;
        overflow: hidden; }
        @media (min-width: 750px) {
          .ep-latest__list-text p {
            max-height: none; } }
        .ep-latest__list-text p:last-of-type {
          margin-bottom: 0; }
    .ep-latest__list-more {
      margin-top: 12px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      text-transform: uppercase; }
    .ep-latest__list-title {
      margin: 0 0 11px 0;
      font-size: 20px;
      line-height: 25px;
      font-weight: 600;
      text-transform: uppercase; }
      .ep-latest__list-title a {
        color: inherit;
        text-decoration: none; }
        .ep-latest__list-title a:hover {
          color: #1e88e5; }
      @media (max-width: 767px) {
        .ep-latest__list-title {
          font-size: 18px; } }
    .ep-latest__list-author {
      display: none;
      margin-top: 12px;
      text-align: right; }
      @media (min-width: 750px) {
        .ep-latest__list-author {
          display: block; } }
      .ep-latest__list-author-name {
        display: block;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.87); }
        .ep-latest__list-author-name + br {
          display: none; }
      .ep-latest__list-author-time {
        display: block;
        font-size: 12px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.55);
        letter-spacing: .01em; }
  @media (min-width: 750px) {
    .ep-latest--results .ep-latest__heading {
      margin-bottom: 17px; } }
  .ep-latest--results .ep-latest__author-name {
    margin-bottom: 0; }

/* ==========================================================================
   ARTICLE
   ========================================================================== */
.ep-article__btn {
  width: 100%;
  max-width: none;
  margin-top: 32px;
  display: block; }
  @media (min-width: 750px) {
    .ep-article__btn {
      margin-top: 22px; } }

/* ==========================================================================
   STORIES
   ========================================================================== */
.ep-stories {
  margin-bottom: 26px; }
  @media (min-width: 750px) {
    .ep-stories {
      margin: -7px -8px 68px; } }
  .ep-stories:after {
    content: '';
    display: table;
    clear: both; }
  .ep-stories__item {
    padding-bottom: 11px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    @media (min-width: 750px) {
      .ep-stories__item {
        width: 50%;
        padding: 8px 8px 11px;
        float: left; } }
  .ep-stories__image {
    margin: 0 0 12px 0; }
    .ep-stories__image a, .ep-stories__image img {
      width: 100%;
      height: 200px;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
      @media (max-width: 600px) {
        .ep-stories__image a, .ep-stories__image img {
          height: 140px; } }
  .ep-stories__text {
    display: block;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1; }
    .ep-stories__text p {
      max-height: 54px;
      overflow: hidden; }
      @media (min-width: 750px) {
        .ep-stories__text p {
          max-height: none;
          overflow: visible; } }
      .ep-stories__text p:last-of-type {
        margin-bottom: 0; }
  .ep-stories__more {
    margin-top: 12px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase; }
  .ep-stories__title {
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase; }
    .ep-stories__title a {
      color: inherit;
      text-decoration: none; }
  .ep-stories__author {
    margin-top: 12px;
    text-align: right; }
    .ep-stories__author-name {
      margin-bottom: 3px;
      display: block;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.87); }
      .ep-stories__author-name + br {
        display: none; }
    .ep-stories__author-time {
      display: block;
      font-size: 12px;
      line-height: 16px;
      color: rgba(0, 0, 0, 0.55);
      letter-spacing: .01em; }

/** Fade Effect */
.mfp-fade.mfp-bg {
  opacity: 0;
  background: black;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: .6; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }

.mfp-fade .mfp-content {
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mfp-fade.mfp-wrap.mfp-ready {
  opacity: 1; }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@media (max-width: 736px) and (orientation: landscape) {
  .mfp-wrap {
    overflow-y: scroll; } }

.mfp-close {
  width: 40px !important;
  height: 40px;
  padding: 0 !important;
  right: 10px !important;
  text-align: left !important;
  opacity: .75;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  display: block;
  top: 10px !important;
  text-indent: -9999px;
  overflow: hidden; }
  @media (min-width: 750px) {
    .mfp-close {
      right: 16px !important;
      top: 16px !important; } }
  .mfp-close:before, .mfp-close:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 18px;
    height: 3px;
    border: none;
    margin: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .mfp-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .mfp-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .mfp-close:hover {
    opacity: 1;
    top: 10px !important; }
    @media (min-width: 750px) {
      .mfp-close:hover {
        top: 16px !important; } }
  .ep-rtl .mfp-close {
    text-indent: 9999px; }

.mfp-arrow {
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  opacity: .75;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer; }
  .mfp-arrow:hover {
    margin-top: auto !important;
    opacity: 1; }
  .mfp-arrow:before {
    content: '';
    display: block;
    overflow: hidden;
    width: 13px;
    height: 13px;
    border: none;
    border-top: 3px solid white;
    border-right: 3px solid white;
    margin: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .mfp-arrow:after {
    display: none; }
  .mfp-arrow.mfp-arrow-left {
    left: 0; }
    @media (min-width: 750px) {
      .mfp-arrow.mfp-arrow-left {
        left: 20px; } }
    .mfp-arrow.mfp-arrow-left:before {
      left: 5px;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .mfp-arrow.mfp-arrow-right {
    right: 0; }
    @media (min-width: 750px) {
      .mfp-arrow.mfp-arrow-right {
        right: 20px; } }
    .mfp-arrow.mfp-arrow-right:before {
      right: 5px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.ep-popup {
  max-width: 630px;
  padding: 20px 25px 25px;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); }
  @media (min-width: 750px) {
    .ep-popup {
      padding: 40px 64px 60px; } }
  .ep-popup__heading {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #474747; }
    @media (min-width: 750px) {
      .ep-popup__heading {
        font-size: 24px;
        line-height: 32px; } }
  .ep-popup--newsletter {
    padding-top: 150px;
    position: relative; }
    @media (min-width: 750px) {
      .ep-popup--newsletter {
        padding-top: 220px; } }
    .ep-rtl .ep-popup--newsletter {
      text-align: right; }
    .ep-popup--newsletter:before {
      height: 120px;
      background: #1e88e5 url("../images/templates/engiepedia/bg/blog.png") center center no-repeat;
      background-size: cover;
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      z-index: 1; }
      @media (min-width: 750px) {
        .ep-popup--newsletter:before {
          height: 192px; } }
    .ep-popup--newsletter:after {
      width: 50px;
      height: 50px;
      margin: 0 auto;
      background: url("../images/templates/engiepedia/icons/letter.svg") center center no-repeat;
      background-size: contain;
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 35px;
      right: 0;
      z-index: 2; }
      @media (min-width: 750px) {
        .ep-popup--newsletter:after {
          width: 96px;
          height: 96px;
          top: 54px; } }
    .ep-popup--newsletter .ep-form--newsletter {
      margin-top: 19px;
      text-align: center; }
      .ep-popup--newsletter .ep-form--newsletter input {
        width: 240px;
        height: 36px;
        padding-top: 5px;
        padding-bottom: 3px;
        margin: 0 auto;
        background: transparent;
        border-color: transparent;
        border-bottom-color: #9790a0;
        border-radius: 0;
        border-width: 1px;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #9790a0;
        text-align: center; }
      .ep-popup--newsletter .ep-form--newsletter .ep-btn {
        width: 290px;
        max-width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 30px auto 0;
        display: block; }
        @media (min-width: 750px) {
          .ep-popup--newsletter .ep-form--newsletter .ep-btn {
            margin-top: 62px; } }
      .ep-popup--newsletter .ep-form--newsletter .ep-form__skip {
        margin-top: 15px;
        display: block;
        font: 14px/16px "Roboto", sans-serif; }

@media (max-width: 768px) {
  .tooltipster-base {
    width: auto !important;
    max-width: none !important;
    display: block !important;
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important; }
    .tooltipster-base:before {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1; }
    .tooltipster-base .tooltipster-box {
      margin: 0 !important;
      position: relative;
      z-index: 5; }
    .tooltipster-base .tooltipster-arrow {
      display: none !important; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.wp-caption-text {
  padding: 0 4px;
  font-size: 11px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 2px; }

body.archive.category, body.blog, body.single-post {
  background: #fff; }

body.search-results .ep-header__brand img, body.search-no-results .ep-header__brand img {
  width: auto; }

.engiepedia__not-found h1 {
  text-transform: none; }
  .engiepedia__not-found h1 span {
    font-size: 17px;
    display: block; }

.pum-container.pum-responsive.pum-responsive-medium {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.pum-title, .pum-theme-default-theme {
  display: none; }

.pum-theme-default-theme .pum-content + .pum-close {
  display: none; }

.ep-popup--newsletter br {
  display: none; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0; }

.ep-popup--newsletter .form-wrapper {
  max-width: 250px;
  margin: 30px auto 0 auto;
  text-align: center; }
  .ep-rtl .ep-popup--newsletter .form-wrapper .wpcf7 {
    direction: rtl; }

.ep-popup--newsletter input[type="email"] {
  border: 0;
  border-bottom: 1px solid #9790a0;
  border-radius: 0;
  background: transparent;
  color: #9790a0;
  height: 36px;
  text-align: center; }

.ep-popup--newsletter input[type="submit"] {
  background: #1e88e5;
  color: #fff;
  border: 0;
  height: 36px;
  padding: 2px 30px;
  font-size: 13px;
  width: 100%;
  margin-top: 20px; }

.ep-popup--newsletter .ep-form__skip {
  font-size: 14px; }

.ep-popup--newsletter span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 7px; }

.ep-popup--newsletter div.wpcf7-validation-errors, .ep-popup--newsletter div.wpcf7-acceptance-missing {
  display: none !important; }

.ep-popup--newsletter div.wpcf7-mail-sent-ok {
  border: 0;
  margin-top: -20px;
  color: #2fc247;
  background: transparent; }

.ep-article-content img {
  height: auto; }

* {
  min-height: 0;
  min-width: 0; }