@charset "UTF-8";
/* 
    Created on : Nov 2, 2018, 11:56:26 AM
    Author     : mpasos
*/
.inner:after, .main-content:after {
  content: "";
  display: table;
  clear: both;
}

@keyframes wiggle {
  10%, 90% {
    transform: translate3d(-1px, -1px, 1px);
  }
  20%, 80% {
    transform: translate3d(2px, 2px, -2px);
  }
  30%, 50%, 70% {
    transform: translate3d(-3px, -3px, 3px);
  }
  40%, 60% {
    transform: translate3d(3px, 3px, -3px);
  }
}
.wiggle {
  animation: none;
  display: inline-block;
}

.wiggle:hover {
  /*animation: wiggle .5s infinite;*/
  animation: wiggle 0.82s cubic-bezier(0.36, 0.09, 0.69, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.centered {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.centered .btn-default {
  margin: 0 auto 1rem;
}

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * List styles
 */
ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Adalicia";
  src: url("../fonts/ADALICIA-Regular.eot");
  src: url("../fonts/ADALICIA-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ADALICIA-Regular.woff2") format("woff2"), url("../fonts/ADALICIA-Regular.woff") format("woff"), url("../fonts/ADALICIA-Regular.svg#NorthernSoul-Caps") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OohLala";
  src: url("../fonts/OohLalaRegular.eot");
  src: url("../fonts/OohLalaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OohLalaRegular.woff2") format("woff2"), url("../fonts/OohLalaRegular.woff") format("woff"), url("../fonts/OohLalaRegular.svg#NorthernSoul-Caps") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NorthernSoul Script";
  src: url("../fonts/NorthernSoul-Script.eot");
  src: url("../fonts/NorthernSoul-Script.eot?#iefix") format("embedded-opentype"), url("../fonts/NorthernSoul-Script.woff2") format("woff2"), url("../fonts/NorthernSoul-Script.woff") format("woff"), url("../fonts/NorthernSoul-Script.svg#NorthernSoul-Script") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  color: rgb(127, 127, 127);
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
}

h1,
h2 {
  font-family: "Adalicia";
}

h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.heroboard h2 {
  margin-bottom: 2rem;
}

p {
  margin-bottom: 1.25rem;
}

a {
  color: #b86457;
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}
.social-icons a {
  font-size: 1.5rem;
  padding: 1rem;
  color: #fff;
}

form {
  margin-bottom: 1rem;
}

.header {
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 2;
  background-color: #2f534e;
}
@media (max-width: 575px) {
  .header {
    background-size: 750%;
  }
}
@media (min-width: 576px) {
  .header {
    background-size: 339%;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .header {
    height: 240px;
    background-position-y: bottom;
    background-size: 253%;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 140px;
    background-size: 100%;
  }
}

.branding {
  margin-top: 0;
  padding-top: 1rem;
}
@media (min-width: 576px) {
  .branding {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .branding {
    text-align: left;
    max-width: 40%;
  }
}

.site-logo {
  width: 100px;
}
@media (max-width: 575px) {
  .site-logo {
    margin-top: 0rem;
  }
}
.site-logo img {
  width: 100px;
}

.site-title {
  font-size: 1.2rem;
}
@media (max-width: 575px) {
  .site-title {
    margin-top: 4.5rem;
  }
}

.intro {
  background-image: url("../img/body-bg.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 0;
  max-width: 1200px;
  height: auto;
  position: relative;
  z-index: 1;
  top: -61px;
  padding-top: 30px !important;
}

.big-text {
  text-align: left;
  font-size: bold;
  font-size: 1.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  line-height: 1.35;
  border-bottom: 2px dashed #e9c459;
  margin-bottom: 3rem;
}

.separator {
  border-top: 2px dashed #e9c459;
}

.youth,
.ways {
  position: relative;
}
@media (max-width: 575px) {
  .youth img,
  .ways img {
    position: relative !important;
    display: block;
  }
}

.fr .text-ways {
  font-family: "Adalicia";
  line-height: 0.95;
}

.text-ways {
  font-family: "Adalicia";
  font-size: 4rem;
  color: #23468f;
  line-height: 0.75;
  margin-top: 0;
}
@media (min-width: 768px) {
  .text-ways {
    max-width: 35rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-ways {
    max-width: 45rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.text-above {
  font-family: "Adalicia";
  font-size: 4rem;
  color: #23468f;
  line-height: 1 !important;
  padding: 4rem 0 2rem;
}

.text-video,
.text-youth {
  font-family: "Adalicia";
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
  color: #23468f;
}

.btn-action,
.btn-register {
  cursor: hand;
}
.btn-action a,
.btn-register a {
  color: #fff;
}
.btn-action a span,
.btn-register a span {
  font-family: "Adalicia";
  font-size: 2.5rem;
  line-height: 0.5;
}
@media (max-width: 575px) {
  .btn-action a span,
  .btn-register a span {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  .btn-action,
  .btn-register {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.number {
  width: 100%;
  margin-top: 0;
  text-align: center;
  font-size: 3.5rem;
  color: #2f534e;
  font-family: "Adalicia";
}

.action-title {
  font-family: "Adalicia";
  width: 100%;
  margin-top: 0;
  text-align: center;
  font-size: 5rem;
  color: #62a599;
}

.action-buttons {
  width: 100%;
  margin: 1rem auto;
}
.action-buttons span {
  width: 45%;
  height: 70px;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 2rem;
  font-family: "Adalicia";
  background-color: #62a599;
  border-radius: 83px 15px 52px 25px;
}
.action-buttons span:first-of-type {
  background-color: #2f534e;
  margin-right: 20px;
}
.action-buttons span a {
  color: #fff;
}
.action-buttons span a:hover {
  color: rgba(255, 255, 255, 0.75);
}

#badgeos-achievements-container {
  max-width: 1000px;
  border-top: 2px solid #ececec !important;
}

.badgeos-achievements-list-item {
  border-bottom: 1px dashed #ececec !important;
}

.achievement-wrap,
.badgeos-submission-form {
  float: left;
  border: none;
}

.badgeos-submission-comment {
  padding: 0 !important;
  width: 100% !important;
}

.badge_desc {
  text-align: center;
  font-size: 0.85rem;
  padding: 0 0.5rem;
}

.achievement-wrap {
  margin-right: 5rem;
  margin-top: 0;
}

legend h4 {
  margin-bottom: 0.5rem;
}

fieldset {
  border: none;
}

input[type=button],
input[type=submit] {
  border: none;
  background-color: #2f534e;
}

input[type=submit]:first-of-type {
  background-color: #b86457;
}

.hp-earnbadges h2 {
  font-family: "Adalicia";
  width: 100%;
  margin-top: 0;
  text-align: center;
  font-size: 3rem;
  color: #23468f;
  font-weight: normal;
}
.hp-earnbadges img {
  max-width: 80%;
  margin: auto;
}
.hp-earnbadges p {
  font-size: 1.25rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.es .red-box p {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .es .text-ways {
    max-width: 568px !important;
  }
}
@media (min-width: 1200px) {
  .es .text-ways {
    max-width: 680px !important;
  }
}
.es .intro-english,
.es .intro-french {
  display: none;
}
.es .intro-spanish {
  display: block;
}
.es .um-field-user_login .um-field-area:before {
  content: "No usar espacios";
  color: #b3b6bb;
}
.es .um-field-first_name .um-field-area:before {
  content: "Este será tu nombre de perfil";
  color: #b3b6bb;
}

.en .intro-spanish,
.en .intro-french {
  display: none;
}
.en .intro-english {
  display: block;
}
.en .um-field-user_login .um-field-area:before {
  content: "No spaces permitted";
  color: #b3b6bb;
}
.en .um-field-first_name .um-field-area:before {
  content: "This will be your profile name";
  color: #b3b6bb;
}
.en #um_field_80_user_login .um-field-user_login .um-field-area:before {
  content: "No spaces permitted";
  color: #b3b6bb;
}

.fr .intro-english,
.fr .intro-spanish {
  display: none;
}
.fr .intro-french {
  display: block;
}
.fr .um-field-user_login .um-field-area:before {
  content: "Aucun espace autorisé";
  color: #b3b6bb;
}
.fr .um-field-first_name .um-field-area:before {
  content: "Ce sera ton nom de profil";
  color: #b3b6bb;
}

.videoWrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%; /* 16:9 */
  padding-top: 30px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .videoWrapper {
    padding-bottom: 25%; /* 16:9 */
    padding-top: 215px;
  }
}
.videoReel .videoWrapper {
  padding-top: 0;
  padding-bottom: 56%;
}

.videoWrapper object,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*@include mq('lg'){
      height: 197px;
  }*/
}

.subscribers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
}

.user {
  border: 1px solid #eee;
  width: 280px;
  height: 325px;
  margin-bottom: 2rem;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.cover {
  background-color: #eee;
  height: 117px;
  overflow: hidden;
}
.cover img {
  width: 100%;
  height: auto;
}

.profilepic {
  background-color: #eee;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid white;
  margin: 1rem auto;
}
.profilepic img {
  width: auto;
  height: 100%;
}

.listpic {
  background-color: #eee;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.listpic img {
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .listpic {
    margin: 0;
  }
}

.listinfo {
  text-align: center;
}
@media (min-width: 768px) {
  .listinfo {
    text-align: left;
    width: 45%;
  }
}

.usrinfo p,
.listinfo p {
  font-size: 16px;
  line-height: 1.15;
  color: rgb(127, 127, 127);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.usrinfo p a,
.listinfo p a {
  color: rgb(127, 127, 127);
}

.usrinfo {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
}
.usrinfo p {
  text-align: center;
}

.usrnumbers {
  width: 50%;
  margin: 0.5rem auto;
  background-color: #f7f7f7;
  border-radius: 10px;
  color: #18becf;
  font-weight: bold;
}
.usrnumbers p {
  text-align: center;
}

.listnumbers {
  color: #18becf;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .listnumbers {
    text-align: left;
  }
}

.listcount {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .listcount {
    line-height: 4;
    text-align: left;
    width: 3%;
    margin: 0;
  }
}

.country p {
  font-weight: normal;
  font-size: 14px;
  color: #b3b6bb;
  margin-top: 0;
}

.page-numbers {
  text-align: center;
}
.page-numbers a {
  color: gray;
  font-size: 14px;
  padding: 0.5rem;
}
.page-numbers .current {
  padding: 0.5rem;
  color: white;
  background-color: #e9c459;
}
.page-numbers li {
  display: inline-block;
}

.main-video {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .main-video {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .main-video .right,
  .main-video .left {
    flex: 1 48%;
    max-width: 48%;
  }
}
@media (min-width: 1200px) {
  .main-video .left {
    margin-right: 2rem;
  }
}
.main-video .right {
  margin: auto 0;
}
@media (max-width: 575px) {
  .main-video .right {
    padding: 0 0.5rem;
  }
}
.main-video .right h1, .main-video .right h2, .main-video .right p {
  text-align: center;
}
.main-video .right h2 {
  line-height: 1.25 !important;
}
@media (min-width: 1200px) {
  .main-video .right h1, .main-video .right h2, .main-video .right p {
    text-align: left;
  }
  .main-video .right h2 {
    padding-right: 5rem;
  }
}

.videoReel {
  background-color: cornsilk;
  padding: 1rem;
}
.videoReel h2 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #2f534e;
}
.videoReel p {
  color: #2f534e;
  font-family: "Adalicia";
  font-size: 1.25rem;
  line-height: 1;
}

.covers a {
  font-family: "Adalicia";
  font-size: 1.25rem;
}

.posters {
  padding-right: 2rem;
}
.posters p {
  color: rgb(127, 127, 127);
  font-family: "Adalicia";
  font-size: 1.5rem;
  line-height: 1.2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.flex .flexitem {
  flex: 1 350px;
  max-width: 350px;
}
@media (min-width: 1200px) {
  .flex {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .ways {
    display: flex;
  }
  .ways .pageitem img {
    height: auto;
  }
}

.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0));
}

.gold img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

span.um-field-checkbox-option {
  font-size: 1rem !important;
}

@media (max-width: 575px) {
  .acf-fields > .acf-field {
    padding: 5px !important;
  }
}

.hppartners img {
  width: 100%;
  height: auto;
  margin-bottom: -7px;
}

.wpml-ls-flag {
  margin-right: 0.5rem;
}

/* 
    Created on : Jan 10, 2019, 12:36:17 PM
    Author     : mpasos
*/
.infographic h1, .infographic h2, .infographic h3, .infographic p {
  line-height: 0.95;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
.infographic .data {
  width: 90%;
}
.infographic .data p {
  font-size: 1.5rem;
  padding: 1rem 1rem 1rem 1.25rem;
}
.infographic .data h2 {
  font-size: 2rem;
  padding: 0 1rem 0 2rem;
}
@media (min-width: 768px) {
  .infographic .data {
    width: 65%;
  }
  .infographic .data p {
    font-size: 1.25rem;
    padding-top: 2rem;
  }
  .infographic .data h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) {
  .infographic .amazingcarousel-description {
    margin: 2rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .infographic .amazingcarousel-description {
    margin: 8px;
  }
}
.infographic .amazingcarousel-description h1, .infographic .amazingcarousel-description h2, .infographic .amazingcarousel-description p {
  color: #2f534e;
}
.infographic .amazingcarousel-description h1, .infographic .amazingcarousel-description h2 {
  font-size: 4rem;
  font-weight: normal;
}
.infographic .amazingcarousel-description h2 {
  line-height: 0.75;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.infographic .amazingcarousel-description p {
  font-size: 1.15rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.infographic .amazingcarousel-prev, .infographic .amazingcarousel-next {
  display: none !important;
}
.infographic .amazingcarousel-list .amazingcarousel-item-0 .amazingcarousel-description {
  text-align: center;
}
.infographic .amazingcarousel-list .amazingcarousel-item-0:before {
  content: "";
  background-image: url("../img/football.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 4rem;
  right: 0;
}
@media (min-width: 768px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-0:before {
    top: 0;
    right: 13%;
  }
}
@media (min-width: 1200px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-0:before {
    top: 1rem;
    right: 12%;
  }
}
.infographic .amazingcarousel-list .amazingcarousel-item-1 .amazingcarousel-description {
  text-align: center;
  padding: 3rem 0 0 6rem;
}
.infographic .amazingcarousel-list .amazingcarousel-item-1 .amazingcarousel-description h1, .infographic .amazingcarousel-list .amazingcarousel-item-1 .amazingcarousel-description p {
  color: #62a599;
}
.infographic .amazingcarousel-list .amazingcarousel-item-1:before {
  content: "";
  background-image: url("../img/tipping-fees.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 5rem;
  left: 15%;
}
.infographic .amazingcarousel-list .amazingcarousel-item-2 .amazingcarousel-description {
  text-align: center;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-2 .amazingcarousel-description {
    text-align: left !important;
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-2 .amazingcarousel-description {
    text-align: center;
    padding-left: 0;
  }
}
.infographic .amazingcarousel-list .amazingcarousel-item-2 .amazingcarousel-description h1, .infographic .amazingcarousel-list .amazingcarousel-item-2 .amazingcarousel-description p {
  color: #b86457;
}
@media (min-width: 576px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-2 .amazingcarousel-description h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-2 .amazingcarousel-description h1 {
    font-size: 4rem;
  }
}
.infographic .amazingcarousel-list .amazingcarousel-item-2:before {
  content: "";
  background-image: url("../img/hectares.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 185px;
  height: 100%;
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
}
@media (min-width: 768px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-2:before {
    top: 0%;
    right: 12%;
  }
}
@media (min-width: 1200px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-2:before {
    top: 5%;
    right: 0;
  }
}
.infographic .amazingcarousel-list .amazingcarousel-item-3 .amazingcarousel-description {
  text-align: center;
  padding-left: 3rem;
}
@media (min-width: 1200px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-3 .amazingcarousel-description {
    padding-left: 10rem;
  }
}
.infographic .amazingcarousel-list .amazingcarousel-item-3 .amazingcarousel-description h1 span {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-3 .amazingcarousel-description h1 span {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-3 .amazingcarousel-description h1 span {
    font-size: 2.75rem;
  }
}
.infographic .amazingcarousel-list .amazingcarousel-item-3:before {
  content: "";
  background-image: url("../img/water.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
}
@media (min-width: 768px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-3:before {
    left: 16%;
  }
}
@media (min-width: 1200px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-3:before {
    left: 10%;
  }
}
.infographic .amazingcarousel-list .amazingcarousel-item-4 .amazingcarousel-description {
  text-align: center;
}
.infographic .amazingcarousel-list .amazingcarousel-item-4 .amazingcarousel-description h1 {
  line-height: 0.75;
}
.infographic .amazingcarousel-list .amazingcarousel-item-4 .amazingcarousel-description p:first-of-type {
  padding-top: 3%;
}
.infographic .amazingcarousel-list .amazingcarousel-item-4 .amazingcarousel-description h1, .infographic .amazingcarousel-list .amazingcarousel-item-4 .amazingcarousel-description p {
  color: #62a599;
}
.infographic .amazingcarousel-list .amazingcarousel-item-4:before {
  content: "";
  background-image: url("../img/homes.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 180px;
  height: 100%;
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
}
.infographic .amazingcarousel-list .amazingcarousel-item-5 .amazingcarousel-description h1, .infographic .amazingcarousel-list .amazingcarousel-item-5 .amazingcarousel-description p {
  color: #b86457;
}
.infographic .amazingcarousel-list .amazingcarousel-item-5:before {
  content: "";
  background-image: url("../img/fertilizer.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 140px;
  height: 100%;
  display: block;
  position: absolute;
  top: 90%;
  left: 40%;
}
.infographic .amazingcarousel-list .amazingcarousel-item-6 .amazingcarousel-description {
  padding: 0 5rem;
  text-align: left !important;
  width: 70%;
}
.infographic .amazingcarousel-list .amazingcarousel-item-6 .amazingcarousel-description h1, .infographic .amazingcarousel-list .amazingcarousel-item-6 .amazingcarousel-description p {
  color: #23468f;
}
@media (min-width: 1200px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-6 .amazingcarousel-description {
    text-align: center;
    width: 100%;
  }
}
.infographic .amazingcarousel-list .amazingcarousel-item-6:before {
  content: "";
  background-image: url("../img/cars.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 230px;
  height: 100%;
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
}
@media (min-width: 768px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-6:before {
    right: 12%;
  }
}
@media (min-width: 1200px) {
  .infographic .amazingcarousel-list .amazingcarousel-item-6:before {
    right: 8%;
  }
}

.es .amazingcarousel-list .amazingcarousel-item-0:before {
  right: 3%;
  top: 2%;
}
.es .amazingcarousel-list .amazingcarousel-item-1:before {
  left: 5%;
}
.es .amazingcarousel-list .amazingcarousel-item-2:before {
  content: "";
  background-image: url("../img/hectareas2-es.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 250px;
  height: 100%;
  display: block;
  position: absolute;
  top: 90%;
  right: 25%;
}
@media (min-width: 768px) {
  .es .amazingcarousel-list .amazingcarousel-item-2:before {
    top: 2%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .es .amazingcarousel-list .amazingcarousel-item-2:before {
    top: 19%;
  }
}
.es .amazingcarousel-list .amazingcarousel-item-3:before {
  top: 90%;
  left: 30%;
}
@media (min-width: 1200px) {
  .es .amazingcarousel-list .amazingcarousel-item-3:before {
    top: 0;
    left: 15%;
  }
}
.es .amazingcarousel-list .amazingcarousel-item-6 .amazingcarousel-description {
  padding: 0 2.5rem;
}
@media (min-width: 768px) {
  .es .amazingcarousel-list .amazingcarousel-item-6 .amazingcarousel-description {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .es .amazingcarousel-list .amazingcarousel-item-6:before {
    right: 0% !important;
  }
}

.fr .amazingcarousel-list .amazingcarousel-item-0:before {
  right: 0;
  top: 2%;
}
.fr .amazingcarousel-list .amazingcarousel-item-1:before {
  left: 5%;
}
.fr .amazingcarousel-list .amazingcarousel-item-2:before {
  content: "";
  background-image: url("../img/hectareas-fr.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 250px;
  height: 100%;
  display: block;
  position: absolute;
  top: 90%;
  right: 25%;
}
@media (min-width: 768px) {
  .fr .amazingcarousel-list .amazingcarousel-item-2:before {
    top: 2%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .fr .amazingcarousel-list .amazingcarousel-item-2:before {
    top: 19%;
  }
}
.fr .amazingcarousel-list .amazingcarousel-item-3 h1 {
  line-height: 0.75;
}
.fr .amazingcarousel-list .amazingcarousel-item-3:before {
  top: 90%;
  left: 30%;
}
@media (min-width: 1200px) {
  .fr .amazingcarousel-list .amazingcarousel-item-3:before {
    top: 0;
    left: 10%;
  }
}
.fr .amazingcarousel-list .amazingcarousel-item-4 h1 {
  font-size: 3.5rem;
}
.fr .amazingcarousel-list .amazingcarousel-item-6 .amazingcarousel-description {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .fr .amazingcarousel-list .amazingcarousel-item-6 .amazingcarousel-description {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .fr .amazingcarousel-list .amazingcarousel-item-6:before {
    right: 0% !important;
  }
}

/*  Created on : Nov 2, 2018, 3:26:51 PM
    Author     : mpasos
*/
.main-content {
  padding: 1rem 2rem;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.main-content:not(.home-page) h1 {
  font-size: 2.5rem;
  color: #2f534e;
  margin-top: 0;
  margin-bottom: 0;
}
.main-content:not(.home-page) h2 {
  color: #62a599;
  line-height: 1;
}
@media (min-width: 1200px) {
  .main-content {
    padding: 1rem 0;
  }
}

@media (max-width: 575px) {
  .home-page.main-content {
    padding: 0;
  }
}

.pagecontent, .introbadges,
.usr-achivements, .members, .infographic,
.card, .action-cards {
  display: flex;
  flex-wrap: wrap;
}

.usr-achivements {
  justify-content: space-around;
}

div.um {
  margin-bottom: 0 !important;
}

.um-80.um {
  margin-right: 0 !important;
}

.um-page-user .main-content > p {
  display: none !important;
}

.um-cover,
.um-profile-photo,
.um-profile-meta,
.um-profile-nav {
  display: none;
}

.um-own-profile .topbuttons,
.um-own-profile .um-cover,
.um-own-profile .um-profile-photo,
.um-own-profile .um-profile-meta,
.um-own-profile .um-profile-nav {
  display: block;
}
.um-own-profile .topelements {
  margin-bottom: 3rem;
}
.um-own-profile .uinfo,
.um-own-profile .share,
.um-own-profile .userhead {
  display: none;
}
.um-own-profile .um-header {
  position: relative !important;
  margin-bottom: 2rem;
}

.um-header {
  position: absolute !important;
}

.userhead {
  position: relative;
}

.pcover img,
.profilepic img {
  width: 100%;
  height: auto;
}

.pcover {
  margin: 0;
  padding: 0;
  max-height: 450px;
  overflow: hidden;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .pcover {
    display: block;
  }
}

.profilepicture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid white;
  overflow: hidden;
  background-color: #eee;
  margin: 2rem auto 0;
}
.profilepicture img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .profilepicture {
    position: absolute;
    left: 44%;
    bottom: -75px;
    z-index: 1;
  }
}

.uinfo {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 6rem;
}
@media (min-width: 768px) {
  .uinfo {
    margin-top: 100px;
  }
}
.uinfo h3 {
  margin-bottom: 0;
}
.uinfo p {
  margin: 0;
  line-height: 1.15;
  font-size: 0.9rem;
}
.uinfo .ulocation {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: #b3b6bb;
}

@media (min-width: 768px) {
  .post-container {
    display: flex;
    flex-wrap: wrap;
    flex: 1 28.3333333333%;
    max-width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .earnbadge {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .earnbadge {
    flex: 1 46.6666666667%;
  }
  .earnbadge:last-of-type {
    max-width: 50%;
  }
}

.badge-wrap {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .badge-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.badge-wrap .fourty {
  text-align: center;
}
@media (min-width: 768px) {
  .badge-wrap .fourty {
    flex: 1 30%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .badge-wrap .fourty {
    flex: 1 40%;
  }
}
.badge-wrap .fourty h4 {
  margin: 0;
}
.badge-wrap .fourty p {
  color: #18becf;
  margin: 0;
}
.badge-wrap .fourty span {
  font-size: 2rem;
}
.badge-wrap .sixty {
  display: flex;
}
@media (min-width: 768px) {
  .badge-wrap .sixty {
    flex: 1 70%;
  }
}
@media (min-width: 1200px) {
  .badge-wrap .sixty {
    flex: 1 60%;
  }
}

.pagecontent,
.introbadges {
  flex: 1 46.6666666667%;
}

.inner {
  margin-top: 2rem;
  padding: 0.5rem;
  text-align: center;
}

.page-bottom {
  margin: 2rem auto;
  text-align: center;
}

footer {
  position: relative;
  background-color: #4D4848;
  padding: 2rem 2rem;
  color: white;
  text-align: center;
  font-size: 0.9rem;
}
footer .cec-logo {
  background-image: url("../img/cec-logo.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 70px;
  width: 70px;
  height: 70px;
  display: block;
  margin: 2rem auto 1rem;
}
footer .footer-social {
  max-width: 70%;
  margin: 2rem auto;
  justify-content: center;
}

.hero {
  background-image: url("../img/new-background2.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background-position-y: bottom;
  min-height: 500px;
  border-top: 2px dashed #e9c459;
  margin: 2rem auto;
  padding: 1rem auto;
}
@media (max-width: 575px) {
  .hero {
    display: none;
  }
}

.infographic {
  position: relative;
}
@media (min-width: 576px) {
  .infographic {
    top: 1.5%;
    left: 0;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .infographic {
    width: 100%;
    height: 90%;
    top: 1%;
    left: 2%;
  }
}
@media (min-width: 1200px) {
  .infographic {
    height: 50%;
  }
}

.red-box {
  background: #b86457;
  width: 95%;
  max-height: 12rem;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
.red-box h1 {
  line-height: 0.85;
}
@media (min-width: 576px) {
  .red-box {
    padding: 0.25rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .red-box {
    background-color: transparent;
    background-image: url("../img/red-box.svg");
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: 100%;
    width: 30%;
    height: 100%;
    display: block;
    padding: 0.5rem 1rem;
    max-height: 20rem;
    background-size: 140%;
  }
}
@media (min-width: 1200px) {
  .red-box {
    background-image: url("../img/red-box.svg");
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: 100%;
    width: 34%;
    height: 100%;
    display: block;
    padding: 0.5rem 1rem 1.5rem;
    max-height: 24rem;
    background-size: 100%;
  }
}

.white-box {
  padding: 2rem;
  width: 95%;
  color: #2f534e;
  line-height: 0.5;
  font-size: 1.5rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 576px) {
  .white-box .wonderplugincarousel-container {
    padding: 0 1rem;
  }
  .white-box #wonderplugincarousel-1 .amazingcarousel-bullet-wrapper {
    margin: -20px auto;
  }
}
@media (min-width: 768px) {
  .white-box #wonderplugincarousel-1 .amazingcarousel-bullet-wrapper {
    margin: 4px auto;
  }
  .white-box .amazingcarousel-list-container {
    text-align: center;
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .white-box {
    padding: 0rem 3rem 1.5rem 3rem;
  }
}
.white-box #wonderplugincarousel-2 .amazingcarousel-nav {
  bottom: 4px;
}

.ways {
  position: relative;
}
.ways .padways {
  padding-right: 2rem;
}
.ways .btn-action {
  background-image: url("../img/green-blob-bg.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 60%;
  height: 100%;
  display: block;
  padding: 2rem;
}
.ways .btn-action a {
  font-family: "Adalicia";
  line-height: 1;
}
@media (max-width: 575px) {
  .ways {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .ways .btn-action {
    background-image: url("../img/green-blob-bg.svg");
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: 100%;
    width: 90%;
    height: 100%;
    display: block;
    height: 270px;
    padding: 1rem;
  }
  .ways .btn-action a {
    font-size: 3.75rem;
    line-height: 1.15;
  }
}
@media (min-width: 576px) {
  .ways .btn-action {
    margin: 0 auto;
    padding: 2rem 3rem;
    max-width: 365px;
    height: 300px;
  }
  .ways .btn-action a {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .ways img {
    width: 500px;
    height: auto;
  }
  .ways .btn-action {
    position: absolute;
    right: 5%;
    bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .ways img {
    width: 475px;
    max-height: none;
    left: 0;
  }
  .ways .btn-action {
    max-width: 370px;
    bottom: 0;
    right: 7%;
  }
  .ways .btn-action a {
    font-size: 3.25rem;
  }
}

.ways-buttons img {
  max-width: 222px;
}

@media (max-width: 575px) {
  .es .btn-action a {
    font-size: 4.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .es .btn-action a {
    font-size: 3.75rem;
  }
  .es .text-ways {
    font-size: 3.5rem;
  }
}

.mayan {
  border-top: 2px dashed #e9c459;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.video {
  border-top: 2px dashed #e9c459;
  padding-top: 2rem;
}

.covers {
  padding: 5px;
}
.covers img {
  padding: 5px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.3);
}

.youth {
  border-bottom: 2px dashed #e9c459;
}
.youth img {
  width: 90%;
}
.youth .btn-register {
  background-image: url("../img/red-blob-bg.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  height: 250px;
  width: 90%;
  padding: 2rem;
}
@media (min-width: 576px) {
  .youth .btn-register {
    max-width: 380px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .youth img {
    width: 80%;
  }
  .youth .btn-register {
    z-index: 2;
    position: absolute;
    bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .youth .btn-register {
    bottom: 3rem;
    padding: 3rem 3rem 1rem 2.5rem;
  }
}

@media (max-width: 575px) {
  .home .btn-info {
    width: 80%;
  }
}

.badge-wrap .badges {
  max-width: 98%;
  margin: 1rem auto;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .badge-wrap .badges {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .profile {
    margin: 2rem auto 2rem;
  }
}

.submissions-wrap {
  background-color: #f8f8f8;
  padding: 1rem 2rem;
}
.submissions-wrap h3 {
  margin-top: 0.5rem;
}

.badge-description {
  display: none;
}

.heroboard {
  margin-bottom: 2rem;
  border-radius: 5px;
}

figure {
  width: 100%;
}
@media (min-width: 768px) {
  figure {
    display: inline-block;
    margin: 10px auto;
    flex: 1 200px;
    max-width: 150px;
    background: #23468f;
    margin-right: 1rem;
    padding: 1rem;
    border-radius: 5px;
  }
}

.usertop {
  position: relative;
}

.minibadge {
  width: 20%;
  height: auto;
  position: absolute;
  top: 54px;
  right: 75px;
  z-index: 2;
}
.minibadge img {
  width: 100%;
}

.bdcards {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .bdcards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.bdcards figure {
  position: relative;
  width: 80%;
  padding: 1rem;
  display: block;
  align-self: center;
}
@media (min-width: 768px) {
  .bdcards figure {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .bdcards figure:not(:last-of-type) {
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .bdcards figure:last-of-type {
    max-width: 180px;
    background-color: #e9c459;
  }
}

.bdcards figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.bdcards figure figcaption {
  padding: 0.5rem;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
}

.bdcards figure figcaption::before,
.bdcards figure figcaption::after {
  pointer-events: none;
}

.bdcards figure figcaption,
.bdcards figure figcaption > a {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .bdcards figure figcaption,
  .bdcards figure figcaption > a {
    color: white;
  }
}

figure img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  width: 100%;
}

figure:hover img {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure figcaption {
  padding: 3em;
}

figure figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure::before,
figure p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  line-height: 0.95;
}

figure:hover figcaption::before,
figure:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.akit-wrap {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .akit-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.akit-item {
  position: relative;
  background-color: linen;
  margin: 2rem auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  max-width: 100%;
}
@media (min-width: 768px) {
  .akit-item {
    flex: 1 250px;
    max-width: 223px;
    margin-left: 0;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
    padding-bottom: 0;
  }
  .akit-item p {
    position: absolute;
    bottom: 0.5rem;
    left: 23%;
  }
}
@media (min-width: 1200px) {
  .akit-item {
    max-width: 230px;
    margin-right: 10px;
  }
}
.akit-item img {
  width: 100%;
  margin-bottom: 3rem;
}
.akit-item h3 {
  font-family: "Adalicia";
  font-size: 1.5rem;
  color: #b86457;
  line-height: 1;
}

.akit-item a,
.buttons a {
  background-color: #62a599;
  color: #fff;
  padding: 0.5rem 1rem;
}
.akit-item a:hover,
.buttons a:hover {
  background-color: #2f534e;
}
.akit-item a:first-of-type,
.buttons a:first-of-type {
  border-radius: 5px 0 0 5px;
}
.akit-item a:last-of-type,
.buttons a:last-of-type {
  border-radius: 0 5px 5px 0;
}
.akit-item a:not(:last-of-type),
.buttons a:not(:last-of-type) {
  border-right: 1px solid #2f534e;
}
.akit-item a.unique,
.buttons a.unique {
  border-radius: 5px;
}

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

.logged-in .registered {
  padding: 3rem 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  color: #2f534e;
  font-family: "Adalicia";
  background-color: cornsilk;
  margin-left: 2rem;
}

.popupoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.popupoverlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  padding: 2.5rem 1rem 1rem 1rem;
  background: #fff;
  border-radius: 5px;
  width: 98%;
  height: 95%;
  position: relative;
  transition: all 5s ease-in-out;
  overflow: auto;
}
@media (min-width: 768px) {
  .popup {
    width: 83%;
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .popup {
    width: 60%;
    padding: 3rem;
  }
}

.pointstable .popup,
.achievement .popup {
  margin: 1% auto;
}
@media (min-width: 768px) {
  .pointstable .popup,
  .achievement .popup {
    margin: 5% auto;
  }
}
@media (min-width: 1200px) {
  .pointstable .popup,
  .achievement .popup {
    margin: 6% auto;
  }
}

.popup .close {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms;
  font-weight: bold;
  text-decoration: none;
  color: red;
  display: block;
  padding: 1rem;
}
@media (max-width: 575px) {
  .popup .close {
    position: relative;
    text-align: end;
    padding: 0;
  }
}

.popup .close:hover {
  color: #b86457;
}

.popup .popupcontent {
  max-height: 65%;
  overflow: auto;
  text-align: left;
}
@media (min-width: 1200px) {
  .popup .popupcontent {
    max-height: 24rem;
  }
}

.topusers,
.listeduser {
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  box-shadow: 0px 2px 3px -2px rgba(166, 160, 160, 0.75);
  -webkit-box-shadow: 0px 2px 3px -2px rgba(166, 160, 160, 0.75);
  -moz-box-shadow: 0px 2px 3px -2px rgba(166, 160, 160, 0.75);
}
@media (min-width: 768px) {
  .topusers,
  .listeduser {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.greenbg,
.topusers {
  background-color: #e6f4f2;
}

.greenbg .um-misc-ul {
  text-align: center;
}

.listeduser {
  background-color: #f8f8f8;
}

.listbadges {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .listbadges {
    width: 30%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.microbadge {
  width: 16%;
}
.microbadge img {
  width: 100%;
}

.profile.addaction-wrap {
  margin-top: 0;
}

.addaction-wrap p {
  margin: 0;
}
.addaction-wrap .acf-field .acf-label,
.addaction-wrap .acf-field .acf-label label {
  margin: 0 !important;
}

.actions .popup {
  padding: 1rem 2rem !important;
  margin: 2% auto;
}
@media (max-width: 575px) {
  .actions .popup {
    padding: 0.5rem 0.75rem !important;
  }
}

.popup h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .popup h2 {
    margin-bottom: 2rem !important;
  }
}

table {
  margin: 1rem auto;
  border-collapse: collapse;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px 3px rgba(138, 135, 138, 0.4);
  -moz-box-shadow: 3px 3px 10px 3px rgba(138, 135, 138, 0.4);
  box-shadow: 3px 3px 10px 3px rgba(138, 135, 138, 0.4);
}
table th {
  background-color: #62a599;
  color: white;
  padding: 1rem;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 400;
}
table th:first-of-type {
  border-radius: 10px 0 0 0;
}
table th:last-of-type {
  border-radius: 0 10px 0 0;
}
table td {
  border-bottom: 1px solid lightgray;
  padding: 0.5rem 1rem;
}
table td:last-of-type {
  text-align: center;
}
table tr:last-of-type td {
  border-bottom: none;
}
table p {
  line-height: 1;
}

.topelements {
  position: relative;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .topbuttons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
  }
}

@media (min-width: 768px) {
  .postwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .postwrap .left {
    width: 48%;
  }
}
.postwrap .left img {
  width: 100%;
  height: auto;
}
.postwrap .right {
  padding-top: 1rem;
}
@media (min-width: 1200px) {
  .postwrap .right {
    width: 50%;
    margin-left: -5px;
    padding: 0 2rem 1rem;
  }
}

@media (max-width: 575px) {
  .um-profile-body.main {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.downloadables {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}
.downloadables p {
  margin-top: 0;
  text-align: center;
}
.downloadables .importantdoc:hover img {
  opacity: 0.5;
}
.downloadables .importantdoc:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .downloadables .importantdoc:not(:last-of-type) {
    border-bottom: 1px solid lightgray;
  }
}
@media (min-width: 768px) {
  .downloadables {
    flex-direction: row;
  }
  .downloadables .importantdoc {
    flex: 1 32%;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .downloadables .importantdoc {
    max-width: 360px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  color: #b86457;
  text-align: center;
  padding: 1.5rem 1rem;
  margin: 0 auto;
}
.card:not(:first-of-type) {
  border-top: 2px dashed #e9c459;
}
@media (min-width: 576px) {
  .card {
    flex: 1 98.3333333333%;
  }
}
@media (min-width: 768px) {
  .card {
    flex: 1 46.6666666667%;
    align-content: space-around;
  }
  .card:nth-of-type(2) {
    border-top: none !important;
  }
  .card:nth-of-type(odd) {
    border-right: 2px dashed #e9c459;
  }
}
.card h1, .card .texts {
  margin: 0 auto;
  line-height: 1;
}
.card .texts {
  width: 40%;
}
.card img {
  max-width: 250px;
  width: 70%;
  height: auto;
  margin: auto;
  flex-shrink: 1;
}

@media (min-width: 576px) {
  .member,
  .info-element {
    flex: 1 46.6666666667%;
  }
}
@media (min-width: 1200px) {
  .member,
  .info-element {
    flex: 1 18.3333333333%;
  }
}

@media (min-width: 768px) {
  .achievement {
    flex: 1 46.6666666667%;
  }
}
@media (min-width: 1200px) {
  .achievement {
    flex: 1 32%;
  }
}

.itembadge,
.single-post .achievement {
  flex: 1 46.6666666667%;
}

.sub-element {
  display: inline-block;
  width: 45%;
}
.sub-element p {
  font-size: 0.85rem;
}

img.sub-element {
  width: 150px;
  margin-right: 10px;
  vertical-align: top;
}

.itembadge {
  flex-basis: 100px;
  padding: 0 1rem;
}
.itembadge img {
  width: 70%;
  margin: auto;
}
@media (min-width: 576px) {
  .itembadge {
    width: 300px;
  }
  .itembadge img {
    width: 90%;
  }
}
.itembadge p {
  text-align: left;
}
.itembadge h3 {
  text-align: left !important;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .badge {
    flex: 1 100px;
    max-width: 100px;
  }
}
.badge:last-of-type {
  flex-grow: 1.5;
}
.badge:last-of-type div {
  display: none;
}
.badge img {
  width: 100%;
  opacity: 0.35;
}
.badge .progress {
  width: 70%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 0.15rem 0.35rem;
  background-color: #eee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  position: relative;
}

.achievement {
  border: 1px solid #ececec;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 4px;
  color: rgb(127, 127, 127);
  line-height: 1.5;
  background-color: white;
}
@media (min-width: 768px) {
  .achievement {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .achievement {
    max-width: 360px;
  }
}
.achievement img {
  width: 100%;
  height: auto;
}
.achievement .achievement-img {
  background-color: #f3f3f3;
  height: 200px;
  overflow: hidden;
}
.achievement .action-points {
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.25rem 0.35rem;
  background-color: #3392c7;
}
.achievement .usrdata {
  padding: 0 1rem;
}
.achievement .usrdata p {
  line-height: 1.25;
}
.achievement .usrdata .points {
  font-size: 0.85rem;
}
.achievement .usrdata .points span {
  color: #18becf;
}

.badges .p0 .progress:after, .badges .p25 .progress:after, .badges .p50 .progress:after, .badges .p75 .progress:after, .badges .p100 .progress:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.badges .p25 .progress:after {
  background: #f9ed70;
  width: 25%;
}
.badges .p50 .progress:after {
  background: #f9af39;
  width: 50%;
}
.badges .p75 .progress:after {
  background: #a0cd59;
  width: 75%;
}
.badges .p100 .progress:after {
  background: #6ec761;
  width: 100%;
}
.badges .p100 img {
  opacity: 1;
}

.congrats-page {
  margin: auto;
}
@media (min-width: 768px) {
  .congrats-page {
    display: flex;
    flex-wrap: wrap;
  }
}
.congrats-page .side {
  flex: 1 46.6666666667%;
}
.congrats-page .left {
  text-align: center;
}
@media (min-width: 768px) {
  .congrats-page .left {
    text-align: left;
    flex-basis: 350px;
  }
}
.congrats-page .right {
  flex-grow: 2;
}

.post-item {
  flex: 1 28.3333333333%;
}

.my_post {
  flex-grow: 3;
}

.pageitem img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pageitem {
    flex: 1 46.6666666667%;
  }
}
@media (min-width: 1200px) {
  .pageitem .btn {
    display: inline-block;
    width: 30%;
  }
  .pageitem .btn:not(:last-of-type) {
    margin-right: 3%;
  }
}

.character img {
  width: 90%;
  height: auto;
}
@media (min-width: 768px) {
  .character {
    max-width: 80%;
    margin: 2rem auto;
  }
}
@media (min-width: 1200px) {
  .character {
    max-width: 400px;
  }
}

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f2f3;
}
.partners .logo {
  flex: 1 20%;
  max-width: 20%;
}
.partners .logo img {
  width: 100%;
  height: auto;
}
.partners .desc {
  flex: 1 65%;
  max-width: 65%;
  vertical-align: top;
}
.partners .desc h3 {
  margin-top: 0;
}

/* 
    Created on : Nov 13, 2018, 2:02:11 PM
    Author     : mpasos
*/
.score {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 5px solid #62a599;
  background-color: #6ea351;
  color: #fff;
  font-size: 2.5rem;
  line-height: 0.75;
  text-align: center;
  padding-top: 1.5rem;
  z-index: 1;
}

.single-post input[type=url],
.single-post input[type=text],
.single-post select,
.profile input[type=url],
.profile input[type=text],
.profile select {
  height: 40px;
}
.single-post textarea,
.profile textarea {
  height: 80px;
}
.single-post input[type=url],
.profile input[type=url] {
  padding: 0 0 0 25px !important;
}
.single-post textarea,
.single-post input[type=text],
.single-post select,
.profile textarea,
.profile input[type=text],
.profile select {
  position: relative !important;
}
.single-post #acf-field_5c422dce2b499,
.single-post input[type=url],
.single-post textarea,
.single-post input[type=text],
.single-post select,
.profile #acf-field_5c422dce2b499,
.profile input[type=url],
.profile textarea,
.profile input[type=text],
.profile select {
  display: block !important;
  color: #666 !important;
  font-size: 14px !important;
  text-align: left !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  background: none !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text !important;
}
.single-post #acf-field_5c422dce2b499,
.single-post select,
.profile #acf-field_5c422dce2b499,
.profile select {
  overflow: hidden !important;
  white-space: nowrap !important;
  line-height: 35px !important;
}
.single-post .acf-fields > .acf-field,
.profile .acf-fields > .acf-field {
  border: none;
}
.single-post .acf-field-checkbox,
.profile .acf-field-checkbox {
  padding-top: 0 !important;
}
.single-post .acf-field-checkbox .acf-label,
.profile .acf-field-checkbox .acf-label {
  display: none;
}

.um-viewing .um-profile-body {
  display: none;
}

.um-editing ~ .secondary-content-wrap {
  display: none;
}

.acf-field-image .description {
  font-size: 0.85rem;
  color: #b3b6bb;
}

.single-post .my_post {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .single-post .my_post {
    width: 50%;
  }
}
.single-post .sidebar {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .single-post .sidebar {
    width: 30%;
  }
}
.single-post .acf-field-checkbox,
.single-post select {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.single-post .btn-default {
  margin-top: 0;
}

.logged-in .register-organization {
  display: none;
}

.um-page-user .main-content, .um-page-user .um-82.um {
  width: 100%;
  top: -17px;
}
.um-page-user .um-82.um {
  max-width: 1200px;
}
.um-page-user .main-content {
  padding: 1rem 0;
}
.um-page-user .secondary-content-wrap {
  padding-top: 1rem;
  border-top: solid 2px #eee;
}

.profile-menu {
  padding-bottom: 2rem !important;
}
.profile-menu ul {
  justify-content: flex-start;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: 2.15rem;
  margin-right: auto;
}
.profile-menu li {
  display: inline-block;
  margin-right: 2%;
  background-color: #3ba1da;
  width: 165px;
  padding: 0.5rem 1rem !important;
}

.um-header {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.nav, .language-menu, .main-header {
  text-align: center;
}
.nav a, .language-menu a, .main-header a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.nav a:hover, .language-menu a:hover, .main-header a:hover {
  color: rgba(98, 165, 153, 0.5);
}

.main-header {
  position: relative;
}

.nav, .language-menu {
  font-size: 0.85em;
}

.wpml-ls-slot-5.wpml-ls-current-language,
.wpml-ls-slot-5.wpml-ls-current-language a {
  background-color: transparent;
}

.wpml-ls-slot-5 a {
  color: #FFFFFF !important;
  padding: 1rem !important;
}

.site-logo, .site-title {
  display: block;
  margin: 1rem auto;
}

#mobile {
  position: absolute;
  width: 100%;
  min-height: 25rem;
  background-color: #2f534e;
  top: 0;
}
#mobile li {
  position: relative;
  margin: 1rem;
  padding: 1rem;
}
#mobile li:not(:last-of-type) {
  border-bottom: 1px dotted white;
}

@media (max-width: 575px) {
  .menu-language-menu-french-container,
  .menu-language-menu-spanish-container,
  .menu-language-menu-container {
    background-color: #2f534e;
  }
  .menu-language-menu-french-container li:not(.wpml-ls-item),
  .menu-language-menu-spanish-container li:not(.wpml-ls-item),
  .menu-language-menu-container li:not(.wpml-ls-item) {
    display: none;
  }
  .language-menu li a {
    padding: 1.5rem 0;
    display: block;
  }
  .language-menu li:not(:last-of-type) {
    border-bottom: 1px dotted #fff;
  }
  .menu-main-menu-english-container a {
    display: block;
    padding: 1rem;
    width: 100%;
    text-align: left;
  }
  .menu-main-menu-english-container #menu-main-menu-english li:first-of-type {
    padding-top: 2rem;
  }
  .menu-main-menu-english-container #menu-main-menu-english {
    padding-left: 2rem;
  }
  .menu-main-menu-english-container #menu-main-menu-english li {
    boder-bottom: 1px dotted #2f534e;
  }
}
@media (min-width: 576px) {
  .main-header, .nav, .language-menu {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-logo, .site-title {
    margin: 0rem auto;
  }
  .nav, .language-menu {
    justify-content: space-between;
  }
  .nav li, .language-menu li {
    line-height: 1.2;
    margin-top: 0.5rem;
    position: relative;
  }
  .nav .menu-item-has-children:hover > ul, .language-menu .menu-item-has-children:hover > ul {
    display: inherit;
  }
  #menu-item-4722,
  #menu-item-4717,
  #menu-item-4455 {
    background-color: #e9c459;
    border-radius: 4px;
    margin-left: 1rem;
  }
  #menu-item-5472 a {
    background-color: #e9c459;
    border-radius: 4px;
    margin-left: 1rem;
    padding: 0.5rem;
    vertical-align: middle;
    line-height: 2.15;
  }
  .language-menu li:not(.wpml-ls-item) {
    background-color: #e9c459;
    border-radius: 4px;
    margin-left: 1rem;
    padding: 0.5rem 1rem;
  }
  .language-menu #menu-item-994,
  .language-menu #menu-item-924,
  .language-menu #menu-item-280 {
    background-color: transparent;
    border: 1px solid white;
  }
  .language-menu li:last-of-type {
    margin-left: 1rem !important;
  }
  .language-menu #menu-item-2757,
  .language-menu #menu-item-2751,
  .language-menu #menu-item-2748 {
    border: none;
  }
  .language-menu #menu-item-2757 > a,
  .language-menu #menu-item-2751 > a,
  .language-menu #menu-item-2748 > a {
    pointer-events: none;
    cursor: default;
  }
  .language-menu #menu-item-2757 .sub-menu,
  .language-menu #menu-item-2751 .sub-menu,
  .language-menu #menu-item-2748 .sub-menu {
    top: 2rem !important;
  }
  .language-menu #menu-item-2757 .sub-menu li,
  .language-menu #menu-item-2751 .sub-menu li,
  .language-menu #menu-item-2748 .sub-menu li {
    border: none;
    text-align: left;
    margin-left: 0 !important;
  }
  .main-header {
    flex-direction: column;
    align-items: center;
  }
  .sub-menu {
    display: none;
    position: absolute;
    top: 3.25rem;
    left: 0;
    background-color: #62a599;
    z-index: 2;
    min-width: 11rem;
  }
  .sub-menu li:not(:last-of-type) {
    border-bottom: 1px dotted #eee;
    margin: 0 0.5rem;
  }
  .sub-menu a {
    color: #fff;
  }
  .sub-menu a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .wpml-ls-item .sub-menu {
    margin-top: 0;
    background-color: transparent;
    top: 2rem;
    min-width: 7rem;
  }
  .wpml-ls-item .sub-menu li {
    margin: 0 !important;
  }
  .menu-language-menu-french-container,
  .menu-language-menu-spanish-container,
  .menu-language-menu-container {
    position: absolute;
    top: 0px;
    left: -5px;
  }
  .menu-language-menu-french-container li,
  .menu-language-menu-spanish-container li,
  .menu-language-menu-container li {
    font-size: 1.25rem;
  }
  .menu-language-menu-french-container li:not(.wpml-ls-item),
  .menu-language-menu-spanish-container li:not(.wpml-ls-item),
  .menu-language-menu-container li:not(.wpml-ls-item) {
    display: none;
  }
}
@media (min-width: 768px) {
  .navwrap {
    display: flex;
  }
  #mobile {
    width: 50%;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .site-title {
    max-width: 200px;
    text-align: left;
    padding-left: 0;
  }
  .menu-item {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  .navwrap {
    flex-direction: column;
  }
  .site-logo, .site-title {
    display: inline-block;
    margin-top: 0;
  }
  .main-header {
    flex-direction: row;
    justify-content: space-between;
  }
  .nav, .language-menu {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
  }
  .menu-item-891 {
    min-width: 14rem;
  }
  #menu-div {
    margin-top: 0.75rem;
  }
  .site-title {
    display: inline-block;
    text-align: left;
    max-width: 55%;
    vertical-align: top;
    margin-left: 2rem;
    line-height: 1.25;
    margin-top: 2rem;
  }
  .menu-language-menu-french-container,
  .menu-language-menu-spanish-container,
  .menu-language-menu-container {
    position: relative;
    left: 0;
  }
  .menu-language-menu-french-container li:not(.wpml-ls-item),
  .menu-language-menu-spanish-container li:not(.wpml-ls-item),
  .menu-language-menu-container li:not(.wpml-ls-item) {
    display: inline-block;
  }
  .menu-language-menu-french-container li,
  .menu-language-menu-spanish-container li,
  .menu-language-menu-container li {
    font-size: 0.8rem;
    align-content: space-around;
  }
  #mobile {
    display: none;
  }
  #menu-main-menu-english li:not(:last-of-type) {
    margin-right: 1rem;
  }
}
@media (max-width: 575px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0;
  }
}
@media (min-width: 576px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0;
  }
}
@media (min-width: 1200px) {
  .is-collapsed-mobile {
    visibility: visible;
    padding: inherit;
    height: inherit;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .is-displayed-mobile {
    display: block;
  }
  .is-hidden-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .is-displayed-mobile {
    display: none !important;
  }
}

.menubar li {
  position: relative;
}
@media (min-width: 768px) {
  .menubar li {
    display: inline-block;
  }
}
.menubar .icn--menu-toggle {
  width: 25px;
  height: 17px;
  position: absolute;
  border-top: solid 3px white;
  border-bottom: solid 3px white;
  line-height: 0;
  cursor: pointer;
  z-index: 3;
  display: block;
  top: 15px;
  right: 18px;
}
.menubar .icn--menu-toggle:before {
  width: 25px;
  height: 3px;
  background-color: white;
  top: 4px;
  display: block;
  content: "";
  position: absolute;
}

.btn-success, .btn-default, .btn-info, .btn-callout, input[type=button],
input[type=file]:not(#acf-field_5c422dce2b499),
input[type=submit], .profile-menu li {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75em 1.5em;
  border-radius: 0.35em;
  transition: opacity 0.3s;
  text-align: center;
  display: inline-block;
}
.btn-success:hover, .btn-default:hover, .btn-info:hover, .btn-callout:hover, input[type=button]:hover,
input[type=file]:hover:not(#acf-field_5c422dce2b499),
input[type=submit]:hover, .profile-menu li:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-success:active, .btn-default:active, .btn-info:active, .btn-callout:active, input[type=button]:active,
input[type=file]:active:not(#acf-field_5c422dce2b499),
input[type=submit]:active, .profile-menu li:active {
  opacity: initial;
}
.btn-success a, .btn-default a, .btn-info a, .btn-callout a, input[type=button] a,
input[type=file]:not(#acf-field_5c422dce2b499) a,
input[type=submit] a, .profile-menu li a {
  color: #fff;
}

.btn-callout {
  font-size: 1.1rem;
  background-color: #2f534e;
}
.btn-info {
  font-size: 0.85rem;
  background-color: #b86457;
  margin: auto;
}
.btn-default {
  font-size: 0.85rem;
  background-color: #62a599;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .btn-default {
    width: auto;
  }
}
.btn-success {
  font-size: 0.85rem;
  background-color: #e9c459;
}

label .message,
ul.acf-checkbox-list li label {
  margin-left: 3rem;
}

.acf-input {
  position: relative;
  text-align: left;
}
.acf-input label:not(.acf-basic-uploader) {
  cursor: pointer;
}
.acf-input label:not(.acf-basic-uploader):before, .acf-input label:not(.acf-basic-uploader):after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 5%;
}
.acf-input label:not(.acf-basic-uploader):before {
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: #f7f7f7;
  box-shadow: 0 0 1px grey;
}
.acf-input label:not(.acf-basic-uploader):after {
  left: 5px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  opacity: 0;
  background: #37b2b2;
  transform: translate3d(-40px, 0, 0) scale(1);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.acf-input .acf-true-false label:before,
.acf-input .acf-true-false label:after {
  content: none;
}
.acf-input input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.acf-input .true:after,
.acf-input .selected:after {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
}

.um-button {
  background-color: #62a599 !important;
}

.acf-fields > .acf-field:first-child {
  padding-bottom: 0 !important;
}

.material-icons {
  font-size: 2.35em;
  color: #c7857b;
}

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