@charset "UTF-8";
/**
* @author Ateigh Diseño Web SL
* @file 
*
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Signika");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ------------------------------- ateigh.com ------------------------------- 
 * @file
 * Variables for Custom generic theme designed by ateigh.com
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * colors for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Functions
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Mixins
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Typografy and texts styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/*------------------------------ Font Families ----------------------------*/
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&family=Signika:wght@300;400;500;600;700&display=swap"); */
/*-------------------------------- Variables ------------------------------*/
/*-------------------------------- Basic Styles ------------------------------*/
html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #4A4A4A;
  background: #ffffff;
}

/*-------------------------------- Headings & Titles ------------------------------*/
h1,
.title-xxl {
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.375rem;
  color: #8d7554;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h1,
.title-xxl {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 719px) {
  h1,
.title-xxl {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h2,
.title-xl {
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #8d7554;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h2,
.title-xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 719px) {
  h2,
.title-xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3,
.title-lg {
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #4A4A4A;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h3,
.title-lg {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 719px) {
  h3,
.title-lg {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

h4,
.title-md {
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4A4A4A;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h4,
.title-md {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 719px) {
  h4,
.title-md {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h5,
.title-sm {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4A4A4A;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h5,
.title-sm {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 719px) {
  h5,
.title-sm {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}

h6,
.title-xs {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #4A4A4A;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h6,
.title-xs {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 719px) {
  h6,
.title-xs {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}

.subtitle-md {
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #427742;
  margin-top: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .subtitle-md {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 719px) {
  .subtitle-md {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.subtitle-sm {
  font-family: "Signika", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4A4A4A;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .subtitle-sm {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 719px) {
  .subtitle-sm {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #4A4A4A;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 719px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p, ul, table, article, h2, h3, h4 {
  margin: 16px 0 0 0;
}

button, input, textarea, select, label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  outline: none;
  font-size: 1rem;
  line-height: 1.75rem;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Icons styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.material-icons, .slick-slider .slick-next, .slick-slider .slick-prev, .ico-archivo:before, .ico-menu-close, .ico-menu-open {
  font-family: "Material Icons";
}

.ico-address:before {
  content: "location_on";
  height: 62px !important;
}

.ico-phone:before {
  content: "phone";
}

.ico-email:before {
  content: "email";
  font-size: 16px !important;
}

.ico-contact:before {
  content: "room_service";
}

.ico-chevron-left:before, .slick-slider .slick-prev:before {
  content: "chevron_left";
}

.ico-chevron-right:before, .slick-slider .slick-next:before {
  content: "chevron_right";
}

.ico-arrow-top:before {
  content: "chevron_right";
  font-family: "Material Icons";
  display: block;
  float: right;
  margin-left: 8px;
  font-size: 18px;
  transform: rotate(-90deg);
}

.ico-arrow-bottom:before {
  content: "chevron_right";
  font-family: "Material Icons";
  display: block;
  float: right;
  margin-left: 8px;
  font-size: 18px;
  transform: rotate(90deg);
}

.ico-arrow_right:after {
  content: "arrow_right_alt";
  font-family: "Material Icons";
  display: block;
  float: right;
  margin-left: 8px;
  font-size: 18px;
}

.ico-arrow_left:before {
  content: "arrow_right_alt";
  font-family: "Material Icons";
  display: block;
  float: left;
  margin-right: 8px;
  font-size: 18px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ico-menu-open:before {
  content: "menu";
}

.ico-menu-close:before {
  content: "close";
}

.ico-archivo {
  color: #427742;
  font-size: 1rem;
}
.ico-archivo:before {
  content: "insert_drive_file";
}

/** Icomoon styles and fonts **/
@font-face {
  font-family: "drupeigh-icon";
  src: url("../fonts/drupeigh-icon.eot?qlmf88");
  src: url("../fonts/drupeigh-icon.eot?qlmf88#iefix") format("embedded-opentype"), url("../fonts/drupeigh-icon.ttf?qlmf88") format("truetype"), url("../fonts/drupeigh-icon.woff?qlmf88") format("woff"), url("../fonts/drupeigh-icon.svg?qlmf89#drupeigh-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .icon, .form--search__item--submit:before, .messages:before, .accordion button[aria-expanded=false] .accordion__icon, .accordion button[aria-expanded=true] .accordion__icon, .video a:after, .tag a .tag__close:before, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .tablesaw-nav-btn.right:before, .tablesaw-nav-btn.left:before, .form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form__item--type-select label:after, .form__item--type-select label.element-invisible + [class*=date-]:after, .ui-datepicker:after, .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "drupeigh-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-file:before {
  content: "";
}

.icon-add-group:before {
  content: "";
}

.icon-add-image:before {
  content: "";
}

.icon-add-user:before {
  content: "";
}

.icon-add:before {
  content: "";
}

.icon-alert:before {
  content: "";
}

.icon-alert-circle:before {
  content: "";
}

.icon-alert-triangle:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-audio:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-campus:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before, .ui-datepicker .ui-datepicker-prev:before {
  content: "";
}

.icon-chevron-right:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-dots:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-less:before, .accordion__icon:active:before, .accordion button[aria-expanded=true] .accordion__icon:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-miuoc:before {
  content: "";
}

.icon-more:before, .accordion button[aria-expanded=false] .accordion__icon:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-place:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-power:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-sort:before {
  content: "";
}

.icon-thinker:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-alert-circle:before {
  content: "";
}

.icon-alert-triangle:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before, .ui-datepicker .ui-datepicker-prev:before {
  content: "";
}

.icon-chevron-right:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-edit-3:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-help-circle:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-log-in:before {
  content: "";
}

.icon-log-out:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-more-horizontal:before {
  content: "";
}

.icon-more-vertical:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-share-2:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-trash-2:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-x-circle:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

/* ------------------------------- ateigh.com ------------------------------- 
 * @file
 * Helpers with class and placeholders for Custom generic theme designed by ateigh.com
 * ------------------------------- ateigh.com -------------------------------
 */
.form__item--textarea .help-text, .form__item .help-text, .form-item .help-text {
  font-size: 1.125rem;
  color: #4A4A4A;
  margin-top: 4px;
}
.form__item--textarea .help-text:invalid, .form__item .help-text:invalid, .form-item .help-text:invalid {
  color: #EF2B2B;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * base & general styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.hidden, .hidden-desktop {
  display: none;
}

@media only screen and (max-width: 719px) {
  .hidden-mobile {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

pre {
  white-space: pre-wrap;
  margin: 1rem 0;
}

a::selection {
  background: rgba(74, 74, 74, 0.2);
}

:not(a)::selection {
  background: rgba(74, 74, 74, 0.8);
}

p:empty {
  margin: 0;
  padding: 0;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Accordions styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.accordion {
  margin: 0;
  padding: 0;
}
.accordion button {
  background: none;
  border: 0;
  color: #427742;
  cursor: pointer;
  padding-left: 16px;
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 1.75rem;
  font-size: 1.125rem;
}
.accordion button .accordion__icon {
  margin-right: 8px;
}
.accordion button:hover {
  color: #427742;
}
.accordion button:active {
  color: #1e351e;
}
.accordion button:active + div {
  border-color: #1e351e;
}
.accordion h3 {
  font-weight: 500;
  color: #427742;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 12px;
  padding-top: 12px;
}
.accordion h3 + h3 {
  margin-top: 40px;
}
.accordion h3:hover + .accordion__panel {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-color: #427742;
}
.accordion h3:hover + div {
  border-color: #427742;
}
.accordion h3:active + div {
  border-color: #427742;
}
.accordion.focus {
  border: 0;
  outline: none;
}
.accordion button ::-moz-focus-inner {
  border: 0;
}
.accordion__title {
  display: block;
  pointer-events: none;
  outline: none;
}
.accordion__panel {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #427742;
  transition: all 0.2s ease-in-out;
}
.accordion .border-hover .accordion__panel {
  border-color: #427742;
}
.accordion .border-hover .accordion__panel:active, .accordion .border-hover .accordion__panel:focus {
  border-color: #1e351e;
}
.accordion .border-hover:active .accordion__panel {
  border-color: #1e351e;
}
.accordion .border-click .accordion__panel {
  border-color: #1e351e;
}
.accordion__content {
  padding: 0 32px 12px 40px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.accordion__content[aria-hidden=true] {
  display: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.views-accordion .ui-accordion-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none !important;
  margin-bottom: 56px;
}
.views-accordion .ui-accordion-content .item-accordion {
  width: calc(100%/3);
  padding: 12px;
  margin-bottom: 24px;
}
.views-accordion .ui-accordion-content .item-accordion li {
  list-style: none;
}
.views-accordion .ui-accordion-content .item-accordion article {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .views-accordion .ui-accordion-content .item-accordion {
    width: 100%;
  }
  .views-accordion .ui-accordion-content .item-accordion img {
    width: 100%;
    max-width: initial;
    height: auto;
  }
}
.views-accordion .ui-accordion-content a {
  text-decoration: none;
}
.views-accordion .ui-accordion-content a:hover {
  color: #427742;
}
.views-accordion .ui-accordion-content span {
  display: block;
}
.views-accordion .ui-accordion-header {
  padding: 0px 0px 12px 0px !important;
  font-size: 1.5rem !important;
  margin-left: 16px;
  position: relative;
  background: none !important;
  border: none !important;
  border-bottom: 2px solid #D8D8D8 !important;
  margin-bottom: 56px;
}
.views-accordion .ui-accordion-header:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid;
  border-right: 1px solid;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: none;
  position: absolute;
  margin-left: 8px;
  top: 48%;
  right: 8px;
}
.views-accordion .ui-accordion-header.ui-state-active {
  border: none !important;
  background: #ffffff !important;
  color: #4A4A4A !important;
  border-bottom: 2px solid #D8D8D8 !important;
}
.views-accordion .ui-accordion-header.ui-state-active:after {
  transform: rotate(225deg);
}
.views-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
@media only screen and (max-width: 959px) {
  .views-accordion .ui-accordion-header {
    font-size: 1.1rem !important;
    margin: 0 0 24px 0;
    padding-right: 24px !important;
  }
  .views-accordion .ui-accordion-header:after {
    right: 0px;
    top: 40%;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Alerts styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.messages {
  border: 1px solid;
  padding: 8px 16px 8px 32px;
  margin: 0 0 40px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.messages a {
  line-height: 1.5rem;
}
.messages:before {
  color: #ffffff;
  position: relative;
  left: -24px;
  z-index: 2;
  position: absolute;
  left: 8px;
  top: 8px;
}
.messages:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  width: 32px;
  height: 100%;
}
.messages--error, .messages.state--3 {
  background-color: rgba(239, 43, 43, 0.4);
  color: #EF2B2B;
  position: relative;
}
.messages--error:before, .messages.state--3:before {
  content: "";
}
.messages--error:after, .messages.state--3:after {
  background: #EF2B2B;
}
.messages--status, .messages.state--5 {
  background-color: rgba(41, 140, 127, 0.4);
  color: #298C7F;
  position: relative;
}
.messages--status:before, .messages.state--5:before {
  content: "";
}
.messages--status:after, .messages.state--5:after {
  background: #298C7F;
}
.messages--warning, .messages.state--4 {
  background-color: rgba(156, 102, 9, 0.4);
  color: #9C6609;
  position: relative;
}
.messages--warning:before, .messages.state--4:before {
  content: "";
}
.messages--warning:after, .messages.state--4:after {
  background: #9C6609;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Animations styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
@keyframes appear {
  from {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes nameX {}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Accordions styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.article {
  margin: 0;
  padding: 0;
  max-width: 420px;
  min-height: 240px;
}
.article figure {
  margin: 0;
}
.article h3, .article h2, .article__title {
  font-weight: 700;
  color: #427742;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 12px;
  padding-top: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article h3 + p, .article h2 + p, .article__title + p {
  padding-top: 0;
}
.article a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #427742;
}
.article a .article__date {
  font-weight: 400;
  font-family: "Signika", sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article a:hover h3, .article a:hover h2, .article a:hover .article__title {
  color: #427742;
}
.article a:hover .article__date {
  text-decoration: none;
  color: #427742;
}
.article img {
  display: block;
}
.article__date {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-family: "Roboto", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
.article__date + h3, .article__date + h2, .article__date + .article__date--title {
  padding-top: 0;
}
.article__date:hover {
  color: #427742;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Avatars styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.avatar {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2rem;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 16px 16px 16px 0;
}
.avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.avatar__letter {
  background: #427742;
  color: #ffffff;
  line-height: 2.5rem;
  font-size: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.avatar__letter--reverse {
  background: #ffffff;
  color: #427742;
}
.avatar--big {
  width: 3rem;
  height: 3rem;
}
.avatar--big .avatar__letter {
  line-height: 3rem;
  font-size: 2rem;
}
.avatar--small {
  width: 2rem;
  height: 2rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  margin: 8px 8px 8px 0;
}
.avatar--small .avatar__letter {
  line-height: 2rem;
  font-size: 1rem;
}
.avatar__fullname {
  color: #427742;
  font-size: 1.125rem;
  display: inline;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Breadcrumbs styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.breadcrumb {
  /* padding:$padding-lg 0 $padding-lg 0; */
  padding: 24px 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.breadcrumb:before, .breadcrumb:after {
  content: " ";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb ol, .breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb ol li, .breadcrumb ol .breadcrumb__item, .breadcrumb ul li, .breadcrumb ul .breadcrumb__item {
  font-size: 1rem;
  color: #9B9B9B;
  display: inline;
  position: relative;
  line-height: 1.5rem;
  font-weight: 400;
}
.breadcrumb ol li a, .breadcrumb ol .breadcrumb__item a, .breadcrumb ul li a, .breadcrumb ul .breadcrumb__item a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #9B9B9B;
  text-decoration: none;
}
.breadcrumb ol li:before, .breadcrumb ol .breadcrumb__item:before, .breadcrumb ul li:before, .breadcrumb ul .breadcrumb__item:before {
  top: -2px;
  left: 6px;
  /* @extend .icon;
  content: "\e910"; */
  content: " / ";
}
.breadcrumb ol li:first-child, .breadcrumb ol .breadcrumb__item:first-child, .breadcrumb ul li:first-child, .breadcrumb ul .breadcrumb__item:first-child {
  font-weight: 400;
}
.breadcrumb ol li:first-child:before, .breadcrumb ol .breadcrumb__item:first-child:before, .breadcrumb ul li:first-child:before, .breadcrumb ul .breadcrumb__item:first-child:before {
  content: none;
}
.breadcrumb ol li:not(:first-child) a, .breadcrumb ol .breadcrumb__item:not(:first-child) a, .breadcrumb ul li:not(:first-child) a, .breadcrumb ul .breadcrumb__item:not(:first-child) a {
  font-weight: 400;
}
.breadcrumb ol li:last-child, .breadcrumb ol .breadcrumb__item:last-child, .breadcrumb ul li:last-child, .breadcrumb ul .breadcrumb__item:last-child {
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  .breadcrumb {
    margin: 8px auto;
    width: 100%;
    padding: 24px;
  }
  .breadcrumb ok li, .breadcrumb ul li {
    line-height: 1.25rem;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Buttons styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.btn, .form-submit, .eu-cookie-withdraw-tab, .eu-cookie-withdraw-button, div#sliding-popup .decline-button, div#sliding-popup .nobutton, div#sliding-popup .agree-button, div#sliding-popup .eu-cookie-compliance-save-preferences-button {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.75rem;
  padding: 12px 32px;
  margin: 16px 24px 16px 0;
  border: solid 0;
  /* border-radius: $radius; */
  min-width: 248px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.btn--primary, .form-submit, .eu-cookie-withdraw-tab, .eu-cookie-withdraw-button, div#sliding-popup .agree-button, div#sliding-popup .eu-cookie-compliance-save-preferences-button {
  background: #427742;
  color: #ffffff;
  border: 1px solid #427742;
}
.btn--primary:hover, .form-submit:hover, .eu-cookie-withdraw-tab:hover, .eu-cookie-withdraw-button:hover, div#sliding-popup .agree-button:hover, div#sliding-popup .eu-cookie-compliance-save-preferences-button:hover {
  /* background: none;
  color: $color-action !important; */
  background: #8d7554;
  border: 1px solid #8d7554;
  color: #ffffff !important;
}
.btn--primary:active, .form-submit:active, .eu-cookie-withdraw-tab:active, .eu-cookie-withdraw-button:active, div#sliding-popup .agree-button:active, div#sliding-popup .eu-cookie-compliance-save-preferences-button:active {
  background: #1e351e;
}
.btn--primary:disabled, .form-submit:disabled, .eu-cookie-withdraw-tab:disabled, .eu-cookie-withdraw-button:disabled, div#sliding-popup .agree-button:disabled, div#sliding-popup .eu-cookie-compliance-save-preferences-button:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: auto;
}
.btn--primary:disabled:hover, .form-submit:disabled:hover, .eu-cookie-withdraw-tab:disabled:hover, .eu-cookie-withdraw-button:disabled:hover, div#sliding-popup .agree-button:disabled:hover, div#sliding-popup .eu-cookie-compliance-save-preferences-button:disabled:hover {
  background: #427742;
}
.btn--primary.placeholder, .placeholder.form-submit, .placeholder.eu-cookie-withdraw-tab, .placeholder.eu-cookie-withdraw-button, div#sliding-popup .placeholder.agree-button, div#sliding-popup .placeholder.eu-cookie-compliance-save-preferences-button {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--primary:-moz-placeholder, .form-submit:-moz-placeholder, .eu-cookie-withdraw-tab:-moz-placeholder, .eu-cookie-withdraw-button:-moz-placeholder, div#sliding-popup .agree-button:-moz-placeholder, div#sliding-popup .eu-cookie-compliance-save-preferences-button:-moz-placeholder {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--primary::-moz-placeholder, .form-submit::-moz-placeholder, .eu-cookie-withdraw-tab::-moz-placeholder, .eu-cookie-withdraw-button::-moz-placeholder, div#sliding-popup .agree-button::-moz-placeholder, div#sliding-popup .eu-cookie-compliance-save-preferences-button::-moz-placeholder {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--primary:-ms-input-placeholder, .form-submit:-ms-input-placeholder, .eu-cookie-withdraw-tab:-ms-input-placeholder, .eu-cookie-withdraw-button:-ms-input-placeholder, div#sliding-popup .agree-button:-ms-input-placeholder, div#sliding-popup .eu-cookie-compliance-save-preferences-button:-ms-input-placeholder {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--primary::-webkit-input-placeholder, .form-submit::-webkit-input-placeholder, .eu-cookie-withdraw-tab::-webkit-input-placeholder, .eu-cookie-withdraw-button::-webkit-input-placeholder, div#sliding-popup .agree-button::-webkit-input-placeholder, div#sliding-popup .eu-cookie-compliance-save-preferences-button::-webkit-input-placeholder {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--primary.btn--reverse, .btn--reverse.form-submit, .btn--reverse.eu-cookie-withdraw-tab, .btn--reverse.eu-cookie-withdraw-button, div#sliding-popup .btn--reverse.agree-button, div#sliding-popup .btn--reverse.eu-cookie-compliance-save-preferences-button {
  border-color: #ffffff;
  color: #ffffff;
}
.btn--primary.btn--reverse:hover, .btn--reverse.form-submit:hover, .btn--reverse.eu-cookie-withdraw-tab:hover, .btn--reverse.eu-cookie-withdraw-button:hover, div#sliding-popup .btn--reverse.agree-button:hover, div#sliding-popup .btn--reverse.eu-cookie-compliance-save-preferences-button:hover {
  color: #427742;
  border-color: #427742;
}
@media only screen and (max-width: 959px) {
  .btn--primary, .form-submit, .eu-cookie-withdraw-tab, .eu-cookie-withdraw-button, div#sliding-popup .agree-button, div#sliding-popup .eu-cookie-compliance-save-preferences-button {
    padding: 12px;
    font-size: 0.9rem;
  }
}
.btn--secondary, div#sliding-popup .decline-button, div#sliding-popup .nobutton {
  background: transparent;
  color: #427742;
  border: 2px solid #427742;
  padding: 12px 32px;
}
.btn--secondary:active, div#sliding-popup .decline-button:active, div#sliding-popup .nobutton:active {
  border-color: #1e351e;
  color: #1e351e;
}
.btn--secondary:hover, div#sliding-popup .decline-button:hover, div#sliding-popup .nobutton:hover {
  border-color: #427742;
  color: #427742;
}
.btn--secondary:disabled, div#sliding-popup .decline-button:disabled, div#sliding-popup .nobutton:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: auto;
}
.btn--secondary:disabled:hover, div#sliding-popup .decline-button:disabled:hover, div#sliding-popup .nobutton:disabled:hover {
  border-color: #427742;
  color: #427742;
}
.btn--secondary.placeholder, div#sliding-popup .placeholder.decline-button, div#sliding-popup .placeholder.nobutton {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--secondary:-moz-placeholder, div#sliding-popup .decline-button:-moz-placeholder, div#sliding-popup .nobutton:-moz-placeholder {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--secondary::-moz-placeholder, div#sliding-popup .decline-button::-moz-placeholder, div#sliding-popup .nobutton::-moz-placeholder {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--secondary:-ms-input-placeholder, div#sliding-popup .decline-button:-ms-input-placeholder, div#sliding-popup .nobutton:-ms-input-placeholder {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--secondary::-webkit-input-placeholder, div#sliding-popup .decline-button::-webkit-input-placeholder, div#sliding-popup .nobutton::-webkit-input-placeholder {
  color: #9B9B9B;
  font-weight: 500;
}
.btn--secondary.btn--reverse, div#sliding-popup .btn--reverse.decline-button, div#sliding-popup .btn--reverse.nobutton {
  border-color: #ffffff;
  color: #ffffff;
}
.btn--secondary.btn--reverse:hover, div#sliding-popup .btn--reverse.decline-button:hover, div#sliding-popup .btn--reverse.nobutton:hover {
  color: #427742;
  border-color: #427742;
}
@media only screen and (max-width: 959px) {
  .btn--secondary, div#sliding-popup .decline-button, div#sliding-popup .nobutton {
    padding: 12px;
    font-size: 0.9rem;
  }
}
.btn--text, div#sliding-popup .eu-cookie-compliance-more-button {
  text-align: left;
  background: transparent;
  color: #427742;
  outline: none;
  border: none;
  cursor: pointer;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
}
.btn--text:hover, div#sliding-popup .eu-cookie-compliance-more-button:hover {
  color: #427742;
}
.btn--text:active, div#sliding-popup .eu-cookie-compliance-more-button:active {
  color: #1e351e;
}
.btn--text.btn--reverse, div#sliding-popup .btn--reverse.eu-cookie-compliance-more-button {
  color: #ffffff;
}
.btn--text.btn--reverse:hover, div#sliding-popup .btn--reverse.eu-cookie-compliance-more-button:hover {
  color: #427742;
}
@media only screen and (max-width: 959px) {
  .btn--text, div#sliding-popup .eu-cookie-compliance-more-button {
    padding: 0;
    margin: 8px 0;
  }
}
.btn__icon {
  position: relative;
  top: 0rem;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 4px;
}
.btn__icon--left {
  margin-right: 4px;
}
.btn__icon--right {
  margin-left: 4px;
  margin-right: 0;
}
.btn--icon, .tablesaw-nav-btn {
  background: none;
  color: #427742;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
}
.btn--icon .btn__icon, .tablesaw-nav-btn .btn__icon {
  margin: 0;
  height: 24px;
  width: 24px;
  display: inline-block;
}
.btn--icon .btn__icon:before, .tablesaw-nav-btn .btn__icon:before {
  font-size: 1.5rem;
}
.btn--icon:hover, .tablesaw-nav-btn:hover {
  background: #427742;
}
.btn--icon:active, .tablesaw-nav-btn:active {
  background: #1e351e;
}
.btn--icon:disabled, .tablesaw-nav-btn:disabled {
  opacity: 0.3;
}
.btn--icon:disabled:hover, .tablesaw-nav-btn:disabled:hover {
  background: #427742;
}
.btn--icon.btn--reverse, .btn--reverse.tablesaw-nav-btn {
  background: #ffffff;
  color: #427742;
}
.btn--icon.btn--reverse:hover, .btn--reverse.tablesaw-nav-btn:hover {
  background: #427742;
  color: #ffffff;
}
.btn--icon span + span, .tablesaw-nav-btn span + span {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.btn--ghost {
  background: transparent;
  color: #427742;
}
.btn--ghost:hover {
  color: #427742;
}
.btn--ghost:active {
  color: #1e351e;
}
.btn--ghost:disabled {
  opacity: 0.3;
}
.btn--ghost:disabled:hover {
  background: #427742;
}
.btn--ghost.btn--reverse {
  color: #ffffff;
  background: none;
}
.btn--ghost.btn--reverse:hover {
  color: #427742;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Datepickers styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* Date Picker Default Styles */
.ui-datepicker {
  padding: 0;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #dae4d9;
}
.ui-datepicker * {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker table th {
  background: none;
}
.ui-datepicker table tr:hover {
  background: none;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #427742;
  color: #ffffff;
  background: none;
  min-height: 70px;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #427742;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker thead {
  background: none;
  color: #427742;
}
.ui-datepicker thead > tr {
  background: none;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
  color: #ffffff;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  height: 1em;
  top: 0.3em;
  border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
  color: #427742;
  background: none;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background: none;
}
.ui-datepicker .ui-datepicker-next span :hover,
.ui-datepicker .ui-datepicker-prev span :hover {
  background: none;
}
.ui-datepicker th {
  padding: 8px 0;
  color: #427742;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border: none;
  border-top: 0;
}
.ui-datepicker td {
  background: none;
  border: none;
  padding: 0;
}
.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 4px;
  margin: 0;
  font-weight: normal;
  color: #D8D8D8;
}
.ui-datepicker td .ui-state-hover {
  background: #427742;
  color: #ffffff;
  font-weight: 700;
}
.ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-highlight {
  background: #427742;
  color: #ffffff;
  font-weight: 700;
}
.ui-datepicker td:hover {
  background: none;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 1;
  color: #427742;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  min-width: 100px;
}
.ui-datepicker select.ui-datepicker-month {
  margin-right: 5px;
}
.ui-datepicker:after {
  content: "";
  position: absolute;
  top: 18px;
  font-size: 1.5rem;
  color: #427742;
  right: 140px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.ui-datepicker .ui-datepicker-next {
  top: 0.7em;
  right: -5px;
}
.ui-datepicker .ui-datepicker-prev {
  top: 0.7em;
  left: -5px;
}
.ui-datepicker select.ui-datepicker-month {
  top: 48px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  background: none;
  border: 0;
  top: 38px;
  min-width: auto;
  width: auto;
  padding: 0;
  text-align-last: center;
  pointer-events: none;
}
.ui-datepicker select.ui-datepicker-year {
  position: absolute;
  width: 100%;
  margin: 0;
  text-align-last: center;
  top: 0;
  left: 0;
  background: #427742;
  color: #ffffff;
  border: 0;
  text-align-last: center;
  padding: 0;
}
.ui-datepicker select.ui-datepicker-year:hover {
  background: #427742;
  color: #ffffff;
}
.ui-datepicker select.ui-datepicker-year:hover:active {
  background: #1e351e;
}
.ui-datepicker select.ui-datepicker-year:hover option {
  background-color: #ffffff;
  color: #427742;
}
.ui-datepicker span.ui-datepicker-year {
  background-color: #427742;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  padding-top: 8px;
}
.ui-datepicker:after {
  top: 28px;
  right: 140px;
  content: none;
}
.ui-datepicker:before {
  top: 28px;
  content: none;
}
.ui-datepicker .ui-datepicker-next {
  top: 2em;
  color: #427742;
}
.ui-datepicker .ui-datepicker-prev {
  top: 2em;
  left: -5px;
  color: #427742;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Dividers styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
hr {
  clear: both;
  border: 0;
  margin: 0;
  padding: 0;
  background: #427742;
  height: 4px;
  width: 100%;
  height: 1px;
  margin: 24px 0 32px 0;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Dropdowns styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form__item--type-select label:after, .form__item--type-select label.element-invisible + [class*=date-]:after {
  content: "";
  position: absolute;
  top: 32px;
  font-size: 1.5rem;
  color: #427742;
  right: 4px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamb .nav-toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.hamb .nav-toggle:hover {
  border-bottom: none;
}
.hamb .nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hamb .nav-toggle.open span {
  background: #427742;
}
.hamb .nav-toggle span:nth-child(1) {
  top: 0px;
  width: 24px;
}
.hamb .nav-toggle span:nth-child(2), .hamb .nav-toggle span:nth-child(3) {
  top: 8px;
  width: 18px;
}
.hamb .nav-toggle span:nth-child(4) {
  top: 16px;
  width: 24px;
}
.hamb .nav-toggle.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}
.hamb .nav-toggle.open span:nth-child(2) {
  width: 24px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamb .nav-toggle.open span:nth-child(3) {
  width: 24px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamb .nav-toggle.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.form__item--type-select {
  position: relative;
  width: 240px;
  /* Transition */
}
.form__item--type-select label.element-invisible + [class*=date-]:after {
  top: 8px;
}
.form__item--type-select:hover {
  border-color: #427742;
}
.form__item--type-select:hover:after {
  color: #427742;
}
.form__item--type-select .help-text {
  padding-top: 4px;
  font-size: 0.8125rem;
}
.ui-datepicker select, .form__item--type-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  outline: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  width: 240px;
  color: #427742;
  height: 40px;
  min-width: 240px;
  background: #ffffff;
  border: none;
  border: 1px solid #D8D8D8;
  padding: 4px 24px 4px 12px;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker select:hover, .form__item--type-select select:hover {
  border-color: #427742;
}
.ui-datepicker select::-ms-expand, .form__item--type-select select::-ms-expand {
  display: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Inputs styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form__item, .form-item {
  border: 0;
  margin-top: 1rem;
}
.form__item input[type=text], .form-item input[type=text], .form__item input[type=search], .form-item input[type=search], .form__item input[type=password], .form-item input[type=password], .form__item input[type=number], .form-item input[type=number], .form__item input[type=email], .form-item input[type=email], .form__item input[type=tel], .form-item input[type=tel], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel] {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #4A4A4A;
  height: 40px;
  min-width: 240px;
  outline: none;
  background: #ffffff;
  border: none;
  border: solid #D8D8D8 1px;
  padding: 8px 12px;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.form__item input[type=text]:focus, .form-item input[type=text]:focus, .form__item input[type=search]:focus, .form-item input[type=search]:focus, .form__item input[type=password]:focus, .form-item input[type=password]:focus, .form__item input[type=number]:focus, .form-item input[type=number]:focus, .form__item input[type=email]:focus, .form-item input[type=email]:focus, .form__item input[type=tel]:focus, .form-item input[type=tel]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:focus {
  background: #ffffff;
}
.form__item input[type=text]:disabled, .form-item input[type=text]:disabled, .form__item input[type=search]:disabled, .form-item input[type=search]:disabled, .form__item input[type=password]:disabled, .form-item input[type=password]:disabled, .form__item input[type=number]:disabled, .form-item input[type=number]:disabled, .form__item input[type=email]:disabled, .form-item input[type=email]:disabled, .form__item input[type=tel]:disabled, .form-item input[type=tel]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form__item input[type=text].placeholder, .form-item input[type=text].placeholder, .form__item input[type=search].placeholder, .form-item input[type=search].placeholder, .form__item input[type=password].placeholder, .form-item input[type=password].placeholder, .form__item input[type=number].placeholder, .form-item input[type=number].placeholder, .form__item input[type=email].placeholder, .form-item input[type=email].placeholder, .form__item input[type=tel].placeholder, .form-item input[type=tel].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel].placeholder {
  color: #9B9B9B;
  font-weight: 400;
}
.form__item input[type=text]:-moz-placeholder, .form-item input[type=text]:-moz-placeholder, .form__item input[type=search]:-moz-placeholder, .form-item input[type=search]:-moz-placeholder, .form__item input[type=password]:-moz-placeholder, .form-item input[type=password]:-moz-placeholder, .form__item input[type=number]:-moz-placeholder, .form-item input[type=number]:-moz-placeholder, .form__item input[type=email]:-moz-placeholder, .form-item input[type=email]:-moz-placeholder, .form__item input[type=tel]:-moz-placeholder, .form-item input[type=tel]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:-moz-placeholder {
  color: #9B9B9B;
  font-weight: 400;
}
.form__item input[type=text]::-moz-placeholder, .form-item input[type=text]::-moz-placeholder, .form__item input[type=search]::-moz-placeholder, .form-item input[type=search]::-moz-placeholder, .form__item input[type=password]::-moz-placeholder, .form-item input[type=password]::-moz-placeholder, .form__item input[type=number]::-moz-placeholder, .form-item input[type=number]::-moz-placeholder, .form__item input[type=email]::-moz-placeholder, .form-item input[type=email]::-moz-placeholder, .form__item input[type=tel]::-moz-placeholder, .form-item input[type=tel]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]::-moz-placeholder {
  color: #9B9B9B;
  font-weight: 400;
}
.form__item input[type=text]:-ms-input-placeholder, .form-item input[type=text]:-ms-input-placeholder, .form__item input[type=search]:-ms-input-placeholder, .form-item input[type=search]:-ms-input-placeholder, .form__item input[type=password]:-ms-input-placeholder, .form-item input[type=password]:-ms-input-placeholder, .form__item input[type=number]:-ms-input-placeholder, .form-item input[type=number]:-ms-input-placeholder, .form__item input[type=email]:-ms-input-placeholder, .form-item input[type=email]:-ms-input-placeholder, .form__item input[type=tel]:-ms-input-placeholder, .form-item input[type=tel]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:-ms-input-placeholder {
  color: #9B9B9B;
  font-weight: 400;
}
.form__item input[type=text]::-webkit-input-placeholder, .form-item input[type=text]::-webkit-input-placeholder, .form__item input[type=search]::-webkit-input-placeholder, .form-item input[type=search]::-webkit-input-placeholder, .form__item input[type=password]::-webkit-input-placeholder, .form-item input[type=password]::-webkit-input-placeholder, .form__item input[type=number]::-webkit-input-placeholder, .form-item input[type=number]::-webkit-input-placeholder, .form__item input[type=email]::-webkit-input-placeholder, .form-item input[type=email]::-webkit-input-placeholder, .form__item input[type=tel]::-webkit-input-placeholder, .form-item input[type=tel]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]::-webkit-input-placeholder {
  color: #9B9B9B;
  font-weight: 400;
}
.form__item input[type=text].form__item__error, .form-item input[type=text].form__item__error, .form__item input[type=search].form__item__error, .form-item input[type=search].form__item__error, .form__item input[type=password].form__item__error, .form-item input[type=password].form__item__error, .form__item input[type=number].form__item__error, .form-item input[type=number].form__item__error, .form__item input[type=email].form__item__error, .form-item input[type=email].form__item__error, .form__item input[type=tel].form__item__error, .form-item input[type=tel].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel].form__item__error {
  border: none;
  border-bottom: solid rgba(239, 43, 43, 0.4) 2px;
  background: #EF2B2B;
}
.form__item input[type=text].form__item__error + .help-text, .form-item input[type=text].form__item__error + .help-text, .form__item input[type=search].form__item__error + .help-text, .form-item input[type=search].form__item__error + .help-text, .form__item input[type=password].form__item__error + .help-text, .form-item input[type=password].form__item__error + .help-text, .form__item input[type=number].form__item__error + .help-text, .form-item input[type=number].form__item__error + .help-text, .form__item input[type=email].form__item__error + .help-text, .form-item input[type=email].form__item__error + .help-text, .form__item input[type=tel].form__item__error + .help-text, .form-item input[type=tel].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel].form__item__error + .help-text {
  color: #EF2B2B;
}
@media only screen and (max-width: 719px) {
  .form__item input[type=text], .form-item input[type=text], .form__item input[type=search], .form-item input[type=search], .form__item input[type=password], .form-item input[type=password], .form__item input[type=number], .form-item input[type=number], .form__item input[type=email], .form-item input[type=email], .form__item input[type=tel], .form-item input[type=tel], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel] {
    width: 100%;
    min-width: 100%;
  }
}
.form__item input[type=radio] + label, .form-item input[type=radio] + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio] + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio] + label {
  font-weight: 400;
}
.form__item input[type=radio]:checked, .form-item input[type=radio]:checked, .form__item input[type=radio]:not(:checked), .form-item input[type=radio]:not(:checked), .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked), .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form__item input[type=radio]:checked + label, .form-item input[type=radio]:checked + label, .form__item input[type=radio]:not(:checked) + label, .form-item input[type=radio]:not(:checked) + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.form__item input[type=radio]:checked + label:before, .form-item input[type=radio]:checked + label:before, .form__item input[type=radio]:not(:checked) + label:before, .form-item input[type=radio]:not(:checked) + label:before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 100%;
  background: #fff;
}
.form__item input[type=radio]:checked + label:after, .form-item input[type=radio]:checked + label:after, .form__item input[type=radio]:not(:checked) + label:after, .form-item input[type=radio]:not(:checked) + label:after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4A4A4A;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form__item input[type=radio]:not(:checked) + label:after, .form-item input[type=radio]:not(:checked) + label:after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form__item input[type=radio]:checked + label:after, .form-item input[type=radio]:checked + label:after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form__item input[type=radio]:not(:first-child) + label, .form-item input[type=radio]:not(:first-child) + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:first-child) + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:first-child) + label {
  margin-left: 24px;
}
.form__item input[type=radio]:hover + label:before, .form-item input[type=radio]:hover + label:before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:hover + label:before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:hover + label:before {
  border: 2px solid #427742;
}
.form__item input[type=radio]:checked + label:before, .form-item input[type=radio]:checked + label:before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:before {
  border: 2px solid #4A4A4A;
}
.form__item input[type=checkbox], .form-item input[type=checkbox], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.form__item input[type=checkbox] + label, .form-item input[type=checkbox] + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-weight: 400;
}
.form__item input[type=checkbox] + label::before, .form-item input[type=checkbox] + label::before, .form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.form__item input[type=checkbox] + label::before, .form-item input[type=checkbox] + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::before {
  height: 20px;
  width: 20px;
  border: 1px solid #D8D8D8;
  left: 0px;
  top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 4px;
}
.form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after {
  content: none;
}
.form__item input[type=checkbox]:checked + label::after, .form-item input[type=checkbox]:checked + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::after {
  content: "";
  color: #ffffff;
}
.form__item input[type=checkbox]:checked + label::before, .form-item input[type=checkbox]:checked + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::before {
  background: #4A4A4A;
}
.form__item input[type=checkbox]:checked + label::before:hover, .form-item input[type=checkbox]:checked + label::before:hover, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::before:hover, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::before:hover {
  background: #427742;
}
.form__item input[type=checkbox]:checked:hover + label::before, .form-item input[type=checkbox]:checked:hover + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked:hover + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked:hover + label::before {
  background: #427742;
}
.form__item input[type=checkbox]:hover + label::before, .form-item input[type=checkbox]:hover + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:hover + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:hover + label::before {
  border: 2px solid #427742;
}
.form__item input[type=number], .form-item input[type=number], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  position: relative;
  width: 100px;
}
.form__item input[type=number] + .spin-number, .form-item input[type=number] + .spin-number, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number {
  position: relative;
}
.form__item input[type=number] + .spin-number .icon-caret-up, .form-item input[type=number] + .spin-number .icon-caret-up, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-up, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-up {
  top: -10px;
  position: absolute;
  left: -22px;
  cursor: pointer;
  color: #4A4A4A;
}
.form__item input[type=number] + .spin-number .icon-caret-up:hover, .form-item input[type=number] + .spin-number .icon-caret-up:hover, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-up:hover, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-up:hover {
  color: #427742;
}
.form__item input[type=number] + .spin-number .icon-caret-down, .form-item input[type=number] + .spin-number .icon-caret-down, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-down, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-down {
  top: 8px;
  left: -22px;
  position: absolute;
  cursor: pointer;
  color: #4A4A4A;
}
.form__item input[type=number] + .spin-number .icon-caret-down:hover, .form-item input[type=number] + .spin-number .icon-caret-down:hover, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-down:hover, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-down:hover {
  color: #427742;
}
.form__item input::-webkit-inner-spin-button, .form-item input::-webkit-inner-spin-button, .form__item input::-webkit-outer-spin-button, .form-item input::-webkit-outer-spin-button, .form__item .chosen-container-multi .chosen-choices li.search-field input::-webkit-inner-spin-button, .form-item .chosen-container-multi .chosen-choices li.search-field input::-webkit-inner-spin-button, .form__item .chosen-container-multi .chosen-choices li.search-field input::-webkit-outer-spin-button, .form-item .chosen-container-multi .chosen-choices li.search-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__item input + input, .form-item input + input {
  margin-left: 40px;
}
.form__item--type-numeric {
  position: relative;
}
.form__item--type-numeric .icon-caret-up {
  position: absolute;
  height: 8px;
  width: 8px;
  border: none;
  left: 100px;
  background: none;
  outline: 0;
  color: #4A4A4A;
  top: 24px;
}
.form__item--type-numeric .icon-caret-down {
  position: absolute;
  background: transparent;
  height: 8px;
  width: 8px;
  border: none;
  left: 100px;
  color: #4A4A4A;
  outline: 0;
  top: 32px;
}
.form__item--type-numeric .icon-caret-down:hover {
  color: #427742;
}
.form__item legend, .form-item legend {
  font-weight: 500;
}
.form__item__radio {
  margin-top: 8px;
  margin-bottom: 8px;
}
.form__item .form-item--checkbox, .form-item .form-item--checkbox {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form__item .chosen-container-multi .chosen-choices, .form-item .chosen-container-multi .chosen-choices {
  padding: 0;
  background: none;
  border-color: #D8D8D8;
}
.form__item .chosen-container-active .chosen-choices, .form-item .chosen-container-active .chosen-choices {
  box-shadow: none;
  border-color: #D8D8D8;
}
.form__item .chosen-container .chosen-results li.highlighted, .form-item .chosen-container .chosen-results li.highlighted {
  background: #4A4A4A;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Textareas for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form__item--textarea label {
  padding-bottom: 4px;
  font-size: 1rem;
  display: block;
  text-align: left;
}
.form__item--textarea textarea {
  font-size: 0.8125rem;
  font-family: "Roboto", sans-serif;
  color: #4A4A4A;
  height: auto;
  min-height: 8rem;
  min-width: 360px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 8px 12px 8px 12px;
  line-height: 1.75rem;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.form__item--textarea textarea:hover {
  border-color: #427742;
}
.form__item--textarea textarea:focus {
  border: solid #1e351e 1px;
  border-bottom: solid #1e351e 2px;
  background: #ffffff;
}
.form__item--textarea textarea.form-item__error {
  border: none;
  border-bottom: solid #EF2B2B 2px;
  background: rgba(239, 43, 43, 0.4);
}
.form__item--textarea textarea.form-item__error + .help-text {
  color: #EF2B2B;
}
.form__item--textarea textarea:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form__item--textarea textarea.placeholder {
  color: #9B9B9B;
  font-family: "Roboto", sans-serif;
}
.form__item--textarea textarea:-moz-placeholder {
  color: #9B9B9B;
  font-family: "Roboto", sans-serif;
}
.form__item--textarea textarea::-moz-placeholder {
  color: #9B9B9B;
  font-family: "Roboto", sans-serif;
}
.form__item--textarea textarea:-ms-input-placeholder {
  color: #9B9B9B;
  font-family: "Roboto", sans-serif;
}
.form__item--textarea textarea::-webkit-input-placeholder {
  color: #9B9B9B;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 719px) {
  .form__item--textarea textarea {
    width: 100%;
    min-width: 100%;
  }
}
textarea {
  width: 100%;
  border: solid #D8D8D8 1px;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Labels for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form label, form label {
  display: block;
  text-align: left;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Links styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.link, a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  color: #4A4A4A;
  text-decoration: underline;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  /* &:visited{
      color: $color-visited;
  } */
  /* &:focus{
      color: $color-focus;
  }
  &:active{
      color: $color-active;
  }  */
}
.link:hover, a:hover {
  color: #427742;
}

h1 a, h2 a, h3 a, h4 a {
  font-family: "Signika", sans-serif;
  text-decoration: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * formatted and unformetted lists styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
ul.list, main ul {
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Roboto", sans-serif;
  padding-left: 24px;
}
ul.list li, main ul li {
  line-height: 1.75rem;
  padding-bottom: 12px;
  position: relative;
  display: block;
}
ul.list li:before, main ul li:before {
  content: none;
}
ul.list li:after, main ul li:after {
  background-color: #427742;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 10px;
  left: -16px;
}
ul.list li a, main ul li a {
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline-block;
  /* &:visited {
      color: $color-visited;
      &:hover{
          color:$color-hover;
      }
    } */
}
ul.list li ul, main ul li ul {
  padding-left: 24px;
  list-style-type: none;
}
ul.list li ul li:after, main ul li ul li:after {
  content: "○";
  font-size: 1.125rem;
}
ul.list li ul li ul, main ul li ul li ul {
  list-style-type: none;
}
ul.list li ul li ul li:after, main ul li ul li ul li:after {
  content: "■";
  font-size: 1.125rem;
}
@media only screen and (max-width: 959px) {
  ul.list, main ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  ul.list li, main ul li {
    line-height: 1.5rem;
  }
}

ol.list, main ol {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  padding-left: 24px;
}
ol.list li, main ol li {
  padding-left: 4px;
  line-height: 24px;
  padding-bottom: 12px;
}
ol.list li a, main ol li a {
  font-weight: 400;
  text-decoration: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Logo styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#logo {
  width: 30%;
  height: 78px;
  float: left;
  position: relative;
}
#logo a {
  width: 280px;
  height: 100px;
  font-size: 1rem;
  font-weight: 700;
  background: transparent url("../images/LIFE_Phoenix-logo.svg") no-repeat center center;
  background-size: 280px;
  display: block;
  top: -18px;
}
#logo a span {
  display: none;
}
@media only screen and (max-width: 959px) {
  #logo {
    width: 50%;
    height: 62px;
  }
  #logo a {
    background: transparent url("../images/LIFE_Phoenix-logo.svg") no-repeat center center;
    width: 206px;
    height: 66px;
    background-size: 187px;
  }
}

#logo-maintenance {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  float: none;
}
#logo-maintenance a {
  width: 300px;
  height: 300px;
  font-size: 1rem;
  font-weight: 700;
  background: transparent url("../images/LIFE_Phoenix-logo.svg") no-repeat center center;
  background-size: 500px;
  display: block;
}
#logo-maintenance a span {
  display: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Loadings styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.loader {
  position: relative;
  min-height: 6rem;
}
.loader__logo {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.loader__logo .color-logo {
  fill: #427742;
}
.loader__logo--reverse {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.loader__logo--reverse .color-logo {
  fill: #ffffff;
}

.spinner-1 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.spinner-1 .line {
  fill: none;
  stroke: #427742;
  stroke-width: 8%;
  opacity: 1;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate3d(0, 0, 1, 0deg);
  animation: 2000ms spinner-1-arc ease-in-out infinite, 1800ms spinner-1-rotate linear infinite;
  -webit-animation: 2000ms spinner-1-arc ease-in-out infinite, 1800ms spinner-1-rotate linear infinite;
}

.spinner-1 .ring {
  fill: none;
  stroke: #427742;
  stroke-width: 8%;
  opacity: 1;
}

@keyframes spinner-1-rotate {
  to {
    -moz-transform: rotate3d(0, 0, 1, 360deg);
    -o-transform: rotate3d(0, 0, 1, 360deg);
    -ms-transform: rotate3d(0, 0, 1, 360deg);
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes spinner-1-arc {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
.spinner-2 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.spinner-2 .line {
  fill: none;
  stroke: #427742;
  stroke-width: 4%;
  opacity: 1;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate3d(0, 0, 1, 0deg);
  animation: 2000ms spinner-2-arc ease-in-out infinite, 1800ms spinner-2-rotate linear infinite;
  -webkit-animation: 2000ms spinner-2-arc ease-in-out infinite, 1800ms spinner-2-rotate linear infinite;
}

@keyframes spinner-2-rotate {
  to {
    -moz-transform: rotate3d(0, 0, 1, 360deg);
    -o-transform: rotate3d(0, 0, 1, 360deg);
    -ms-transform: rotate3d(0, 0, 1, 360deg);
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes spinner-2-arc {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Progress bar styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.progressbar {
  /* Eliminamos la apariencia nativa, para poder asignar estilos */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Copiado de normalize.css */
  vertical-align: baseline;
}

/* AÑADIMOS NUESTROS ESTILOS PERSONALIZADOS */
.bg-bar {
  /* Tamaño unificado */
  height: 10px;
  width: 10em;
}

.bg-bar::-webkit-progress-bar {
  background-color: #427742;
  border-radius: 5px;
}

.bg-bar {
  background-color: #427742;
  border-radius: 5px;
  border: none;
}

/* Relleno de la barra en Chrome, Safari, Opera… */
.bg-bar::-webkit-progress-value {
  background-color: #427742;
  border-radius: 5px;
}

/* Relleno de la barra en Firefox, Waterfox, Tor Browser… */
.bg-bar::-moz-progress-bar {
  background-color: #427742;
  border-radius: 5px;
}

/* Relleno de la barra en IE y Egde */
.bg-bar::-ms-fill {
  background-color: #427742;
  border-radius: 5px;
  border: none;
  /* ¡Explorer añade un borde al relleno! */
}

/* ESTILOS PERSONALIZADOS PARA EL PROGRESS-POLYFILL (IE8-9) */
.progress[role] {
  background-color: #427742;
  border-radius: 5px;
}

.progress[role]:before {
  background-color: #427742;
  border-radius: 5px;
}

.radial-progress {
  margin: 50px;
  width: 120px;
  height: 120px;
  background-color: #427742;
  border-radius: 50%;
}
.radial-progress .circle .mask, .radial-progress .circle .fill, .radial-progress .circle .shadow {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .shadow {
  box-shadow: none inset;
}
.radial-progress .circle .mask, .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  /* transition: -webkit-transform $transition-length;
  transition: -ms-transform $transition-length;
  transition: transform $transition-length; */
  border-radius: 50%;
}
.radial-progress .circle .mask {
  clip: rect(0px, 120px, 120px, 60px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #427742;
}
.radial-progress .inset {
  width: 90px;
  height: 90px;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  background-color: #fbfbfb;
  border-radius: 50%;
  box-shadow: none;
}
.radial-progress .inset .percentage {
  width: 57px;
  position: absolute;
  top: 34px;
  left: 16.5px;
  line-height: 1;
  text-align: center;
  color: #427742;
  font-weight: 800;
  font-size: 22px;
}
.radial-progress[data-progress="0"] .circle .mask.full, .radial-progress[data-progress="0"] .circle .fill {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .circle .fill.fix {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .inset .percentage:before {
  content: "0%";
}
.radial-progress[data-progress="1"] .circle .mask.full, .radial-progress[data-progress="1"] .circle .fill {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.radial-progress[data-progress="1"] .circle .fill.fix {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="1"] .inset .percentage:before {
  content: "1%";
}
.radial-progress[data-progress="2"] .circle .mask.full, .radial-progress[data-progress="2"] .circle .fill {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="2"] .circle .fill.fix {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="2"] .inset .percentage:before {
  content: "2%";
}
.radial-progress[data-progress="3"] .circle .mask.full, .radial-progress[data-progress="3"] .circle .fill {
  -webkit-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}
.radial-progress[data-progress="3"] .circle .fill.fix {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="3"] .inset .percentage:before {
  content: "3%";
}
.radial-progress[data-progress="4"] .circle .mask.full, .radial-progress[data-progress="4"] .circle .fill {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="4"] .circle .fill.fix {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="4"] .inset .percentage:before {
  content: "4%";
}
.radial-progress[data-progress="5"] .circle .mask.full, .radial-progress[data-progress="5"] .circle .fill {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}
.radial-progress[data-progress="5"] .circle .fill.fix {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="5"] .inset .percentage:before {
  content: "5%";
}
.radial-progress[data-progress="6"] .circle .mask.full, .radial-progress[data-progress="6"] .circle .fill {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="6"] .circle .fill.fix {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="6"] .inset .percentage:before {
  content: "6%";
}
.radial-progress[data-progress="7"] .circle .mask.full, .radial-progress[data-progress="7"] .circle .fill {
  -webkit-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}
.radial-progress[data-progress="7"] .circle .fill.fix {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="7"] .inset .percentage:before {
  content: "7%";
}
.radial-progress[data-progress="8"] .circle .mask.full, .radial-progress[data-progress="8"] .circle .fill {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="8"] .circle .fill.fix {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="8"] .inset .percentage:before {
  content: "8%";
}
.radial-progress[data-progress="9"] .circle .mask.full, .radial-progress[data-progress="9"] .circle .fill {
  -webkit-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}
.radial-progress[data-progress="9"] .circle .fill.fix {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="9"] .inset .percentage:before {
  content: "9%";
}
.radial-progress[data-progress="10"] .circle .mask.full, .radial-progress[data-progress="10"] .circle .fill {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="10"] .circle .fill.fix {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="10"] .inset .percentage:before {
  content: "10%";
}
.radial-progress[data-progress="11"] .circle .mask.full, .radial-progress[data-progress="11"] .circle .fill {
  -webkit-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}
.radial-progress[data-progress="11"] .circle .fill.fix {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="11"] .inset .percentage:before {
  content: "11%";
}
.radial-progress[data-progress="12"] .circle .mask.full, .radial-progress[data-progress="12"] .circle .fill {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="12"] .circle .fill.fix {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="12"] .inset .percentage:before {
  content: "12%";
}
.radial-progress[data-progress="13"] .circle .mask.full, .radial-progress[data-progress="13"] .circle .fill {
  -webkit-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}
.radial-progress[data-progress="13"] .circle .fill.fix {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="13"] .inset .percentage:before {
  content: "13%";
}
.radial-progress[data-progress="14"] .circle .mask.full, .radial-progress[data-progress="14"] .circle .fill {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="14"] .circle .fill.fix {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="14"] .inset .percentage:before {
  content: "14%";
}
.radial-progress[data-progress="15"] .circle .mask.full, .radial-progress[data-progress="15"] .circle .fill {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.radial-progress[data-progress="15"] .circle .fill.fix {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="15"] .inset .percentage:before {
  content: "15%";
}
.radial-progress[data-progress="16"] .circle .mask.full, .radial-progress[data-progress="16"] .circle .fill {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="16"] .circle .fill.fix {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="16"] .inset .percentage:before {
  content: "16%";
}
.radial-progress[data-progress="17"] .circle .mask.full, .radial-progress[data-progress="17"] .circle .fill {
  -webkit-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}
.radial-progress[data-progress="17"] .circle .fill.fix {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="17"] .inset .percentage:before {
  content: "17%";
}
.radial-progress[data-progress="18"] .circle .mask.full, .radial-progress[data-progress="18"] .circle .fill {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="18"] .circle .fill.fix {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="18"] .inset .percentage:before {
  content: "18%";
}
.radial-progress[data-progress="19"] .circle .mask.full, .radial-progress[data-progress="19"] .circle .fill {
  -webkit-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}
.radial-progress[data-progress="19"] .circle .fill.fix {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="19"] .inset .percentage:before {
  content: "19%";
}
.radial-progress[data-progress="20"] .circle .mask.full, .radial-progress[data-progress="20"] .circle .fill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="20"] .circle .fill.fix {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="20"] .inset .percentage:before {
  content: "20%";
}
.radial-progress[data-progress="21"] .circle .mask.full, .radial-progress[data-progress="21"] .circle .fill {
  -webkit-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}
.radial-progress[data-progress="21"] .circle .fill.fix {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="21"] .inset .percentage:before {
  content: "21%";
}
.radial-progress[data-progress="22"] .circle .mask.full, .radial-progress[data-progress="22"] .circle .fill {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="22"] .circle .fill.fix {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="22"] .inset .percentage:before {
  content: "22%";
}
.radial-progress[data-progress="23"] .circle .mask.full, .radial-progress[data-progress="23"] .circle .fill {
  -webkit-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}
.radial-progress[data-progress="23"] .circle .fill.fix {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="23"] .inset .percentage:before {
  content: "23%";
}
.radial-progress[data-progress="24"] .circle .mask.full, .radial-progress[data-progress="24"] .circle .fill {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="24"] .circle .fill.fix {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="24"] .inset .percentage:before {
  content: "24%";
}
.radial-progress[data-progress="25"] .circle .mask.full, .radial-progress[data-progress="25"] .circle .fill {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radial-progress[data-progress="25"] .circle .fill.fix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="25"] .inset .percentage:before {
  content: "25%";
}
.radial-progress[data-progress="26"] .circle .mask.full, .radial-progress[data-progress="26"] .circle .fill {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="26"] .circle .fill.fix {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="26"] .inset .percentage:before {
  content: "26%";
}
.radial-progress[data-progress="27"] .circle .mask.full, .radial-progress[data-progress="27"] .circle .fill {
  -webkit-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}
.radial-progress[data-progress="27"] .circle .fill.fix {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="27"] .inset .percentage:before {
  content: "27%";
}
.radial-progress[data-progress="28"] .circle .mask.full, .radial-progress[data-progress="28"] .circle .fill {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="28"] .circle .fill.fix {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="28"] .inset .percentage:before {
  content: "28%";
}
.radial-progress[data-progress="29"] .circle .mask.full, .radial-progress[data-progress="29"] .circle .fill {
  -webkit-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}
.radial-progress[data-progress="29"] .circle .fill.fix {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="29"] .inset .percentage:before {
  content: "29%";
}
.radial-progress[data-progress="30"] .circle .mask.full, .radial-progress[data-progress="30"] .circle .fill {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="30"] .circle .fill.fix {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="30"] .inset .percentage:before {
  content: "30%";
}
.radial-progress[data-progress="31"] .circle .mask.full, .radial-progress[data-progress="31"] .circle .fill {
  -webkit-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}
.radial-progress[data-progress="31"] .circle .fill.fix {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="31"] .inset .percentage:before {
  content: "31%";
}
.radial-progress[data-progress="32"] .circle .mask.full, .radial-progress[data-progress="32"] .circle .fill {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="32"] .circle .fill.fix {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="32"] .inset .percentage:before {
  content: "32%";
}
.radial-progress[data-progress="33"] .circle .mask.full, .radial-progress[data-progress="33"] .circle .fill {
  -webkit-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}
.radial-progress[data-progress="33"] .circle .fill.fix {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="33"] .inset .percentage:before {
  content: "33%";
}
.radial-progress[data-progress="34"] .circle .mask.full, .radial-progress[data-progress="34"] .circle .fill {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="34"] .circle .fill.fix {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="34"] .inset .percentage:before {
  content: "34%";
}
.radial-progress[data-progress="35"] .circle .mask.full, .radial-progress[data-progress="35"] .circle .fill {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.radial-progress[data-progress="35"] .circle .fill.fix {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="35"] .inset .percentage:before {
  content: "35%";
}
.radial-progress[data-progress="36"] .circle .mask.full, .radial-progress[data-progress="36"] .circle .fill {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="36"] .circle .fill.fix {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="36"] .inset .percentage:before {
  content: "36%";
}
.radial-progress[data-progress="37"] .circle .mask.full, .radial-progress[data-progress="37"] .circle .fill {
  -webkit-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}
.radial-progress[data-progress="37"] .circle .fill.fix {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="37"] .inset .percentage:before {
  content: "37%";
}
.radial-progress[data-progress="38"] .circle .mask.full, .radial-progress[data-progress="38"] .circle .fill {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="38"] .circle .fill.fix {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="38"] .inset .percentage:before {
  content: "38%";
}
.radial-progress[data-progress="39"] .circle .mask.full, .radial-progress[data-progress="39"] .circle .fill {
  -webkit-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}
.radial-progress[data-progress="39"] .circle .fill.fix {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="39"] .inset .percentage:before {
  content: "39%";
}
.radial-progress[data-progress="40"] .circle .mask.full, .radial-progress[data-progress="40"] .circle .fill {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="40"] .circle .fill.fix {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="40"] .inset .percentage:before {
  content: "40%";
}
.radial-progress[data-progress="41"] .circle .mask.full, .radial-progress[data-progress="41"] .circle .fill {
  -webkit-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}
.radial-progress[data-progress="41"] .circle .fill.fix {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="41"] .inset .percentage:before {
  content: "41%";
}
.radial-progress[data-progress="42"] .circle .mask.full, .radial-progress[data-progress="42"] .circle .fill {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="42"] .circle .fill.fix {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="42"] .inset .percentage:before {
  content: "42%";
}
.radial-progress[data-progress="43"] .circle .mask.full, .radial-progress[data-progress="43"] .circle .fill {
  -webkit-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}
.radial-progress[data-progress="43"] .circle .fill.fix {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="43"] .inset .percentage:before {
  content: "43%";
}
.radial-progress[data-progress="44"] .circle .mask.full, .radial-progress[data-progress="44"] .circle .fill {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="44"] .circle .fill.fix {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="44"] .inset .percentage:before {
  content: "44%";
}
.radial-progress[data-progress="45"] .circle .mask.full, .radial-progress[data-progress="45"] .circle .fill {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}
.radial-progress[data-progress="45"] .circle .fill.fix {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="45"] .inset .percentage:before {
  content: "45%";
}
.radial-progress[data-progress="46"] .circle .mask.full, .radial-progress[data-progress="46"] .circle .fill {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="46"] .circle .fill.fix {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="46"] .inset .percentage:before {
  content: "46%";
}
.radial-progress[data-progress="47"] .circle .mask.full, .radial-progress[data-progress="47"] .circle .fill {
  -webkit-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}
.radial-progress[data-progress="47"] .circle .fill.fix {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="47"] .inset .percentage:before {
  content: "47%";
}
.radial-progress[data-progress="48"] .circle .mask.full, .radial-progress[data-progress="48"] .circle .fill {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="48"] .circle .fill.fix {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="48"] .inset .percentage:before {
  content: "48%";
}
.radial-progress[data-progress="49"] .circle .mask.full, .radial-progress[data-progress="49"] .circle .fill {
  -webkit-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}
.radial-progress[data-progress="49"] .circle .fill.fix {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="49"] .inset .percentage:before {
  content: "49%";
}
.radial-progress[data-progress="50"] .circle .mask.full, .radial-progress[data-progress="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="50"] .inset .percentage:before {
  content: "50%";
}
.radial-progress[data-progress="51"] .circle .mask.full, .radial-progress[data-progress="51"] .circle .fill {
  -webkit-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}
.radial-progress[data-progress="51"] .circle .fill.fix {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.radial-progress[data-progress="51"] .inset .percentage:before {
  content: "51%";
}
.radial-progress[data-progress="52"] .circle .mask.full, .radial-progress[data-progress="52"] .circle .fill {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="52"] .circle .fill.fix {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.radial-progress[data-progress="52"] .inset .percentage:before {
  content: "52%";
}
.radial-progress[data-progress="53"] .circle .mask.full, .radial-progress[data-progress="53"] .circle .fill {
  -webkit-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}
.radial-progress[data-progress="53"] .circle .fill.fix {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.radial-progress[data-progress="53"] .inset .percentage:before {
  content: "53%";
}
.radial-progress[data-progress="54"] .circle .mask.full, .radial-progress[data-progress="54"] .circle .fill {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="54"] .circle .fill.fix {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.radial-progress[data-progress="54"] .inset .percentage:before {
  content: "54%";
}
.radial-progress[data-progress="55"] .circle .mask.full, .radial-progress[data-progress="55"] .circle .fill {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}
.radial-progress[data-progress="55"] .circle .fill.fix {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}
.radial-progress[data-progress="55"] .inset .percentage:before {
  content: "55%";
}
.radial-progress[data-progress="56"] .circle .mask.full, .radial-progress[data-progress="56"] .circle .fill {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="56"] .circle .fill.fix {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.radial-progress[data-progress="56"] .inset .percentage:before {
  content: "56%";
}
.radial-progress[data-progress="57"] .circle .mask.full, .radial-progress[data-progress="57"] .circle .fill {
  -webkit-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}
.radial-progress[data-progress="57"] .circle .fill.fix {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.radial-progress[data-progress="57"] .inset .percentage:before {
  content: "57%";
}
.radial-progress[data-progress="58"] .circle .mask.full, .radial-progress[data-progress="58"] .circle .fill {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="58"] .circle .fill.fix {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.radial-progress[data-progress="58"] .inset .percentage:before {
  content: "58%";
}
.radial-progress[data-progress="59"] .circle .mask.full, .radial-progress[data-progress="59"] .circle .fill {
  -webkit-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}
.radial-progress[data-progress="59"] .circle .fill.fix {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.radial-progress[data-progress="59"] .inset .percentage:before {
  content: "59%";
}
.radial-progress[data-progress="60"] .circle .mask.full, .radial-progress[data-progress="60"] .circle .fill {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="60"] .circle .fill.fix {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.radial-progress[data-progress="60"] .inset .percentage:before {
  content: "60%";
}
.radial-progress[data-progress="61"] .circle .mask.full, .radial-progress[data-progress="61"] .circle .fill {
  -webkit-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}
.radial-progress[data-progress="61"] .circle .fill.fix {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.radial-progress[data-progress="61"] .inset .percentage:before {
  content: "61%";
}
.radial-progress[data-progress="62"] .circle .mask.full, .radial-progress[data-progress="62"] .circle .fill {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="62"] .circle .fill.fix {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.radial-progress[data-progress="62"] .inset .percentage:before {
  content: "62%";
}
.radial-progress[data-progress="63"] .circle .mask.full, .radial-progress[data-progress="63"] .circle .fill {
  -webkit-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}
.radial-progress[data-progress="63"] .circle .fill.fix {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.radial-progress[data-progress="63"] .inset .percentage:before {
  content: "63%";
}
.radial-progress[data-progress="64"] .circle .mask.full, .radial-progress[data-progress="64"] .circle .fill {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="64"] .circle .fill.fix {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.radial-progress[data-progress="64"] .inset .percentage:before {
  content: "64%";
}
.radial-progress[data-progress="65"] .circle .mask.full, .radial-progress[data-progress="65"] .circle .fill {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}
.radial-progress[data-progress="65"] .circle .fill.fix {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}
.radial-progress[data-progress="65"] .inset .percentage:before {
  content: "65%";
}
.radial-progress[data-progress="66"] .circle .mask.full, .radial-progress[data-progress="66"] .circle .fill {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="66"] .circle .fill.fix {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.radial-progress[data-progress="66"] .inset .percentage:before {
  content: "66%";
}
.radial-progress[data-progress="67"] .circle .mask.full, .radial-progress[data-progress="67"] .circle .fill {
  -webkit-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}
.radial-progress[data-progress="67"] .circle .fill.fix {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.radial-progress[data-progress="67"] .inset .percentage:before {
  content: "67%";
}
.radial-progress[data-progress="68"] .circle .mask.full, .radial-progress[data-progress="68"] .circle .fill {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="68"] .circle .fill.fix {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.radial-progress[data-progress="68"] .inset .percentage:before {
  content: "68%";
}
.radial-progress[data-progress="69"] .circle .mask.full, .radial-progress[data-progress="69"] .circle .fill {
  -webkit-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}
.radial-progress[data-progress="69"] .circle .fill.fix {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.radial-progress[data-progress="69"] .inset .percentage:before {
  content: "69%";
}
.radial-progress[data-progress="70"] .circle .mask.full, .radial-progress[data-progress="70"] .circle .fill {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="70"] .circle .fill.fix {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}
.radial-progress[data-progress="70"] .inset .percentage:before {
  content: "70%";
}
.radial-progress[data-progress="71"] .circle .mask.full, .radial-progress[data-progress="71"] .circle .fill {
  -webkit-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}
.radial-progress[data-progress="71"] .circle .fill.fix {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.radial-progress[data-progress="71"] .inset .percentage:before {
  content: "71%";
}
.radial-progress[data-progress="72"] .circle .mask.full, .radial-progress[data-progress="72"] .circle .fill {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="72"] .circle .fill.fix {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.radial-progress[data-progress="72"] .inset .percentage:before {
  content: "72%";
}
.radial-progress[data-progress="73"] .circle .mask.full, .radial-progress[data-progress="73"] .circle .fill {
  -webkit-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}
.radial-progress[data-progress="73"] .circle .fill.fix {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.radial-progress[data-progress="73"] .inset .percentage:before {
  content: "73%";
}
.radial-progress[data-progress="74"] .circle .mask.full, .radial-progress[data-progress="74"] .circle .fill {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="74"] .circle .fill.fix {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.radial-progress[data-progress="74"] .inset .percentage:before {
  content: "74%";
}
.radial-progress[data-progress="75"] .circle .mask.full, .radial-progress[data-progress="75"] .circle .fill {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.radial-progress[data-progress="75"] .circle .fill.fix {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.radial-progress[data-progress="75"] .inset .percentage:before {
  content: "75%";
}
.radial-progress[data-progress="76"] .circle .mask.full, .radial-progress[data-progress="76"] .circle .fill {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="76"] .circle .fill.fix {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.radial-progress[data-progress="76"] .inset .percentage:before {
  content: "76%";
}
.radial-progress[data-progress="77"] .circle .mask.full, .radial-progress[data-progress="77"] .circle .fill {
  -webkit-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}
.radial-progress[data-progress="77"] .circle .fill.fix {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.radial-progress[data-progress="77"] .inset .percentage:before {
  content: "77%";
}
.radial-progress[data-progress="78"] .circle .mask.full, .radial-progress[data-progress="78"] .circle .fill {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="78"] .circle .fill.fix {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.radial-progress[data-progress="78"] .inset .percentage:before {
  content: "78%";
}
.radial-progress[data-progress="79"] .circle .mask.full, .radial-progress[data-progress="79"] .circle .fill {
  -webkit-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}
.radial-progress[data-progress="79"] .circle .fill.fix {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.radial-progress[data-progress="79"] .inset .percentage:before {
  content: "79%";
}
.radial-progress[data-progress="80"] .circle .mask.full, .radial-progress[data-progress="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
.radial-progress[data-progress="80"] .inset .percentage:before {
  content: "80%";
}
.radial-progress[data-progress="81"] .circle .mask.full, .radial-progress[data-progress="81"] .circle .fill {
  -webkit-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}
.radial-progress[data-progress="81"] .circle .fill.fix {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.radial-progress[data-progress="81"] .inset .percentage:before {
  content: "81%";
}
.radial-progress[data-progress="82"] .circle .mask.full, .radial-progress[data-progress="82"] .circle .fill {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="82"] .circle .fill.fix {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.radial-progress[data-progress="82"] .inset .percentage:before {
  content: "82%";
}
.radial-progress[data-progress="83"] .circle .mask.full, .radial-progress[data-progress="83"] .circle .fill {
  -webkit-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}
.radial-progress[data-progress="83"] .circle .fill.fix {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.radial-progress[data-progress="83"] .inset .percentage:before {
  content: "83%";
}
.radial-progress[data-progress="84"] .circle .mask.full, .radial-progress[data-progress="84"] .circle .fill {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="84"] .circle .fill.fix {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.radial-progress[data-progress="84"] .inset .percentage:before {
  content: "84%";
}
.radial-progress[data-progress="85"] .circle .mask.full, .radial-progress[data-progress="85"] .circle .fill {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}
.radial-progress[data-progress="85"] .circle .fill.fix {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}
.radial-progress[data-progress="85"] .inset .percentage:before {
  content: "85%";
}
.radial-progress[data-progress="86"] .circle .mask.full, .radial-progress[data-progress="86"] .circle .fill {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="86"] .circle .fill.fix {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.radial-progress[data-progress="86"] .inset .percentage:before {
  content: "86%";
}
.radial-progress[data-progress="87"] .circle .mask.full, .radial-progress[data-progress="87"] .circle .fill {
  -webkit-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}
.radial-progress[data-progress="87"] .circle .fill.fix {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.radial-progress[data-progress="87"] .inset .percentage:before {
  content: "87%";
}
.radial-progress[data-progress="88"] .circle .mask.full, .radial-progress[data-progress="88"] .circle .fill {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="88"] .circle .fill.fix {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.radial-progress[data-progress="88"] .inset .percentage:before {
  content: "88%";
}
.radial-progress[data-progress="89"] .circle .mask.full, .radial-progress[data-progress="89"] .circle .fill {
  -webkit-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}
.radial-progress[data-progress="89"] .circle .fill.fix {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.radial-progress[data-progress="89"] .inset .percentage:before {
  content: "89%";
}
.radial-progress[data-progress="90"] .circle .mask.full, .radial-progress[data-progress="90"] .circle .fill {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="90"] .circle .fill.fix {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}
.radial-progress[data-progress="90"] .inset .percentage:before {
  content: "90%";
}
.radial-progress[data-progress="91"] .circle .mask.full, .radial-progress[data-progress="91"] .circle .fill {
  -webkit-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}
.radial-progress[data-progress="91"] .circle .fill.fix {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.radial-progress[data-progress="91"] .inset .percentage:before {
  content: "91%";
}
.radial-progress[data-progress="92"] .circle .mask.full, .radial-progress[data-progress="92"] .circle .fill {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="92"] .circle .fill.fix {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.radial-progress[data-progress="92"] .inset .percentage:before {
  content: "92%";
}
.radial-progress[data-progress="93"] .circle .mask.full, .radial-progress[data-progress="93"] .circle .fill {
  -webkit-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}
.radial-progress[data-progress="93"] .circle .fill.fix {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.radial-progress[data-progress="93"] .inset .percentage:before {
  content: "93%";
}
.radial-progress[data-progress="94"] .circle .mask.full, .radial-progress[data-progress="94"] .circle .fill {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="94"] .circle .fill.fix {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.radial-progress[data-progress="94"] .inset .percentage:before {
  content: "94%";
}
.radial-progress[data-progress="95"] .circle .mask.full, .radial-progress[data-progress="95"] .circle .fill {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}
.radial-progress[data-progress="95"] .circle .fill.fix {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}
.radial-progress[data-progress="95"] .inset .percentage:before {
  content: "95%";
}
.radial-progress[data-progress="96"] .circle .mask.full, .radial-progress[data-progress="96"] .circle .fill {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="96"] .circle .fill.fix {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.radial-progress[data-progress="96"] .inset .percentage:before {
  content: "96%";
}
.radial-progress[data-progress="97"] .circle .mask.full, .radial-progress[data-progress="97"] .circle .fill {
  -webkit-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}
.radial-progress[data-progress="97"] .circle .fill.fix {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.radial-progress[data-progress="97"] .inset .percentage:before {
  content: "97%";
}
.radial-progress[data-progress="98"] .circle .mask.full, .radial-progress[data-progress="98"] .circle .fill {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="98"] .circle .fill.fix {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.radial-progress[data-progress="98"] .inset .percentage:before {
  content: "98%";
}
.radial-progress[data-progress="99"] .circle .mask.full, .radial-progress[data-progress="99"] .circle .fill {
  -webkit-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}
.radial-progress[data-progress="99"] .circle .fill.fix {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.radial-progress[data-progress="99"] .inset .percentage:before {
  content: "99%";
}
.radial-progress[data-progress="100"] .circle .mask.full, .radial-progress[data-progress="100"] .circle .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="100"] .circle .fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.radial-progress[data-progress="100"] .inset .percentage:before {
  content: "100%";
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Pagers, next, prev, etc styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.pager {
  clear: both;
  margin-top: 82px;
}
.pager__items, .pager ul {
  text-align: center;
}
.pager__item {
  display: inline-block;
  text-align: center;
  padding: 0 4px 0 4px;
  /*  a:focus{
       background:$color-focus;
   } */
}
.pager__item a {
  display: block;
  width: auto;
  height: auto;
  background: none;
  border: 0;
  color: #4A4A4A;
  line-height: 1.75rem;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}
.pager__item--is-active a, .pager__item--is-active--li, .pager__item.is-active a {
  background: none;
  color: #427742;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  pointer-events: none;
}
.pager__item a:hover {
  background: none;
  color: #427742;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.pager__item--prev {
  /* a{
       @extend %icon;
       @extend .icon-chevron-left;
   } */
}
.pager__item--next {
  /* a{
      @extend %icon;
      @extend .icon-chevron-right;
  } */
}
.pager__item a[aria-disabled=true] {
  color: #9B9B9B;
  pointer-events: none;
  background: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Sliders / carousels styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.slick-slider {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slick-slider .slick-list {
  margin: 0 0 32px 0;
  overflow: hidden;
}
.slick-slider .slick-prev {
  left: 30%;
  bottom: 8px;
  position: absolute;
  background: none;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.slick-slider .slick-prev:after {
  top: 0;
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
}
.slick-slider .slick-prev:before {
  font-size: 3rem;
}
.slick-slider .slick-prev span {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
@media only screen and (max-width: 719px) {
  .slick-slider .slick-prev {
    left: 0;
  }
}
.slick-slider .slick-next {
  right: 30%;
  bottom: 8px;
  position: absolute;
  background: none;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.slick-slider .slick-next:after {
  top: 0;
  position: absolute;
}
.slick-slider .slick-next:before {
  font-size: 3rem;
}
.slick-slider .slick-next span {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
@media only screen and (max-width: 719px) {
  .slick-slider .slick-next {
    right: 0;
  }
}
.slick-slider .slick-arrow {
  z-index: 8;
}
.slick-slider .slick-dots {
  text-align: center;
  width: 312px;
  margin: 0 auto 40px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px;
  line-height: 10px;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #70af70;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  line-height: 1;
  cursor: pointer;
}
.slick-slider .slick-dots li:hover button, .slick-slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: #427742;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
@media only screen and (max-width: 719px) {
  .slick-slider .slick-dots {
    width: auto;
  }
}

.carrusel {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.carrusel.slick-initialized {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1440px) {
  .carrusel .slick-dots {
    width: 20%;
  }
  .carrusel .slick-next {
    bottom: 64px;
    z-index: 99;
    right: 41%;
  }
  .carrusel .slick-prev {
    bottom: 64px;
    z-index: 99;
    left: 41%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1439px) {
  .carrusel .slick-dots {
    width: 30%;
  }
  .carrusel .slick-next {
    z-index: 99;
    right: 36%;
  }
  .carrusel .slick-prev {
    z-index: 99;
    left: 36%;
  }
}
.carrusel--medium .slick-slider {
  overflow: hidden;
}
.carrusel--medium .slick-slide {
  padding: 0 32px;
}
.carrusel--medium .slick-slide a {
  text-decoration: none;
}
.carrusel--medium .slick-slide a .carrusel--medium__txt {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  padding-top: 8px;
}
.carrusel--medium .slick-slide a .carrusel--medium__img {
  position: relative;
  display: block;
}
.carrusel--medium .slick-slide a:hover .carrusel--medium__img:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.carrusel--large .slick-list {
  margin: 0;
}
.carrusel--large .slick-list li .carrusel--large__box {
  display: block;
  float: right;
  width: 33%;
  padding: 16px 24px 16px 16px;
  text-align: right;
}
.carrusel--large .slick-list li .carrusel--large__box h2 {
  text-align: right;
}
.carrusel--large .slick-list li .carrusel--large__box .btn, .carrusel--large .slick-list li .carrusel--large__box .form-submit, .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-withdraw-tab, .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-withdraw-button, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .decline-button, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .decline-button, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .nobutton, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .nobutton, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .agree-button, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .agree-button, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .eu-cookie-compliance-save-preferences-button, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-compliance-save-preferences-button {
  margin-right: 0;
  border: 2px solid transparent;
}
.carrusel--large .slick-list li .carrusel--large__box .btn:hover, .carrusel--large .slick-list li .carrusel--large__box .form-submit:hover, .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-withdraw-tab:hover, .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-withdraw-button:hover, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .decline-button:hover, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .decline-button:hover, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .nobutton:hover, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .nobutton:hover, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .agree-button:hover, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .agree-button:hover, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .eu-cookie-compliance-save-preferences-button:hover, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-compliance-save-preferences-button:hover {
  border: 2px solid #427742;
  color: #427742;
}
.carrusel--large .slick-list li .carrusel--large__box p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.167rem;
  color: #4A4A4A;
  text-align: right;
}
.carrusel--large .slick-list li .carrusel--large__img {
  width: 67%;
  float: right;
  display: block;
}
.carrusel--large .slick-list li .carrusel--large__img img {
  object-fit: cover;
  width: 100%;
}
.carrusel--large .slick-dots {
  bottom: 58px;
  z-index: 98;
  position: relative;
  width: 40%;
  background: rgba(246, 247, 247, 0.8);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.carrusel--large .slick-next {
  bottom: 64px;
  z-index: 99;
}
.carrusel--large .slick-prev {
  bottom: 64px;
  z-index: 99;
}
@media only screen and (min-width: 1440px) {
  .carrusel--large .slick-dots {
    width: 20%;
  }
  .carrusel--large .slick-next {
    bottom: 64px;
    z-index: 99;
    right: 41%;
  }
  .carrusel--large .slick-prev {
    bottom: 64px;
    z-index: 99;
    left: 41%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1439px) {
  .carrusel--large .slick-dots {
    width: 30%;
  }
  .carrusel--large .slick-next {
    bottom: 64px;
    z-index: 99;
    right: 36%;
  }
  .carrusel--large .slick-prev {
    bottom: 64px;
    z-index: 99;
    left: 36%;
  }
}
@media only screen and (max-width: 719px) {
  .carrusel--large .btn, .carrusel--large .form-submit, .carrusel--large .eu-cookie-withdraw-tab, .carrusel--large .eu-cookie-withdraw-button, .carrusel--large div#sliding-popup .decline-button, div#sliding-popup .carrusel--large .decline-button, .carrusel--large div#sliding-popup .nobutton, div#sliding-popup .carrusel--large .nobutton, .carrusel--large div#sliding-popup .agree-button, div#sliding-popup .carrusel--large .agree-button, .carrusel--large div#sliding-popup .eu-cookie-compliance-save-preferences-button, div#sliding-popup .carrusel--large .eu-cookie-compliance-save-preferences-button {
    display: none;
  }
  .carrusel--large .slick-list li .carrusel--large__box {
    width: 100%;
    text-align: center;
  }
  .carrusel--large .slick-list li .carrusel--large__box .btn, .carrusel--large .slick-list li .carrusel--large__box .form-submit, .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-withdraw-tab, .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-withdraw-button, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .decline-button, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .decline-button, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .nobutton, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .nobutton, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .agree-button, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .agree-button, .carrusel--large .slick-list li .carrusel--large__box div#sliding-popup .eu-cookie-compliance-save-preferences-button, div#sliding-popup .carrusel--large .slick-list li .carrusel--large__box .eu-cookie-compliance-save-preferences-button {
    display: none;
  }
  .carrusel--large .slick-list li .carrusel--large__img {
    width: 100%;
  }
  .carrusel--large .slick-dots {
    width: auto;
    background: none;
    bottom: 8px;
  }
  .carrusel--large .slick-dots li {
    margin: 8px;
  }
  .carrusel--large .slick-next, .carrusel--large .slick-prev {
    bottom: 14px;
  }
  .carrusel--large .slick-next {
    right: 10%;
  }
  .carrusel--large .slick-prev {
    left: 10%;
  }
}

.slider-home {
  position: relative;
  width: 100%;
  height: 90vh;
  display: none;
}
.slider-home:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  top: 0;
}
.slider-home li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-home article {
  width: 100%;
  height: 100%;
  margin: 0;
}
.slider-home article img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 959px) {
  .slider-home article img {
    object-position: 60% center;
  }
}
.slider-home .slideshow-home {
  margin: 0;
  padding: 0;
}
.slider-home .slider-descripcion {
  width: 54%;
  height: 168px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.slider-home .slider-descripcion h1 {
  color: #fff;
  font-size: 3.5em;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  display: block;
  z-index: 99;
  font-weight: 300;
  margin-bottom: 24px;
}
.slider-home .slider-descripcion h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: left;
  color: #CDDADF;
  font-weight: 300;
  width: 80%;
}
@media only screen and (max-width: 959px) {
  .slider-home .slider-descripcion {
    width: 74%;
  }
  .slider-home .slider-descripcion h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .slider-home .slider-descripcion h2 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.slider-home .slick-arrow {
  top: 0;
  left: 0;
  font-size: 0rem;
}
.slider-home .slick-arrow:before {
  font-size: 5rem;
}
@media only screen and (max-width: 959px) {
  .slider-home .slick-arrow:before {
    font-size: 2.5rem;
  }
}
.slider-home .slick-arrow.slick-next {
  left: initial;
  right: 0;
}
@media only screen and (max-width: 959px) {
  .slider-home {
    height: calc(100vh - 152px);
  }
  .slider-home div, .slider-home article {
    height: 100%;
  }
  .slider-home .slider-descripcion {
    height: 76% !important;
  }
  .slider-home .slideshow-home {
    height: 100%;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * @file
 * Styles tables for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
table {
  width: 100%;
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #D8D8D8;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  border-collapse: collapse;
}
table caption {
  text-align: left;
  /* LTR */
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
}
table [dir=rtl] caption {
  text-align: right;
}
table th, table.tablesaw th {
  text-align: left;
  /* LTR */
  padding: 10px 12px;
  border: 0;
  color: #4A4A4A;
  border-width: 1px 0;
  border-top: 0;
  background: #dae4d9;
  font-size: 1rem;
}
table [dir=rtl] th {
  text-align: right;
}
table thead > tr {
  border: 0;
}
table tr {
  border-bottom: 1px solid #D8D8D8;
  padding: 0.1em 0.6em;
}
table tr:hover, table tr:focus {
  background: #dae4d9;
}
table tr td {
  vertical-align: middle;
  padding: 10px 12px;
  text-align: left;
  /* LTR */
  font-size: 1rem;
}
table tr td a {
  text-decoration: underline;
  font-weight: 700;
}
table tr [dir=rtl] td {
  text-align: right;
}
@media only screen and (max-width: 719px) {
  table th.priority-low, table th.priority-medium, table tr.priority-low, table tr.priority-medium {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  table th.priority-low, table tr.priority-low {
    display: none;
  }
}

.tablesaw-advance-dots {
  display: none;
}
.tablesaw-advance:not(:first-child) {
  display: none;
}

.tablesaw-nav-btn.left:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
}
.tablesaw-nav-btn.right:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Tabs styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  background: none;
  color: #427742;
  display: inline-block;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.tabs li:hover {
  color: #427742;
}
.tabs li:hover:after {
  height: 4px;
  border-bottom: 4px solid #427742;
  width: 100%;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
}
.tabs li.active, .tabs li:active {
  color: #1e351e;
}
.tabs li.active:after, .tabs li:active:after {
  height: 4px;
  border-bottom: 4px solid #427742;
  width: 100%;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
}
.tabs li.active:focus, .tabs li:active:focus {
  color: #1e351e;
}
.tabs li.active:focus:after, .tabs li:active:focus:after {
  border-color: #1e351e;
}
.tabs li:focus {
  color: #1e351e;
}
.tabs li:focus:after {
  border-color: #1e351e;
}
.tabs li .icon, .tabs li .form--search__item--submit:before, .tabs li .accordion button[aria-expanded=true] .accordion__icon, .accordion button[aria-expanded=true] .tabs li .accordion__icon, .tabs li .accordion button[aria-expanded=false] .accordion__icon, .accordion button[aria-expanded=false] .tabs li .accordion__icon, .tabs li .messages:before {
  display: block;
  text-align: center;
  margin-bottom: 4px;
}
@media only screen and (max-width: 719px) {
  .tabs {
    white-space: nowrap;
    overflow: scroll;
  }
}

.tab-content {
  display: none;
  padding: 16px;
  border-top: 1px solid #427742;
}
.tab-content.active {
  display: block;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Tags/badges styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.tag a, .form__item .chosen-container-multi .chosen-choices li.search-choice, .form-item .chosen-container-multi .chosen-choices li.search-choice {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  background: rgba(66, 119, 66, 0.4);
  color: #4A4A4A;
  border: 0;
  position: relative;
  padding: 8px 24px 8px 4px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tag a span, .form__item .chosen-container-multi .chosen-choices li.search-choice span, .form-item .chosen-container-multi .chosen-choices li.search-choice span {
  line-height: 1.5rem;
}
.tag a:hover, .form__item .chosen-container-multi .chosen-choices li.search-choice:hover, .form-item .chosen-container-multi .chosen-choices li.search-choice:hover {
  background: #427742;
}
.tag a:hover:before, .form__item .chosen-container-multi .chosen-choices li.search-choice:hover:before, .form-item .chosen-container-multi .chosen-choices li.search-choice:hover:before {
  background-color: #427742;
}
.tag a:focus, .form__item .chosen-container-multi .chosen-choices li.search-choice:focus, .form-item .chosen-container-multi .chosen-choices li.search-choice:focus {
  background: #1e351e;
  color: #ffffff;
}

.tag a .tag__close, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  border-radius: 50%;
  top: 8px;
  right: 2px;
  width: 16px;
  height: 16px;
  font-size: 0.8125rem;
}
.tag a .tag__close:before, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "";
  color: #427742;
  font-size: 1rem;
  border-radius: 50%;
  padding: 2px;
}
.tag a .tag__close:hover:before, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #427742;
}

.tags li {
  display: inline-block;
  margin: 16px;
  list-style: none;
  width: auto;
}

.tag a {
  padding: 8px;
  text-decoration: none;
}
.tag a:active .tag__close, .tag a:focus .tag__close {
  color: #ffffff;
}
.tag a:active .tag__close:before, .tag a:focus .tag__close:before {
  color: #ffffff;
}

/* ------------------------------- ateigh.com ------------------------------- 
*
* Tooltips styles for Custom generic theme designed by ateigh.com
*
* ------------------------------- ateigh.com -------------------------------
*/
/* --------------- styles for Tooltip -----------------------*/
.tooltip-raw[aria-hidden=true],
.tooltip--minimalist[aria-hidden=true],
.minimalist-left-ulpgcds-tooltip[aria-hidden=true] {
  display: none;
}

/* position relative for containers */
.tooltip__container,
.tooltip--minimalist__container,
.tooltip--minimalist__container {
  position: relative;
}

/* tooltip styles */
.tooltip-raw,
.tooltip--minimalist,
.minimalist-left-ulpgcds-tooltip {
  position: absolute;
  z-index: 666;
  width: 10em;
  border-radius: 4px;
  background: #427742;
  color: #ffffff;
  padding: 0.5em;
  text-align: left;
  line-height: 1.3;
}

.tooltip-raw,
.tooltip--minimalist {
  right: auto;
  left: 100%;
  margin-left: 0.5em;
}

.minimalist-left-ulpgcds-tooltip {
  right: 100%;
  left: auto;
  margin-right: 0.5em;
}

/* used pseudo-element to make arrows */
.tooltip-raw::before,
.tooltip--minimalist::before,
.minimalist-left-ulpgcds-tooltip::before {
  content: "";
  speak: none;
  position: absolute;
  z-index: 666;
  width: 10px;
  height: 10px;
  pointer-events: none;
}

.tooltip-raw::before,
.tooltip--minimalist::before {
  top: 0.5em;
  left: -10px;
  margin-left: -10px;
  border: 10px solid transparent;
}

.minimalist-left-ulpgcds-tooltip::before {
  top: 0.5em;
  right: -10px;
  margin-right: -10px;
  border: 10px solid transparent;
}

/* it can be easily adapted in media-queries for tablets/mobile */
/* for this example: mobile */
@media (max-width: 44.375em) {
  .tooltip-raw,
.tooltip--minimalist,
.minimalist-left-ulpgcds-tooltip {
    top: 100%;
    left: 50%;
    right: 0;
    margin: 0;
    margin-top: 0.7em;
    margin-left: -5em;
  }

  .tooltip-raw::before,
.tooltip--minimalist::before,
.minimalist-left-ulpgcds-tooltip::before {
    top: -10px;
    right: auto;
    left: 50%;
    margin-left: -5px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.9);
  }
}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * iframes styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Videos for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  background-size: cover;
  background-image: url(../images/no_image.jpg);
}
.video iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.video a {
  text-indent: -9999px;
  position: relative;
  padding-bottom: 56.25%;
  display: block;
}
.video a:after {
  content: "";
  display: block;
  position: absolute;
  content: "";
  width: 96px;
  height: 96px;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  line-height: 100%;
  font-size: 6rem;
  text-indent: 0;
}
.video a:before {
  content: "";
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  background: #427742;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video:not(.overlay):hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #427742;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.video:not(.overlay):hover a:before {
  background: #427742;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Block styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#block-phoenix-page-title, #block-phoenix-local-tasks, #block-phoenix-breadcrumbs,
#block-phoenix-primary-local-tasks {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
#block-phoenix-page-title:before, #block-phoenix-page-title:after, #block-phoenix-local-tasks:before, #block-phoenix-local-tasks:after, #block-phoenix-breadcrumbs:before, #block-phoenix-breadcrumbs:after,
#block-phoenix-primary-local-tasks:before,
#block-phoenix-primary-local-tasks:after {
  content: " ";
  display: table;
}
#block-phoenix-page-title:after, #block-phoenix-local-tasks:after, #block-phoenix-breadcrumbs:after,
#block-phoenix-primary-local-tasks:after {
  clear: both;
}
#block-phoenix-page-title ul, #block-phoenix-local-tasks ul, #block-phoenix-breadcrumbs ul,
#block-phoenix-primary-local-tasks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-phoenix-page-title ul li, #block-phoenix-local-tasks ul li, #block-phoenix-breadcrumbs ul li,
#block-phoenix-primary-local-tasks ul li {
  display: block;
  float: left;
  margin: 0;
  list-style: none;
  background: none;
}
#block-phoenix-page-title ul li:after, #block-phoenix-local-tasks ul li:after, #block-phoenix-breadcrumbs ul li:after,
#block-phoenix-primary-local-tasks ul li:after {
  content: none;
}
#block-phoenix-page-title ul li:not(:first-child), #block-phoenix-local-tasks ul li:not(:first-child), #block-phoenix-breadcrumbs ul li:not(:first-child),
#block-phoenix-primary-local-tasks ul li:not(:first-child) {
  padding: 0 0 0 24px;
}

#block-phoenix-page-title {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  text-align: center;
}
#block-phoenix-page-title:before, #block-phoenix-page-title:after {
  content: " ";
  display: table;
}
#block-phoenix-page-title:after {
  clear: both;
}

.user-login-form, .user-form, .user-pass {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #427742;
  padding: 10px 30px;
}
.user-login-form input, .user-form input, .user-pass input {
  width: 100%;
}
.user-login-form input[type=submit], .user-form input[type=submit], .user-pass input[type=submit] {
  width: auto;
}

.details.captcha {
  font-size: 0.9em;
}

.portada-middel {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 50% 50%;
  list-style: none;
  grid-template-rows: 480px 480px;
}
.portada-middel .grid-item-1 {
  grid-column: 1/2;
  grid-row: 1/3;
  background: rgba(141, 117, 84, 0.2);
  margin: 0;
  padding: 120px;
  padding-left: 50%;
  color: #6A483A;
  position: relative;
}
.portada-middel .grid-item-1:before {
  content: "";
  display: block;
  width: 40%;
  height: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  /* @include background("imagen-prueba.jpg", 60% center,no-repeat); */
  background: transparent url("../images/foto-grid-1-home.jpg") no-repeat right center;
  background-size: cover;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.portada-middel .grid-item-1 .field-accion-letra {
  color: rgba(66, 119, 66, 0.5);
}
.portada-middel .grid-item-1 .field-accion-letra:after {
  color: #ffffff;
  font-size: 1.5rem;
}
.portada-middel .grid-item-2 {
  grid-column: 2/2;
  grid-row: 1/2;
}
.portada-middel .grid-item-3 {
  grid-column: 2/2;
  grid-row: 2/2;
}
.portada-middel .grid-item-2, .portada-middel .grid-item-3 {
  position: relative;
  overflow: hidden;
  padding: 120px;
  color: #ffffff;
}
.portada-middel .grid-item-2 .image-bg, .portada-middel .grid-item-3 .image-bg {
  width: 103%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  z-index: -1;
}
.portada-middel .grid-item-2 .image-bg article, .portada-middel .grid-item-3 .image-bg article {
  margin: 0;
  width: 100%;
  height: 100%;
}
.portada-middel .grid-item-2 .image-bg article div, .portada-middel .grid-item-3 .image-bg article div {
  width: 100%;
  height: 100%;
}
.portada-middel .grid-item-2 .image-bg img, .portada-middel .grid-item-3 .image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.portada-middel .grid-item-2 h2, .portada-middel .grid-item-3 h2 {
  font-size: 54px;
  color: #ffffff;
}
.portada-middel .grid-item-2 .eyebrow, .portada-middel .grid-item-3 .eyebrow {
  color: #ffffff;
  text-align: left;
}
.portada-middel .grid-item-2 .btn--primary:hover, .portada-middel .grid-item-2 .form-submit:hover, .portada-middel .grid-item-2 .eu-cookie-withdraw-tab:hover, .portada-middel .grid-item-2 .eu-cookie-withdraw-button:hover, .portada-middel .grid-item-2 div#sliding-popup .agree-button:hover, div#sliding-popup .portada-middel .grid-item-2 .agree-button:hover, .portada-middel .grid-item-2 div#sliding-popup .eu-cookie-compliance-save-preferences-button:hover, div#sliding-popup .portada-middel .grid-item-2 .eu-cookie-compliance-save-preferences-button:hover, .portada-middel .grid-item-3 .btn--primary:hover, .portada-middel .grid-item-3 .form-submit:hover, .portada-middel .grid-item-3 .eu-cookie-withdraw-tab:hover, .portada-middel .grid-item-3 .eu-cookie-withdraw-button:hover, .portada-middel .grid-item-3 div#sliding-popup .agree-button:hover, div#sliding-popup .portada-middel .grid-item-3 .agree-button:hover, .portada-middel .grid-item-3 div#sliding-popup .eu-cookie-compliance-save-preferences-button:hover, div#sliding-popup .portada-middel .grid-item-3 .eu-cookie-compliance-save-preferences-button:hover {
  /* border: 1px solid $color-white;
  background: $color-white;
  color: $color-text-highlight; */
}
@media only screen and (max-width: 1199px) {
  .portada-middel .grid-item-1 {
    padding: 200px;
    padding-right: 24px;
    padding-left: 45%;
  }
  .portada-middel .grid-item-1:before {
    width: 40%;
    background: transparent url(../images/imagen-prueba.jpg) no-repeat 68% center;
    background-size: cover;
  }
  .portada-middel .btn--primary, .portada-middel .form-submit, .portada-middel .eu-cookie-withdraw-tab, .portada-middel .eu-cookie-withdraw-button, .portada-middel div#sliding-popup .agree-button, div#sliding-popup .portada-middel .agree-button, .portada-middel div#sliding-popup .eu-cookie-compliance-save-preferences-button, div#sliding-popup .portada-middel .eu-cookie-compliance-save-preferences-button {
    font-size: 0.9rem;
    min-width: initial;
    padding: 12px 18px;
  }
}
@media only screen and (max-width: 959px) {
  .portada-middel {
    display: block;
  }
  .portada-middel .grid-item-1 {
    grid-column: initial;
    grid-row: initial;
    padding: 24px;
  }
  .portada-middel .grid-item-1:before {
    display: none;
  }
  .portada-middel .grid-item-2, .portada-middel .grid-item-3 {
    padding: 24px;
  }
}

.portada-bottom {
  margin: 92px auto !important;
  display: flex;
  flex-wrap: wrap;
}
.portada-bottom .col-6 {
  width: 48%;
  margin-right: 2%;
  flex-grow: 1;
}
.portada-bottom .col-6 .eyebrow {
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .portada-bottom .col-6 {
    width: 100%;
    margin-right: 0;
    flex-grow: initial;
    padding: 24px;
  }
}
@media only screen and (max-width: 959px) {
  .portada-bottom {
    margin: 24px auto !important;
    padding: 0 !important;
  }
}

.align-center {
  text-align: center;
}
.align-center .b-lazy {
  display: inline-block;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Content styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#content {
  margin-top: 162px;
}
@media only screen and (max-width: 959px) {
  #content {
    margin-top: 0;
  }
}

#portada {
  min-height: 1800px;
  overflow: hidden;
  margin-top: 162px;
}
@media only screen and (max-width: 959px) {
  #portada {
    margin-top: 0;
  }
}

.contenido_pagina {
  min-height: initial;
  margin-bottom: 56px;
}

.user-logged-in #content {
  margin-top: 0px;
}

.node--type-page .content-top, .node--type-accion .content-top, .node--type-noticia .content-top, .views-element-container header .content-top {
  padding-bottom: 48px;
  border-bottom: 2px solid #D8D8D8;
}
.node--type-page .content-top > div, .node--type-accion .content-top > div, .node--type-noticia .content-top > div, .views-element-container header .content-top > div {
  width: calc((100% / 12) * 8);
  margin: 0 auto;
  text-align: center;
}
.node--type-page .content-top h1, .node--type-accion .content-top h1, .node--type-noticia .content-top h1, .views-element-container header .content-top h1 {
  text-align: center;
}
.node--type-page .content-top .description, .node--type-accion .content-top .description, .node--type-noticia .content-top .description, .views-element-container header .content-top .description {
  margin-top: 24px;
}
.node--type-page .content-top .description p, .node--type-accion .content-top .description p, .node--type-noticia .content-top .description p, .views-element-container header .content-top .description p {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media only screen and (max-width: 959px) {
  .node--type-page .content-top > div, .node--type-accion .content-top > div, .node--type-noticia .content-top > div, .views-element-container header .content-top > div {
    width: 100%;
  }
  .node--type-page .content-top .description, .node--type-accion .content-top .description, .node--type-noticia .content-top .description, .views-element-container header .content-top .description {
    padding: 0;
  }
}

.node--type-noticia .content-top {
  margin-bottom: 32px;
}
.node--type-noticia .content-top .fecha {
  text-align: center;
}
.node--type-noticia .col-8 {
  word-break: break-word;
  overflow-wrap: break-word;
}

.node--type-accion .field-category-action {
  display: none;
}

.eyebrow {
  color: #427742;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.field-accion-letra {
  color: rgba(66, 119, 66, 0.2);
  font-family: "Signika", sans-serif;
  font-size: 4rem;
  margin-bottom: 16px;
  position: relative;
  font-weight: 400;
  margin-bottom: 40px;
}
.field-accion-letra:after {
  content: "Acciones";
  position: absolute;
  display: block;
  bottom: -20px;
  font-size: 1.5rem;
  color: #8d7554;
  font-weight: 500;
  left: 42px;
}
.field-accion-letra .category-action {
  position: absolute;
  display: block;
  bottom: -20px;
  font-size: 1.5rem;
  color: #8d7554;
  font-weight: 500;
  left: 42px;
}
@media only screen and (max-width: 959px) {
  .field-accion-letra {
    font-size: 3rem;
  }
  .field-accion-letra .category-action {
    left: 54px;
    bottom: -24px;
  }
}

.node--type-accion .field-accion-letra:after {
  display: none;
}

html[lang=en] .field-accion-letra:after {
  content: "Actions";
}

html[lang=el] .field-accion-letra:after {
  content: "ΔΡΑΣΕΙΣ";
}

.row-accion {
  margin: 64px auto;
}
.row-accion .col-3 {
  margin: 0 !important;
}

.content-bg {
  background: rgba(205, 218, 223, 0.2);
  padding: 82px 32px;
  margin-top: 32px;
}
.content-bg .row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}
.content-bg .col-6:first-child {
  border-right: 1px solid #D8D8D8;
}
@media only screen and (max-width: 959px) {
  .content-bg {
    padding: 24px;
    margin-top: 24px;
  }
  .content-bg .row {
    padding: 0;
  }
  .content-bg .col-6:first-child {
    border-right: none;
  }
}

.docs-gallery ul {
  padding: 0;
}
.docs-gallery ul li {
  padding-bottom: 0;
}
.docs-gallery ul li:after {
  display: none;
}
.docs-gallery ul li a {
  padding-bottom: 12px;
}

.margin-bottom {
  margin-bottom: 64px !important;
}

.fecha, .views-field-created {
  color: #427742;
  font-size: 1rem;
}

.video, .views-field-field-galeria-video-audio-video {
  width: 100%;
  height: 300px;
  border: 1px solid #f8f8f8;
  margin-bottom: 24px;
}
.video iframe, .video video, .views-field-field-galeria-video-audio-video iframe, .views-field-field-galeria-video-audio-video video {
  width: 100%;
  height: 300px;
}
.video article, .views-field-field-galeria-video-audio-video article {
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .video, .views-field-field-galeria-video-audio-video {
    height: 200px;
  }
  .video iframe, .video video, .views-field-field-galeria-video-audio-video iframe, .views-field-field-galeria-video-audio-video video {
    height: 200px;
  }
}

.image, .views-field-field-noticia-imagen-1 {
  margin-bottom: 12px;
}
.image div, .views-field-field-noticia-imagen-1 div {
  width: 100%;
  height: 230px;
}
.image div a, .views-field-field-noticia-imagen-1 div a {
  width: 100%;
  height: 230px;
}
.image div img, .views-field-field-noticia-imagen-1 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.image-news {
  margin-top: 24px;
  width: 100%;
}
.image-news img {
  width: 100%;
}

.tags header {
  padding-bottom: 28px;
}
.tags ul {
  margin: 0;
  padding: 0;
  margin-top: 28px;
}
.tags ul li {
  width: auto;
  padding: 8px 12px;
  /* background: $color-brown-light; */
  display: inline-block;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  border: 1px dashed #8d7554;
  font-size: 0.9rem;
  margin: 4px;
}
.tags ul li:after {
  display: none;
}

.path-taxonomy .views-element-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding: 0px 32px 82px 32px !important;
  min-height: 532px;
}
.path-taxonomy .views-element-container:before, .path-taxonomy .views-element-container:after {
  content: " ";
  display: table;
}
.path-taxonomy .views-element-container:after {
  clear: both;
}
.path-taxonomy .contenido_pagina {
  min-height: initial;
}
.path-taxonomy a.feed-icon {
  padding-top: 32px;
  display: block;
  text-align: right;
}

:not(a)::selection {
  background: #CDDADF;
}

#content-maintenance {
  min-height: initial;
  overflow: hidden;
  margin-top: 0;
  background: transparent url("../images/bg_ultimas_noticias.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
}

.portada-bottom.wrapper {
  display: none;
}

#chart {
  width: 100%;
  height: 700px;
  /* svg g:nth-child(8) text {
      display: none;
  }

  svg g[column-id="ICIA"]:nth-child(8) text {
      display: block;
  }*/
}
#chart .google-visualization-tooltip {
  border: none;
  box-shadow: initial;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  font-size: 12px;
  padding: 4px 12px;
  border-bottom: 1px solid #246396;
  width: auto !important;
  height: auto !important;
  z-index: 2;
  min-width: 300px;
  background: #e7f4ff;
}
#chart .google-visualization-tooltip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#chart .google-visualization-tooltip ul li {
  padding: 0;
  margin: 0 !important;
  display: inline;
  padding-right: 12px;
}
#chart .google-visualization-tooltip ul li:after {
  display: none;
}
@media only screen and (max-width: 1199px) {
  #chart svg g[column-id] {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  #chart {
    display: none;
  }
}

article[data-history-node-id="342"] .paragraph, article[data-history-node-id="431"] .paragraph {
  margin-bottom: 24px;
}

.page-node-type-galeria-imagenes h1 {
  width: calc((100% / 12) * 8);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
}
.page-node-type-galeria-imagenes .description {
  padding-bottom: 48px;
  border-bottom: 2px solid #D8D8D8;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
}
.page-node-type-galeria-imagenes .description p {
  width: calc((100% / 12) * 8);
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
  margin: 16px auto 0 auto;
}

.popup-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin-bottom: 48px;
}
.popup-gallery > div {
  padding: 8px;
  width: 33.3%;
}
.popup-gallery > div article {
  width: 100%;
}
.popup-gallery > div article .item-gallery {
  width: 100%;
  padding: 0;
}
.popup-gallery > div article .item-gallery img {
  width: 100%;
  max-width: initial;
  height: auto;
}
@media only screen and (max-width: 959px) {
  .popup-gallery > div {
    width: 50%;
  }
}
@media only screen and (max-width: 719px) {
  .popup-gallery > div {
    width: 100%;
  }
}

.blazy--field-galeria-imagenes > div {
  margin-bottom: 24px;
}
.blazy--field-galeria-imagenes .media--blazy img.media__element {
  margin: 0 auto;
}
.blazy--field-galeria-imagenes .blazy__caption--description p {
  margin: 0;
  text-align: center;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Cookies styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Cookies
 *
 * ------------------------------- ateigh.com -------------------------------
 */
div#sliding-popup {
  border-top: 1px solid #4A4A4A;
  width: 100%;
  padding: 24px;
  font-size: 0.9em;
  color: #4A4A4A;
  background: #ffffff;
  height: auto;
  /* .eu-cookie-withdraw-banner,
  .eu-cookie-withdraw-tab { 
      background: rgba($color-bg-default,0.8);
      color: $color-text-default;
      padding:24px 0 18px 0;
      border-color:transparent;
  } 
  &.eu-cookie-withdraw-wrapper { 
      background: none 
  } */
  /*h1, h2, h3 p{
      color: $color-text-title;
      background:none;
      font-size: 0.9em;
      line-height: 1.3em;
      a{
          color:$color-link-default;
      }
  }*/
}
div#sliding-popup .eu-cookie-compliance-more-button {
  margin: 0;
}
div#sliding-popup .eu-cookie-compliance-content {
  width: 100%;
  max-width: 100%;
  position: relative;
}
div#sliding-popup .eu-cookie-compliance-message {
  float: left;
  max-width: 100%;
  width: 55%;
}
@media only screen and (max-width: 719px) {
  div#sliding-popup .eu-cookie-compliance-message {
    width: 100%;
    float: none;
    margin-left: 0;
    clear: both;
  }
}
div#sliding-popup .eu-cookie-compliance-categories {
  width: 41%;
  float: left;
  margin-left: 4%;
}
div#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-category {
  padding: 8px 0;
  width: auto;
  display: inline-block;
  margin-right: 14px;
}
div#sliding-popup .eu-cookie-compliance-categories input[type=checkbox] {
  min-height: auto;
}
@media only screen and (max-width: 719px) {
  div#sliding-popup .eu-cookie-compliance-categories {
    width: 100%;
    float: none;
    margin-left: 0;
    clear: both;
  }
}
div#sliding-popup p {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  margin: 0;
  color: #8d7554;
  font-size: 1rem;
}
div#sliding-popup a {
  color: #000000 !important;
  text-decoration: underline;
  font-weight: bold;
}
div#sliding-popup .eu-cookie-withdraw-tab {
  display: none !important;
}
div#sliding-popup .eu-cookie-compliance-buttons {
  width: 100%;
  clear: both;
  float: none;
  max-width: initial;
}
div#sliding-popup .eu-cookie-withdraw-button {
  display: none !important;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Footer styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.site-footer {
  width: 100%;
  /* height: 200px; */
  height: auto;
  background: #427742;
}
.site-footer .pie-pagina {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding: 24px 0;
}
.site-footer .pie-pagina:before, .site-footer .pie-pagina:after {
  content: " ";
  display: table;
}
.site-footer .pie-pagina:after {
  clear: both;
}
.site-footer .pie-pagina ul {
  margin-left: 0;
  padding-left: 0;
}
.site-footer .pie-pagina ul li {
  display: inline-block;
  margin-right: 32px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.site-footer .pie-pagina a {
  color: #ffffff !important;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .site-footer .pie-pagina {
    padding: 12px 24px;
  }
  .site-footer .pie-pagina ul li {
    display: block;
  }
}
.site-footer .site-footer__bottom {
  /* margin-top: 32px; */
  margin-top: 16px;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.site-footer .site-footer__bottom a {
  color: #9D8277;
}
.site-footer .site-footer__top nav {
  width: 56%;
  float: left;
  margin-right: 4%;
}
.site-footer .site-footer__top .disclaimer {
  width: 40%;
  float: left;
  margin-top: 12px;
}
.site-footer .site-footer__top .disclaimer p {
  color: #fff;
  font-size: 0.875rem;
  padding: 0;
  margin: 8px 0;
  line-height: 1rem;
}
@media only screen and (max-width: 959px) {
  .site-footer {
    height: auto;
  }
  .site-footer .site-footer__top nav {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .site-footer .site-footer__top .disclaimer {
    width: 100%;
    float: none;
    margin-top: 18px;
  }
  .site-footer .site-footer__bottom {
    margin-top: 16px;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Form styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form, form {
  margin: 0;
  padding: 0;
  position: relative;
}
.form--item {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form--item label {
  display: block;
  text-align: left;
}
.form--search {
  display: block;
  width: 650px;
  margin: 0 auto;
  position: relative;
}
.form--search label {
  display: block;
  clip: none;
  height: auto;
  width: auto;
  position: relative;
}
.form--search__item {
  position: relative;
}
.form--search__item input:focus {
  border: 0;
  background-color: #1e351e;
}
.form--search__item--submit {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 102px;
  bottom: 0px;
}
.form--search__item--submit:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 12px;
  color: #4A4A4A;
  font-size: 1.125rem;
  z-index: 99;
  pointer-events: none;
}
.form--search__item--submit:hover input {
  color: #427742;
  border-color: #427742;
}
.form--search__item--submit:hover:before {
  color: #427742;
}
.form--search__item--submit:before:hover {
  color: #427742;
  border-color: #427742;
}
.form--search input[type=text], .form--search input[type=search] {
  border-radius: 4px;
  padding-right: 142px;
  width: 100%;
  border-bottom: 0;
  border: 1px solid #D8D8D8;
}
.form--search input[type=text]:hover, .form--search input[type=search]:hover {
  border-color: #427742;
  border: 1px solid #427742;
}
.form--search input[type=text]:focus, .form--search input[type=text]:active, .form--search input[type=search]:focus, .form--search input[type=search]:active {
  border: 1px solid #1e351e;
  background: #ffffff;
}
.form--search input[type=submit] {
  cursor: pointer;
  background: #ffffff;
  color: #4A4A4A;
  font-size: 1.125rem;
  position: absolute;
  bottom: 0px;
  right: -102px;
  width: 140px;
  height: 40px;
  z-index: 9;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  border-color: #D8D8D8;
  border: 2px solid;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.form--search input[type=submit]:hover {
  background: none;
  border-color: #427742;
  color: #427742;
}
.form--search--reverse input[type=text], .form--search--reverse input[type=search] {
  background: #ffffff;
}
.form--search--reverse input[type=submit] {
  background: #4A4A4A;
  color: #ffffff;
  border-color: #ffffff;
  top: 0;
  height: 38px;
}
.form--search--reverse input[type=submit]:hover {
  background: #4A4A4A;
  color: #427742;
  border-color: #427742;
}
.form--search--reverse label {
  color: #ffffff;
}
.form--search--reverse .form--search__item--submit:before {
  color: #ffffff;
}
.form--search--reverse .form--search__item--submit:hover:before {
  border-color: #427742;
  color: #427742;
}
.form--search--reverse .form-submit:before {
  color: #ffffff;
}
@media only screen and (max-width: 959px) {
  .form--search {
    width: 280px;
  }
  .form--search .form--search__item--submit {
    right: 0;
    bottom: 0;
  }
  .form--search .form--search__item--submit:before {
    width: 20px;
    margin-right: 10px;
    right: 0;
    bottom: 12px;
  }
  .form--search .form--search__item--submit input {
    font-size: 0;
    width: 40px;
    min-width: 40px;
    right: 0;
    bottom: 2px;
  }
}
.form .description, form .description {
  font-size: 1rem;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Grids styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.wrapper {
  max-width: 1440px;
  padding: 0 32px;
  margin: 0 auto;
}
.wrapper--fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .wrapper {
    max-width: 1200px;
    padding: 0 32px;
  }
}
@media only screen and (max-width: 719px) {
  .wrapper {
    max-width: 720px;
    padding: 0 24px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  /* Columns Desktop */
  /* Columns Tablet */
  /* Columns Mobile */
}
.row [class*=col-] {
  width: 100%;
  flex-grow: 1;
}
.row [class*=col-]:first-child {
  margin-left: 0;
}
.row [class*=col-]:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .row .col-1 {
    flex-basis: calc(8.3333333333% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-2 {
    flex-basis: calc(16.6666666667% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-3 {
    flex-basis: calc(25% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-3 {
    margin-left: 25%;
  }
  .row .col-4 {
    flex-basis: calc(33.3333333333% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-5 {
    flex-basis: calc(41.6666666667% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-6 {
    flex-basis: calc(50% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-6 {
    margin-left: 50%;
  }
  .row .col-7 {
    flex-basis: calc(58.3333333333% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-8 {
    flex-basis: calc(66.6666666667% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-9 {
    flex-basis: calc(75% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-9 {
    margin-left: 75%;
  }
  .row .col-10 {
    flex-basis: calc(83.3333333333% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-11 {
    flex-basis: calc(91.6666666667% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-12 {
    flex-basis: calc(100% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .row .col-md-1 {
    flex-basis: calc(12.5% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-1 {
    margin-left: 12.5%;
  }
  .row .col-md-2 {
    flex-basis: calc(25% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-2 {
    margin-left: 25%;
  }
  .row .col-md-3 {
    flex-basis: calc(37.5% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-3 {
    margin-left: 37.5%;
  }
  .row .col-md-4 {
    flex-basis: calc(50% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-4 {
    margin-left: 50%;
  }
  .row .col-md-5 {
    flex-basis: calc(62.5% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-5 {
    margin-left: 62.5%;
  }
  .row .col-md-6 {
    flex-basis: calc(75% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-6 {
    margin-left: 75%;
  }
  .row .col-md-7 {
    flex-basis: calc(87.5% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-7 {
    margin-left: 87.5%;
  }
  .row .col-md-8 {
    flex-basis: calc(100% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-8 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .row .col-sm-1 {
    flex-basis: calc(25% - 48px);
    margin: 0 32px 0 24px;
  }
  .row .col-offset-sm-1 {
    margin-left: 25%;
  }
  .row .col-sm-2 {
    flex-basis: calc(50% - 48px);
    margin: 0 32px 0 24px;
  }
  .row .col-offset-sm-2 {
    margin-left: 50%;
  }
  .row .col-sm-3 {
    flex-basis: calc(75% - 48px);
    margin: 0 32px 0 24px;
  }
  .row .col-offset-sm-3 {
    margin-left: 75%;
  }
  .row .col-sm-4 {
    flex-basis: calc(100% - 48px);
    margin: 0 32px 0 24px;
  }
  .row .col-offset-sm-4 {
    margin-left: 100%;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Header styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 162px;
  z-index: 9;
  padding-top: 24px;
  background: #dae4d9;
}
#header h1.oculto {
  display: none;
}
#header #cabecera #cabecera_int {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
#header #cabecera #cabecera_int:before, #header #cabecera #cabecera_int:after {
  content: " ";
  display: table;
}
#header #cabecera #cabecera_int:after {
  clear: both;
}
#header #cabecera #cabecera_int .header-top {
  width: 100%;
  height: 72px;
  clear: both;
}
@media only screen and (max-width: 959px) {
  #header #cabecera #cabecera_int .header-top {
    width: 90%;
    margin: 0 auto;
    height: 56px;
  }
}
#header #cabecera #cabecera_int .header-bottom {
  width: 100%;
  height: 56px;
  clear: both;
  padding-top: 14px;
}
@media only screen and (max-width: 959px) {
  #header #cabecera #cabecera_int {
    padding: 0;
  }
}
#header nav {
  width: 82%;
  float: left;
}
#header nav ul {
  margin-top: 0;
  margin-left: 0;
}
#header nav ul li {
  display: inline-block;
  margin: 0 32px 0 0;
  text-transform: uppercase;
  font-size: 1.125rem;
  position: relative;
  padding: 0 0 28px 0;
}
#header nav ul li a {
  color: #427742;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding-bottom: 6px;
}
#header nav ul li.menu-item--active-trail a, #header nav ul li:hover a {
  color: #8d7554;
  border-bottom: 1px solid #8d7554;
}
#header nav ul li.menu-item--active-trail ul a, #header nav ul li:hover ul a {
  color: #ffffff;
  border-bottom: none;
}
#header nav ul li.menu-item--active-trail ul a:hover, #header nav ul li:hover ul a:hover {
  text-decoration: underline;
}
#header nav ul li ul {
  display: none;
  position: absolute;
  top: 44px;
  left: -20px;
  background: #427742;
  padding: 0;
  width: auto;
  min-width: 282px;
  z-index: 999;
  margin: 0;
}
#header nav ul li ul li {
  border-bottom: 1px solid #427742;
  width: 100%;
  padding: 12px 24px;
}
#header nav ul li ul li a {
  color: #ffffff;
}
#header nav ul li ul li.menu-item--active-trail a, #header nav ul li ul li:hover a {
  border: none;
  color: #ffffff;
}
#header nav ul li ul li:last-child {
  border-bottom: none;
}
#header nav ul li:last-child {
  margin-right: 0;
}
#header nav ul li:hover > ul {
  display: block;
}
@media only screen and (max-width: 1439px) {
  #header nav ul li {
    margin: 0 24px 0 0;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1299px) {
  #header nav ul li {
    margin: 0 14px 0 0;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1199px) {
  #header nav ul li {
    margin: 0 8px 0 0;
    font-size: 0.9rem;
  }
}
#header .alternador-idioma {
  width: 18%;
  float: left;
}
#header .alternador-idioma ul {
  text-align: right;
  list-style: none;
  margin-top: 0;
}
#header .alternador-idioma ul li {
  display: inline-block;
  margin-left: 16px;
  text-transform: uppercase;
}
#header .alternador-idioma ul li a {
  font-size: 0rem;
}
#header .alternador-idioma ul li a:after {
  content: "";
  display: inline-block;
  line-height: 1.5rem;
  color: #427742;
  text-transform: uppercase;
  font-weight: 300;
  width: 32px;
  height: 24px;
  font-size: 0rem !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#header .alternador-idioma ul li a.is-active:after, #header .alternador-idioma ul li a:hover:after {
  color: #8d7554;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .alternador-idioma ul li a[hreflang=es]:after {
  content: "";
  background: transparent url("../images/bandera_es.svg") no-repeat center center;
  background-size: contain;
}
#header .alternador-idioma ul li a[hreflang=en]:after {
  content: "";
  background: transparent url("../images/bandera_en.svg") no-repeat center center;
  background-size: contain;
}
#header .alternador-idioma ul li a[hreflang=el]:after {
  content: "";
  background: transparent url("../images/bandera_grecia.svg") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  #header .alternador-idioma ul li a:after {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 959px) {
  #header .alternador-idioma {
    position: absolute;
    top: 42px;
    right: 14px;
    text-transform: uppercase;
    width: 108px;
  }
  #header .alternador-idioma ul {
    margin-top: 16px;
  }
  #header .alternador-idioma ul li {
    margin-left: 12px;
  }
  #header .alternador-idioma ul li a:after {
    width: 24px;
  }
}
#header .logos-header {
  width: 70%;
  float: left;
}
#header .logos-header .area-logos {
  width: auto;
  float: right;
}
#header .logos-header .area-logos ul {
  margin: 0;
  text-align: right;
}
#header .logos-header .area-logos ul li {
  list-style: none;
  display: inline-block;
  margin: 0 16px;
}
#header .logos-header .area-logos ul li:last-child {
  margin-right: 0;
}
#header .logos-header .area-logos span {
  display: none;
}
#header .logos-header .area-logos article {
  margin: 0;
}
#header #mobile-header {
  display: none;
}
@media only screen and (max-width: 959px) {
  #header {
    position: relative;
    height: 152px;
  }
  #header #mobile-header {
    display: block;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 0;
  }
  #header #mobile-header #responsive-menu-button {
    color: #fff;
    float: right;
    position: relative;
    padding: 0;
    display: block;
    font-size: 0em;
  }
  #header #mobile-header #responsive-menu-button:before {
    content: " ";
    background: url(../images/iconos_menu_movil-azul.png) -8px -2px no-repeat;
    background-size: 112px;
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 12px;
    cursor: pointer;
  }
  #header #mobile-header #responsive-menu-button.open:before {
    content: " ";
    background: url(../images/iconos_menu_movil-azul.png) -76px -2px no-repeat;
    background-size: 112px;
  }
  #header nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 18px;
    left: 0;
    display: none;
    background-color: #dae4d9;
    z-index: -1;
    padding-top: 112px !important;
  }
  #header nav ul {
    padding: 32px 24px;
  }
  #header nav ul li {
    display: block;
    float: none;
    padding: 0px 0px 12px 0px;
    margin: 0 0 12px 0;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 400;
    border-bottom: 1px solid #427742;
    z-index: initial;
  }
  #header nav ul li a {
    z-index: initial;
    padding: 0;
    display: block;
    color: #427742;
  }
  #header nav ul li.menu-item--active-trail a, #header nav ul li:hover a {
    color: #8d7554;
    border-bottom: none;
  }
  #header nav ul li ul {
    display: none !important;
  }
  #header .logos-header {
    width: 100%;
    float: none;
    clear: both;
  }
  #header .logos-header .area-logos {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
  }
  #header .logos-header .area-logos ul {
    text-align: left;
  }
  #header .logos-header .area-logos ul li {
    margin: 10px 7px 0 0;
    padding: 0;
  }
  #header .logos-header .area-logos ul li img {
    height: 38px;
  }
}

.user-logged-in #header {
  position: relative;
}

html[lang=en] #header nav ul li {
  margin: 0 42px 0 0;
}
@media only screen and (max-width: 1439px) {
  html[lang=en] #header nav ul li {
    margin: 0 32px 0 0;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1299px) {
  html[lang=en] #header nav ul li {
    margin: 0 24px 0 0;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1199px) {
  html[lang=en] #header nav ul li {
    margin: 0 8px 0 0;
    font-size: 1rem;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Paragrahs styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.paragraph {
  margin-top: 68px;
  margin-bottom: 120px;
  line-height: 0rem;
}
@media only screen and (max-width: 959px) {
  .paragraph {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
.paragraph.normal {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding: 0 32px;
}
.paragraph.normal:before, .paragraph.normal:after {
  content: " ";
  display: table;
}
.paragraph.normal:after {
  clear: both;
}
@media only screen and (max-width: 959px) {
  .paragraph.normal {
    width: 100%;
    padding: 0 24px;
  }
}
.paragraph.pequeño {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .paragraph.pequeño {
    width: 70%;
  }
}
.paragraph.izquierda {
  text-align: left;
}
.paragraph.derecha {
  text-align: right;
}
.paragraph.centrada {
  text-align: center;
}
.paragraph.imagen-de-fondo {
  position: relative;
  margin: 0;
  padding: 48px 0;
}
.paragraph.imagen-de-fondo .image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.paragraph.imagen-de-fondo .image-background article, .paragraph.imagen-de-fondo .image-background div {
  height: 100%;
}
.paragraph.imagen-de-fondo .image-background article {
  margin: 0;
}
.paragraph.imagen-de-fondo .image-background img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.paragraph.imagen-de-fondo h2, .paragraph.imagen-de-fondo h3, .paragraph.imagen-de-fondo p, .paragraph.imagen-de-fondo a, .paragraph.imagen-de-fondo li {
  color: #ffffff;
}
.paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo {
  height: 70vh;
  line-height: 72vh;
}
.paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo .text {
  width: 40%;
  display: inline-block;
  line-height: normal;
  margin: 0 30%;
}
.paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo .text h2 {
  font-size: 3rem;
  line-height: 3.375rem;
}
@media only screen and (max-width: 959px) {
  .paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo .text {
    width: 100%;
    margin: 0;
    padding: 0 24px;
  }
}
.paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(66, 119, 66, 0.5);
  display: block;
  content: "";
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover:before {
  background: rgba(66, 119, 66, 0.2);
  background: rgba(255, 255, 255, 0.7);
}
.paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover .btn--primary, .paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover div#sliding-popup .agree-button, div#sliding-popup .paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover .agree-button, .paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover div#sliding-popup .eu-cookie-compliance-save-preferences-button, div#sliding-popup .paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover .eu-cookie-compliance-save-preferences-button, .paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover .eu-cookie-withdraw-tab, .paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover .eu-cookie-withdraw-button, .paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover .form-submit {
  background: none;
  color: #427742 !important;
  border: 1px solid #427742;
}
.paragraph.paragraph--type--dos-columnas .paragraph--type--columna-base.imagen-de-fondo:hover h2 {
  color: #427742;
}
.paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:before {
  background: rgba(141, 117, 84, 0.5);
}
.paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover:before {
  background: rgba(141, 117, 84, 0.2);
  background: rgba(255, 255, 255, 0.7);
}
.paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover .btn--primary, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover div#sliding-popup .agree-button, div#sliding-popup .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover .agree-button, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover div#sliding-popup .eu-cookie-compliance-save-preferences-button, div#sliding-popup .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover .eu-cookie-compliance-save-preferences-button, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover .eu-cookie-withdraw-tab, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover .eu-cookie-withdraw-button, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover .form-submit {
  color: #8d7554 !important;
  background: none;
}
.paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo:hover h2 {
  color: #8d7554;
}
.paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .btn--primary, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo div#sliding-popup .agree-button, div#sliding-popup .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .agree-button, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo div#sliding-popup .eu-cookie-compliance-save-preferences-button, div#sliding-popup .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .eu-cookie-compliance-save-preferences-button, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .eu-cookie-withdraw-tab, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .eu-cookie-withdraw-button, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .form-submit {
  background: #8d7554;
  border: 1px solid #8d7554;
}
.paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .btn--primary:hover, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo div#sliding-popup .agree-button:hover, div#sliding-popup .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .agree-button:hover, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo div#sliding-popup .eu-cookie-compliance-save-preferences-button:hover, div#sliding-popup .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .eu-cookie-compliance-save-preferences-button:hover, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .eu-cookie-withdraw-tab:hover, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .eu-cookie-withdraw-button:hover, .paragraph.paragraph--type--dos-columnas .column:last-child .paragraph--type--columna-base.imagen-de-fondo .form-submit:hover {
  color: #8d7554 !important;
  background: none;
}
.paragraph.paragraph--type--dos-columnas.ancho-completo .wrapper {
  width: 100%;
  max-width: initial;
  margin: 0;
  padding: 0;
}
.paragraph.paragraph--type--dos-columnas.ancho-completo .wrapper .column {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .paragraph.paragraph--type--tres-columnas .paragraph--type--columna-base {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 719px) {
  .paragraph.paragraph--type--formulario .form-submit {
    min-width: 100%;
  }
}

article[data-history-node-id="347"] .paragraph.imagen-de-fondo .image-background img {
  object-position: right center;
}

[data-history-node-id="351"] .paragraph {
  margin: 32px auto;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Sidebars styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.sidebar-left {
  width: 25%;
  padding-right: 128px;
  float: left;
}
.sidebar-left ul {
  list-style: none;
}
.sidebar-left ul.menu {
  list-style-type: none;
}
.sidebar-left ul.menu li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #427742;
  margin: 0;
  list-style: none;
  width: 100%;
  list-style-image: none;
}
.sidebar-left ul.menu li a {
  padding: 12px 16px 12px 16px;
  background: #ffffff;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  color: #427742;
  display: block;
}
.sidebar-left ul.menu li.active a {
  border-left: 2px solid #427742;
  color: #427742;
}
.sidebar-left h2 {
  font-size: 1.125rem;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Views styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.list-3-columns .col-4 {
  flex-grow: initial;
  overflow: hidden;
  padding-bottom: 42px;
}
.list-3-columns .col-4:first-child {
  margin-left: 32px;
}
.list-3-columns li:after {
  display: none;
}
.list-3-columns a {
  text-decoration: none;
}
.list-3-columns .slick-slider {
  margin: 0;
  padding: 0;
}
.list-3-columns .slick-slider li {
  /* width: 33% !important; */
}
.list-3-columns .slick-slider li img {
  width: 430px;
  max-width: initial;
  height: 230px;
  object-fit: cover;
  object-position: center center;
}
.list-3-columns .slick-slider .slick-prev {
  left: 0;
  top: 20%;
}
.list-3-columns .slick-slider .slick-next {
  right: 0;
  top: 20%;
}
.list-3-columns .slick-slider .slick-list {
  margin: 0;
}
.list-3-columns .views-row {
  border-bottom: 1px solid #d8d8d8;
  margin: 12px 0;
  padding: 0 0 12px 0;
}
.list-3-columns .field-accion-letra {
  display: block;
  margin-bottom: 0;
  line-height: 4rem;
}
@media only screen and (max-width: 959px) {
  .list-3-columns .col-4:first-child {
    margin-left: 0;
  }
  .list-3-columns ul {
    padding-left: 0;
  }
}

.list-2-columns ul li:after {
  display: none;
}
.list-2-columns ul li.col-6 {
  margin-left: 0;
}
.list-2-columns ul li.col-6:last-child {
  margin-right: 32px;
}
@media only screen and (max-width: 959px) {
  .list-2-columns {
    padding: 0;
  }
  .list-2-columns ul {
    padding-left: 0;
  }
}

.last-news {
  width: 100%;
  height: 500px;
  padding: 82px 0;
  background: transparent url("../images/bg_ultimas_noticias.jpg") no-repeat center center;
  background-size: cover;
  /*background: #f7f2ef;*/
}
.last-news .row {
  padding-left: 0;
}
.last-news .row .col-4:first-child {
  margin-left: 0;
}
.last-news .eyebrow {
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .last-news {
    height: auto;
    padding: 24px 0;
  }
  .last-news h3 {
    margin-top: 0;
  }
  .last-news .col-4 {
    padding-bottom: 24px;
  }
}

.galeria-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
.galeria-video ul {
  margin: 0;
  padding: 0;
}
.galeria-video .views-field-body p {
  font-size: 1rem;
}
.galeria-video .views-field-body p:first-child {
  padding-top: 0;
  margin-top: 4px;
}
.galeria-video .views-field-field-video-audio-enlace a {
  font-size: 1rem;
  text-decoration: underline;
  color: #507987;
}
.galeria-video .views-field-field-galeria-video-audio-video .field-content {
  width: 100%;
  height: 100%;
}

.documentacion .grid {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.documentacion .grid a {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
}
.documentacion .grid a span.ico-archivo {
  position: absolute;
  top: 8px;
  left: 0;
}

.partners .grid {
  text-align: center;
  border: 1px solid #f6f6f6;
  height: 202px;
  padding: 24px;
}
.partners .grid article {
  margin: 0;
  padding: 0;
}
.partners .grid article img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.partners .grid article:hover img {
  opacity: 1;
}

.equipo ul li:after {
  display: none;
}
.equipo h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #8d7554;
  text-align: left;
  margin-left: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 32px;
}
.equipo .col-4 {
  margin-bottom: 32px;
}
.equipo .col-4 h2, .equipo .col-4 h3, .equipo .col-4 h4, .equipo .col-4 p {
  text-align: center;
}
.equipo .col-4 h3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #4A4A4A;
  margin-left: 0;
  border-bottom: none;
}
.equipo .col-4 h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 8px;
}
.equipo .col-4 .views-field-body, .equipo .col-4 .views-field-body p {
  font-size: 1rem;
}
.equipo .col-4 .views-field-field-equipo-foto {
  text-align: center;
}
.equipo .col-4 .views-field-field-equipo-foto img {
  border-radius: 50%;
  width: 200px;
}
.equipo .imagen article div {
  height: 300px;
}
.equipo .imagen article div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  text-align: center;
}
.equipo .col-4 {
  flex-grow: initial;
}
.equipo .item-list {
  margin-bottom: 48px;
}

.galeria-imagenes ul {
  margin: 0;
  padding: 0;
}
.galeria-imagenes ul li:after {
  display: none;
}
.galeria-imagenes .col-4 {
  margin: 0 32px !important;
  flex-grow: initial;
}
.galeria-imagenes a .views-field-title {
  min-height: 60px;
  display: block;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Home page styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * User logged
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Old browsers style styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
html[data-browser*=MSI] .wrapper .row {
  /* Columns Tablet */
  /* Columns Mobile */
}
html[data-browser*=MSI] .wrapper .row [class*=col-] {
  float: left;
}
html[data-browser*=MSI] .wrapper .row .col-1 {
  width: calc(8.3333333333% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-2 {
  width: calc(16.6666666667% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-3 {
  width: calc(25% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-4 {
  width: calc(33.3333333333% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-5 {
  width: calc(41.6666666667% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-6 {
  width: calc(50% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-7 {
  width: calc(58.3333333333% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-8 {
  width: calc(66.6666666667% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-9 {
  width: calc(75% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-10 {
  width: calc(83.3333333333% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-11 {
  width: calc(91.6666666667% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-12 {
  width: calc(100% - 64px );
  margin: 0 32px 0 32px;
}
@media only screen and (max-width: 959px) {
  html[data-browser*=MSI] .wrapper .row .col-md-1 {
    width: calc(12.5% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-1 {
    margin-left: 12.5%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-2 {
    width: calc(25% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-2 {
    margin-left: 25%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-3 {
    width: calc(37.5% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-3 {
    margin-left: 37.5%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-4 {
    width: calc(50% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-4 {
    margin-left: 50%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-5 {
    width: calc(62.5% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-5 {
    margin-left: 62.5%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-6 {
    width: calc(75% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-6 {
    margin-left: 75%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-7 {
    width: calc(87.5% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-7 {
    margin-left: 87.5%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-8 {
    width: calc(100% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-8 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 719px) {
  html[data-browser*=MSI] .wrapper .row .col-sm-1 {
    width: calc(25% - 48px);
    margin: 0 32px 0 24px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-sm-1 {
    margin-left: 25%;
  }
  html[data-browser*=MSI] .wrapper .row .col-sm-2 {
    width: calc(50% - 48px);
    margin: 0 32px 0 24px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-sm-2 {
    margin-left: 50%;
  }
  html[data-browser*=MSI] .wrapper .row .col-sm-3 {
    width: calc(75% - 48px);
    margin: 0 32px 0 24px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-sm-3 {
    margin-left: 75%;
  }
  html[data-browser*=MSI] .wrapper .row .col-sm-4 {
    width: calc(100% - 48px);
    margin: 0 32px 0 24px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-sm-4 {
    margin-left: 100%;
  }
}

.align-left{ padding-right: 24px;
    margin-top: 12px;padding-bottom:12px;}
.align-right{ padding-left: 24px;
    margin-top: 12px;padding-bottom:12px;}
.salto-linea{clear:both;}

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