@charset "UTF-8";
/*
    Created on : Aug 20, 2019, 11:28:41 AM
    Author     : mpasos
*/
.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

[class^=icon--], .button--foodmatters, [class^=btn--] {
  text-align: center;
}

.main-content,
.headerbox,
.blackbox,
.blackbox-video,
.blackbox-partners,
.darkgraybox,
.graybox,
.lightgraybox-wcb,
.lightgraybox-tools,
.lightgraybox,
.whitebox,
.footer,
.four-ohfour,
.breadcrumbs-wrap,
.bluebox-tools,
.policy {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .main-content,
.headerbox,
.blackbox,
.blackbox-video,
.blackbox-partners,
.darkgraybox,
.graybox,
.lightgraybox-wcb,
.lightgraybox-tools,
.lightgraybox,
.whitebox,
.footer,
.four-ohfour,
.breadcrumbs-wrap,
.bluebox-tools,
.policy {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .main-content,
.headerbox,
.blackbox,
.blackbox-video,
.blackbox-partners,
.darkgraybox,
.graybox,
.lightgraybox-wcb,
.lightgraybox-tools,
.lightgraybox,
.whitebox,
.footer,
.four-ohfour,
.breadcrumbs-wrap,
.bluebox-tools,
.policy {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1600px) {
  .main-content,
.headerbox,
.blackbox,
.blackbox-video,
.blackbox-partners,
.darkgraybox,
.graybox,
.lightgraybox-wcb,
.lightgraybox-tools,
.lightgraybox,
.whitebox,
.footer,
.four-ohfour,
.breadcrumbs-wrap,
.bluebox-tools,
.policy {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

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

.icn--nav-toggle:before {
  display: block;
  content: "";
  position: absolute;
}

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

/*
    Created on : Aug 20, 2019, 3:15:28 PM
    Author     : mpasos
*/
* {
  box-sizing: border-box;
}

html {
  background-color: #dedede;
}

body {
  background: white;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1500px;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}
.video-info a:not(.btn--more-onblack), .upper-menu a {
  color: #f2f2f2;
  margin-right: 0.75rem;
}
.language-menu a {
  font-weight: 400;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .language-menu a {
    color: #f0bc67;
    background-color: transparent;
    padding: 0;
  }
}
.language-menu li:not(:last-of-type) a {
  padding-right: 1rem;
  margin-right: 0.5rem;
  border-bottom: none;
}
@media (min-width: 768px) {
  .language-menu .wpml-ls-slot-3 a {
    color: #f2f2f2;
  }
}
.language-menu .wpml-ls-slot-3:not(.wpml-ls-item-fr) a {
  color: #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
@media (min-width: 768px) {
  a .language-menu .wpml-ls-item-fr {
    margin-right: 2.5rem !important;
  }
}
.language-menu li:last-of-type a {
  border-right: none !important;
}
@media (min-width: 768px) {
  .language-menu li:last-of-type a {
    padding-left: 0rem;
  }
}
.language-menu li a {
  line-height: 0.75;
}
header a {
  color: #f2f2f2;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
  header a {
    padding: 0 0.5rem;
  }
}
footer p a {
  color: #cccccc;
}
.lightgraybox li a, .atlas-table a, .main-content li a, p a {
  color: #f07523;
}
h1 a {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0.35rem;
}
@media (min-width: 768px) {
  .headerbox h1 a {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .headerbox h1 a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .headerbox h1 a {
    padding-right: 8rem;
  }
}
table a, .atlas-table td:nth-of-type(3n) a, .page-numbers a, .breadcrumbs li a, h2 a, h3 a, h4 a {
  color: #4b98c8;
}
.darkgraybox a, .footer a:not([class^=btn--]) {
  color: #cccccc;
}
h5 a {
  font-size: 1.25rem;
  color: #7f7f7f;
  line-height: 1;
}
.tool a {
  color: #7f7f7f;
}
@media (min-width: 320px) {
  #menu-main-en-spanish > li > a, #menu-main-en-french > li > a, #menu-main-en > li > a {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #f2f2f2;
  }
}
@media (min-width: 768px) {
  #menu-main-en-spanish > li > a, #menu-main-en-french > li > a, #menu-main-en > li > a {
    margin-bottom: 0;
    border-bottom: none;
    text-align: center;
    line-height: 1;
  }
}
.social-icons a {
  text-align: center;
}
.related-projects li a, .speaker_info p a {
  color: #4b98c8;
}
.bluebox-tools a:not([class^=btn--]) {
  color: #f2f2f2;
}
.blackbox .halfcontainer a {
  width: 100%;
}
@media (min-width: 768px) {
  .blackbox .halfcontainer a {
    width: 45%;
  }
}

a[href^=mailto]:not([class^=btn--]) {
  color: #4b98c8;
}

footer a[href^=mailto]:not([class^=btn--]) {
  color: #cccccc;
  text-decoration: underline;
}

.fa-envelope {
  font-size: 1.25rem;
  color: #4b98c8;
  margin-left: 0.5rem;
}
.member .fa-envelope {
  margin-left: 0;
}

.member .fa-linkedin {
  font-size: 1.25rem;
}
.member i {
  margin-top: 0.25rem;
}

.lightgraybox div.sixty ul, .agenda_day ul, .main-content ul, .lightgraybox div.sixty ol, .agenda_day ol, .main-content ol {
  margin-left: 2rem;
  margin-right: 3rem;
  color: #7f7f7f;
}
.lightgraybox div.sixty ul li, .agenda_day ul li, .main-content ul li, .lightgraybox div.sixty ol li, .agenda_day ol li, .main-content ol li {
  padding-left: 1rem;
  line-height: 1.5;
}
.lightgraybox.bullets ul, .lightgraybox.bullets ol {
  margin-left: 2rem;
  margin-right: 3rem;
  color: #7f7f7f;
}
.lightgraybox.bullets ul li, .lightgraybox.bullets ol li {
  line-height: 1.25;
}

.lightgraybox.bullets ul, .lightgraybox div.sixty ul, .agenda_day ul, .main-content ul {
  list-style-type: disc;
}

.lightgraybox ol, .main-content ol {
  list-style-type: decimal;
}
.lightgraybox ol {
  color: #7f7f7f;
  margin-left: 3rem;
}
.lightgraybox ol a {
  color: #f07523;
}

.headerbox {
  position: relative;
}
.headerbox .intro,
.headerbox .branding {
  position: relative;
  z-index: 1;
}
.headerbox nav {
  position: relative;
  z-index: 2;
}
.headerbox .language-menu {
  padding-top: 0.35rem;
}
@media (min-width: 1024px) {
  .headerbox .language-menu li:not(:last-of-type) {
    margin-right: 0.5rem;
  }
}

.breadcrumbs li {
  color: #7f7f7f;
}

@media (min-width: 320px) {
  .home .section-img img {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .home .section-img img {
    height: auto;
  }
}

.section-img {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-img img {
  height: 100%;
  width: auto;
}
@media (min-width: 1024px) {
  .section-img img {
    height: auto;
    min-height: 100%;
  }
}
@media (min-width: 1600px) {
  .section-img img {
    width: 100%;
    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.5) 10%, rgba(0, 0, 0, 0));
}
.home .overlay:before {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 50%);
}

@media (min-width: 768px) {
  .bluebox-tools .video-wrap,
.blackbox-video .video-wrap {
    width: 60%;
    margin-right: 3rem;
  }
}
@media (min-width: 768px) {
  .bluebox-tools .video-info,
.blackbox-video .video-info {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .whitebox .video-wrap, .main-content .video-wrap,
.archive .blackbox .video-wrap,
.lightgraybox .video-wrap {
    width: 100%;
    padding-bottom: 50.25%;
    /* 16:9 */
  }
}

.video-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  /* 16:9 */
  padding-top: 30px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .video-wrap {
    margin-bottom: 0;
    padding-bottom: 30.25%;
    /* 16:9 */
  }
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer .item {
  vertical-align: top;
  margin: 2rem 0 1rem 0;
}
@media (min-width: 768px) {
  footer .item {
    margin: 2rem;
    flex: 1 200px;
  }
}
@media (min-width: 1024px) {
  footer .item {
    margin: 2rem 0;
    flex: 1 250px;
  }
}
@media (min-width: 1024px) {
  footer .footer-contact, footer .footer-newsletter {
    flex-grow: 3;
    padding-right: 0.75rem;
  }
}
footer .footer-social {
  max-height: 4rem;
}
@media (min-width: 768px) {
  footer .footer-social {
    max-height: none;
  }
}
footer .footer-social a {
  margin-bottom: 1rem;
  text-align: center;
}
footer .menu-footer-menu-french-container li:not(:last-of-type),
footer .menu-footer-menu-spanish-container li:not(:last-of-type),
footer .menu-footer-menu-container li:not(:last-of-type) {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #f2f2f2;
}
@media (min-width: 1024px) {
  footer .menu-footer-menu-french-container li,
footer .menu-footer-menu-spanish-container li,
footer .menu-footer-menu-container li {
    margin-right: 4rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-contact {
    padding-right: 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 {
  margin: 5% auto;
  padding: 2.5rem 1rem 1rem 1rem;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}
@media (min-width: 768px) {
  .popup {
    width: 83%;
    margin: 10% auto;
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .popup {
    margin: 3% auto;
    width: 75%;
    padding: 3rem;
  }
}
@media (min-width: 1600px) {
  .popup {
    margin: 10% auto;
    width: 55%;
  }
}

.popup .close {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  color: #c15c5b;
  display: block;
  padding: 1rem;
}

.popup .close:hover {
  color: #4b98c8;
}

.popup .popupcontent {
  max-height: 26rem;
  overflow: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .popup .popupcontent {
    max-height: 30rem;
  }
}

.search {
  position: relative;
  z-index: 2;
  right: 0;
}

.profile-photo {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: auto;
}

.orange {
  color: #f07523;
}

.red {
  color: #df729a;
}

.theme-tag {
  margin-top: 0;
  font-style: italic;
  font-size: 0.95rem;
}

@media (min-width: 1024px) {
  .menu-main-en-french-container,
.menu-main-en-spanish-container,
.menu-main-en-container {
    margin-top: 1rem;
  }
}

.timeline-date {
  display: inline-block;
  background-color: #4b98c8;
  color: #f2f2f2 !important;
  padding: 1rem 2rem;
  position: absolute;
  top: -16px;
  left: -64px;
}
.timelinebox .timeline-date {
  position: relative;
}
.sem_update .timeline-date {
  top: 0;
  left: 0;
}

i {
  margin-right: 0.5rem !important;
}

.acc-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.acc-img img {
  width: 350px;
  height: auto;
  margin-left: -50px;
}

.flag-canadá:before,
.flag-canada:before {
  content: "";
  background-image: url("../img/icon-flag-cad.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 21px;
  width: 22px;
  height: 21px;
  display: inline-block;
  margin: 10px 10px 0 0;
  height: 11px;
}

.flag-méxico:before,
.flag-mexique:before,
.flag-mexico:before {
  content: "";
  background-image: url("../img/icon-flag-mx.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 21px;
  width: 22px;
  height: 21px;
  display: inline-block;
  margin: 10px 10px 0 0;
  height: 11px;
}

.flag-États-unis:before,
.flag-estados-unidos:before,
.flag-united-states:before {
  content: "";
  background-image: url("../img/icon-flag-us.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 21px;
  width: 22px;
  height: 21px;
  display: inline-block;
  margin: 10px 10px 0 0;
  height: 11px;
}

.extradata i {
  color: #7f7f7f;
}

.semtools {
  width: 30%;
}

.when {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.75rem;
}

.main-content table {
  margin: auto;
  color: #7f7f7f;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
}
.main-content table tr:nth-of-type(even) td {
  background-color: #eeefef;
}
.main-content table td {
  padding: 0.5rem;
}
.main-content table th,
.main-content table tr:not(:last-of-type) td {
  border-bottom: 1px solid #e5e5e5;
}

.nospace {
  margin-bottom: 0;
}
.nospace a {
  margin-bottom: 0;
}

.blackbox .halfcontainer span {
  vertical-align: top;
}
.blackbox .halfcontainer span:first-of-type {
  color: #f07523;
}
.blackbox .halfcontainer .event_content {
  display: inline-block;
  max-width: 76%;
  margin-left: 3rem;
}
@media (min-width: 768px) {
  .blackbox .halfcontainer .event_content {
    margin-left: 2rem;
    max-width: 70%;
  }
}

.accordion {
  margin: 1rem auto;
}
.lightgraybox .accordion {
  max-width: 1200px;
}
.accordion > input[type=checkbox] {
  position: absolute;
  left: -100vw;
}
.accordion > input[type=checkbox]:checked ~ .panel {
  height: auto;
  overflow: visible;
  padding: 1rem 2rem;
  border-top: 0;
}
.accordion > input[type=checkbox]:checked ~ .handle label:after {
  content: "";
}
.accordion .panel {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.accordion label {
  display: block;
  color: #4b98c8;
  cursor: pointer;
  font-weight: normal;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.accordion label:hover, .accordion label:focus {
  color: #7f7f7f;
}
.blackbox .accordion label {
  color: #f07523;
}
.accordion .handle {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2rem;
  position: relative;
}
.accordion .handle label::after {
  font-family: "fontawesome";
  content: "";
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2rem;
  vertical-align: middle;
  position: absolute;
  right: 0;
  margin-right: 1rem;
}
.accordion iframe {
  background-color: #f2f2f2;
}

.accordion.edbio label {
  padding: 0;
  border-bottom: none;
  font-size: 1rem;
}
.accordion.edbio label::after {
  position: relative;
  margin-left: 1rem;
  font-size: 1rem;
}
.accordion.edbio .panel {
  width: 100%;
  padding: 0 !important;
}

.centered .vcentered {
  line-height: 6;
  color: #f07523;
}

form [class^=btn--] {
  padding: 0.65rem 2rem;
  vertical-align: top;
}

.social-icons i {
  margin: 0;
}
.social-icons .fab {
  font-size: 1.85rem;
}

p [class^=btn--],
.document-list [class^=btn--] {
  margin-top: 1rem;
}

.sem-tracker {
  border-collapse: collapse;
}
.sem-tracker th {
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.15;
  background-color: #42bead;
  color: #f2f2f2;
  padding: 0.5rem;
  border: 1px solid lightblue;
}
.sem-tracker th:first-of-type {
  text-align: left;
}
.sem-tracker td h4 {
  margin-bottom: 0;
}
.sem-tracker td p:first-of-type {
  margin-top: 0;
}
.sem-tracker div {
  padding: 0.5rem 1rem;
}
.sem-tracker td:not(:first-of-type) {
  text-align: center;
}
.sem-tracker td:not(:first-of-type) p {
  font-weight: 500;
  margin: 0.25rem auto;
}
.sem-tracker .sem-green {
  background-color: #42bead;
}
.sem-tracker .sem-red {
  background-color: #c15c5b;
}
.sem-tracker .sem-green p,
.sem-tracker .sem-red p {
  color: white;
}
.sem-tracker .sem-gray {
  background-color: #e5e5e5;
}
.sem-tracker .sem-gray p {
  color: #7f7f7f;
}

.legend {
  font-size: 0.85rem;
  color: #7f7f7f;
}
.legend td:first-of-type {
  width: 8%;
}
.legend span {
  vertical-align: top;
  display: inline-block;
  padding: 0.25rem 0.55rem;
  font-style: normal !important;
  margin-right: 0.5rem;
}
.legend .sem-green {
  background-color: #42bead;
  color: #f2f2f2;
}
.legend .sem-red {
  background-color: #c15c5b;
  color: #f2f2f2;
}
.legend .sem-gray {
  border: 1px solid #7f7f7f;
  color: #7f7f7f;
}

.yicwinners {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.yicwinner {
  max-width: 30%;
  flex: 1 280;
  -webkit-box-shadow: 4px 1px 17px -2px #bdb7bd;
  -moz-box-shadow: 4px 1px 17px -2px #bdb7bd;
  box-shadow: 4px 1px 17px -2px #bdb7bd;
}

.winnerup {
  background: #21a791;
  background: linear-gradient(139deg, #21a791 0%, #1897b9 100%);
  text-align: center;
  position: relative;
}
.winnerup h3 {
  color: #f2f2f2 !important;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.winnerup h3 i {
  font-size: 2rem;
}
.winnerup .canada::before {
  content: "";
  background-image: url("../img/canada-circle-flag.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 54px;
  width: 44px;
  height: 54px;
  display: inline-block;
}
.winnerup .mexico::before {
  content: "";
  background-image: url("../img/mexico-circle-flag.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 54px;
  width: 44px;
  height: 54px;
  display: inline-block;
}
.winnerup .united-states::before {
  content: "";
  background-image: url("../img/united-states-circle-flag.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 54px;
  width: 44px;
  height: 54px;
  display: inline-block;
}
.winnerup .canada::before,
.winnerup .mexico::before,
.winnerup .united-states::before {
  height: 46px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 30%;
  border: 5px solid white;
  border-radius: 50%;
}

.winnerup, .winnerdown {
  padding: 2rem 2rem 1rem;
}

.yicimg {
  border-radius: 50%;
  max-width: 150px;
  margin: 1rem auto;
  border: 10px solid white;
  position: relative;
}

.yic-panel {
  margin-top: 2rem;
}
.yic-panel .member {
  flex: 1 250px;
}

iframe {
  border: none;
}

.cec-structure .party {
  position: relative;
  text-align: center;
  flex: 1 350px;
  margin: 10px;
}
.cec-structure .party:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.cec-structure .council:before {
  background-image: url("../img/icon-council.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 150px;
  width: 150px;
  height: 150px;
  display: inline-block;
  background-color: #4b98c8;
}
.cec-structure .secretariat:before {
  background-image: url("../img/icon-secretariat.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 150px;
  width: 150px;
  height: 150px;
  display: inline-block;
  background-color: #42bead;
}
.cec-structure .jpac:before {
  background-image: url("../img/icon-jpac.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 150px;
  width: 150px;
  height: 150px;
  display: inline-block;
  background-color: #f0bc67;
}

@media (min-width: 1024px) {
  .content {
    width: 45%;
    margin-right: 3rem;
  }
  .lightgraybox .content {
    width: 65%;
  }
}

.jpac-chair {
  text-align: center;
}
@media (min-width: 1024px) {
  .jpac-chair {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .video {
    width: 44%;
  }
}

@media (min-width: 1600px) {
  .event,
.document {
    margin: 10px;
  }
}

@media (min-width: 768px) {
  .requirement {
    margin: 20px;
  }
}

.event {
  padding: 2rem;
  position: relative;
  margin: 1rem auto;
  max-width: 300px;
}
.event .event_date {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.event .event_date p {
  margin: 0;
}

.event,
.document {
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 2rem;
  min-height: 24rem;
  max-height: 25.8rem;
  overflow: hidden;
}

.document {
  padding: 3rem 2rem 2rem;
  max-width: 300px;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .document {
    margin: 1rem 0;
  }
  .document:first-of-type {
    margin-left: 0;
  }
  .document:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .document {
    max-width: 270px;
  }
}
@media (min-width: 1600px) {
  .document {
    max-width: 300px;
  }
}
.docreel .document {
  margin: 0.5rem;
}
@media (min-width: 768px) {
  .docreel .document {
    margin: 5px;
  }
}
@media (min-width: 1024px) {
  .docreel .document {
    margin: 10px;
  }
  .docreel .document:first-of-type {
    margin-left: 0;
  }
  .docreel .document:last-of-type {
    margin-right: 0;
  }
}
.post-type-archive-events .document {
  height: 22rem;
}
.document img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.document .green {
  background-color: #42bead;
}
.document .dark-green {
  background-color: #0f9977;
}
.document .blue {
  background-color: #4b98c8;
}
.document .dark-blue {
  background-color: #2c6195;
}
.document .yellow {
  background-color: #f0bc67;
}
.document .pink {
  background-color: #df729a;
}
.document .violet {
  background-color: #bf8ec0;
}
.document .red {
  background-color: #c15c5b;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
}

#breadcrumbs li {
  display: inline;
  vertical-align: middle;
  margin-right: 15px;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

.subtopic-reels,
.project-reels,
.tool-reels,
.documentreels,
.casestudies {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-3dlight-color: white;
  scrollbar-shadow-color: white;
  scrollbar-track-color: white;
  -ms-scrollbar-arrow-color: #f0bc67;
}

@media (min-width: 1024px) {
  .casestudies {
    height: 370px;
  }
}

.documentreels {
  height: 450px;
}

.tool-reels {
  height: 410px;
}

.project-reels {
  height: 355px;
}

.subtopic-reels {
  height: 285px;
}

.subtopic-reels .resource,
.project-reels .resource,
.tool-reels .resource {
  width: 306px;
}
@media (min-width: 768px) {
  .subtopic-reels .resource,
.project-reels .resource,
.tool-reels .resource {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .subtopic-reels .resource,
.project-reels .resource,
.tool-reels .resource {
    max-width: 300px;
  }
}

.subtopic-reels, .subtopic-reel,
.project-reels, .project-reel,
.tool-reels, .tool-reel,
.documentreels,
.docreel {
  width: auto;
}

.subtopic-reel,
.project-reel,
.tool-reel,
.docreel,
.casestudy {
  flex-shrink: 0;
  height: 100%;
  scroll-behavior: smooth;
}

.casestudies,
.casestudy {
  width: 100%;
}
.casestudies img,
.casestudy img {
  width: 100%;
}
@media (min-width: 1024px) {
  .casestudies,
.casestudy {
    max-width: 1300px;
  }
}

.video-info::-webkit-scrollbar,
.subtopic-reels::-webkit-scrollbar,
.project-reels::-webkit-scrollbar,
.tool-reels::-webkit-scrollbar,
.documentreels::-webkit-scrollbar,
.casestudies::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.45rem;
}

.video-info::-webkit-scrollbar-track,
.subtopic-reels::-webkit-scrollbar-track,
.project-reels::-webkit-scrollbar-track,
.tool-reels::-webkit-scrollbar-track,
.documentreels::-webkit-scrollbar-track,
.casestudies::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.video-info::-webkit-scrollbar-thumb,
.tool-reels::-webkit-scrollbar-thumb,
.casestudies::-webkit-scrollbar-thumb {
  background-color: #dedede;
  outline: 1px solid #e5e5e5;
}

.project-reels::-webkit-scrollbar-thumb,
.subtopic-reels::-webkit-scrollbar-thumb,
.documentreels::-webkit-scrollbar-thumb {
  background-color: #f0bc67;
  outline: 1px solid #e5e5e5;
}

h1 {
  line-height: 1;
  margin-top: 1rem;
}
.headerbox h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.home .headerbox h1 {
  margin-top: 0rem;
}
.four-ohfour h1 {
  color: #f2f2f2;
  font-size: 2.55rem;
}
@media (min-width: 1024px) {
  h1 {
    width: 10rem;
  }
}
@media (min-width: 1600px) {
  h1 {
    width: 20rem;
  }
}

h2 {
  line-height: 1;
  font-size: 1.85rem;
}
.webcast h2 {
  font-size: 2.5rem;
  border-bottom: 5px solid rgba(75, 152, 200, 0.5);
}
.blackbox-video h2, .blackbox-partners h2, .bluebox-tools h2, .intro h2, .blackbox h2 {
  color: #f2f2f2;
}
.search-form h2 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.intro h2 {
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .intro h2 {
    margin-top: 3rem;
  }
}
.home .intro h2 {
  font-size: 2rem;
  text-shadow: 2px 2px #4d4d4d;
}
@media (min-width: 768px) {
  .home .intro h2 {
    padding: 0;
    font-size: 2.55rem;
  }
}
@media (min-width: 1024px) {
  .home .intro h2 {
    padding: 0 3rem;
  }
}
@media (min-width: 1600px) {
  .home .intro h2 {
    padding: 0 4rem;
  }
}
@media (min-width: 1024px) {
  .page-trois-pays-unissent-leurs-efforts-pour-proteger-notre-environnement-commun.home .intro h2, .page-tres-paises-unidos-en-la-proteccion-del-medio-ambiente-que-compartimos.home .intro h2 {
    padding: 0 2rem;
  }
}
@media (min-width: 1600px) {
  .page-trois-pays-unissent-leurs-efforts-pour-proteger-notre-environnement-commun.home .intro h2, .page-tres-paises-unidos-en-la-proteccion-del-medio-ambiente-que-compartimos.home .intro h2 {
    padding: 0;
  }
}
.blackbox-video h2, .blackbox-partners h2, .blackbox h2 {
  font-size: 2rem;
  margin-top: 0;
}
.darkgraybox h2 {
  color: #cccccc;
}
.main-content h2, .whitebox h2, [class^=lightgraybox] h2, .graybox h2 {
  color: #7f7f7f;
  line-height: 1.25;
}
.page-tools .main-content h2 {
  margin-bottom: 0;
}
.page-tools .main-content h2 + p {
  margin-top: 0.5rem;
}
.popup h2 {
  text-align: left;
  margin-bottom: 0 !important;
}
.row h2 {
  margin-bottom: 0.75rem !important;
}

h2.gsc {
  margin-top: 2rem !important;
}

footer h3 {
  margin-top: 0;
  color: #cccccc;
}
.requirement h3 {
  font-size: 1.96rem;
  font-weight: 500;
  color: #cccccc;
  margin-bottom: 0;
}
.document-list h3 {
  max-width: 95%;
}
.lightgraybox h3, .deadlines h3, .cs-data h3, .main-content h3, .halfcontainer h3, .agencies h3, .contact_wrap h3 {
  color: #7f7f7f;
}
.cs-data h3 {
  margin-top: 0;
}
.blackbox-video h3, .blackbox h3 {
  color: #f2f2f2;
}
.blackbox h3 {
  font-size: 1.8rem;
  margin-top: 0;
  line-height: 1.25;
}

h4 {
  line-height: 1.15;
  font-size: 1.05rem;
}
.list-text h4 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .list-text h4 {
    margin-bottom: 0;
  }
}
.public_comments h4, .page-template-page-napeca .home-row h4, .sem-tooldata h4, .content-row h4 {
  margin-bottom: 0;
}
.event_cards h4, .list-text h4, .mc-text h4 {
  margin-top: 0;
}
.sem-tooldata h4 {
  margin-top: 0.5rem;
}
.main-content h4 {
  color: #666666;
}
.jpac-members h4, .members h4 {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #4b98c8;
}
.page-template-page-ourwork .resource h4 {
  margin-bottom: 2rem;
}
.resource h4, .contact_wrap h4, .submisssion h4, .yicpost h4, .ops-row h4 {
  margin-bottom: 0;
}
.resource h4 {
  max-width: 600px;
}
.ops-row h4 + p {
  margin-top: 0;
}
.agenda_day h4 {
  color: #4b98c8;
}
.tools-wrap h4 {
  margin-top: 0.5rem;
}
.blackbox-video h4, .blackbox h4 {
  color: #f2f2f2;
}

h2, h3, h4 {
  font-weight: 500;
}

p {
  color: #7f7f7f;
}
.home .intro p {
  text-shadow: 2px 2px #4d4d4d;
}
@media (min-width: 1024px) {
  .home .intro p {
    padding: 0 8rem;
  }
}
#popup p {
  color: #7f7f7f;
  font-weight: 400;
}
footer p, .darkgraybox p {
  color: #cccccc;
}
.blackbox-partners p, .blackbox p {
  color: #f2f2f2;
}
.atlas-table p, [class^=lightgraybox-] p, .whitebox p {
  color: #7f7f7f;
}
.document p {
  font-size: 0.95rem;
  line-height: 1.25;
}
.graybox-ongb p {
  margin-left: 2rem;
}
.four-ohfour p {
  color: #f2f2f2;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .four-ohfour p {
    max-width: 40%;
  }
}
.submisssion p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .submisssion p {
    margin-bottom: 0;
  }
}
.public_comments p {
  margin-top: 0.25rem;
}
.contact_wrap p, .page-template-page-jpac .content-row p, .page-public-submissions .content-row p, .page-template-page-napeca .home-row p, .sem-tooldata p, .submisssion p, .yicpost p, .agenda_entry div:last-of-type p, .timelinebox p, .list-text p {
  margin-top: 0;
}
.page-template-page-jpac .content-row p, .page-public-submissions .content-row p, .page-template-page-napeca .home-row p, .list-footer p {
  margin-bottom: 0;
}
.page-template-page-jpac .content-row p, .page-public-submissions .content-row p:last-of-type, .page-template-page-napeca .home-row p:last-of-type, .boilerplate p {
  font-style: italic;
}
.event p.highlight {
  color: #4b98c8;
}
.resource p {
  font-size: 0.95rem;
  line-height: 1.25;
}
.bluebox-tools p {
  color: #f2f2f2;
}
.popup p {
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .popup p {
    padding-right: 0;
  }
}
form + p {
  margin-top: 0;
  margin-left: 5px;
}
.policy p {
  font-size: 0.82rem;
}

label {
  color: #7f7f7f;
  vertical-align: middle;
}

.deadlines ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #7f7f7f;
}
.deadlines ul li span {
  color: #f07523;
  font-style: italic;
}
.deadlines ul li:not(:last-of-type) {
  border-bottom: 1px dotted #cccccc;
}
.agenda_description ul {
  list-style-type: circle;
  margin-left: 3rem;
}
.agenda_description ul li {
  padding-bottom: 0.5rem;
  color: #7f7f7f;
}

.ops-row span, .submissiondata span {
  font-weight: 500;
}
.ops-row span {
  color: #f07523;
}
.submisssion span {
  color: #4b98c8;
}

.contiguos {
  margin-bottom: 0;
}
.contiguos + p {
  margin-top: 0;
}

.headerbox {
  text-align: center;
  position: relative;
  padding-bottom: 0.05rem;
}
@media (min-width: 1024px) {
  .headerbox {
    text-align: left;
  }
}
.headerbox p.caption {
  position: absolute;
  margin: 1rem;
  right: 0;
  bottom: 0;
  color: #dedede;
}

.upper-menu {
  display: flex;
}

.lightgraybox,
.main-content,
.lightgraybox-wcb,
.whitebox {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.sem-arrows,
.arrows {
  position: relative;
}
.sem-arrows .arrow-left,
.sem-arrows .arrow-right,
.arrows .arrow-left,
.arrows .arrow-right {
  display: none;
}

@media (min-width: 768px) {
  .sem-arrows:hover .arrow-left,
.sem-arrows:hover .arrow-right,
.arrows:hover .arrow-left,
.arrows:hover .arrow-right {
    position: absolute;
    z-index: 2;
    top: 42%;
    display: block;
  }
}

.sem-arrows:hover .arrow-left,
.sem-arrows:hover .arrow-right {
  top: 48%;
}

.row.arrows:hover .arrow-left {
  left: -2% !important;
}

.row.arrows:hover .arrow-right {
  right: -2% !important;
}

@media (min-width: 768px) {
  .sem-arrows:hover .arrow-right,
.arrows:hover .arrow-right {
    right: 1%;
  }
}
@media (min-width: 1024px) {
  .sem-arrows:hover .arrow-right,
.arrows:hover .arrow-right {
    right: 2%;
  }
}
@media (min-width: 1600px) {
  .sem-arrows:hover .arrow-right,
.arrows:hover .arrow-right {
    right: 5%;
  }
}

@media (min-width: 768px) {
  .sem-arrows:hover .arrow-left,
.arrows:hover .arrow-left {
    left: 1.5%;
  }
}
@media (min-width: 1024px) {
  .sem-arrows:hover .arrow-left,
.arrows:hover .arrow-left {
    left: 2.5%;
  }
}
@media (min-width: 1600px) {
  .sem-arrows:hover .arrow-left,
.arrows:hover .arrow-left {
    left: 5.5%;
  }
}

.lightgraybox li {
  margin-bottom: 1rem;
  color: #7f7f7f;
}

.row {
  margin-bottom: 3rem;
}

.resource-wrap {
  padding-top: 0;
}

.blackbox > .halfcontainer [class^=btn--] {
  display: block !important;
}

.blackbox-video,
.blackbox-partners,
.blackbox {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  background-color: #2a2a2a;
}

.agenda_entry, .bluebox-tools,
.darkgraybox, .lightgraybox-tools, .footer, .list-row, .document-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.graybox {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.memberswrap-sa,
.memberswrap {
  padding-top: 1rem;
  align-items: flex-start;
}

.policy {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #323232;
  color: #f2f2f2;
  margin-top: 0;
  text-align: center;
}

.list-row, .timelinebox, .document-list,
[class^=lightgraybox] {
  background-color: #eeefef;
}

.darkgraybox, .footer {
  background-color: #4d4d4d;
}

.bluebox-tools {
  background-color: #2c6195;
}
.bluebox-tools .inner-flex {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer {
  padding-top: 2rem;
}

.intro {
  width: 100%;
}
@media (min-width: 1024px) {
  .intro {
    max-width: 47%;
  }
}

.home .intro {
  margin: 2rem auto;
  text-align: center;
}
@media (min-width: 768px) {
  .home .intro {
    max-width: 86%;
  }
}
@media (min-width: 1024px) {
  .home .intro {
    max-width: 70%;
    margin: 4rem auto;
  }
}
@media (min-width: 1600px) {
  .home .intro {
    max-width: 60%;
    margin: 7rem auto;
  }
}

@media (min-width: 1024px) {
  .page-trois-pays-unissent-leurs-efforts-pour-proteger-notre-environnement-commun.home .intro,
.page-tres-paises-unidos-en-la-proteccion-del-medio-ambiente-que-compartimos.home .intro {
    max-width: 80%;
  }
}
@media (min-width: 1600px) {
  .page-trois-pays-unissent-leurs-efforts-pour-proteger-notre-environnement-commun.home .intro,
.page-tres-paises-unidos-en-la-proteccion-del-medio-ambiente-que-compartimos.home .intro {
    max-width: 60%;
  }
}

.mc-row:not(:last-of-type),
.content-row:not(:last-of-type),
.home-row:not(:last-of-type) {
  border-bottom: 1px #e5e5e5 solid;
}

.mc-row:not(:last-of-type),
.content-row:not(:last-of-type) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.content-row {
  color: #7f7f7f;
}
.halfcontainer .content-row {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.halfcontainer .content-row p {
  margin: 0.5rem 0 0 0;
}

.home-row:not(:last-of-type) {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.graybox-ongb {
  padding: 1rem;
  max-width: 35%;
  background-color: #e5e5e5;
  align-self: flex-end;
  flex-basis: 35%;
}

.graybox {
  background-color: #e5e5e5;
}

.four-ohfour {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../img/404-background-underwater-01.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 797px;
  width: 1500px;
  height: 797px;
  display: block;
  background-size: cover;
}
.four-ohfour h1, .four-ohfour p {
  color: #4b98c8;
}
.four-ohfour .notfound {
  width: 30%;
}

@media (min-width: 768px) {
  .home .social {
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .home .media-releases {
    max-width: 62%;
    margin-right: 8%;
  }
}

.document-list,
.list-row {
  padding-left: 2rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}

.list-img img,
.napimage img,
.mc-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .mc-image {
    width: 30%;
    margin-right: 3rem;
  }
}

@media (min-width: 768px) {
  .list-img {
    width: 36%;
    margin-right: 1rem;
  }
  .list-img img {
    width: 250px;
  }
}

@media (min-width: 768px) {
  .mc-text {
    width: 70%;
    vertical-align: top;
  }
}

.event_cards {
  text-align: center;
}
.event_cards img {
  width: 60%;
  height: auto;
  border-radius: 50%;
}

.document-list span:not(:last-of-type) {
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .document-list span:not(:last-of-type) {
    margin-right: 3rem;
  }
}

.document-list,
.members {
  position: relative;
}

.member {
  text-align: center;
  width: 100%;
}
.member .profile-img {
  width: 150px;
  height: 150px;
  margin: auto auto 0.5rem;
  overflow: hidden;
  border: 5px solid #e5e5e5;
  border-radius: 50%;
}
.member img {
  width: 100%;
  height: auto;
}
.member .councilmember,
.member .membername {
  margin-top: 0px;
  line-height: 1.15;
}
.member .councilmember a,
.member .membername a {
  color: #4b98c8;
}
.member .membername {
  margin-bottom: 50px;
}
.member .councilmember {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .left .member {
    flex: 1 180px;
  }
}
.right .member span {
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  border-top: 1px solid #4b98c8;
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .right .member {
    text-align: left;
    flex: 1 200px;
    margin-right: 20px;
  }
}

.memberdata {
  font-size: 0.95rem;
  line-height: 0.85;
}

.napimage {
  position: relative;
}
.napimage span {
  background-color: #f07523;
  color: #f2f2f2;
  padding: 0.25rem 1rem;
  position: absolute;
  right: -10px;
  top: 10px;
  -webkit-box-shadow: -4px 4px 2px -2px #4d4d4d;
  -moz-box-shadow: -4px 4px 2px -2px #4d4d4d;
  box-shadow: -4px 4px 2px -2px #4d4d4d;
}
.napimage span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ffcc99 transparent transparent transparent;
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.pagination {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}
.pagination .page-numbers {
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #7f7f7f;
}

.breadcrumbs-wrap {
  position: relative;
  padding-top: 0.5rem;
  margin-bottom: -12px;
}

.breadcrumbs-wrap.lightgraybg {
  background-color: #eeefef;
}

.content {
  position: relative;
}

.popup-form input[type=email],
.popup-form input[type=text],
.lightgraybox:not(.pcform) input[type=email],
.lightgraybox:not(.pcform) input[type=text],
select {
  padding: 0.35rem 1rem;
  color: #7f7f7f;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 2.5rem;
  flex: 1 150px;
  margin: 0 5px 10px 0;
  max-height: 3rem;
}
@media (min-width: 1600px) {
  .popup-form input[type=email],
.popup-form input[type=text],
.lightgraybox:not(.pcform) input[type=email],
.lightgraybox:not(.pcform) input[type=text],
select {
    margin: 0 5px 0 0;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
  background-repeat: no-repeat;
  background-position: 95% 42%;
}

select::-ms-expand {
  display: none;
}

.lightgraybox input[type=email],
.lightgraybox input[type=text] {
  flex-grow: 5;
}

.lightgraybox .input_check {
  margin: 0.5rem;
  line-height: 1.15;
  position: relative;
}
@media (min-width: 1024px) {
  .lightgraybox .input_check {
    max-width: 230px;
    margin: 0 1rem 0.5rem 2.5rem;
  }
}
.lightgraybox .input_check input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 11px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
}
@media (min-width: 1024px) {
  .lightgraybox .input_check input[type=checkbox] {
    position: absolute;
    left: -30px;
    top: 6px;
  }
}
.lightgraybox .input_check input[type=checkbox]:active, .lightgraybox .input_check input[type=checkbox]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.lightgraybox .input_check input[type=checkbox]:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.lightgraybox .input_check input[type=checkbox]:checked:after {
  content: "";
  font-family: "fontawesome";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}

.headerbox .search input[type=email],
.headerbox .search input[type=text] {
  background-color: rgba(250, 250, 250, 0.5);
  border: none;
  border-radius: 5px;
  color: #4d4d4d;
  margin-right: 1rem;
}
@media (min-width: 320px) {
  .headerbox .search input[type=email],
.headerbox .search input[type=text] {
    width: 100%;
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 768px) {
  .headerbox .search input[type=email],
.headerbox .search input[type=text] {
    width: 90%;
    padding: 0.25rem 1rem;
  }
}
.headerbox .search input[type=submit],
.headerbox .search label {
  display: none;
}

.deadlines {
  padding: 1rem 2rem;
  background-color: #e5e5e5;
}

.tool {
  text-align: center;
  margin-top: 2rem;
}
.tool:first-of-type {
  padding-left: 0;
}
.tool img {
  max-height: 85px;
}
@media (min-width: 768px) {
  .tool {
    flex: 1 250px;
    margin-bottom: 2.5rem;
    padding: 0 0 0 3rem;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .tool {
    flex: 1 170px;
    max-width: 250px;
  }
}
@media (min-width: 1600px) {
  .tool {
    margin-bottom: 0;
  }
}

.engage-item span, .tool span {
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #7f7f7f;
}

@media (min-width: 768px) {
  .halfcontainer {
    width: 45%;
  }
  .halfcontainer:first-of-type {
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  .sixty {
    width: 55%;
    margin-right: 4%;
  }
}

@media (min-width: 768px) {
  .fourty {
    width: 40%;
  }
}
.fourty img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .onethird div:not(.submissiondata):first-of-type {
    width: 45%;
    margin-right: 5%;
  }
}
.onethird div.submissiondata {
  max-width: 38%;
}
@media (min-width: 768px) {
  .onethird > div:last-of-type {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .twothirds div:first-of-type {
    width: 50%;
    margin-right: 5%;
  }
}
@media (min-width: 1024px) {
  .twothirds div:first-of-type {
    margin-right: 8%;
  }
}
@media (min-width: 768px) {
  .twothirds div:last-of-type {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .twothirds div:last-of-type {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .twothirds div.atlas-cover {
    width: 30%;
  }
}
.twothirds div img {
  max-width: 100%;
  height: auto;
}

.quarters div {
  width: 100%;
}
.quarters div:first-of-type {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .quarters div {
    width: 45%;
    margin-bottom: 0;
  }
}
p .quarters div {
  margin: auto;
}
.quarters div img {
  max-width: 100%;
  height: auto;
}
.quarters .council-structure {
  text-align: center;
}
@media (min-width: 1024px) {
  .quarters .council-structure {
    text-align: right;
  }
}
.quarters .council-structure img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .quarters .council-structure img {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .quarters .council-structure img {
    margin: 0;
  }
}

.onefourth div:first-of-type {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .onefourth div:first-of-type {
    width: 15%;
    margin: 0 10% 0 0;
  }
}
@media (min-width: 768px) {
  .onefourth div:last-of-type {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .onefourth div:last-of-type {
    width: 70%;
  }
}
.onefourth img {
  max-width: 250px;
  border: 1px solid #eeefef;
}

.contact_person {
  width: 100% !important;
}

@media (min-width: 768px) {
  .meeting div {
    max-width: 23%;
    margin-right: 5%;
  }
}
@media (min-width: 1024px) {
  .meeting div {
    max-width: 25%;
    margin-right: 0;
  }
}

.resource {
  margin: 5px;
}
.resource-wrap .resource:last-of-type {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .resource:nth-of-type(4n) {
    margin-right: 0;
  }
}
.resource img {
  width: 100%;
  height: auto;
}
.page-tools .resource {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-tools .resource {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .left {
    width: 53%;
  }
}

@media (min-width: 1024px) {
  .right {
    width: 40%;
  }
}

.top {
  vertical-align: top;
}
.top img {
  margin-top: 0;
  margin-bottom: 0;
}

.timelinebox {
  padding: 1rem 4rem 1rem;
  margin-bottom: 2rem;
}

.agenda_day {
  background-color: white;
  padding: 1rem 2rem;
  border-radius: 5px;
}
.agenda_day:not(first-of-type) {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .agenda_day {
    padding: 2rem 4rem;
  }
}

.agenda_entry:not(:last-of-type) {
  margin-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
}

.agenda_entry span {
  color: #4b98c8;
  font-style: normal;
}
.agenda_entry .agenda_time {
  color: #7f7f7f;
  font-style: italic;
}
@media (min-width: 1024px) {
  .agenda_entry .agenda_time {
    width: 20%;
  }
}
.agenda_entry .agenda_description {
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.agenda_entry .agenda_description ul {
  padding-left: 0;
  margin-left: 1.5rem;
}
.agenda_entry .agenda_description li {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .agenda_entry .agenda_description {
    width: 68%;
  }
}

.speaker-flex .speaker_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.speaker-flex .speaker_image img {
  width: 100px;
  height: auto;
}
.speaker-flex .speaker_info {
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .speaker-flex .speaker_info {
    width: 60%;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .speaker-flex .speaker_info {
    width: 80%;
    text-align: left;
  }
}

.atlas-table {
  margin-top: 2rem;
  border: 2px solid #eeefef;
  color: #7f7f7f;
}
.atlas-table td {
  border-bottom: 2px solid #eeefef;
}

.single-maps .halfcontainer img {
  width: 100%;
  height: auto;
}

.cat_image {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .cat_image {
    max-width: 600px;
  }
}
.cat_image img {
  width: 100%;
  height: auto;
}

.event_img, .cs-img,
.archive .cat_image {
  position: relative;
}
.event_img .caption, .cs-img .caption,
.archive .cat_image .caption {
  margin: 0.5rem;
  position: absolute;
  color: #f2f2f2;
  top: 0;
  right: 0;
}

.cs-img img {
  margin-top: 5px;
}

.cs-img .caption {
  color: #4d4d4d;
}

.ops-row {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px dotted #e5e5e5;
}
.ops-row .twothirds h4 {
  margin-top: 0;
}

.acc-wrap {
  position: relative;
}
.acc-wrap h2 {
  font-size: 4.5rem;
  font-weight: 600 !important;
  color: #4b98c8;
  text-align: center;
}
@media (min-width: 768px) {
  .acc-wrap h2 {
    text-align: left;
  }
}
.acc-wrap:first-of-type {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .acc-left,
.acc-right {
    width: 30%;
  }
}

.accomplishment {
  text-align: center;
}

@media (min-width: 1024px) {
  .extradata {
    text-align: right;
  }
}

div.single img {
  width: 100%;
  max-width: 1300px;
  height: auto;
}

.agencies {
  color: #7f7f7f;
}

.heroimg {
  max-width: 900px;
  margin: auto;
}
.heroimg img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .content_heavy {
    max-width: 1000px;
    margin: auto;
    padding: 0 3rem;
  }
}

.eventimg {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.eventimg img {
  width: 100%;
  height: auto;
}

.eventbtns {
  margin-top: 1rem;
  text-align: center;
}

.engage-items .engage-item {
  margin: 5px 5px 2rem 5px;
}
@media (min-width: 1024px) {
  .engage-items .engage-item {
    max-width: 300px;
    flex: 1 200px;
  }
}
@media (min-width: 1600px) {
  .engage-items .engage-item {
    margin-bottom: 5px;
    flex: 1 300px;
  }
}
.engage-items .engage-img {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 3px;
}
.engage-items .engage-img img {
  width: 100%;
  height: auto;
}

.halfcontainer .thumbnail {
  width: 567px;
  height: 200px;
  overflow: hidden;
}
.halfcontainer .thumbnail img {
  width: auto;
  height: 100%;
}

.left .thumbnail img {
  width: 100%;
  height: auto;
}

.members,
.jpac-members {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .page-template-page-tek .members:nth-of-type(even),
.page-template-page-jpac .jpac-members:nth-of-type(even) {
    border-right: 1px dotted #cccccc;
    border-left: 1px dotted #cccccc;
    padding: 0 5%;
  }
}
@media (min-width: 1600px) {
  .page-template-page-tek .members:nth-of-type(even),
.page-template-page-jpac .jpac-members:nth-of-type(even) {
    padding: 0 8rem;
  }
}

.page-template-page-atlas #mapsearch {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-template-page-atlas #mapsearch select {
    margin-right: 1rem;
  }
}

#mc-embedded-subscribe-form input[type=email], #mc-embedded-subscribe-form input[type=text] {
  width: 100%;
}
@media (min-width: 768px) {
  #mc-embedded-subscribe-form .quarters {
    width: 26%;
  }
}
#mc-embedded-subscribe-form .mc-field-group ul {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
#mc-embedded-subscribe-form .mc-field-group li {
  margin-right: 2rem;
}
#mc-embedded-subscribe-form .mc-field-group li label {
  padding-left: 0.5rem;
  color: #7f7f7f;
  font-size: 1.25rem;
}
#mc-embedded-subscribe-form div.clear {
  position: relative;
  padding-bottom: 1rem;
  bottom: -1rem;
}

.partners-lc {
  align-items: center;
}
@media (min-width: 768px) {
  .partners-lc div {
    width: 20%;
  }
}
.partners-lc div img {
  height: auto;
  margin: auto;
  max-width: 250px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .partners-lc div img {
    width: 80%;
    height: auto;
  }
}

.item-3480 {
  width: 570px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 768px) {
  .yicpost {
    flex: 1 300px;
    padding: 0.5rem;
  }
}
.yicpost img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .public_comments {
    flex: 1 350px;
    padding: 0.5rem;
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .public_comments {
    max-width: 370px;
  }
}
@media (min-width: 1600px) {
  .public_comments {
    max-width: 425px;
  }
}
.public_comments img {
  width: 100%;
  height: auto;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .google-maps {
    padding-bottom: 50%;
  }
}
@media (min-width: 1024px) {
  .google-maps {
    padding-bottom: 25%;
  }
}
.google-maps > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.isi-player,
.controls {
  color: #7f7f7f;
}

iframe.slides {
  border: none;
  height: 26rem;
  width: 101%;
  border: 1px solid #eeefef;
}

.cs-data {
  padding-right: 2rem;
}

.single-events .video-info {
  height: 29rem;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 0.5rem;
  scrollbar-width: thin;
}

.narrow {
  max-width: 980px;
  margin: 1rem auto 2rem;
}

.poster-wrap {
  position: relative;
}

.poster {
  padding: 5px;
  border: 5px solid #f0bc67;
  /*position: absolute;
  right: 0;
  top: -40px;*/
}

.sem_update {
  position: relative;
  margin: 2rem auto;
  padding: 5rem 2rem 1rem;
  background-color: #f7f6e3;
}

/*
    Created on : Sep 3, 2019, 4:56:10 PM
    Author     : mpasos
*/
.upper-social,
form,
.mc_embed_signup_scroll,
.mc-field-group ul,
header,
.nav:not(#menu-footer-menu),
.branding,
.language-menu, .news-menu,
.blackbox-video,
.whitebox,
.imd-documents,
.priorities,
.cec-structure,
.lightgraybox-tools,
.lightgraybox-wcb,
.inner-flex,
.entry-flex,
.resource-wrap,
.tools-wrap,
.footer,
.mc-row,
.memberswrap,
.memberswrap-sa,
.members,
.jpac-members,
.member,
.list-row,
.list-footer,
.semtools,
.speaker-flex,
.social-icons {
  display: flex;
}

@media (min-width: 1024px) {
  .engage-items {
    display: flex;
  }
}

@media (min-width: 768px) {
  .engage-items,
.upper-social,
.upper-menu,
.footer,
form,
.mc_embed_signup_scroll,
.mc-field-group ul,
.social-icons,
.entry-flex,
.left .memberswrap,
.right .memberswrap,
.inner-flex,
.language-menu, .news-menu,
.speaker-flex,
.nav:not(#menu-footer-menu) {
    flex-wrap: wrap;
  }
}

.tools-wrap,
.resource-wrap,
.imd-documents {
  flex-wrap: wrap;
}

.branding,
header {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .branding,
header {
    flex-direction: row;
  }
}

form,
.mc_embed_signup_scroll,
.mc-field-group ul,
.entry-flex,
.lightgraybox-tools,
.lightgraybox-wcb,
.cec-structure,
.news-menu,
.blackbox-video,
.engage-items,
.priorities,
.whitebox,
.mc-row,
.memberswrap,
.memberswrap-sa,
.list-row,
.list-footer,
.inner-flex,
.resource-wrap,
.tools-wrap,
.headerbox nav,
#menu-main-en,
#menu-main-en-spanish,
#menu-main-en-french,
.speaker-flex,
.footer {
  flex-direction: column;
}
@media (min-width: 768px) {
  form,
.mc_embed_signup_scroll,
.mc-field-group ul,
.entry-flex,
.lightgraybox-tools,
.lightgraybox-wcb,
.cec-structure,
.news-menu,
.blackbox-video,
.engage-items,
.priorities,
.whitebox,
.mc-row,
.memberswrap,
.memberswrap-sa,
.list-row,
.list-footer,
.inner-flex,
.resource-wrap,
.tools-wrap,
.headerbox nav,
#menu-main-en,
#menu-main-en-spanish,
#menu-main-en-french,
.speaker-flex,
.footer {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .imd-documents {
    flex-direction: row;
  }
}

.jpac-members,
.members,
.member {
  flex-direction: column;
}

form,
.imd-documents,
.mc_embed_signup_scroll,
.whitebox,
.footer,
.mc-row,
header,
.engage-items,
.lightgraybox-tools,
.lightgraybox-wcb,
#menu-main-en,
#menu-main-en-spanish,
#menu-main-en-french,
.cec-structure,
.inner-flex,
.list-row,
.list-footer,
.memberswrap,
.upper-menu,
.social-icons,
.imd-documents.event_cards,
.branding {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .headerbox nav {
    justify-content: space-between;
  }
}

.memberswrap-sa,
.speaker-flex,
.footer-social {
  justify-content: space-around;
}

.page-template-page-atlas form,
.tools-wrap,
.resource-wrap {
  justify-content: flex-start;
}

#menu-footer-menu-spanish li,
#menu-footer-menu-french li {
  flex: 1 300px;
}

.document {
  flex: 1 230px;
}

@media (min-width: 768px) {
  .requirement,
.resource {
    flex: 1 250px;
  }
}

@media (min-width: 768px) {
  .tool {
    line-height: 1.15;
  }
  .napeca-tools .tool {
    flex-basis: 10%;
  }
  .atlas-tools .tool {
    flex-basis: 18%;
  }
}

.intro h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 3rem;
  color: #f2f2f2;
}
@media (min-width: 768px) {
  .intro h2 {
    font-size: 2.55rem;
  }
}

.main-content h2, .whitebox h2, [class^=lightgraybox] h2, .graybox h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.intro p, header p {
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.25;
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 2rem;
}

[class^=btn--] {
  padding: 0.5rem 2rem;
  border: 0;
  border-radius: 0.4rem;
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 400;
  transition: opacity 0.3s;
  display: inline-block;
  text-decoration: none;
}
[class^=btn--]:hover {
  opacity: 0.75;
}
[class^=btn--]:active {
  opacity: initial;
}

.icn--nav-toggle, [class^=icon--] {
  line-height: 0;
}

[class^=icon--] {
  width: 11rem;
  height: 11rem;
  display: block;
  background-color: #f07523;
  padding: 2rem !important;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50% 50%;
  margin: auto;
}
@media (min-width: 768px) {
  [class^=icon--] {
    padding: 3rem;
    font-size: 1.5rem;
  }
}

button {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  color: #4b98c8;
  margin: 1rem 0.25rem;
}
button:hover {
  background-color: #dedede;
  cursor: pointer;
}

.btn--link {
  background-color: #4b98c8;
}
.btn--more-onblack {
  background-color: #f2f2f2;
}
.btn--download {
  background-color: #f07523;
}
.btn--more-onblack {
  color: #2a2a2a;
}

[class^=btn--] {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1600px) {
  [class^=btn--] + [class^=btn--] {
    margin-left: 20px;
  }
}

.button--foodmatters {
  border: 1px solid #e5e5e5;
  padding: 0.5rem 1.5rem;
  color: #4b98c8;
}
.button--foodmatters:not(:first-of-type) {
  margin-left: -4px;
}
.button--foodmatters:first-of-type {
  border-radius: 0.4rem 0 0 0.4rem;
}
.button--foodmatters:last-of-type {
  border-radius: 0 0.4rem 0.4rem 0;
}
.button--foodmatters i {
  font-size: 1.5rem;
  vertical-align: bottom;
}

/*
    Created on : Sep 3, 2019, 4:44:45 PM
    Author     : mpasos
*/
.site-logo {
  background-image: url("../img/ceclogo.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100px;
  width: 100px;
  height: 100px;
  display: block;
  margin: 1rem auto;
}
@media (min-width: 1024px) {
  .site-logo {
    background-image: url("../img/ceclogo.png");
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: 70px;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 0.75rem;
  }
}

/*
    Created on : Sep 4, 2019, 8:17:06 AM
    Author     : mpasos
*/
#menu-main-en-french,
#menu-main-en-spanish,
#menu-main-en {
  position: relative;
}
@media (min-width: 320px) {
  #menu-main-en-french .sub-menu,
#menu-main-en-spanish .sub-menu,
#menu-main-en .sub-menu {
    display: block;
    background-color: transparent;
    position: relative;
    top: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #menu-main-en-french .sub-menu,
#menu-main-en-spanish .sub-menu,
#menu-main-en .sub-menu {
    display: none;
    position: absolute;
    z-index: 3;
    width: 18rem;
    margin: 0;
    padding: 1rem;
    top: 2rem;
    background-color: #323232;
  }
  #menu-main-en-french .sub-menu a,
#menu-main-en-spanish .sub-menu a,
#menu-main-en .sub-menu a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: block;
  }
  #menu-main-en-french .sub-menu li,
#menu-main-en-spanish .sub-menu li,
#menu-main-en .sub-menu li {
    display: block !important;
    text-align: left;
    line-height: 1.25;
    height: auto !important;
  }
  #menu-main-en-french .sub-menu li:not(:last-of-type),
#menu-main-en-spanish .sub-menu li:not(:last-of-type),
#menu-main-en .sub-menu li:not(:last-of-type) {
    border-bottom: 1px dotted #f2f2f2;
  }
}
#menu-main-en-french li:hover > ul,
#menu-main-en-spanish li:hover > ul,
#menu-main-en li:hover > ul {
  display: inherit;
}

#menu-div {
  width: 100%;
}

.menu-main-en-french-container,
.menu-main-en-spanish-container,
.menu-main-en-container {
  background-color: #323232;
  padding: 1rem 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .menu-main-en-french-container,
.menu-main-en-spanish-container,
.menu-main-en-container {
    background-color: transparent;
    padding: 0;
  }
  .menu-main-en-french-container .menu-item-has-children,
.menu-main-en-spanish-container .menu-item-has-children,
.menu-main-en-container .menu-item-has-children {
    position: relative;
  }
  .menu-main-en-french-container .menu-item-has-children > a::after,
.menu-main-en-spanish-container .menu-item-has-children > a::after,
.menu-main-en-container .menu-item-has-children > a::after {
    content: "";
    font-family: "fontawesome";
    position: absolute;
    top: 0;
    right: 3px;
    color: white;
  }
  .menu-main-en-french-container #menu-item-27025,
.menu-main-en-spanish-container #menu-item-27025,
.menu-main-en-container #menu-item-27025 {
    /*& > a::after{
        right: 0;
    }*/
  }
  .menu-main-en-french-container #menu-item-27025 > a,
.menu-main-en-spanish-container #menu-item-27025 > a,
.menu-main-en-container #menu-item-27025 > a {
    padding: 0 1.5rem;
  }
  .menu-main-en-french-container li,
.menu-main-en-spanish-container li,
.menu-main-en-container li {
    text-align: center;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .menu-main-en-french-container,
.menu-main-en-spanish-container,
.menu-main-en-container {
    width: 40rem;
  }
  .menu-main-en-french-container li,
.menu-main-en-spanish-container li,
.menu-main-en-container li {
    flex: 1;
  }
  .menu-main-en-french-container li:last-of-type a,
.menu-main-en-spanish-container li:last-of-type a,
.menu-main-en-container li:last-of-type a {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .menu-main-en-french-container,
.menu-main-en-spanish-container,
.menu-main-en-container {
    width: 50rem;
  }
}

.menu-main-en-container #menu-main-en {
  margin-left: 1rem;
}
.menu-main-en-container #menu-main-en .sub-menu li {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .menu-main-en-container .menu-item-has-children > a::after {
    right: 10px;
  }
  .menu-main-en-container #menu-main-en {
    margin-left: 0;
  }
  .menu-main-en-container #menu-main-en .sub-menu li {
    padding-bottom: 0;
  }
  .menu-main-en-container li {
    flex: 1 30px;
  }
  .menu-main-en-container li:nth-child(4) {
    flex: 1.5;
  }
  .menu-main-en-container li:nth-child(5) {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .menu-main-en-container li {
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .menu-main-en-container .menu-item-has-children > a::after {
    right: 20px;
  }
}

@media (min-width: 768px) {
  .menu-main-en-spanish-container li:first-of-type > a::after {
    right: -6px;
  }
  .menu-main-en-spanish-container li {
    flex: 1 35px;
  }
}
@media (min-width: 1024px) {
  .menu-main-en-spanish-container li {
    flex: 1;
  }
  .menu-main-en-spanish-container li:nth-child(4) {
    flex: 1.5;
  }
}

@media (min-width: 768px) {
  .menu-main-en-french-container .menu-item-has-children > a::after {
    right: -4px;
  }
  .menu-main-en-french-container li:first-of-type > a::after {
    right: -8px;
  }
  .menu-main-en-french-container li {
    flex: 1 40px;
  }
  .menu-main-en-french-container li:nth-child(1) {
    flex: 2;
  }
  .menu-main-en-french-container li:nth-child(4) {
    flex: 2;
  }
}
@media (min-width: 1024px) {
  .menu-main-en-french-container li {
    flex: 1;
  }
  .menu-main-en-french-container li:nth-child(1) {
    flex: 1;
  }
}

.news-menu {
  font-size: 0.82rem;
  line-height: 2;
  margin-right: 1rem;
  margin-top: 4px;
}
.news-menu li:first-of-type a {
  border-right: 1px solid #f2f2f2;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}

.upper-menu {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
}

.upper-social {
  display: none;
}
@media (min-width: 768px) {
  .upper-social {
    display: flex;
    line-height: 2;
  }
}
.upper-social a:last-of-type {
  margin-right: 0;
}
.upper-social a:last-of-type .i {
  margin-right: 0 !important;
}

.pagination .screen-reader-text {
  display: none;
}

.magnifying-glass {
  color: #f0bc67;
  text-align: center;
}

.search-exp {
  display: table;
}
.search-exp input {
  background: none;
  border: none;
  outline: none;
  width: 28px;
  min-width: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  line-height: 18px;
  margin: 5px 0;
  font-size: 14px;
  -webkit-appearance: none;
  font-family: "Lato";
  transition: all 0.6s ease;
  cursor: pointer;
  color: #fff;
}
.search-exp input + div {
  position: relative;
  height: 28px;
  width: 100%;
  margin: -28px 10px 0 0;
}
.search-exp input + div svg {
  display: block;
  position: absolute;
  height: 28px;
  width: 160px;
  right: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
  stroke-dashoffset: 271.908;
  stroke-dasharray: 59 212.908;
  transition: all 0.6s ease;
}
.search-exp input:not(:placeholder-shown), .search-exp input:focus {
  width: 160px;
  padding: 0 4px 0 10px;
  cursor: text;
}
.search-exp input:not(:placeholder-shown) + div, .search-exp input:focus + div {
  background-color: rgba(242, 242, 242, 0.2);
  border-radius: 8px;
  text-align: right;
}

::selection {
  color: #4b4b4b;
  background: cornsilk;
}

::-moz-selection {
  color: #4b4b4b;
  background: cornsilk;
}

.main-slmenu select {
  width: 98%;
  margin: 5px;
}
.main-slmenu option {
  padding: 0.5rem;
  border-bottom: 1px solid lightslategray;
}

@media (min-width: 320px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .is-collapsed-mobile {
    visibility: visible;
  }
}

@media (min-width: 320px) {
  .is-displayed-mobile {
    display: block;
  }
  .is-hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .is-displayed-mobile {
    display: none;
  }
}

.icn--nav-toggle {
  width: 25px;
  height: 17px;
  position: absolute;
  top: 22px;
  left: 5px;
  border-top: solid 3px #f0bc67;
  border-bottom: solid 3px #f0bc67;
}
.icn--nav-toggle:before {
  width: 25px;
  height: 3px;
  background-color: #f0bc67;
  top: 4px;
}

.icon--link {
  color: #4b98c8;
}
.icon--more-onblack {
  color: #f2f2f2;
}
.icon--download {
  color: #f07523;
}

[class^=icon--] {
  margin-bottom: 1rem;
}
@media (min-width: 320px) {
  [class^=icon--] {
    width: 100%;
    height: 100%;
    max-width: 160px;
  }
}
@media (min-width: 768px) {
  [class^=icon--] + [class^=icon--] {
    margin-left: 20px;
  }
}
[class^=icon--] a {
  padding-left: 0;
}

.fa-exclamation-triangle {
  padding-top: 1rem;
  font-size: 2rem;
  color: #f0bc67;
}

.webcast .fa-file-download,
.webcast .fa-link,
.webcast .fa-map-marker-alt {
  margin-left: 1rem;
}

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