@charset "UTF-8";
/*
    Created on : Aug 20, 2019, 11:28:41 AM
    Author     : mpasos
*/
/* After a lot of testing, Adobe Fonts has proven to be the best solution */
.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

[class^=btn--], button, .page-sem-submission-form #acf-form .acf-button {
  text-align: center;
}

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

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

/* Grouping content   ========================================================================== */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics   ========================================================================== */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content  ========================================================================== */
img {
  border-style: none;
}

/* Forms   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

/*
    Created on : Nov 18, 2022, 10:33:45 AM
    Author     : mpasos
*/
div.frm_description p,
.with_frm_style legend + h3,
.with_frm_style h3.frm_form_title {
  text-align: center !important;
}

div.frm_description p {
  margin-bottom: 0.75rem !important;
}

div.frm_description ul + p {
  text-align: left !important;
}

#frm_field_79_container .frm_pos_top,
#frm_field_48_container .frm_pos_top,
#frm_field_46_container .frm_pos_top {
  font-size: 1.35rem !important;
  text-align: center !important;
}
#frm_field_79_container #frm_desc_field_jc2um,
#frm_field_48_container #frm_desc_field_jc2um,
#frm_field_46_container #frm_desc_field_jc2um {
  font-size: 1rem !important;
}

.frm_description.frm_section_spacing {
  font-size: 0.95rem !important;
  line-height: 150%;
}

.frm_form_field .frm_checkbox,
.frm_form_field .frm_radio {
  margin-bottom: 0.5rem !important;
}

.frm_section_heading h3 {
  border-bottom: none !important;
}

.green-textbox {
  max-width: 70%;
  padding: 1rem;
  text-align: center;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  margin: auto;
}
.green-textbox h3 {
  color: #468847 !important;
}

.formsection {
  margin: 2rem;
  padding: 2rem;
  border: 1px solid rgb(245, 245, 245);
  background-color: rgb(255, 255, 255);
}
.formsection .formrow:not(:last-of-type) {
  border-bottom: 1px dashed lightgray;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.formsection table {
  width: 100%;
}
.formsection tr:nth-child(odd) {
  background-color: rgb(250, 250, 250);
}
.formsection td {
  padding: 0.25rem 1rem;
  color: rgb(95, 99, 105);
  vertical-align: top;
}
.formsection td li {
  display: inline-block;
  padding: 1rem;
  vertical-align: text-top;
  text-align: center;
  width: 20%;
  line-height: 1.15;
}
.formsection td ol img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.formsection td ol img[src$=".svg"] {
  max-width: 4rem;
}
.formsection td p:not(:last-of-type) {
  border-bottom: 1px dashed lightgray;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.formsection td:first-of-type {
  width: 25%;
  font-weight: 600;
}
.formsection td.statement {
  text-align: center;
}
.formsection td.statement i {
  font-size: 2rem;
  padding-top: 1rem;
}
.formsection td.statement img {
  width: auto;
  height: auto;
  padding-top: 1rem;
}

* {
  box-sizing: border-box;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.96;
  }
}
body {
  margin: 0;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  body {
    line-height: 1.75;
  }
}

main {
  background-color: rgb(250, 250, 250);
}
.page-atlas-articulos main, .page-atlas-articles main {
  margin-top: -18px;
}

.max-width {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .max-width {
    max-width: 70%;
  }
}

a {
  text-decoration: none;
  background-color: transparent;
  transition: box-shadow 0.3s ease;
}
a:hover {
  opacity: 0.75;
}
.language-menu a {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .language-menu a {
    padding: 0;
  }
}
.language-menu li a {
  padding-right: 1rem;
  margin-right: 0.5rem;
  border-bottom: none;
  border-right: 1px solid rgb(0, 23, 56);
  line-height: 0.75;
}
@media (min-width: 768px) {
  .language-menu li:last-of-type a {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .language-menu .wpml-ls-slot-3 a {
    color: rgb(0, 23, 56);
  }
}
@media (min-width: 768px) {
  a .language-menu .wpml-ls-item-fr {
    margin-right: 2.5rem;
  }
}
.taglist a:not(:last-of-type):after {
  content: ", ";
}
header a {
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
  header a {
    padding: 0 0.5rem;
  }
}
footer p a {
  color: rgba(167, 176, 187, 0.9);
  text-decoration: underline;
}
@media (min-width: 320px) {
  footer p a {
    display: inline-block;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  footer p a {
    display: initial;
    padding: 0;
  }
}
footer .nav li a {
  text-decoration: underline;
  font-size: 0.875rem;
}
@media (min-width: 320px) {
  footer .nav li a {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  footer .nav li a {
    display: initial;
  }
}
p a {
  text-decoration: underline;
}
p a, h2 a, h3 a, h4 a, table a, .taglist a, .related-projects li a, .breadcrumbs li a, .speaker_info p a, .speaker_info a, .page-numbers a {
  color: rgb(10, 117, 169);
  word-wrap: break-word;
}
.consult li a {
  font-size: 0.875rem;
}
.branding h1 a, .headerbox h1 a, .tool a, h5 a {
  color: rgb(95, 99, 105);
}
.napdata a, .consult li a, .inner_feed a {
  color: rgb(0, 23, 56);
}
[class^=btn--] a, section.regularblue h3 a, .upper-social a {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 2px #959595;
}
h1 a {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0.4rem;
}
.headerbox h1 a {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .headerbox h1 a {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
}
.breadcrumbs li a {
  font-size: 0.875rem;
}
section.darkblue h3 a, footer a {
  color: rgba(167, 176, 187, 0.9);
}
h5 a {
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  #menu-main-en > li > a {
    line-height: 0.25;
  }
}
@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;
  }
}
@media (min-width: 768px) {
  #menu-main-en-spanish > li > a, #menu-main-en-french > li > a, #menu-main-en > li > a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
    line-height: 1.5;
    font-size: 0.85rem;
  }
}
#menu-main-en-spanish > li > a:hover, #menu-main-en-french > li > a:hover, #menu-main-en > li > a:hover {
  opacity: 1;
}
.social-icons a {
  text-align: center;
}
.sem-tracker a {
  font-style: italic;
}
.staff a > span {
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 0.5rem;
  padding-top: 0.5rem;
}
#menu-tek-lang-menu a {
  color: white;
}
#mobile a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: rgb(95, 99, 105);
  font-size: 1.25rem;
  width: 100%;
}
.menu-main-en-french-container a, .menu-main-en-spanish-container a, .menu-main-en-container a {
  color: rgb(10, 117, 169);
  padding: 1.25rem;
  border-bottom: 1px solid rgba(167, 176, 187, 0.9);
  display: block;
}

a[href^=mailto]:not([class^=btn--]) {
  color: rgb(10, 117, 169);
}

.breadcrumbs li {
  font-size: 0.875rem;
  color: rgb(95, 99, 105);
}

footer a[href^=mailto]:not([class^=btn--]) {
  color: rgba(167, 176, 187, 0.9);
  text-decoration: underline;
  padding-left: 0;
}

.fa-envelope {
  font-size: 1.25rem;
  color: rgb(10, 117, 169);
  margin-left: 0.5rem;
}
.member .fa-envelope {
  margin-left: 0;
}

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

.newstype {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.newstype a {
  color: rgb(0, 23, 56);
  font-weight: 600;
}

.related-projects {
  color: rgb(95, 99, 105);
}
.related-projects li {
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.agenda_day ul, .agenda_day ol {
  margin-left: 2rem;
  color: rgb(95, 99, 105);
}
@media (min-width: 1024px) {
  .agenda_day ul, .agenda_day ol {
    margin-right: 3rem;
  }
}
.agenda_day ul li, .agenda_day ol li {
  padding-left: 0.5rem;
  line-height: 1.5;
}
.prj-publications .facetwp-selections ul, .slick-dotted ul, .pubdesc ul, nav ul, footer ul, .prj-publications .facetwp-selections ol, .slick-dotted ol, .pubdesc ol, nav ol, footer ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pubdesc ul, .pubdesc ol {
  display: flex;
}

.popup ol, .grants ol {
  list-style: decimal;
  margin: 1.5rem 0.5rem 0 2rem;
}
.popup ol li, .grants ol li {
  padding-left: 0;
  margin-bottom: 1.15rem;
}
.popup ol {
  font-size: 0.875rem;
}
.single-opportunities ol {
  margin: 1.5rem 3rem;
}
.single-opportunities ol li {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}

.grants ul, .narrow ul, .agenda_day ul {
  list-style-type: disc;
}
.getnews ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
.getnews ul li {
  padding-left: 2rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.consult ul, .narrow ul, .grants ul {
  margin: 1.5rem 0.5rem 0 2rem;
}
.consult ul li, .narrow ul li, .grants ul li {
  padding-left: 0;
  margin-bottom: 1.15rem;
}
.tool ul {
  text-align: left;
  margin: 1.5rem 0.5rem 0 1rem;
  list-style-type: none;
}
.tool ul li {
  padding-left: 0;
  margin-bottom: 1.15rem;
  line-height: 1;
}
.tool ul a {
  color: rgb(10, 117, 169);
  font-size: 0.875rem;
}
@media (min-width: 320px) {
  .tool ul a {
    padding: 1rem;
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tool ul a {
    padding: 0;
    display: initial;
  }
}

.consult ol li {
  list-style-type: decimal;
  color: rgb(95, 99, 105);
  margin-left: 3rem;
}
.consult ol li a {
  color: rgb(0, 23, 56);
}
.accordion ol {
  padding-left: 2rem;
  margin-left: 1rem;
}

.contained-video {
  max-width: 560px;
  max-height: 315px;
  margin: 1rem auto 3rem;
}

.video-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%; /* 16:9 */
  padding-top: 50px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .video-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .stretched--half .video-wrap {
    padding-bottom: 30%;
  }
}
@media (min-width: 1024px) {
  .stretched--half .video-wrap {
    padding-bottom: 28%;
  }
}
.stretched--sixty .video-wrap .stretched--fifty div .video-wrap {
  height: 6rem;
}
.stretched--sixty .video-wrap {
  padding-bottom: 48%;
}
@media (min-width: 1024px) {
  .stretched--sixty .video-wrap {
    padding-bottom: 32%;
  }
}
.video-wrap object,
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
}

footer {
  background-color: rgb(3, 19, 42);
  text-align: center;
}
footer .item {
  margin: 2rem 0 1rem 0;
}
footer .footer-social span {
  font-size: 1.5rem;
  padding: 0.5rem;
  margin: 0.5rem;
}

.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: rgb(255, 255, 255);
  border-radius: 5px;
  width: 90%;
  position: relative;
  transition: all 5s ease-in-out;
}
@media (min-width: 768px) {
  .popup {
    width: 83%;
    margin: 5% auto;
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .popup {
    margin: 3% auto;
    width: 75%;
    padding: 3rem;
  }
}
@media (min-width: 1600px) {
  .popup {
    margin: 5% auto;
    width: 55%;
  }
}
.popformaps .popup {
  margin: 2% auto;
  padding: 1rem;
  height: 100%;
  max-height: 90vh;
  width: auto;
  max-width: max-content;
}
@media (min-width: 1600px) {
  .popformaps .popup {
    margin: 3% auto;
  }
}
.popformaps .popup img {
  height: 100%;
  max-height: 80vh;
}
.popup .speakerdata {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(245, 245, 245);
  line-height: 1.3;
  font-style: italic;
  margin-top: 0 !important;
}

.popup .close {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  color: rgb(10, 117, 169);
  display: block;
  padding: 1rem;
}
.popup .close:after {
  content: "\f057";
  font-family: "icomoon";
}

.popup .close:hover {
  color: rgb(10, 117, 169);
}

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

.popup .popupmap img {
  width: 100%;
}

.speakerposition {
  line-height: 1.3;
}

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

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

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

.timeline-date {
  display: inline-block;
  background-color: rgb(10, 117, 169);
  color: rgb(255, 255, 255);
  padding: 0.5rem 2.5rem;
  border-radius: 5px 0 0 0;
  position: absolute;
  top: -16px;
  left: -64px;
}
.timelinebox .timeline-date {
  position: relative;
}
.sem_update .timeline-date {
  top: 0;
  left: 0;
}

.project-icon span {
  color: #cacaca;
  font-size: 5rem;
  margin: auto;
  background-color: rgb(245, 245, 245);
  display: block;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 768px) {
  .project-icon span {
    width: 150px;
    height: 150px;
    padding: 2rem;
  }
}
@media (min-width: 1170px) {
  .project-icon span {
    width: auto;
    height: auto;
    padding: 0;
  }
}

.flag-canadá:before,
.flag-canada:before {
  content: "";
  background-image: url("../img/canada-flag.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 24px;
  width: 24px;
  height: 13px;
  display: inline-block;
  margin: -5px 10px 0 0;
}

.flag-méxico:before,
.flag-mexique:before,
.flag-mexico:before {
  content: "";
  background-image: url("../img/mexico-flag.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 24px;
  width: 24px;
  height: 13px;
  display: inline-block;
  margin: 0 10px -1px 0;
}

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

.extradata i {
  color: rgb(95, 99, 105);
}

.when {
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.875rem;
  color: #b3b3b3;
}
.when i:not(:first-of-type) {
  margin-left: 1rem;
}

.esmcontent table,
.container table {
  margin: auto;
  color: rgb(95, 99, 105);
  border: 1px solid rgb(204, 204, 204);
}
.esmcontent table tr:nth-of-type(even) td,
.container table tr:nth-of-type(even) td {
  background-color: rgb(255, 255, 255);
}
.esmcontent table td,
.container table td {
  padding: 0.5rem;
}
.esmcontent table th,
.esmcontent table tr:not(:last-of-type) td,
.container table th,
.container table tr:not(:last-of-type) td {
  border-bottom: 1px solid rgb(204, 204, 204);
}

.accordion {
  margin: 1rem auto;
}
.accordion > input[type=checkbox] {
  position: absolute;
  left: -100vw;
}
.accordion > input[type=checkbox]:checked ~ .panel {
  height: auto;
  opacity: 1;
  overflow: visible;
  border-top: 0;
}
.accordion > input[type=checkbox]:checked ~ .ecaitem {
  padding: 1rem 2rem;
}
.accordion > input[type=checkbox]:checked ~ .handle label:after {
  content: "\f106";
}
.accordion .panel {
  overflow-y: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0.5s linear, opacity 0.5s linear;
}
.accordion label {
  display: block;
  color: rgb(10, 117, 169);
  cursor: pointer;
  font-weight: normal;
  padding: 1rem;
  max-width: 90%;
  border-bottom: 1px solid rgb(245, 245, 245);
}
.accordion label:hover, .accordion label:focus {
  color: rgb(95, 99, 105);
}
.accordion .handle {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2rem;
  position: relative;
}
.accordion .handle label::after {
  font-family: "icomoon";
  content: "\f107";
  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: rgb(255, 255, 255);
}

.accordion.rmpubs label,
.accordion.edbio label {
  padding: 0;
  font-size: 1rem;
  position: relative;
}
.accordion.rmpubs label::after,
.accordion.edbio label::after {
  position: absolute;
  font-size: 1.25rem;
  top: -22px;
  right: 50%;
  border-radius: 50%;
  background-color: rgb(250, 250, 250);
  padding: 1rem;
  display: block;
}
.accordion.rmpubs .handle,
.accordion.edbio .handle {
  position: absolute;
  bottom: 0;
  right: 50%;
}
.accordion.rmpubs .panel,
.accordion.edbio .panel {
  width: 100%;
  padding: 0;
}

.rmpubs {
  margin-bottom: 3rem;
  position: relative;
  border-bottom: 1px solid rgb(245, 245, 245);
}

.pbtheme {
  position: relative;
  margin-left: 20px;
}

.centered .vcentered {
  line-height: 6;
  color: rgb(0, 23, 56);
}

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

.social-icons {
  align-items: center;
}
.page-template-page-pfp section .social-icons a {
  color: rgb(0, 23, 56);
}

.jobsform .btn--link {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sem-tracker {
  border-collapse: collapse;
}
.sem-tracker th {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.15;
  background-color: #0080a1;
  color: rgb(255, 255, 255);
  padding: 0.25rem;
  border: 1px solid #c0f2ff;
}
.sem-tracker th:first-of-type {
  text-align: left;
  padding-left: 1rem;
}
.sem-tracker td h4 {
  margin-bottom: 0;
}
.sem-tracker td:first-of-type {
  padding-left: 1rem;
}
.sem-tracker td p:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 0.875rem;
}
.sem-tracker div {
  width: 4rem;
  height: 2rem;
  margin: auto;
}
.sem-tracker td:not(:first-of-type) {
  text-align: center;
}
.sem-tracker td:not(:first-of-type) p {
  font-weight: 500;
  margin: auto;
  padding-top: 0.25rem;
}
.sem-tracker .sem-green {
  background-color: rgb(66, 190, 173);
}
.sem-tracker .sem-red {
  background-color: rgb(193, 92, 91);
}
.sem-tracker .sem-green p,
.sem-tracker .sem-red p {
  color: rgb(255, 255, 255);
}
.sem-tracker .sem-gray {
  background-color: rgb(245, 245, 245);
}
.sem-tracker .sem-gray p {
  color: rgb(95, 99, 105);
}

.legend {
  font-size: 0.85rem;
  color: rgb(95, 99, 105);
}
.legend td:first-of-type {
  width: 8%;
}
.legend span {
  vertical-align: top;
  display: inline-block;
  padding: 0.25rem 0.55rem;
  font-style: normal;
  margin-right: 0.5rem;
}
.legend .sem-green {
  background-color: rgb(66, 190, 173);
  color: rgb(255, 255, 255);
}
.legend .sem-red {
  background-color: rgb(193, 92, 91);
  color: rgb(255, 255, 255);
}
.legend .sem-gray {
  border: 1px solid rgb(95, 99, 105);
  color: rgb(95, 99, 105);
}

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

.yicwinner {
  flex: 1 280;
}
@media (min-width: 768px) {
  .yicwinner {
    max-width: 30%;
  }
}

.newwinner {
  padding: 0 1.5rem 1rem;
}

.newwinner .button {
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
}
.newwinner h4 {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: rgb(95, 99, 105);
  margin-bottom: 0;
}
.newwinner p {
  font-size: 0.875rem;
  line-height: 1.75;
}
.newwinner p:first-of-type {
  margin-top: 0.25rem;
}

.yicimg {
  border-radius: 50%;
  max-width: 150px;
  margin: 1rem auto;
  border: 10px solid rgb(255, 255, 255);
  position: relative;
}

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

.yicpostimg {
  width: 330px;
  height: 172px;
  overflow: hidden;
}

iframe {
  border: none;
}

.center {
  text-align: center;
}

.menu-toggle::after {
  content: "\f0c9";
  font-family: "icomoon";
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  color: rgb(95, 99, 105);
  font-size: 1.5rem;
  cursor: pointer;
}

#head_subscribe {
  background: rgb(3, 19, 42);
  width: 1500px;
  min-height: 35px;
  z-index: 4;
}
#head_subscribe div {
  font-size: 0.85rem;
  padding-top: 0.25rem;
  padding-left: 7rem;
  color: rgba(167, 176, 187, 0.9);
}
#head_subscribe .button-subscribe {
  background-color: rgb(10, 117, 169);
  color: rgb(255, 255, 255);
  padding: 0.25rem 1rem;
  margin-left: 1rem;
  border-radius: 5px;
}

#subscribe-close {
  vertical-align: baseline;
  text-decoration: none;
  color: rgba(167, 176, 187, 0.9);
  font-size: 1rem;
}

.staff_filters {
  margin: 2rem 0 3rem;
}
.staff_filters button.reset {
  margin: 0;
  padding: 0.5rem 2rem;
}

.facetwp-facet-staff_section {
  display: flex;
  flex-wrap: wrap;
}
.facetwp-facet-staff_section .facetwp-checkbox {
  padding: 0.25rem 1rem;
  border: 1px solid rgb(204, 204, 204);
  background-image: none !important;
  font-size: 0.82rem;
  color: rgb(95, 99, 105);
}
.facetwp-facet-staff_section .facetwp-checkbox:first-of-type {
  border-radius: 5px 0 0 5px;
}
.facetwp-facet-staff_section .facetwp-checkbox:last-of-type {
  border-radius: 0 5px 5px 0;
}
.facetwp-facet-staff_section .facetwp-counter {
  display: none;
}

.page-sem-submission-form #acf-form .acf-field--post-title,
.page-sem-submission-form #acf-form .acf-field-checkbox,
.page-sem-submission-form #acf-form .acf-field-group {
  background-color: #fafafa;
  border: 1px solid rgb(245, 245, 245);
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.page-sem-submission-form #acf-form .acf-field--post-title > .acf-label > label,
.page-sem-submission-form #acf-form .acf-field-checkbox > .acf-label > label,
.page-sem-submission-form #acf-form .acf-field-group > .acf-label > label {
  font-size: 1.15rem;
  font-weight: 600;
}
.page-sem-submission-form #acf-form .acf-field-radio,
.page-sem-submission-form #acf-form .acf-field-true-false,
.page-sem-submission-form #acf-form .acf-field-file,
.page-sem-submission-form #acf-form .acf-field-63581ff46c032 {
  margin: 2rem 0;
}
.page-sem-submission-form #acf-form input {
  margin-right: 0.5rem;
}
.page-sem-submission-form #acf-form > .acf-label > label {
  font-size: 1.25rem;
  font-weight: 600;
}
.page-sem-submission-form #acf-form p {
  font-size: 0.875rem;
  color: rgb(95, 99, 105);
}
.page-sem-submission-form #acf-form label + p {
  margin: 0;
}
.page-sem-submission-form #acf-form .acf-table .acf-field {
  margin-bottom: 1rem;
}
.page-sem-submission-form #acf-form .acf-field-textarea textarea,
.page-sem-submission-form #acf-form .acf-input-wrap input {
  width: 70%;
  border-radius: 5px !important;
  padding: 0.25rem 0.5rem;
  border: 1px solid #e6e6e6;
}
.page-sem-submission-form #acf-form select {
  background-color: rgb(255, 255, 255);
}
.page-sem-submission-form #acf-form .acf-clone {
  display: none;
}
.page-sem-submission-form #acf-form .acf-button {
  background-color: rgba(0, 23, 56, 0.9);
  padding: 0.5rem 1rem;
  margin-top: 2rem;
}

/*
.isi_message{
    color: $color-secondary !important;
}

.isi-player.hidden{
    display: none;
}

.isi-player.shown{
    display: block;
}
*/
.flowc h2 {
  margin: 3rem auto;
}

.flowc img {
  max-width: 100%;
}

.extradocs a:not(:first-of-type) {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid lightgray;
}

.instructions {
  padding: 1rem 0 2rem;
}

.cec-structure .party {
  position: relative;
  text-align: center;
  margin: 10px;
  padding: 1rem;
}
.cec-structure .party:before {
  content: "";
  width: 9rem;
  height: 9rem;
  display: block;
  margin: auto;
  border-radius: 50%;
  font-family: "icomoon";
  color: rgba(250, 250, 250, 0.75);
  font-size: 4rem;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .cec-structure .party {
    flex: 1 350px;
    padding: 1rem 3rem;
  }
}
.cec-structure .council:before {
  content: "\f19c";
  background-color: rgb(10, 117, 169);
}
.cec-structure .secretariat:before {
  content: "\f085";
  background-color: rgb(66, 190, 173);
}
.cec-structure .jpac:before {
  content: "\f0c0";
  background-color: rgb(250, 164, 26);
}

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

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

.requirement {
  border: 1px solid rgba(0, 23, 56, 0.9);
  padding: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .requirement {
    margin-right: 20px;
  }
}

.newwinner {
  position: relative;
  margin: 1rem auto;
  flex: 1;
}
.newwinner:not(:last-of-type) {
  margin-right: 2rem;
}
.newwinner .event_date {
  padding: 1rem 1rem 0;
  bottom: 0;
  width: 100%;
}
.newwinner .event_date p {
  font-size: 0.82rem;
}
.newwinner .event_date i {
  padding: 0.25rem 0;
}
.newwinner .winnerbtn {
  margin-top: 3rem;
}

.event {
  position: relative;
  margin: 1rem auto;
  max-width: 300px;
  min-height: 25rem;
}
.event .btn--download {
  margin-bottom: 0;
}
.event p:first-of-type {
  margin-bottom: 0;
}
.event p:last-of-type {
  margin-top: 0;
}
.event .event_date {
  padding: 1rem 1rem 0;
  bottom: 0;
  width: 100%;
}
.event .event_date p {
  font-size: 0.82rem;
}
.event .event_date i {
  padding: 0.25rem 0;
}
@media (min-width: 1600px) {
  .event {
    width: 300px;
    margin: 10px;
  }
}

.newwinner, .event, .homedocs .document {
  border: 1px solid rgb(245, 245, 245);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.topicdocs .document {
  padding: 0.5rem 1rem;
  width: 230px;
}
@media (min-width: 768px) {
  .topicdocs .document {
    width: 20%;
  }
}

.document {
  text-align: center;
  position: relative;
}
.post-type-archive-events .document {
  height: 22rem;
}
.document img {
  width: 75%;
  max-width: 180px;
  height: auto;
  display: block;
  margin: auto;
  background-color: rgb(255, 255, 255);
  border: 5px solid rgb(255, 255, 255);
}

#breadcrumbs {
  list-style: none;
  margin: 0 !important;
  padding: 0.75rem 0;
  font-size: 0.85rem;
}

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

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

.tool-reels,
.documentreels,
.partnerships,
.collaborations {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  -ms-scrollbar-arrow-color: rgb(250, 164, 26);
}
@media (min-width: 1024px) {
  .tool-reels,
  .documentreels,
  .partnerships,
  .collaborations {
    overflow-x: hidden;
  }
}

.tool-reels {
  height: 430px;
}
.nalcms .tool-reels {
  height: 390px;
}

.tool-reels,
.documentreels {
  width: auto;
}

.inner-reel,
.partnership,
.casestudy {
  flex-shrink: 0;
  height: 100%;
  scroll-behavior: smooth;
}

.partnership,
.casestudy {
  width: 100% !important;
}

.inner-reel {
  width: 100%;
}

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

.casestudy,
.collabs {
  display: flex !important;
}

.collabs {
  width: 95% !important;
  margin: 0 auto;
}

.outtercollabs {
  margin: 4rem auto 1rem;
}

.video-info::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.45rem;
}
.video-info::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.video-info::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  outline: 1px solid rgb(245, 245, 245);
}

/*     CEC Values    */
.values .value {
  text-align: center;
}
.values span {
  font-size: 4rem;
  color: rgba(167, 176, 187, 0.9);
  margin-top: 5rem;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .values span {
    margin-top: 2rem;
  }
}

.page-training-materials-on-environmentally-sound-management table {
  width: 90%;
  margin: 4rem auto;
  border: 1px solid lightgray;
  padding: 1rem;
  border-collapse: collapse;
  line-height: 1.5;
}
.page-training-materials-on-environmentally-sound-management table tr:nth-of-type(odd) td {
  background-color: rgb(247, 247, 247);
}
.page-training-materials-on-environmentally-sound-management table td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid lightgray;
}
.page-training-materials-on-environmentally-sound-management table th {
  background-color: rgba(0, 23, 56, 0.9);
  color: rgb(255, 255, 255);
  padding: 1.25rem 1rem;
}

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

h1 {
  line-height: 1;
}
.four-ohfour h1 {
  color: rgb(10, 117, 169);
  font-family: "Quicksand", sans-serif;
  font-size: 5rem;
  width: 36%;
}
.intro h1 {
  color: rgb(255, 255, 255);
  margin-bottom: 0.5rem;
  text-shadow: -1px 1px 2px #4b5265;
  text-shadow: -1px 1px 2px #4b5265;
}
@media (min-width: 768px) {
  .intro h1 {
    margin-top: 5rem;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .intro h1 {
    margin-top: 4rem;
  }
}

h2 {
  line-height: 1;
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}
.spottext h2 {
  font-size: 1.25rem;
}
header .container h2, section.regularblue h2, .intro h2 {
  color: rgb(255, 255, 255);
}
section.regularblue h2 {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  section.regularblue h2 {
    padding: 0;
  }
}
section.darkblue h2 {
  margin-top: 0;
  color: rgba(167, 176, 187, 0.9);
}
.search-form h2 {
  margin-top: 1rem;
}
.intro h2 {
  margin-top: 5rem;
  text-shadow: -1px 1px 2px #4b5265;
}
@media (min-width: 1024px) {
  .intro h2 {
    margin-top: 4rem;
  }
}
.intro h2, header .container h2 {
  font-size: 1.85rem;
  margin-bottom: 0.5rem;
  text-shadow: -1px 1px 2px #4b5265;
}
@media (min-width: 768px) {
  .intro h2, header .container h2 {
    padding: 0;
    font-size: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .intro h2, header .container h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .intro h2, header .container h2 {
    font-size: 2.25rem;
  }
}
.container h2, .narrow h2 {
  color: rgb(95, 99, 105);
  line-height: 1.25;
}
.popup h2 {
  text-align: left;
  margin-bottom: 0 !important;
  font-size: 1.5rem;
  font-weight: 400;
}
.row h2 {
  margin-bottom: 0.75rem !important;
}
.popup h2, .spotlight h2 {
  font-family: "Quicksand", sans-serif;
}
.submissiondata h2, .cs-data h2, .ttdata h2 {
  font-style: italic;
}

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

h3 {
  line-height: 1.15;
  font-size: 1.05rem;
}
.semsummary p + h3 {
  margin-top: 3rem;
}
.submissiondetails h3 {
  margin-top: 1rem;
  font-style: italic;
}
.hptopic h3 {
  margin-top: 1rem;
}
.card-tool h3, .hptopic h3 + p, .card-topic h3, .card-single-data h3, .resource .cat_image + h3, .stripdata h3 {
  margin-top: 0.5rem !important;
}
.page-template-page-ourwork .resource h3, .project-extras h3, footer h3, footer h3 + p, .publication h3, .spotlight h3, .cs-data h3, .value h3 {
  margin-top: 0;
}
.hptopic h3, .card-single-data h3, footer h3, .stripdata h3, .home-jobs h3, .value h3, .requirement h3, .events h3, .media-releases h3 {
  margin-bottom: 0;
}
.publication h3 {
  margin-bottom: 0.5rem;
  font-style: italic;
  font-weight: 300;
}
.page-template-page-ourwork .resource h3 {
  margin-bottom: 2rem;
}
.deadlines h3, .cs-data h3, .agencies h3, .contact_wrap h3 {
  color: rgb(95, 99, 105);
}
.casestudy h3, .semsummary h3, footer h3 {
  font-weight: 700;
}
.pfpmore h3, .spotlight h3 {
  color: rgb(0, 23, 56) !important;
}
.value h3, section.darkblue h3, .requirement h3, footer h3 {
  color: rgba(167, 176, 187, 0.9);
}
.agenda_day h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.value h3, .requirement h3 {
  font-size: 1.96rem;
  font-weight: 500;
}
.resource .cat_image + h3, .publication h3 {
  line-height: 1.25;
}
.pfpmore h3, .member h3, .formsection h3, .project-extras h3 {
  font-size: 1.25rem;
}
section.darkblue h3 {
  font-size: 1.05rem;
  font-weight: 600;
}
footer h3 {
  font-size: 1rem;
}
.agenda_day h3, .formsection h3, .stripdata h3, .hptopic h3, .doc-card h3, .home-jobs h3, .semsummary h3, .project-extras h3 {
  font-family: "Quicksand", sans-serif;
}
.stripdata h3, .hptopic h3, .doc-card h3, .home-jobs h3 {
  line-height: 1.15;
}
.card-tool h3, .pfpmore h3, .formsection h3, .stripdata h3, .hptopic h3, .doc-card h3, .home-jobs h3 {
  font-weight: 600;
}
.agenda_day h3, .semsummary h3 {
  line-height: 1.5;
}
.agenda_description h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: 600;
}

h4 {
  line-height: 1.15;
  font-size: 1.05rem;
  font-family: "Quicksand", sans-serif;
}
.jpac-members h4 .contact h4, .stripdata h4, .ttdata h4, .pubdata h4, .media-releases h4, .resource h4, .contact_wrap h4, .submisssion h4, .yicpost h4, .media-releases h4, .home-jobs h4, .public_comments h4, .sem-tooldata h4 {
  margin-bottom: 0;
}
.prjcard h4 {
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.page-template-page-ourwork .resource h4 {
  margin-bottom: 2rem;
}
.popup h4, .page-template-page-ourwork .resource h4, .yicpost h4 {
  margin-top: 0.25rem;
}
.c-item h4, .stripdata h4, .tools-wrap h4, .sem-tooldata h4 {
  margin-top: 0.5rem;
}
.ttdata h4, .pubdata h4 {
  margin-top: 2rem;
}
.members h4 {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgb(10, 117, 169);
  color: rgb(95, 99, 105);
}
.jpac-members h4 {
  text-align: center;
}
.resource .cat_image + h4 {
  font-size: 0.875rem;
}
.grants h4, .agenda_day h4 {
  color: rgb(95, 99, 105);
}
.grants h4 {
  font-weight: 700;
}
.resource h4, .event h4, .ttdata h4, .pubdata h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.event h4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.popup h4 {
  font-weight: 400;
}
.agenda_day h4 {
  font-size: 1.25rem;
  font-weight: 400;
}

h5 {
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
}
.ttdata h5, .pubdata h5 {
  font-style: italic;
  font-weight: 400;
  font-size: 0.91rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

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

p {
  color: rgb(95, 99, 105);
  font-size: 0.95rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}
.tagembed-container p, .twitterfeed p {
  color: white;
}
.specs p, form + p .contact p, .cs-data p, .value p, .events p, .media-releases p, .contact_wrap p, .sem-tooldata p, .submisssion p, .yicpost p, .agenda_entry div:last-of-type p, .timelinebox p {
  margin-top: 0;
}
.vdata p, .card-single-data p, .public_comments p {
  margin-top: 0.25rem;
}
.when + p, .specs p, .list-footer p {
  margin-bottom: 0;
}
.cs-data p {
  margin-bottom: 0.5rem;
}
.submisssion p {
  margin-bottom: 1rem;
}
.mbprogram p, .prjdetails p, .submissiondetails p, .yicpost p, .topicdocs .document p, .pubextras p, .napdetails p, .pubdata p {
  font-size: 0.82rem;
}
.pubextras p {
  border-top: 1px solid #e7e7e7;
  padding-top: 0.5rem;
}
.home .intro p {
  font-size: 1.05rem;
  font-family: "Quicksand", sans-serif;
}
@media (min-width: 1024px) {
  .home .intro p {
    font-size: 1.25rem;
  }
}
#popup p {
  color: rgb(95, 99, 105);
  font-weight: 400;
}
section.darkblue p, .value p, footer p {
  color: rgba(167, 176, 187, 0.9);
}
.regularblue p, .four-ohfour p {
  color: rgb(255, 255, 255);
}
.video-info p {
  color: rgb(95, 99, 105);
  color: lightslategray;
}
.stripdata p, .party p, .doc-card p, .spottext p, .home-jobs p, .resource p:not(:last-of-type), .napecadata p, footer p, .document p {
  font-size: 0.875rem;
}
.spottext p:not(.accent) {
  margin: 1.5rem 0;
}
footer p {
  line-height: 120%;
}
.card-agency p, .project-video p, .document p {
  line-height: 1.25;
}
.four-ohfour p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(10, 117, 169);
}
@media (min-width: 768px) {
  .four-ohfour p {
    max-width: 40%;
  }
}
.media-releases p, .boilerplate p {
  font-style: italic;
}
.mbprogram p, .doc-card p {
  line-height: 1.5;
}
.regularblue p, .toppub p, .resource p {
  line-height: 1.25;
}
.event p.highlight {
  color: rgb(10, 117, 169);
}
.popup p {
  padding-right: 1rem;
  font-size: 0.95rem;
}
@media (min-width: 1024px) {
  .popup p {
    padding-right: 2rem;
  }
}
form + p {
  margin-left: 5px;
}
.vdata p, .toppub p {
  font-size: 0.82rem;
}
.toppub p {
  text-align: left;
}
.vdata p {
  text-align: center;
}

.accent {
  color: rgb(0, 23, 56);
  font-weight: 600;
}

label {
  color: rgb(95, 99, 105);
  vertical-align: middle;
}

.deadlines ul {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.deadlines ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: rgb(95, 99, 105);
}
.deadlines ul li span {
  color: rgb(0, 23, 56);
  font-style: italic;
}
.deadlines ul li:not(:last-of-type) {
  border-bottom: 1px dotted rgba(167, 176, 187, 0.9);
}
.napecadata ul, .popup ul {
  font-size: 0.875rem;
}
.napecadata ul li, .popup ul li {
  padding-bottom: 0.5rem;
}
.agenda_description ul {
  list-style-type: circle;
  margin-left: 3rem;
  font-size: 0.875rem;
}
.agenda_description ul li {
  padding-bottom: 0.5rem;
  color: rgb(95, 99, 105);
}
.project-content ul {
  list-style-type: disc;
  margin-left: 1rem;
  padding-left: 2rem;
}
.project-content ul li {
  padding-bottom: 0.5rem;
  color: rgb(95, 99, 105);
}
.page-template-page-blitz .casestudy ul {
  list-style-type: disc;
  margin-left: 1rem;
  padding-left: 2rem;
}
.single-submissions ul .bread-current {
  font-style: italic;
}

.page-training-materials-on-environmentally-sound-management ol {
  list-style-type: decimal;
  margin-left: 1rem;
  padding-left: 2rem;
}
.page-training-materials-on-environmentally-sound-management ol li {
  margin-bottom: 0.5rem;
}

.submissiondata span {
  font-weight: 500;
}
.submisssion span {
  color: rgb(10, 117, 169);
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  section {
    padding: 2rem 0;
  }
}
section:nth-of-type(even):not(.agenda_day section) {
  background-color: rgb(245, 245, 245);
}
section.darkblue {
  background-color: rgba(0, 23, 56, 0.9) !important;
}
section.regularblue {
  background-color: #0080a1 !important;
}
section.pfpgreen {
  background-color: rgb(255, 165, 0);
  margin: 2rem 0;
}
section.pfpgreen div {
  padding: 1rem;
}
@media (min-width: 1024px) {
  section.pfpgreen div {
    padding: 1rem 2rem 0;
  }
}
section.pfpgreen .btn--download {
  font-size: 1rem !important;
  padding: 1rem 2rem;
}

.container {
  max-width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
  color: rgb(95, 99, 105);
  position: relative;
}
.container + .container:not(.gallery) {
  padding: 0;
}
@media (min-width: 1024px) {
  .container {
    padding: 1rem 0;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 70%;
  }
}
header .container {
  position: relative;
}
.container img {
  max-width: 100%;
  height: auto;
}

.container.postcard {
  padding: 1rem 0 0 !important;
}

.proj-img {
  aspect-ratio: 600/342;
  overflow: hidden;
  position: relative;
}

.casestudy {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
@media (min-width: 1024px) {
  .casestudy {
    max-width: 90%;
  }
}
.casestudy .quote {
  padding: 2rem 0 2rem 0;
  font-size: 0.95rem;
  max-width: 60%;
  font-style: italic;
  margin: 0 0 0 auto;
}

.stretched--five > div:first-of-type {
  flex: 1 5%;
}
.stretched--five > div:not(:first-of-type) {
  flex: 1 87%;
}
@media (min-width: 1024px) {
  .stretched--five > div:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 1380px) {
  .stretched--five > div:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.stretched--five img {
  width: 100%;
  height: auto;
}
.stretched--thirty > div:first-of-type {
  flex: 1 30%;
}
.stretched--thirty > div:not(:first-of-type) {
  flex: 1 62%;
}
@media (min-width: 1024px) {
  .stretched--thirty > div:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 1380px) {
  .stretched--thirty > div:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.stretched--thirty img {
  width: 100%;
  height: auto;
}
.stretched--fourty > div:first-of-type {
  flex: 1 40%;
}
.stretched--fourty > div:not(:first-of-type) {
  flex: 1 52%;
}
@media (min-width: 1024px) {
  .stretched--fourty > div:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 1380px) {
  .stretched--fourty > div:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.stretched--fourty img {
  width: 100%;
  height: auto;
}
.stretched--fourtyfive > div:first-of-type {
  flex: 1 46%;
}
.stretched--fourtyfive > div:not(:first-of-type) {
  flex: 1 46%;
}
@media (min-width: 1024px) {
  .stretched--fourtyfive > div:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 1380px) {
  .stretched--fourtyfive > div:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.stretched--fourtyfive img {
  width: 100%;
  height: auto;
}
.stretched--fifty > div:first-of-type {
  flex: 1 50%;
}
.stretched--fifty > div:not(:first-of-type) {
  flex: 1 42%;
}
@media (min-width: 1024px) {
  .stretched--fifty > div:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 1380px) {
  .stretched--fifty > div:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.stretched--fifty img {
  width: 100%;
  height: auto;
}
.stretched--half > div:first-of-type {
  flex: 1 50%;
}
.stretched--half > div:not(:first-of-type) {
  flex: 1 42%;
}
@media (min-width: 1024px) {
  .stretched--half > div:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 1380px) {
  .stretched--half > div:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.stretched--half img {
  width: 100%;
  height: auto;
}
.stretched--sixty > div:first-of-type {
  flex: 1 60%;
}
.stretched--sixty > div:not(:first-of-type) {
  flex: 1 32%;
}
@media (min-width: 1024px) {
  .stretched--sixty > div:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 1380px) {
  .stretched--sixty > div:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.stretched--sixty img {
  width: 100%;
  height: auto;
}
.stretched--seventy > div:first-of-type {
  flex: 1 70%;
}
.stretched--seventy > div:not(:first-of-type) {
  flex: 1 22%;
}
@media (min-width: 1024px) {
  .stretched--seventy > div:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (min-width: 1380px) {
  .stretched--seventy > div:nth-of-type(odd) {
    margin-right: 6%;
  }
}
.stretched--seventy img {
  width: 100%;
  height: auto;
}
.stretched--half > div:first-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .stretched--five > div:last-of-type {
    max-width: 70%;
  }
}

@media (min-width: 640px) {
  .thirds > div {
    flex: 1 45%;
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .thirds > div {
    flex: 1 90%;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .thirds > div {
    flex: 1 45%;
    max-width: 48%;
  }
}
@media (min-width: 1380px) {
  .thirds > div {
    flex: 1 32%;
    max-width: 32.5%;
  }
}

.stripmedia .stripdata {
  padding-right: 0.5rem;
}

.datetime {
  margin: 2rem 0;
}

.agenda_entry {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.agenda-video {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
}

.sttag,
.agenda-date {
  text-transform: capitalize;
}

.timelinebox {
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  padding: 1rem 4rem 1rem;
  margin-bottom: 2rem;
}

.intro {
  width: 100%;
}
.intro h1, .intro p {
  text-align: center;
}
@media (min-width: 768px) {
  .intro h1, .intro p {
    text-align: left;
  }
}
.intro h1 {
  line-height: 4;
}
@media (min-width: 768px) {
  .intro {
    max-width: 75%;
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .intro {
    max-width: 57%;
    left: 16%;
    min-height: 10rem;
  }
}
@media (min-width: 1600px) {
  .intro {
    left: 14%;
  }
}

.section-img {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
}

@media (min-width: 768px) {
  .home .intro {
    max-width: 95%;
    left: 0;
  }
}
@media (min-width: 930px) {
  .home .intro {
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .home .intro {
    min-height: 15rem;
    left: 10%;
  }
}
@media (min-width: 1240px) {
  .home .intro {
    max-width: 70%;
    min-height: 17rem;
    left: 16%;
  }
}

.page-template-default .section-img img {
  width: 120%;
  height: 100%;
  clip-path: ellipse(103% 105% at 50% 121%);
}

.search .headerbox,
.category .headerbox,
.single .headerbox,
.page-template .headerbox {
  min-height: 12rem;
}
.search .section-img img,
.category .section-img img,
.single .section-img img,
.page-template .section-img img {
  width: 100%;
  height: auto;
  margin-top: 60px;
  clip-path: ellipse(63% 100% at 50% 100%);
}

@media (min-width: 640px) {
  .search .section-img img,
  .category .section-img img,
  .page-template-default .section-img img,
  .single .section-img img,
  .page-template .section-img img {
    width: 100%;
    clip-path: ellipse(75% 100% at 53% 107%);
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .search .section-img img,
  .category .section-img img,
  .page-template-default .section-img img,
  .single .section-img img,
  .page-template .section-img img {
    clip-path: ellipse(90% 100% at 88% 96%);
    margin-top: 0;
  }
}
@media (min-width: 1380px) {
  .search .section-img img,
  .category .section-img img,
  .page-template-default .section-img img,
  .single .section-img img,
  .page-template .section-img img {
    clip-path: ellipse(109% 100% at 83% 97%);
  }
}
@media (min-width: 1600px) {
  .search .section-img img,
  .category .section-img img,
  .page-template-default .section-img img,
  .single .section-img img,
  .page-template .section-img img {
    clip-path: ellipse(100% 100% at 84% 90%);
    width: 100%;
  }
}

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

.four-ohfour {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../img/404-background-underwater.webp");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100%;
  width: 100%;
  height: auto;
  display: block;
  min-height: 60rem;
}
.four-ohfour .notfound {
  width: 40%;
}

.event_cards img,
.newwinner img,
.napimage img {
  width: 100%;
  height: auto;
}

.newwinner .winnerimg {
  max-height: 231px;
  overflow: hidden;
}

.event_cards .event-image {
  height: 180px;
  overflow: hidden;
}

.members {
  position: relative;
}

.profile-img {
  width: 180px;
  height: 180px;
  margin: auto auto 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}

.member {
  position: relative;
  text-align: center;
}
.member img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.35s;
}
.member .councilmember,
.member .membername {
  line-height: 1.15;
}
.member .membername {
  padding: 0 0.5rem;
  font-size: 1.025rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-family: "Quicksand", sans-serif;
}
.member .position {
  font-size: 0.82rem;
  margin-top: 0;
  line-height: 1.15;
}
#memberswrap > .member {
  margin-bottom: 2rem;
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #memberswrap > .member {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  #memberswrap > .member {
    width: 32%;
  }
}
.member > .profile-img {
  margin-top: 1rem;
}
.staff .member {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .staff .member {
    flex: 1 50%;
  }
}
@media (min-width: 930px) {
  .staff .member {
    flex: 1 30%;
  }
}
@media (min-width: 1024px) {
  .staff .member {
    flex: 1 21%;
  }
}
@media (min-width: 1600px) {
  .staff .member {
    flex: 1 16%;
  }
}
.tek-members > .member, .jpac-members > .member {
  border: 1px solid rgb(245, 245, 245);
  background-color: rgb(255, 255, 255);
  border-radius: 0.4rem;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
  min-height: 22rem;
  position: relative;
}
.tek-members > .member span, .jpac-members > .member span {
  color: rgb(95, 99, 105);
  font-size: 0.75rem;
}
.tek-members > .member > p, .jpac-members > .member > p {
  font-size: 0.82rem;
  line-height: 1.2;
}
.tek-members > .member > p:first-of-type, .jpac-members > .member > p:first-of-type {
  margin-bottom: 0;
}
.tek-members > .member > p:last-of-type, .jpac-members > .member > p:last-of-type {
  margin-top: 0;
}
.tek-members.canadá > .member span::after, .tek-members.canada > .member span::after, .jpac-members.canadá > .member span::after, .jpac-members.canada > .member span::after {
  content: "";
  background-image: url("../img/canada-flag.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 27px;
  width: 27px;
  height: 25px;
  display: inline-block;
}
.tek-members.mexique > .member span::after, .tek-members.méxico > .member span::after, .tek-members.mexico > .member span::after, .jpac-members.mexique > .member span::after, .jpac-members.méxico > .member span::after, .jpac-members.mexico > .member span::after {
  content: "";
  background-image: url("../img/mexico-flag.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 27px;
  width: 27px;
  height: 25px;
  display: inline-block;
}
.tek-members.États-unis > .member span::after, .tek-members.estadosunidos > .member span::after, .tek-members.unitedstates > .member span::after, .jpac-members.États-unis > .member span::after, .jpac-members.estadosunidos > .member span::after, .jpac-members.unitedstates > .member span::after {
  content: "";
  background-image: url("../img/us-flag.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 27px;
  width: 27px;
  height: 25px;
  display: inline-block;
}

.napimage {
  position: relative;
}
.napimage span {
  background-color: rgb(0, 23, 56);
  color: rgb(255, 255, 255);
  padding: 0.25rem 1rem;
  position: absolute;
  right: -10px;
  top: 10px;
}
.napimage span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #c0f2ff 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: rgb(95, 99, 105);
}

.search_term,
topsearch input[type=text],
.getnews input[type=email],
.getnews input[type=text],
.popup-form input[type=email],
.popup-form input[type=text],
.container input[type=email],
.container input[type=text],
select {
  padding: 0 1rem 0.25rem;
  color: rgb(95, 99, 105);
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  background-color: rgb(245, 245, 245);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 2.5rem;
  flex: 1 150px;
  margin: 0 5px 10px 0;
  max-height: 3rem;
}
@media (min-width: 1600px) {
  .search_term,
  topsearch input[type=text],
  .getnews input[type=email],
  .getnews input[type=text],
  .popup-form input[type=email],
  .popup-form input[type=text],
  .container input[type=email],
  .container input[type=text],
  select {
    margin: 0 5px 0 0;
  }
}

.facetwp-facet input.facetwp-search {
  min-width: 0 !important;
}

.facetwp-search {
  padding: 0 1rem 0.25rem 0;
  background-color: rgb(245, 245, 245);
  font-family: "Lato", "Helvetica Neue", sans-serif;
  border: 1px solid #e6e6e6;
  font-size: 1rem;
  height: 2.5rem;
  margin: 0 5px 10px 0;
  max-height: 3rem;
}
@media (min-width: 768px) {
  .facetwp-search {
    color: rgb(95, 99, 105);
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (min-width: 1600px) {
  .facetwp-search {
    margin: 0 5px 0 0;
  }
}

.top-fltr > div {
  margin-top: 1.25rem;
  display: none;
}
@media (min-width: 930px) {
  .top-fltr > div {
    display: flex;
  }
}
.top-fltr .facetwp-facet-theme {
  display: flex;
}
.top-fltr .facetwp-facet-theme .facetwp-checkbox:first-of-type {
  padding-left: 0;
}
.top-fltr .facetwp-facet-theme .facetwp-counter {
  display: none;
}
.top-fltr select {
  border: none;
  border-radius: 0;
  border-left: 1px solid lightgray;
  font-size: 0.82rem;
  background-image: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  height: auto;
  padding: 0 0.5rem 0 1rem;
  margin: 0.5rem 0 0 0.5rem;
}

#topsearch select {
  max-width: 100%;
}
@media (min-width: 320px) {
  #topsearch select {
    flex: 1 20%;
  }
}

.getnews input[type=email],
.getnews input[type=text],
.getnews select {
  margin-bottom: 1rem !important;
}

.stories input[type=email],
.stories input[type=text],
.stories select {
  margin-bottom: 1rem !important;
  flex: 1 350px !important;
}

.stories label {
  font-size: 1rem !important;
}

.getnews li,
.getnews select {
  width: 100%;
}
.getnews label {
  font-size: 1rem !important;
  margin: -32px;
}
.getnews .indicates-required {
  font-size: 0.82rem;
  text-align: right;
  color: rgb(95, 99, 105);
}

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

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

.facetwp-checkbox input[type=checkbox],
.vl-filter input[type=checkbox],
.getnews input[type=checkbox],
.search-form 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 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.facetwp-checkbox input[type=checkbox]:active, .facetwp-checkbox input[type=checkbox]:checked:active,
.vl-filter input[type=checkbox]:active,
.vl-filter input[type=checkbox]:checked:active,
.getnews input[type=checkbox]:active,
.getnews input[type=checkbox]:checked:active,
.search-form input[type=checkbox]:active,
.search-form 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);
}
.facetwp-checkbox input[type=checkbox]:checked,
.vl-filter input[type=checkbox]:checked,
.getnews input[type=checkbox]:checked,
.search-form 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 1px rgba(0, 0, 0, 0.05), inset 15px 10px 1px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.facetwp-checkbox input[type=checkbox]:checked:after,
.vl-filter input[type=checkbox]:checked:after,
.getnews input[type=checkbox]:checked:after,
.search-form input[type=checkbox]:checked:after {
  content: "\f14a";
  font-family: "icomoon";
  font-size: 0.875rem;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}

.getnews input[type=checkbox] {
  left: -45px;
}

.headerbox {
  position: relative;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .headerbox {
    padding: 0 2rem 0.05rem;
  }
}
.headerbox nav {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
}
.headerbox .language-menu {
  padding-top: 0.35rem;
}
@media (min-width: 1024px) {
  .headerbox .language-menu li:not(:last-of-type) {
    margin-right: 0.5rem;
  }
}
.headerbox .intro,
.headerbox .branding {
  position: relative;
  z-index: 1;
}
.headerbox .branding {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .headerbox .branding {
    margin-top: 0;
    margin-left: 0;
  }
}
.headerbox p.caption {
  position: absolute;
  margin: 1rem;
  right: 0;
  bottom: 0;
  color: #e6e6e6;
}
.headerbox .search input[type=email],
.headerbox .search input[type=text] {
  background-color: rgba(250, 250, 250, 0.5);
  border: none;
  border-radius: 5px;
  color: rgb(3, 19, 42);
  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;
}
.headerbox img {
  width: 100%;
}

.deadlines {
  padding: 1rem 2rem;
  background-color: rgb(245, 245, 245);
  height: fit-content;
}

.overview {
  background-color: rgb(245, 245, 245);
  padding: 2rem;
  position: relative;
  border-radius: 0.5rem;
}
.overview h3 {
  font-size: 1.15rem;
  font-weight: 600;
}
.overview div {
  align-items: flex-end;
}
.overview span {
  color: rgb(95, 99, 105);
  font-size: 2rem;
  vertical-align: top;
}
.overview .salary {
  width: 80%;
}
.overview p {
  margin: 0.5rem 0 1rem 1rem;
}
.overview .open {
  background-color: rgb(66, 190, 173);
  padding: 0.25rem 5rem 0.25rem 1rem;
  color: rgb(255, 255, 255);
}
.overview .location {
  width: 85%;
}

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

.hptopic {
  padding: 0.5rem;
}
.hptopic a {
  position: relative;
}
.hptopic span {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: rgb(255, 255, 255);
  background: rgba(0, 23, 56, 0.85);
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  font-weight: 700;
}

.topic.tool {
  background-color: rgb(250, 250, 250);
  border-radius: 5px;
}
.topic.tool img {
  width: 100%;
  height: auto;
}
.topic.tool a {
  position: relative;
}
.topic.tool span {
  position: absolute;
  bottom: 15px;
  color: rgb(255, 255, 255);
  background: rgba(0, 23, 56, 0.85);
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
@media (min-width: 768px) {
  .topic.tool {
    flex: 1 250px;
    margin-right: 0.5rem;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .topic.tool {
    flex: 1 350px;
  }
}
@media (min-width: 1600px) {
  .topic.tool {
    flex: 1 170px;
    max-width: 250px;
    margin-right: 0;
  }
}

.tool span {
  padding: 0 3rem 2rem;
  border-bottom: 1px solid lightgray;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(95, 99, 105);
}
@media (min-width: 768px) {
  .tool span {
    padding: 0;
    border: none;
  }
}

.tool:last-of-type span {
  border: none;
}

.card-publication,
.card-single {
  background-color: rgb(255, 255, 255);
  margin-bottom: 2rem;
}

.card-tool {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .card-tool:not(:first-of-type) {
    margin-left: 1rem;
  }
}

.card-single-data {
  padding: 1rem;
}

.card-publication {
  padding: 0.5rem;
}

.card-publication:not(:last-of-type) {
  margin-right: 1rem;
}

.card-publication .feed-tag,
.card-publication .docdata {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .publication {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .publication .pubcover {
    width: 40%;
    margin-right: 8%;
  }
}
.publication .pubcover img {
  width: 100%;
  height: auto;
  max-width: 465px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  border: 1px solid rgb(245, 245, 245);
}
@media (min-width: 768px) {
  .publication .pubdesc {
    width: 52%;
    margin-left: -5px;
  }
}
.publication .pubdesc table {
  color: rgb(95, 99, 105);
  font-size: 0.875rem;
  width: 100%;
  border: none;
}
.publication .pubdesc table td {
  padding: 0.5rem 0;
  background-color: transparent !important;
}
.publication .pubdesc table td:first-of-type {
  width: 25%;
}
.publication .pubdesc table tr:not(:last-of-type) td {
  border-collapse: collapse;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .home .inner-reel .resource {
    max-width: 380px;
  }
}

.resource {
  margin: 5px;
  display: block;
}
@media (min-width: 1024px) {
  .resource:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .category .resource {
    max-width: 600px;
  }
}
.category .carousel .resource {
  padding: 0.5rem;
}
.resource img {
  width: 100%;
  height: auto;
}
.page-tools .resource {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-tools .resource, .topics .resource {
    flex: 1 48%;
    max-width: 50%;
  }
}
@media (min-width: 930px) {
  .page-tools .resource, .topics .resource {
    flex: 1 30%;
    max-width: 32%;
  }
}
@media (min-width: 1024px) {
  .page-tools .resource, .topics .resource {
    flex: 1 25%;
    max-width: 24%;
  }
}
@media (min-width: 768px) {
  .inner-reel .resource {
    max-width: 33%;
  }
}
.resource h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.resource h4 + p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0;
}

.vresource {
  margin: 5px;
  position: relative;
  width: 300px;
}
@media (min-width: 1024px) {
  .vresource {
    width: 415px;
  }
}
.vresource h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.vresource h4 + p {
  font-size: 0.875rem;
  margin-top: 0;
}

.twotools h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.twotools h4 + p {
  font-size: 0.875rem;
  margin-top: 0;
}
.twotools .imgwrap {
  height: 250px;
  overflow: hidden;
}

.top {
  vertical-align: top;
}
.agenda_day {
  background-color: rgb(255, 255, 255);
  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_day section:last-of-type .agenda_entry:first-of-type {
  border-bottom: none;
}

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

.agenda_entry span {
  font-style: normal;
}
.agenda_entry .agenda_time {
  color: rgb(95, 99, 105);
  font-style: italic;
  padding-right: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .agenda_entry .agenda_time {
    width: 30%;
  }
}
.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: 60%;
  }
}

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

.caption {
  font-size: 0.875rem;
  line-height: 150%;
}

.event_img {
  position: relative;
}
.event_img .caption {
  margin: 0.5rem;
  position: absolute;
  color: rgb(255, 255, 255);
  top: 0;
  right: 1rem;
}

.newscap .caption {
  font-size: 0.85rem;
  line-height: 1.35;
  font-style: italic;
  margin-top: 0.5rem;
}
.newscap .caption span {
  font-style: normal !important;
}

.page-template-page-blitz .caption {
  margin-top: 0;
  font-style: italic;
  font-size: 0.85rem;
}

.acc-wrap {
  position: relative;
}
.acc-wrap h2 {
  font-size: 4.5rem;
  font-weight: 700 !important;
  color: rgb(10, 117, 169);
  text-align: center;
}
@media (min-width: 768px) {
  .acc-wrap h2 {
    text-align: left;
  }
}
.acc-wrap:first-of-type {
  margin-top: 3rem;
}
.acc-wrap .inner-flex > div {
  flex: 1;
  padding: 1rem 3rem;
  text-align: justify;
}
.acc-wrap .inner-flex > div h4 {
  text-align: center;
}
.acc-wrap .acc-img {
  max-width: 600px;
  max-height: 342px;
  overflow: hidden;
  margin: auto;
}
.acc-wrap .acc-img img {
  width: 100%;
  height: auto;
}

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

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

.agencies {
  color: rgb(95, 99, 105);
}

.nmtop {
  margin-top: 0;
}

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

.alwayshalf:first-of-type {
  width: 38%;
}

.alwayshalf:last-of-type {
  width: 52%;
}

.stripicon {
  width: 35%;
}
.stripicon i {
  font-size: 4rem;
  color: #e6e6e6;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .stripicon i {
    font-size: 5rem;
  }
}
@media (min-width: 1380px) {
  .stripicon i {
    font-size: 6rem;
  }
}

.stripinner:not(:first-of-type) {
  border-top: 1px solid #e6e6e6;
  margin-top: 2rem;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .stripinner:not(:first-of-type) {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .stripinner:not(:first-of-type) {
    border-top: none;
  }
}

.stripinner img {
  width: 100%;
  height: auto;
}

.stripmedia .stripicon,
.stripitem .stripicon {
  padding-left: 1rem;
}

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

@media (min-width: 930px) {
  .tek-members,
  .jpac-members {
    width: 30%;
  }
}

.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%;
}
#mc-embedded-subscribe-form .mc-field-group ul {
  padding-top: 1rem;
  padding-bottom: 2rem;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#mc-embedded-subscribe-form .mc-field-group li label {
  padding-left: 0.5rem;
  color: rgb(95, 99, 105);
  font-size: 1rem;
}
@media (min-width: 768px) {
  #mc-embedded-subscribe-form .mc-field-group li label {
    margin-right: 2rem;
  }
}
#mc-embedded-subscribe-form div.clear {
  position: relative;
  padding-bottom: 1rem;
  bottom: -1rem;
}

.partner-orgs div {
  margin: auto 0;
}
.partner-orgs img {
  width: 100%;
  max-width: 200px;
  padding: 1rem;
  opacity: 0.5;
  filter: grayscale(100%);
}
.partner-orgs:hover {
  opacity: 1;
  filter: none;
}

.partner-lc img {
  height: 200px;
  width: auto;
  padding: 1rem;
  opacity: 0.5;
  filter: grayscale(100%);
}
.partner-lc img:hover {
  opacity: 1;
  filter: none;
}

.partner-mp img {
  width: auto;
  padding: 1rem;
  opacity: 0.5;
  filter: grayscale(100%);
  display: block;
  margin: auto;
}
.partner-mp img:hover {
  opacity: 1;
  filter: none;
}
@media (min-width: 930px) {
  .partner-mp {
    flex: 20%;
    max-width: 18%;
    margin-bottom: 3rem;
  }
}

.partners-lc {
  align-items: center;
}
.partners-lc div {
  text-align: center;
}
@media (min-width: 768px) {
  .partners-lc div {
    width: 16%;
    flex: 1;
  }
}
.partners-lc div img {
  padding: 1rem;
  opacity: 0.5;
  filter: grayscale(100%);
}
.partners-lc div img:hover {
  opacity: 1;
  filter: none;
}

.card-agency {
  padding: 1rem 2rem 0;
  margin-bottom: 2rem;
  text-align: center;
  background-color: rgb(245, 245, 245);
}

.agencies .partners-lc div {
  padding: 0;
}

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

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

.smcx-embed {
  max-width: 100% !important;
  height: 56rem !important;
}

.smcx-embed > .smcx-iframe-container {
  max-width: 100% !important;
  height: 100% !important;
}

@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: 0;
  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: rgb(95, 99, 105);
}

.isi-player {
  width: 100% !important;
}

.isi_message_container {
  height: 100% !important;
}

.playerwrap {
  max-width: 90%;
  height: auto !important;
  margin: auto;
}

.socialcomments div {
  width: 31%;
}

.single-events .video-info {
  padding: 1rem 2rem;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2rem;
  scrollbar-width: thin;
}
@media (min-width: 768px) {
  .single-events .video-info {
    max-height: 242px;
  }
}
@media (min-width: 1024px) {
  .single-events .video-info {
    max-height: 380px;
  }
}
.single-events .video-info p {
  line-height: 1.2;
}

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

.form-checkboxes {
  position: relative;
  width: 75%;
}

.profile-page img {
  width: 65%;
}

.wpml-ls-legacy-list-horizontal {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.wpml-ls-legacy-list-horizontal li:first-of-type {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid lightgray;
}
.wpml-ls-legacy-list-horizontal li:first-of-type a {
  padding-left: 0;
  padding-top: 0;
}

.facetwp-facet-da_document_type .facetwp-checkbox,
.facetwp-facet-event_category .facetwp-checkbox,
.facetwp-facet-event_themes .facetwp-checkbox,
.facetwp-facet-event_participation .facetwp-checkbox,
.facetwp-facet-newsletter_feed .facetwp-checkbox,
.facetwp-facet-newsletter_theme .facetwp-checkbox,
.facetwp-facet-sem_country .facetwp-checkbox,
.facetwp-facet-napeca_country .facetwp-checkbox,
.facetwp-facet-sem_factual .facetwp-checkbox,
.facetwp-facet-napeca_year .facetwp-checkbox,
.facetwp-facet-napeca_status .facetwp-checkbox,
.facetwp-facet-sem_status .facetwp-checkbox,
.facetwp-facet-project_theme .facetwp-checkbox,
.facetwp-facet-project_status .facetwp-checkbox,
.facetwp-facet-theme .facetwp-checkbox,
.facetwp-facet-atlas_type .facetwp-checkbox,
.facetwp-facet-atlas_keyword .facetwp-checkbox,
.facetwp-facet-document_type .facetwp-checkbox {
  background-image: none;
  background-size: 0;
  padding-left: 0;
  font-size: 0.82rem;
}
.facetwp-facet-da_document_type .facetwp-checkbox:hover,
.facetwp-facet-event_category .facetwp-checkbox:hover,
.facetwp-facet-event_themes .facetwp-checkbox:hover,
.facetwp-facet-event_participation .facetwp-checkbox:hover,
.facetwp-facet-newsletter_feed .facetwp-checkbox:hover,
.facetwp-facet-newsletter_theme .facetwp-checkbox:hover,
.facetwp-facet-sem_country .facetwp-checkbox:hover,
.facetwp-facet-napeca_country .facetwp-checkbox:hover,
.facetwp-facet-sem_factual .facetwp-checkbox:hover,
.facetwp-facet-napeca_year .facetwp-checkbox:hover,
.facetwp-facet-napeca_status .facetwp-checkbox:hover,
.facetwp-facet-sem_status .facetwp-checkbox:hover,
.facetwp-facet-project_theme .facetwp-checkbox:hover,
.facetwp-facet-project_status .facetwp-checkbox:hover,
.facetwp-facet-theme .facetwp-checkbox:hover,
.facetwp-facet-atlas_type .facetwp-checkbox:hover,
.facetwp-facet-atlas_keyword .facetwp-checkbox:hover,
.facetwp-facet-document_type .facetwp-checkbox:hover {
  color: rgb(10, 117, 169);
}

.facetwp-facet-event_themes .facetwp-checkbox,
.facetwp-facet-newsletter_feed .facetwp-checkbox,
.facetwp-facet-newsletter_theme .facetwp-checkbox,
.facetwp-facet-project_theme .facetwp-checkbox,
.facetwp-facet-theme .facetwp-checkbox,
.facetwp-facet-atlas_type .facetwp-checkbox,
.facetwp-facet-atlas_keyword .facetwp-checkbox,
.facetwp-facet-document_type .facetwp-checkbox {
  padding: 0.5rem 0.75rem;
}

.facetwp-facet-event_category .facetwp-checkbox,
.facetwp-facet-event_participation .facetwp-checkbox,
.facetwp-facet-sem_status .facetwp-checkbox,
.facetwp-facet-napeca_status .facetwp-checkbox,
.facetwp-facet-project_status .facetwp-checkbox,
.facetwp-facet-sem_country .facetwp-checkbox,
.facetwp-facet-napeca_country .facetwp-checkbox,
.facetwp-facet-sem_factual .facetwp-checkbox,
.facetwp-facet-napeca_year .facetwp-checkbox {
  padding: 0.25rem 0.75rem;
}

.facetwp-facet-sem_factual .facetwp-checkbox[data-value="0"] {
  display: none;
}

.facetwp-facet-da_document_type .facetwp-checkbox::before,
.facetwp-facet-da_document_type .facetwp-checkbox.checked::before,
.facetwp-facet-event_category .facetwp-checkbox::before,
.facetwp-facet-event_category .facetwp-checkbox.checked::before,
.facetwp-facet-sem_factual .facetwp-checkbox::before,
.facetwp-facet-sem_factual .facetwp-checkbox.checked::before,
.facetwp-facet-napeca_year .facetwp-checkbox::before,
.facetwp-facet-napeca_year .facetwp-checkbox.checked::before {
  font-family: "icomoon";
  font-size: 1rem;
  margin-right: 10px;
}
.facetwp-facet-da_document_type .facetwp-checkbox::before,
.facetwp-facet-event_category .facetwp-checkbox::before,
.facetwp-facet-sem_factual .facetwp-checkbox::before,
.facetwp-facet-napeca_year .facetwp-checkbox::before {
  content: "\f0c8";
}
.facetwp-facet-da_document_type .facetwp-checkbox.checked::before,
.facetwp-facet-event_category .facetwp-checkbox.checked::before,
.facetwp-facet-sem_factual .facetwp-checkbox.checked::before,
.facetwp-facet-napeca_year .facetwp-checkbox.checked::before {
  content: "\f14a";
}

.facetwp-slider-label {
  font-size: 0.82rem;
}

.facetwp-facet-event_themes .facetwp-checkbox.checked,
.facetwp-facet-newsletter_feed .facetwp-checkbox.checked,
.facetwp-facet-atlas_keyword .facetwp-checkbox.checked,
.facetwp-facet-document_type .facetwp-checkbox.checked {
  background-image: none;
  background-color: rgb(10, 117, 169);
  color: rgb(255, 255, 255);
}

.facetwp-facet-project_status .facetwp-checkbox.checked,
.facetwp-facet-event_participation .facetwp-checkbox.checked,
.facetwp-facet-event_category .facetwp-checkbox.checked,
.facetwp-facet-sem_status .facetwp-checkbox.checked,
.facetwp-facet-napeca_status .facetwp-checkbox.checked,
.facetwp-facet-sem_country .facetwp-checkbox.checked,
.facetwp-facet-napeca_country .facetwp-checkbox.checked,
.facetwp-facet-atlas_type .facetwp-checkbox.checked,
.facetwp-facet-newsletter_theme .facetwp-checkbox.checked,
.facetwp-facet-project_theme .facetwp-checkbox.checked,
.facetwp-facet-theme .facetwp-checkbox.checked {
  background-image: none;
  color: rgb(10, 117, 169);
}

.facetwp-facet-sem_country,
.facetwp-facet-napeca_country {
  position: relative;
}
.facetwp-facet-sem_country .facetwp-checkbox.checked::after,
.facetwp-facet-napeca_country .facetwp-checkbox.checked::after {
  font-family: "icomoon";
  font-size: 1rem;
  content: "\f00c";
  position: absolute;
  right: 0;
}

.facetwp-facet-sem_country div[data-value*=canada]::before,
.facetwp-facet-napeca_country div[data-value*=canada]::before {
  content: "";
  background-image: url("../img/canada-flag.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 24px;
  width: 24px;
  height: 13px;
  display: inline-block;
  margin: -5px 10px 0 0;
}
.facetwp-facet-sem_country div[data-value*=mex]::before,
.facetwp-facet-napeca_country div[data-value*=mex]::before {
  content: "";
  background-image: url("../img/mexico-flag.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 24px;
  width: 24px;
  height: 13px;
  display: inline-block;
  margin: 0px 10px -1px 0px;
}
.facetwp-facet-sem_country div[data-value*=united-states]::before, .facetwp-facet-sem_country div[data-value*=estados-unidos]::before, .facetwp-facet-sem_country div[data-value*=etats-unis]::before,
.facetwp-facet-napeca_country div[data-value*=united-states]::before,
.facetwp-facet-napeca_country div[data-value*=estados-unidos]::before,
.facetwp-facet-napeca_country div[data-value*=etats-unis]::before {
  content: "";
  background-image: url("../img/us-flag.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 24px;
  width: 24px;
  height: 13px;
  display: inline-block;
  margin: 0px 10px 0 0;
}

.facetwp-facet-newsletter_theme,
.facetwp-facet-atlas_type,
.facetwp-facet-project_theme,
.search-filters .facetwp-facet-theme {
  margin-bottom: -1px;
}
.facetwp-facet-newsletter_theme .facetwp-checkbox::before,
.facetwp-facet-atlas_type .facetwp-checkbox::before,
.facetwp-facet-project_theme .facetwp-checkbox::before,
.search-filters .facetwp-facet-theme .facetwp-checkbox::before {
  font-family: "icomoon";
  font-size: 1rem;
  border: 1px solid #e6e6e6;
  padding: 10px 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.facetwp-facet-newsletter_theme div[data-value*=climate]::before, .facetwp-facet-newsletter_theme div[data-value*=climatico]::before, .facetwp-facet-newsletter_theme div[data-value*=climatiques]::before,
.facetwp-facet-atlas_type div[data-value*=climate]::before,
.facetwp-facet-atlas_type div[data-value*=climatico]::before,
.facetwp-facet-atlas_type div[data-value*=climatiques]::before,
.facetwp-facet-project_theme div[data-value*=climate]::before,
.facetwp-facet-project_theme div[data-value*=climatico]::before,
.facetwp-facet-project_theme div[data-value*=climatiques]::before,
.search-filters .facetwp-facet-theme div[data-value*=climate]::before,
.search-filters .facetwp-facet-theme div[data-value*=climatico]::before,
.search-filters .facetwp-facet-theme div[data-value*=climatiques]::before {
  content: "\e919";
}
.facetwp-facet-newsletter_theme div[data-value*=ecosystems]::before, .facetwp-facet-newsletter_theme div[data-value*=ecosistemas]::before, .facetwp-facet-newsletter_theme div[data-value*=ecosystemes]::before,
.facetwp-facet-atlas_type div[data-value*=ecosystems]::before,
.facetwp-facet-atlas_type div[data-value*=ecosistemas]::before,
.facetwp-facet-atlas_type div[data-value*=ecosystemes]::before,
.facetwp-facet-project_theme div[data-value*=ecosystems]::before,
.facetwp-facet-project_theme div[data-value*=ecosistemas]::before,
.facetwp-facet-project_theme div[data-value*=ecosystemes]::before,
.search-filters .facetwp-facet-theme div[data-value*=ecosystems]::before,
.search-filters .facetwp-facet-theme div[data-value*=ecosistemas]::before,
.search-filters .facetwp-facet-theme div[data-value*=ecosystemes]::before {
  content: "\f0ac";
}
.facetwp-facet-newsletter_theme div[data-value*=enforcement]::before, .facetwp-facet-newsletter_theme div[data-value*=legislacion]::before, .facetwp-facet-newsletter_theme div[data-value*=lois]::before,
.facetwp-facet-atlas_type div[data-value*=enforcement]::before,
.facetwp-facet-atlas_type div[data-value*=legislacion]::before,
.facetwp-facet-atlas_type div[data-value*=lois]::before,
.facetwp-facet-project_theme div[data-value*=enforcement]::before,
.facetwp-facet-project_theme div[data-value*=legislacion]::before,
.facetwp-facet-project_theme div[data-value*=lois]::before,
.search-filters .facetwp-facet-theme div[data-value*=enforcement]::before,
.search-filters .facetwp-facet-theme div[data-value*=legislacion]::before,
.search-filters .facetwp-facet-theme div[data-value*=lois]::before {
  content: "\f0e3";
}
.facetwp-facet-newsletter_theme div[data-value*=green]::before, .facetwp-facet-newsletter_theme div[data-value*=verde]::before, .facetwp-facet-newsletter_theme div[data-value*=sustentable]::before, .facetwp-facet-newsletter_theme div[data-value*=verte]::before,
.facetwp-facet-atlas_type div[data-value*=green]::before,
.facetwp-facet-atlas_type div[data-value*=verde]::before,
.facetwp-facet-atlas_type div[data-value*=sustentable]::before,
.facetwp-facet-atlas_type div[data-value*=verte]::before,
.facetwp-facet-project_theme div[data-value*=green]::before,
.facetwp-facet-project_theme div[data-value*=verde]::before,
.facetwp-facet-project_theme div[data-value*=sustentable]::before,
.facetwp-facet-project_theme div[data-value*=verte]::before,
.search-filters .facetwp-facet-theme div[data-value*=green]::before,
.search-filters .facetwp-facet-theme div[data-value*=verde]::before,
.search-filters .facetwp-facet-theme div[data-value*=sustentable]::before,
.search-filters .facetwp-facet-theme div[data-value*=verte]::before {
  content: "\f06c";
}
.facetwp-facet-newsletter_theme div[data-value*=pollutants]::before, .facetwp-facet-newsletter_theme div[data-value*=contaminantes]::before, .facetwp-facet-newsletter_theme div[data-value*=polluants]::before,
.facetwp-facet-atlas_type div[data-value*=pollutants]::before,
.facetwp-facet-atlas_type div[data-value*=contaminantes]::before,
.facetwp-facet-atlas_type div[data-value*=polluants]::before,
.facetwp-facet-project_theme div[data-value*=pollutants]::before,
.facetwp-facet-project_theme div[data-value*=contaminantes]::before,
.facetwp-facet-project_theme div[data-value*=polluants]::before,
.search-filters .facetwp-facet-theme div[data-value*=pollutants]::before,
.search-filters .facetwp-facet-theme div[data-value*=contaminantes]::before,
.search-filters .facetwp-facet-theme div[data-value*=polluants]::before {
  content: "\f275";
}
.facetwp-facet-newsletter_theme div[data-value*=base-maps]::before, .facetwp-facet-newsletter_theme div[data-value*=mapas-base]::before, .facetwp-facet-newsletter_theme div[data-value*=fonds-de-carte]::before,
.facetwp-facet-atlas_type div[data-value*=base-maps]::before,
.facetwp-facet-atlas_type div[data-value*=mapas-base]::before,
.facetwp-facet-atlas_type div[data-value*=fonds-de-carte]::before,
.facetwp-facet-project_theme div[data-value*=base-maps]::before,
.facetwp-facet-project_theme div[data-value*=mapas-base]::before,
.facetwp-facet-project_theme div[data-value*=fonds-de-carte]::before,
.search-filters .facetwp-facet-theme div[data-value*=base-maps]::before,
.search-filters .facetwp-facet-theme div[data-value*=mapas-base]::before,
.search-filters .facetwp-facet-theme div[data-value*=fonds-de-carte]::before {
  content: "\f279";
}
.facetwp-facet-newsletter_theme div[data-value*=climate]::before, .facetwp-facet-newsletter_theme div[data-value*=clima]::before, .facetwp-facet-newsletter_theme div[data-value*=climat]::before,
.facetwp-facet-atlas_type div[data-value*=climate]::before,
.facetwp-facet-atlas_type div[data-value*=clima]::before,
.facetwp-facet-atlas_type div[data-value*=climat]::before,
.facetwp-facet-project_theme div[data-value*=climate]::before,
.facetwp-facet-project_theme div[data-value*=clima]::before,
.facetwp-facet-project_theme div[data-value*=climat]::before,
.search-filters .facetwp-facet-theme div[data-value*=climate]::before,
.search-filters .facetwp-facet-theme div[data-value*=clima]::before,
.search-filters .facetwp-facet-theme div[data-value*=climat]::before {
  content: "\e919";
}
.facetwp-facet-newsletter_theme div[data-value*=human-influence]::before, .facetwp-facet-newsletter_theme div[data-value*=influencia-humana]::before, .facetwp-facet-newsletter_theme div[data-value*=influence-humaine]::before,
.facetwp-facet-atlas_type div[data-value*=human-influence]::before,
.facetwp-facet-atlas_type div[data-value*=influencia-humana]::before,
.facetwp-facet-atlas_type div[data-value*=influence-humaine]::before,
.facetwp-facet-project_theme div[data-value*=human-influence]::before,
.facetwp-facet-project_theme div[data-value*=influencia-humana]::before,
.facetwp-facet-project_theme div[data-value*=influence-humaine]::before,
.search-filters .facetwp-facet-theme div[data-value*=human-influence]::before,
.search-filters .facetwp-facet-theme div[data-value*=influencia-humana]::before,
.search-filters .facetwp-facet-theme div[data-value*=influence-humaine]::before {
  content: "\f0c0";
}
.facetwp-facet-newsletter_theme div[data-value*=marine-ecosystems]::before, .facetwp-facet-newsletter_theme div[data-value*=ecosistemas-marinos]::before, .facetwp-facet-newsletter_theme div[data-value*=ecosystemes-marins]::before,
.facetwp-facet-atlas_type div[data-value*=marine-ecosystems]::before,
.facetwp-facet-atlas_type div[data-value*=ecosistemas-marinos]::before,
.facetwp-facet-atlas_type div[data-value*=ecosystemes-marins]::before,
.facetwp-facet-project_theme div[data-value*=marine-ecosystems]::before,
.facetwp-facet-project_theme div[data-value*=ecosistemas-marinos]::before,
.facetwp-facet-project_theme div[data-value*=ecosystemes-marins]::before,
.search-filters .facetwp-facet-theme div[data-value*=marine-ecosystems]::before,
.search-filters .facetwp-facet-theme div[data-value*=ecosistemas-marinos]::before,
.search-filters .facetwp-facet-theme div[data-value*=ecosystemes-marins]::before {
  content: "\f21a";
}
.facetwp-facet-newsletter_theme div[data-value*=pollution-and-waste]::before, .facetwp-facet-newsletter_theme div[data-value*=contaminacion-y-residuos]::before, .facetwp-facet-newsletter_theme div[data-value*=pollution-et-dechets]::before,
.facetwp-facet-atlas_type div[data-value*=pollution-and-waste]::before,
.facetwp-facet-atlas_type div[data-value*=contaminacion-y-residuos]::before,
.facetwp-facet-atlas_type div[data-value*=pollution-et-dechets]::before,
.facetwp-facet-project_theme div[data-value*=pollution-and-waste]::before,
.facetwp-facet-project_theme div[data-value*=contaminacion-y-residuos]::before,
.facetwp-facet-project_theme div[data-value*=pollution-et-dechets]::before,
.search-filters .facetwp-facet-theme div[data-value*=pollution-and-waste]::before,
.search-filters .facetwp-facet-theme div[data-value*=contaminacion-y-residuos]::before,
.search-filters .facetwp-facet-theme div[data-value*=pollution-et-dechets]::before {
  content: "\f275";
}
.facetwp-facet-newsletter_theme div[data-value*=terrestrial-ecosystems]::before, .facetwp-facet-newsletter_theme div[data-value*=ecosistemas-terrestres]::before, .facetwp-facet-newsletter_theme div[data-value*=ecosystemes-terrestres]::before,
.facetwp-facet-atlas_type div[data-value*=terrestrial-ecosystems]::before,
.facetwp-facet-atlas_type div[data-value*=ecosistemas-terrestres]::before,
.facetwp-facet-atlas_type div[data-value*=ecosystemes-terrestres]::before,
.facetwp-facet-project_theme div[data-value*=terrestrial-ecosystems]::before,
.facetwp-facet-project_theme div[data-value*=ecosistemas-terrestres]::before,
.facetwp-facet-project_theme div[data-value*=ecosystemes-terrestres]::before,
.search-filters .facetwp-facet-theme div[data-value*=terrestrial-ecosystems]::before,
.search-filters .facetwp-facet-theme div[data-value*=ecosistemas-terrestres]::before,
.search-filters .facetwp-facet-theme div[data-value*=ecosystemes-terrestres]::before {
  content: "\f06c";
}

.facetwp-facet-event_themes .facetwp-checkbox,
.facetwp-facet-newsletter_feed .facetwp-checkbox,
.facetwp-facet-atlas_keyword .facetwp-checkbox,
.facetwp-facet-document_type .facetwp-checkbox {
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
}
.facetwp-facet-event_themes .facetwp-checkbox:not(:last-of-type),
.facetwp-facet-event_themes .facetwp-checkbox:not(:first-of-type),
.facetwp-facet-newsletter_feed .facetwp-checkbox:not(:last-of-type),
.facetwp-facet-newsletter_feed .facetwp-checkbox:not(:first-of-type),
.facetwp-facet-atlas_keyword .facetwp-checkbox:not(:last-of-type),
.facetwp-facet-atlas_keyword .facetwp-checkbox:not(:first-of-type),
.facetwp-facet-document_type .facetwp-checkbox:not(:last-of-type),
.facetwp-facet-document_type .facetwp-checkbox:not(:first-of-type) {
  margin-right: 0.5rem;
}

.facetwp-facet-project_status .facetwp-checkbox::before,
.facetwp-facet-project_status .facetwp-checkbox.checked::before,
.facetwp-facet-event_participation .facetwp-checkbox::before,
.facetwp-facet-event_participation .facetwp-checkbox.checked::before,
.facetwp-facet-sem_status .facetwp-checkbox::before,
.facetwp-facet-sem_status .facetwp-checkbox.checked::before,
.facetwp-facet-napeca_status .facetwp-checkbox::before,
.facetwp-facet-napeca_status .facetwp-checkbox.checked::before {
  font-family: "icomoon";
  font-size: 1rem;
  margin-right: 10px;
}
.facetwp-facet-project_status .facetwp-checkbox::before,
.facetwp-facet-event_participation .facetwp-checkbox::before,
.facetwp-facet-sem_status .facetwp-checkbox::before,
.facetwp-facet-napeca_status .facetwp-checkbox::before {
  content: "\f10c";
}
.facetwp-facet-project_status .facetwp-checkbox.checked::before,
.facetwp-facet-event_participation .facetwp-checkbox.checked::before,
.facetwp-facet-sem_status .facetwp-checkbox.checked::before,
.facetwp-facet-napeca_status .facetwp-checkbox.checked::before {
  content: "\f192";
}

.facetwp-facet-series .facetwp-radio {
  background-image: none;
  background-size: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6e6e6;
  font-size: 0.82rem;
  margin-bottom: -1px;
}
.facetwp-facet-series .facetwp-radio.checked {
  background-image: none;
  background-color: rgb(10, 117, 169);
  color: rgb(255, 255, 255);
}
.facetwp-facet-series .facetwp-radio:first-of-type {
  border-radius: 4px 4px 0 0;
}
.facetwp-facet-series .facetwp-radio:last-of-type {
  border-radius: 0 0 4px 4px;
}

.facetwp-facet {
  margin-bottom: 10px !important;
}

.facetwp-input-wrap,
input.facetwp-search {
  width: 100% !important;
}

.facetwp-slider-reset {
  display: none;
}

div[class$=filter] {
  margin-top: 3rem;
}

.home-jobs {
  margin-bottom: 2rem;
}
.home-jobs:not(:last-of-type) {
  margin-right: 5%;
}
@media (min-width: 768px) {
  .home-jobs {
    flex: 1 30%;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .page-template-page-napeca-grants .intro,
  .page-template-page-napeca .intro {
    max-width: 67%;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .page-template-page-sem-tracker .intro {
    max-width: 57%;
  }
}

.noresult {
  padding: 3rem 7rem;
  text-align: center;
}

.meeting-data {
  flex-grow: 1;
  max-width: 50%;
}
.meeting-data p {
  position: relative;
  margin-left: 25px;
  font-size: 0.875rem;
  padding-right: 1rem;
  line-height: 1.2;
}
.meeting-data i {
  position: absolute;
  left: -25px;
  top: 2px;
  color: #b3b3b3;
}

.textbox {
  padding: 3rem 2rem;
  flex-grow: 1;
  flex-basis: 185px;
}
.textbox:not(:first-of-type) {
  margin-left: -1px;
}
.textbox p {
  line-height: 1.25;
}
@media (min-width: 768px) {
  .textbox p {
    display: table-cell;
    height: 6rem;
    vertical-align: middle;
  }
}
@media (min-width: 1600px) {
  .textbox {
    flex-basis: 200px;
  }
}

.crosscutting,
.textbox {
  border: 1px solid lightgray;
  text-align: center;
  background-color: rgb(10, 117, 169);
}
.crosscutting p,
.textbox p {
  color: rgb(255, 255, 255);
}

.crosscutting {
  margin-top: -1px;
}

.napdata span {
  font-size: 0.82rem !important;
}

.napecaimage {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}

.newsimage {
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}
.newsimage img {
  width: 100%;
  height: auto;
}

.tags span {
  font-size: 0.82rem;
  color: rgb(95, 99, 105);
}
.tags span:first-of-type {
  margin-right: 1rem;
}

.extrapadding {
  padding-top: 2rem;
}

.marginbottom {
  margin-bottom: 2rem;
}

.featured_sp {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .featured_sp {
    padding-right: 3rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .featured_sp {
    border-right: 1px solid lightgray;
  }
}

.popthumb img,
.mbthumb img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.popthumb img {
  background-color: #f5f5f5;
}

.govtable div:nth-of-type(odd) {
  background-color: rgb(245, 245, 245);
}
.govtable > div {
  line-height: 1.35;
  padding: 0.5rem 1rem;
}
.govtable > div i {
  font-size: 2rem;
  color: #e6e6e6;
}
.govtable .inner-flex > div:first-of-type {
  padding: 3rem 1.5rem;
}
.govtable .inner-flex > div:last-of-type {
  padding: 3rem 1rem;
}
.govtable > div:nth-of-type(n+2) {
  text-align: center;
}
.govtable .rightblock {
  display: inline-block;
}
.govtable .rightblock p {
  margin-bottom: 0;
}
.govtable .rightblock ul {
  margin: 0;
}
.govtable .docsintable span[class^=icon-], .govtable .docsintable i, .govtable .docsintable p,
.govtable .inner-flex span[class^=icon-],
.govtable .inner-flex i,
.govtable .inner-flex p {
  display: inline-block;
}
.govtable .docsintable span[class^=icon-], .govtable .docsintable i,
.govtable .inner-flex span[class^=icon-],
.govtable .inner-flex i {
  font-size: 4rem;
  color: rgb(10, 117, 169);
  padding: 1rem;
  vertical-align: top;
}
.govtable .rightblock p,
.govtable .docsintable p,
.govtable .inner-flex p {
  font-size: 1.2rem;
}
.govtable .docsintable {
  background-color: transparent !important;
}
.govtable .smallertext {
  font-size: 1rem;
}

.keythreats img {
  width: 60%;
  height: auto;
  box-shadow: none !important;
}
.keythreats .kthreat {
  margin: 2rem auto;
}
.keythreats .ktlabel {
  font-weight: 600;
  color: rgb(0, 23, 56);
}

.blog-content {
  max-width: 750px;
  padding-bottom: 2rem;
  margin: 2rem auto 3rem;
}
.blog-content:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.blog-content img {
  margin-bottom: 1rem;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.yewgraph {
  max-width: 95%;
  margin: auto;
}
@media (min-width: 768px) {
  .yewgraph {
    max-width: 85%;
  }
}
.yewgraph img {
  width: 100%;
  height: 100%;
  max-width: 900px;
}

#memberswrap {
  margin-top: 3rem;
}

.anivlogo {
  z-index: 10;
  align-self: center;
}
.anivlogo img {
  box-shadow: none !important;
  max-width: 70%;
  margin: auto;
  padding-top: 2rem;
  display: block;
}
@media (min-width: 768px) {
  .anivlogo img {
    max-width: 90%;
    padding-top: 0;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .anivlogo img {
    padding-right: 0;
  }
}

.offer img {
  box-shadow: none !important;
  max-width: 650px;
}

.jobstable {
  border: 1px solid #e6e6e6;
  padding: 1rem 2rem;
}
.jobstable div {
  align-self: center;
  text-align: center;
}
@media (min-width: 768px) {
  .jobstable div:first-of-type {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .jobstable div:last-of-type {
    text-align: right;
  }
}

.card-publication {
  position: relative;
}

.card-tool:hover .overlapdata,
.card-publication:hover .overlapdata {
  opacity: 1;
}

.overlapdata {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008CBA;
}
.overlapdata p, .overlapdata a,
.overlapdata span {
  color: white !important;
}
.overlapdata a {
  font-weight: 600;
}

.tektop {
  padding: 1rem 3rem;
  background-color: rgb(0, 23, 56);
  color: rgb(255, 255, 255);
}

.tekbottom {
  position: relative;
}
.tekbottom img {
  width: 100%;
  height: auto;
}
.tekbottom .tek-title {
  position: absolute;
  z-index: 2;
  color: rgb(255, 255, 255);
  top: 30%;
  left: 30%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.tek-wrap {
  max-width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .tek-wrap {
    padding: 3rem 0;
    max-width: 850px;
  }
}
.tek-wrap img {
  max-width: 100%;
  height: auto;
}
.tek-wrap h2 {
  margin-bottom: 3rem;
}
.tek-wrap p {
  color: initial;
}

.tekblue {
  background-color: rgb(158, 219, 236) !important;
}

.tek_events > div {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .tek_events > div {
    flex: 1 48%;
    max-width: 415px;
  }
}

.card-topic {
  margin-bottom: 2rem;
}

.facetwp-facet-monarch_program,
.alwaysflex,
.facetwp-facet-event_themes,
.facetwp-facet-newsletter_feed,
.facetwp-facet-document_type,
.facetwp-facet-atlas_keyword {
  display: flex;
  flex-wrap: wrap;
}

.facetwp-facet-monarch_program,
.facetwp-facet-event_themes,
.facetwp-facet-newsletter_feed,
.facetwp-facet-document_type,
.facetwp-facet-atlas_keyword {
  align-items: baseline;
}

.inner-flex {
  align-items: stretch;
}
@media (min-width: 768px) {
  .inner-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.inner-flex[class^=stretched--] {
  align-items: center;
}

.inner-flex,
.home-jobs {
  flex-direction: column;
}
@media (min-width: 768px) {
  .inner-flex,
  .home-jobs {
    flex-direction: row;
  }
}

.inner-flex.reverse-mobile,
.inner-flex.spotlight {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .inner-flex.reverse-mobile,
  .inner-flex.spotlight {
    flex-direction: row;
  }
}

.vl-publications > .inner-flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .vl-publications > .inner-flex {
    flex-direction: row;
  }
}

.alwaysflex,
.inner-flex {
  justify-content: space-between;
}
.alwaysflex.justify-start,
.inner-flex.justify-start {
  justify-content: flex-start;
}
.alwaysflex.justify-around,
.inner-flex.justify-around {
  justify-content: space-around;
}
.alwaysflex.justify-evenly,
.inner-flex.justify-evenly {
  justify-content: space-evenly;
}
.alwaysflex.justify-center,
.inner-flex.justify-center {
  justify-content: center;
}

.align-middle {
  align-self: center;
}

form:not(#pub-search) {
  justify-content: space-between;
}

.facetwp-facet-event_themes,
.facetwp-facet-newsletter_feed,
.facetwp-facet-atlas_keyword,
.facetwp-facet-document_type,
.page-template-page-atlas form {
  justify-content: flex-start;
}

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

.vresource {
  flex: 1 300px;
  padding: 1rem 0.5rem;
}
@media (min-width: 1024px) {
  .vresource {
    flex: 1 415px;
  }
}

@media (min-width: 768px) {
  .page-template-page-napeca:not(.page-ej4climate) .requirement:first-of-type {
    flex: 1 500px;
  }
}

@media (min-width: 768px) {
  .value {
    flex: 1 210px;
  }
}

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

@media (min-width: 768px) {
  .jobstable div {
    flex: 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .jobstable div:last-of-type {
    flex: 1 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .stripinner {
    flex: 1 33%;
    max-width: 32%;
  }
}

@media (min-width: 640px) {
  .ejprojects .card-single,
  .card-tool,
  .card-video {
    flex: 1 30%;
    max-width: 30%;
  }
}

@media (min-width: 640px) {
  .card-single {
    flex: 1 25%;
    max-width: 24%;
  }
}

@media (min-width: 768px) {
  .card-topic {
    flex: 0 0 33%;
  }
}

@media (min-width: 768px) {
  .card-topic:not(:nth-child(3n+1)) {
    margin-left: 0.5%;
  }
}

@media (min-width: 640px) {
  .card-publication {
    flex: 1 18%;
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  .card-publication {
    margin: 0.5rem;
  }
}

@media (min-width: 768px) {
  .card-agency {
    flex: 1 32%;
    max-width: 30%;
  }
}
@media (min-width: 1024px) {
  .card-agency {
    flex: 1 18%;
    max-width: 20%;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slidecontrol li:not(:last-of-type) {
  margin-right: 1rem;
}
.slidecontrol li a {
  background-color: #e6e6e6;
  color: rgb(10, 117, 169);
  border-radius: 0.4rem;
  padding: 0.35rem 0.5rem;
}
.slidecontrol li a:hover {
  background-color: rgb(10, 117, 169);
  color: rgb(255, 255, 255);
}
.slidecontrol .hightlighted a {
  background-color: rgb(10, 117, 169);
  color: rgb(255, 255, 255);
}

.c-item {
  max-width: 415px;
  padding: 1rem;
}
.c-item img {
  width: 100%;
  height: auto;
}

.hpcarousel .slick-dots {
  display: none !important;
}

.slick-dots li button,
.slick-dots button {
  padding: 0.35rem;
  border-radius: 50%;
  background-color: rgba(167, 176, 187, 0.9);
  border: none;
  margin: 0.5rem 0.25rem !important;
  content-visibility: hidden;
  width: 5px !important;
  height: 5px !important;
}
.darkblue .slick-dots li button, .regularblue .slick-dots li button,
.darkblue .slick-dots button,
.regularblue .slick-dots button {
  background-color: rgb(0, 23, 56);
}
.slick-dots li li,
.slick-dots li {
  margin-bottom: 0;
}

.slick-active button {
  background-color: rgb(10, 117, 169);
}
.darkblue .slick-active button, .regularblue .slick-active button {
  background-color: rgb(250, 250, 250);
}

.ctf-fixed-height {
  overflow: auto;
}

#ctf .ctf-item {
  padding: 15px 5px;
  overflow: hidden;
}

#ctf.ctf-boxed-style .ctf-item {
  padding: 15px;
}

#ctf .ctf-item:first-child {
  border-top: none;
}

#ctf .ctf-item:last-of-type {
  border-bottom: none !important;
}

#ctf .ctf_remaining {
  display: none;
}

#ctf .ctf_more {
  padding: 1px;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}

#ctf .ctf_more:hover {
  cursor: pointer;
  background: rgb(245, 245, 245);
  border: 1px solid #e6e6e6;
  text-decoration: none;
}

/* Header */
#ctf .ctf-header {
  float: left;
  clear: both;
  margin: 0;
  padding: 5px 5px 15px 5px;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
}

#ctf .ctf-header a {
  float: left;
  display: block;
  text-decoration: none;
}

/* Header avatar */
#ctf .ctf-header-img {
  float: left;
  position: relative;
  width: 48px;
  margin: 0 0 0 -100% !important;
  overflow: hidden;
  border-radius: 40px;
}

#ctf .ctf-header-img img {
  display: block;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 40px;
}

/* Header avatar hover */
#ctf .ctf-header-img-hover,
#ctf .ctf-header-generic-icon {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgba(27, 149, 224, 0.85);
  border-radius: 40px;
  z-index: 999;
}

#ctf .ctf-header-img-hover .fa,
#ctf .ctf-header-generic-icon .fa,
#ctf .ctf-header-img-hover svg,
#ctf .ctf-header-generic-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -8px;
  font-size: 20px;
  z-index: 1000;
}

#ctf .ctf-header-img-hover svg,
#ctf .ctf-header-generic-icon svg {
  margin-top: -10px;
  margin-left: -10px;
}

/* Header text */
#ctf .ctf-header-text {
  float: left;
  width: 100%;
  padding-top: 5px;
}

#ctf .ctf-header-text .ctf-header-user,
#ctf .ctf-header-text p {
  float: left;
  clear: both;
  width: auto;
  margin: 0 0 0 60px !important;
  padding: 0 !important;
}

#ctf .ctf-header-name {
  font-weight: bold;
  margin-right: 6px;
}

#ctf .ctf-header-text .ctf-verified {
  margin-right: 5px;
}

/* Follow */
#ctf .ctf-header .ctf-header-follow {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 0 0 2px;
  position: relative;
  top: -2px;
  background: #1b95e0;
  color: rgb(255, 255, 255);
  font-size: 11px;
  border-radius: 3px;
  transition: background 0.6s ease-in-out;
}

#ctf .ctf-header .ctf-header-follow .fa,
#ctf .ctf-header .ctf-header-follow svg {
  margin-right: 3px;
  font-size: 12px;
}

#ctf .ctf-header a:hover .ctf-header-follow {
  background: #0c7abf;
  transition: background 0.2s ease-in-out;
}

/* Generic header version */
#ctf .ctf-header-type-generic .ctf-header-img {
  color: rgb(255, 255, 255);
  width: 48px;
  height: 48px;
  position: relative;
}

#ctf .ctf-header-type-generic .ctf-header-link:hover .ctf-header-generic-icon {
  background: #0c7abf;
}

#ctf .ctf-header-type-generic .ctf-header-no-bio {
  padding-top: 9px !important;
  font-size: 16px;
  font-weight: bold;
}

#ctf .ctf-header-type-generic .ctf-header-generic-icon {
  display: block;
  color: rgb(255, 255, 255);
  background: #1b95e0;
  transition: background 0.2s ease-in-out;
}

#ctf .ctf-header-type-generic:hover .ctf-header-generic-icon {
  display: block;
  opacity: 1;
}

#ctf .ctf-header .ctf-header-user {
  font-size: 16px;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-break: break-word;
}

#ctf .ctf-header p,
#ctf .ctf-header .ctf-header-screenname {
  font-size: 13px;
  line-height: 1.3;
}

/* screenreader */
.ctf-screenreader {
  text-indent: -9999px !important;
  display: inline-block !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  text-align: left !important;
}

/* No bio */
#ctf .ctf-header-text.sbi-no-info .ctf-header-user {
  padding-top: 9px !important;
}

#ctf .ctf-header-text.sbi-no-bio .ctf-header-counts {
  clear: both;
}

/* Context */
#ctf .ctf-context {
  width: 100%;
  padding-left: 42px;
  margin-bottom: 2px;
}

#ctf .ctf-with-logo .ctf-context {
  padding-right: 30px;
}

#ctf .ctf-retweet-icon {
  display: inline-block;
  font-size: inherit;
  line-height: 1;
  margin: 0 5px 0 0;
  border-radius: 3px;
}

#ctf.ctf-super-narrow .ctf-retweet-icon {
  margin: 0 5px 0 0;
}

#ctf .ctf-reply-icon {
  display: inline-block;
  font-size: inherit;
  padding: 1px 3px 3px 3px;
  line-height: 1;
  margin: 0 3px 0 0;
}

/* Author */
#ctf .ctf-author-box {
  margin-left: 56px;
}

#ctf .ctf-author-avatar {
  width: 48px;
  height: 48px;
  margin: 3px 6px 0 -56px;
  float: left;
  overflow: hidden;
  border: none;
  border-radius: 5px;
  clear: both;
}

#ctf .ctf-author-avatar img {
  margin: 0 !important;
  padding: 0;
}

#ctf .ctf-author-name,
#ctf .ctf-author-screenname,
#ctf .ctf-verified,
#ctf .ctf-tweet-meta {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}

#ctf .ctf-screename-sep {
  margin: 0 2px;
  display: inline-block;
}

#ctf .ctf-author-name {
  font-weight: bold !important;
  margin-left: 6px;
  margin-top: 4px;
}

#ctf .ctf-author-box-link {
  color: black;
  text-decoration: none;
  display: inline;
  line-height: 1.5 !important;
}

#ctf .ctf-verified,
#ctf .ctf-quoted-verified {
  color: #77c7f7;
  margin-left: 0;
}

#ctf .ctf-quoted-verified {
  margin-right: 4px;
}

#ctf .ctf-tweet-meta {
  display: inline-block;
}

#ctf .ctf-replied-to-text a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

#ctf p.ctf-tweet-text,
#ctf p.ctf-media-link {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4;
  word-break: break-all;
}

#ctf .ctf-tweet-content,
#ctf .ctf-tweet-actions {
  margin-left: 58px;
  margin-top: 3px;
  max-width: 100%;
}

#ctf .ctf-corner-logo {
  display: inline-block;
  float: right;
  color: #1b95e0;
  font-size: 24px;
}

#ctf.ctf-narrow .ctf-corner-logo {
  font-size: 20px;
}

/* No avatar */
#ctf .ctf-hide-avatar .ctf-context,
#ctf .ctf-hide-avatar .ctf-tweet-content,
#ctf .ctf-hide-avatar .ctf-tweet-actions,
#ctf .ctf-hide-avatar .ctf-quoted-tweet,
#ctf .ctf-hide-avatar .ctf-author-box,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-context,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-content,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-actions,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-quoted-tweet,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-author-box,
#ctf .ctf-hide-avatar .ctf-author-name,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-context,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-content,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-actions,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-quoted-tweet,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-author-box {
  margin-left: 0;
}

#ctf .ctf-hide-avatar .ctf-context {
  padding-left: 0;
}

#ctf .ctf-header-img.ctf-no-consent .ctf-header-img-hover,
#ctf .ctf-header-img.ctf-no-consent {
  display: block;
  opacity: 1;
  height: 48px;
}

/*Quoted tweets*/
#ctf .ctf-quoted-tweet {
  display: block;
  clear: both;
  margin: 7px 0 5px 58px;
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.1s ease-in-out;
}

#ctf .ctf-quoted-tweet:hover,
#ctf .ctf-quoted-tweet:focus {
  background: rgb(245, 245, 245);
  border: 1px solid rgb(245, 245, 245);
  transition: background 0.1s ease-in-out;
}

#ctf .ctf-quoted-author-name {
  font-weight: bold;
  margin-right: 4px;
}

#ctf .ctf-quoted-tweet p {
  margin: 2px 0;
}

/* Actions */
#ctf .ctf-tweet-actions a {
  padding: 2px 10px 2px 5px;
  float: left;
}

#ctf .ctf-tweet-actions a.ctf-reply,
#ctf .ctf-tweet-actions a.ctf-retweet,
#ctf .ctf-tweet-actions a.ctf-like {
  color: rgba(0, 0, 0, 0.59);
  text-decoration: none;
  border: none;
  transition: color 0.1s ease-in-out;
}

#ctf .ctf-tweet-actions a svg,
#ctf .ctf-tweet-actions a span.fa {
  width: 1.1em;
  height: 1.1em;
  font-size: 1.1em;
}

#ctf .ctf-tweet-actions a span.fa.fa-retweet {
  width: 1.2em;
  height: 1.2em;
  font-size: 1.2em;
}

#ctf .ctf-tweet-actions .ctf-reply {
  margin-left: -5px;
}

#ctf .ctf-tweet-actions a:hover,
#ctf .ctf-tweet-actions a:focus {
  transition: color 0.1s ease-in-out;
}

#ctf .ctf-tweet-actions .ctf-reply:hover,
#ctf .ctf-tweet-actions .ctf-reply:focus {
  color: #E34F0E !important;
}

#ctf .ctf-tweet-actions .ctf-retweet:hover,
#ctf .ctf-tweet-actions .ctf-retweet:focus {
  color: #19cf86 !important;
}

#ctf .ctf-tweet-actions .ctf-like:hover,
#ctf .ctf-tweet-actions .ctf-like:focus {
  color: #e81c4f !important;
}

#ctf .ctf-action-count {
  float: right;
  padding-left: 3px;
  font-size: 0.9em;
  margin-top: 0.25em;
  line-height: 1.2em;
}

#ctf .ctf-twitterlink {
  margin-top: 0.3em;
  line-height: 1.2em;
  font-size: 0.8em;
}

#ctf .ctf-tweet-text-media-wrap,
#ctf .ctf-quoted-tweet-text-media-wrap {
  margin-left: 5px;
  padding: 4px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: inherit;
  text-decoration: none;
  line-height: 1;
  border-radius: 2px;
  transition: background 0.1s ease-in-out;
}

#ctf .ctf-tweet-text-media-wrap:hover,
#ctf .ctf-tweet-text-media-wrap:focus {
  background: rgb(245, 245, 245);
  border: 1px solid #e6e6e6;
  transition: background 0.1s ease-in-out;
}

.ctf-multi-media-icon .ctf-tweet-text-media,
.ctf-quoted-tweet-text .ctf-tweet-text-media {
  margin-left: 3px;
}

/* Load more */
#ctf #ctf-more {
  display: block;
  border: none;
  background: rgb(245, 245, 245);
  width: 100%;
  min-height: 30px;
  padding: 5px 0;
  margin: 0;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.1s ease-in-out;
}

#ctf #ctf-more:hover {
  background: #e6e6e6;
  transition: background 0.1s ease-in-out;
}

#ctf #ctf-more.ctf-loading span {
  transition: opacity 0.5s ease-in-out;
  filter: alpha(opacity=0);
  opacity: 0;
}

#ctf .ctf-loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-color: rgb(95, 99, 105);
  border-radius: 100%;
  -webkit-animation: ctf-sk-scaleout 1s infinite ease-in-out;
  animation: ctf-sk-scaleout 1s infinite ease-in-out;
}

/* Credit link */
.ctf-credit-link {
  width: 100%;
  clear: both;
  padding: 5px 0;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

.ctf-credit-link .fa,
.ctf-credit-link svg {
  margin-right: 4px;
}

/* SVGs */
#ctf svg {
  box-sizing: unset;
}

#ctf svg:not(:root).svg-inline--fa,
#ctf_lightbox svg:not(:root).svg-inline--fa {
  box-sizing: unset;
  overflow: visible;
  width: 1em;
}

#ctf .svg-inline--fa.fa-w-16,
#ctf .svg-inline--fa.fa-w-16 {
  width: 16px;
}

#ctf .svg-inline--fa.fa-w-20 {
  width: 20px;
}

#ctf .ctf-context .ctf-retweet-icon svg {
  width: 1.2em;
  height: 1.2em;
}

#ctf .svg-inline--fa,
#ctf_lightbox .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

#ctf #ctf .ctf-photo-hover span.fa-arrows-alt,
#ctf .ctf-photo-hover svg.fa-arrows-alt {
  display: none;
}

/* Default styles */
#ctf.ctf-styles .ctf-author-screenname,
#ctf.ctf-styles .ctf-screename-sep,
#ctf.ctf-styles .ctf-context,
#ctf.ctf-styles .ctf-tweet-meta {
  font-size: 12px;
}

/* Errors */
#ctf .ctf-error {
  width: 100%;
  text-align: center;
}

#ctf .ctf-error p,
#ctf .ctf-error iframe,
#ctf .ctf-error code {
  padding: 0;
  margin: 0 2px;
}

#ctf .ctf-error-user p {
  padding-bottom: 5px;
}

#ctf .ctf-error-user {
  width: 100%;
}

#ctf .ctf-error-admin {
  margin-top: 15px;
  display: inline-block;
}

#ctf .ctf-error code {
  display: block;
  padding: 4px;
}

.ctf_smash_error {
  border: 1px solid #ddd;
  background: #eee;
  color: #333;
  margin: 10px 0 0;
  padding: 10px 15px;
  font-size: 13px;
  text-align: center;
  clear: both;
  border-radius: 4px;
}

.ctf_smash_error p {
  padding: 5px 0 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.ctf_smash_error span {
  font-size: 12px;
}

/* Out of tweets */
#ctf .ctf-out-of-tweets {
  width: 100%;
}

#ctf .ctf-out-of-tweets {
  display: block;
  border: 1px solid #e6e6e6;
  background: none;
  width: 100%;
  min-height: 30px;
  padding: 5px 0;
  margin: 0;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}

#ctf .ctf-out-of-tweets p,
#ctf .ctf-out-of-tweets iframe {
  margin: 0 2px;
  padding: 0;
}

#ctf .ctf-out-of-tweets p {
  padding: 3px;
  display: none;
}

/* Mobile / Narrow */
#ctf.ctf-narrow .ctf-author-avatar,
#ctf.ctf-narrow .ctf-author-avatar img {
  width: 38px;
  height: 38px;
}

#ctf.ctf-narrow .ctf-tweet-content,
#ctf.ctf-narrow .ctf-tweet-actions,
#ctf.ctf-narrow .ctf-quoted-tweet {
  margin-left: 48px;
}

#ctf.ctf-narrow .ctf-context {
  margin-left: 49px;
}

#ctf.ctf-narrow .ctf-author-box {
  margin-left: 46px;
}

#ctf.ctf-narrow .ctf-author-avatar {
  margin-left: -46px;
}

#ctf.ctf-narrow .ctf-tweet-content {
  padding: 3px 0 5px 0;
}

#ctf.ctf-narrow .ctf-tweet-actions {
  float: left;
  clear: both;
}

/* Super narrow */
#ctf.ctf-super-narrow .ctf-context,
#ctf.ctf-super-narrow .ctf-tweet-content,
#ctf.ctf-super-narrow .ctf-tweet-actions,
#ctf.ctf-super-narrow .ctf-quoted-tweet {
  margin-left: 0;
}

#ctf.ctf-super-narrow .ctf-author-box {
  min-height: 32px;
  margin-bottom: 2px;
}

#ctf.ctf-super-narrow .ctf-author-avatar,
#ctf.ctf-super-narrow .ctf-author-avatar img {
  width: 32px;
  height: 32px;
}

#ctf.ctf-super-narrow .ctf-author-box {
  margin-left: 38px;
  float: left;
  clear: both;
}

#ctf.ctf-super-narrow .ctf-author-avatar {
  margin-left: -38px;
  margin-top: 0;
}

#ctf.ctf-super-narrow .ctf-author-screenname,
#ctf.ctf-super-narrow .ctf-screename-sep {
  display: none;
}

#ctf.ctf-super-narrow .ctf-context {
  padding-bottom: 5px;
}

#ctf.ctf-super-narrow .ctf-author-name {
  display: inline-block;
}

#ctf.ctf-super-narrow .ctf-tweet-content {
  float: left;
  clear: both;
}

#ctf.ctf-super-narrow .ctf-credit-link {
  font-size: 10px;
}

#ctf.ctf-super-narrow .ctf-header-bio {
  margin: 0 !important;
  padding-top: 5px;
}

#ctf.ctf-super-narrow .ctf-header-user {
  min-height: 48px;
}

#ctf.ctf-super-narrow .ctf-header-text {
  padding-top: 10px;
}

#ctf.ctf-super-narrow .ctf-header-follow {
  margin-top: 5px;
}

#ctf.ctf-super-narrow .ctf-more span {
  display: block;
  margin-top: 3px;
}

/* On mobile make the min-width 100% */
@media all and (max-width: 640px) {
  #ctf.ctf-width-resp {
    width: 100% !important;
  }
}
/*Box Shadow*/
/*Text Header*/
[data-header-size=large] .ctf-header-type-text {
  font-size: 48px;
}

[data-header-size=medium] .ctf-header-type-text {
  font-size: 42px;
}

[data-header-size=small] .ctf-header-type-text {
  font-size: 36px;
}

.ctf-list.ctf-boxed-style .ctf-item {
  margin-bottom: 25px;
}

/* Header text */
#ctf .ctf-no-bio .ctf-header-text {
  padding-top: 13px;
}

#ctf .ctf-header-text .ctf-header-user,
#ctf .ctf-header-text p {
  float: left;
  clear: both;
  width: auto;
  margin: 0 0 0 60px !important;
  padding: 0 !important;
  text-align: left;
}

#ctf .ctf-header-text .ctf-header-bio {
  padding: 0 !important;
  word-break: break-word;
}

#ctf.ctf_palette_light .ctf-more,
#ctf.ctf_palette_light .ctf-tweet-actions a,
#ctf.ctf_palette_light .ctf-author-name,
#ctf.ctf_palette_light .ctf-tweet-text,
#ctf.ctf_palette_light .ctf-header-name,
#ctf.ctf_palette_light .ctf-header-type-text,
#ctf.ctf_palette_light .ctf-author-screenname,
#ctf.ctf_palette_light .ctf-header-counts,
#ctf.ctf_palette_light .ctf-header-bio {
  color: rgb(95, 99, 105);
}

/*Link COLOR*/
#ctf.ctf_palette_light .ctf-tweet-text a,
#ctf.ctf_palette_dark .ctf-tweet-text a {
  color: inherit;
}

/*Background COLOR*/
#ctf.ctf_palette_light .ctf-item {
  background: transparent;
}

/*Accent COLOR*/
#ctf.ctf_palette_light .ctf-corner-logo {
  color: #1B95E0;
}

/*Accent2 COLOR*/
#ctf.ctf_palette_light .ctf-verified {
  color: #77C7F7;
}

/*Button  COLOR*/
#ctf.ctf_palette_light .ctf-more {
  background: rgb(95, 99, 105);
}

/***** DARK ****/
#ctf.ctf_palette_dark {
  background: #20222C;
}

#ctf.ctf_palette_dark.ctf.ctf-boxed-style .ctf-item {
  background: rgb(255, 255, 255) !important;
}

/*Text COLOR*/
#ctf.ctf_palette_dark .ctf-more,
#ctf.ctf_palette_dark .ctf-author-name,
#ctf.ctf_palette_dark .ctf-tweet-text,
#ctf.ctf_palette_dark .ctf-header-name,
#ctf.ctf_palette_dark .ctf-header-type-text,
#ctf.ctf_palette_dark .ctf-author-screenname,
#ctf.ctf_palette_dark .ctf-header-counts,
#ctf.ctf_palette_dark .ctf-header-bio {
  color: rgb(255, 255, 255);
}

#ctf.ctf_palette_dark .ctf-item {
  background: transparent;
}

#ctf.ctf_palette_dark .ctf-corner-logo {
  color: #1B95E0;
}

#ctf.ctf_palette_dark .ctf-verified {
  color: #77C7F7;
}

#ctf.ctf_palette_dark .ctf-more {
  background: rgb(255, 255, 255);
}

#ctf.ctf_palette_dark .ctf-tweet-actions a {
  color: rgb(255, 255, 255);
}

.prj-search input[type=checkbox],
.vl-filter input[type=checkbox] {
  margin: 0 -2px 0.25rem 40px;
  left: -6px;
}

.prj-search, .prj-publications,
.vl-filter, .vl-publications {
  color: rgb(95, 99, 105);
}

.prj-search,
.vl-filter {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .prj-search,
  .vl-filter {
    flex: 1 35%;
    max-width: 35%;
  }
}
@media (min-width: 930px) {
  .prj-search,
  .vl-filter {
    flex: 1 26%;
    max-width: 26%;
  }
}

.doc-card,
.prj-publications,
.vl-publications {
  padding: 1rem;
}

.vl-top-filter {
  padding: 1rem 0;
}
@media (min-width: 1024px) {
  .vl-top-filter {
    padding: 1rem;
  }
}

.mbprogram {
  padding: 1.25rem;
  background-color: rgb(245, 245, 245);
  text-align: center;
  max-width: 90%;
}
.mbprogram h4 {
  margin: 0;
}
@media (min-width: 768px) {
  .mbprogram {
    flex: 1 47%;
    max-width: 50%;
  }
}
@media (min-width: 930px) {
  .mbprogram {
    flex: 25%;
    max-width: 23%;
    margin-bottom: 3rem;
  }
  .mbprogram:not(:nth-of-type(5)), .mbprogram:not(:first-of-type) {
    margin-left: 2%;
  }
}

@media (min-width: 768px) {
  .prj-publications,
  .vl-publications {
    padding: 2rem 0 2rem 4rem;
    width: 65%;
  }
}
@media (min-width: 930px) {
  .prj-publications,
  .vl-publications {
    width: 74%;
  }
}

.prj-wrap label,
.vl-wrap label {
  font-size: 0.875rem;
}

.doc-carddata,
.prjdata {
  font-size: 0.82rem;
}

.napdata,
.docdata,
.doc-carddata,
.prjdata,
.tooldetails,
.submissiondetails,
.prjdetails {
  margin-top: 0;
}

.prjdetails {
  padding: 0.5rem 1rem;
}

.tooldetails,
.submissiondetails {
  padding: 1.5rem 1rem 0.5rem;
}

.prj-wrap {
  margin-top: -10px;
}

.prjcard {
  flex: 1 49%;
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  .prjcard {
    max-width: 49%;
  }
}
.prjcard img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .doc-card {
    flex: 1 47%;
  }
}
@media (min-width: 930px) {
  .doc-card {
    flex: 1 18%;
  }
}

.datetime span,
.event_date span,
.doc-carddata span,
.prjdata span,
.napdata span,
.spotlight span,
.docdata span {
  margin-top: 0;
  color: rgb(95, 99, 105);
  font-weight: 400;
}
.datetime span:not(:last-of-type),
.event_date span:not(:last-of-type),
.doc-carddata span:not(:last-of-type),
.prjdata span:not(:last-of-type),
.napdata span:not(:last-of-type),
.spotlight span:not(:last-of-type),
.docdata span:not(:last-of-type) {
  margin-right: 1.25rem;
}

.napdata,
.docdata {
  margin-bottom: 1rem;
}

.filterbutton {
  margin-top: 2rem;
}

.exep-border img {
  border: 1px solid lightgray;
}

.tfadjustment {
  margin-bottom: 2rem;
}
.tfadjustment p, .tfadjustment .btn--link {
  margin-top: 0;
}
.tfadjustment h2 {
  margin-bottom: 0;
}

.doc-card,
.prjcard {
  background-color: rgb(250, 250, 250);
  position: relative;
}

.doc-card {
  margin: 1rem 0 0;
}
.doc-card:not(:first-of-type) {
  margin-left: 5px;
}

.facetwp-facet-monarch_program {
  font-size: 0.875rem;
}
.facetwp-facet-monarch_program .facetwp-checkbox.checked,
.facetwp-facet-monarch_program .facetwp-checkbox {
  background-image: none;
}
.facetwp-facet-monarch_program .facetwp-checkbox {
  color: #b3b3b3;
}
.facetwp-facet-monarch_program .facetwp-checkbox.checked {
  color: rgb(10, 117, 169);
}

.pubcard {
  background-color: rgb(250, 250, 250);
  margin: 3rem 0 3rem;
  position: relative;
  padding-bottom: 1rem;
}
.pubcard img {
  width: 100%;
  height: auto;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 5px;
  top: -20px;
  left: 20px;
}
.pubcard .pubdata {
  padding-right: 1rem;
}
.pubcard .pubextras {
  margin: -16px 1.5rem 0.5rem;
}
@media (min-width: 1024px) {
  .pubcard {
    max-width: 49%;
  }
}

.adinfo {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .minipubs {
    width: 15%;
  }
  .minipubs:not(:first-of-type) {
    margin-left: 2%;
  }
}
.minipubs img {
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  margin-top: 1rem;
  padding: 4px;
  border: 1px solid rgb(245, 245, 245);
}
.minipubs p {
  margin-top: 0;
  line-height: 1.2;
}
.minipubs p:last-of-type {
  font-size: 0.82rem;
}

.ttpub .ttcover {
  width: 28%;
}
.ttpub .ttcover img {
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  padding: 0.25rem;
  border: 1px solid #e6e6e6;
}
.ttpub .ttdata {
  width: 56%;
  position: relative;
}

.toppub {
  width: 90%;
  margin: 2rem auto;
  text-align: center;
  height: auto;
  padding: 2rem 1rem;
  border: 1px solid #e6e6e6;
  background-color: rgb(245, 245, 245);
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) {
  .toppub {
    flex: 1 50%;
  }
}
@media (min-width: 640px) {
  .toppub {
    margin: auto auto 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .toppub {
    flex: 1 30%;
    max-width: 30%;
  }
}
@media (min-width: 1024px) {
  .toppub {
    flex: 1 23%;
    height: 410px;
  }
}
@media (min-width: 1170px) {
  .toppub {
    flex: 1 18%;
  }
}
.toppub img {
  width: 75%;
  height: auto;
  background-color: rgb(255, 255, 255);
  margin-top: 1rem;
  padding: 4px;
  border: 1px solid rgb(245, 245, 245);
}
.toppub .ranking {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
  background-color: rgb(0, 23, 56);
  color: rgb(255, 255, 255);
  font-size: 0.82rem;
  font-weight: 500;
  display: inline-block;
}
.toppub .ranking::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 10px 0 0;
  border-color: rgb(0, 23, 56) transparent transparent transparent;
  position: absolute;
  right: -10px;
  top: 0px;
}

.rankingind {
  background-color: rgb(0, 23, 56);
  color: rgb(255, 255, 255);
  padding: 0.25rem 2rem 0.25rem 1rem;
  display: inline-block;
  clip-path: polygon(100% 0%, 96% 50%, 100% 100%, 0 100%, 0% 51%, 0 0);
  margin-bottom: 1rem;
}

.page-atlas-articulos [class*=span] {
  float: none;
  margin-left: auto;
}

.bibbase_paper {
  padding: 1rem 2rem;
  margin-left: 5%;
  line-height: 1.35;
}

.bibbase_paper:not(:last-of-type) {
  border-bottom: 1px solid rgb(204, 204, 204);
}

.bibbase_paper_title {
  display: block;
  color: rgb(10, 117, 169);
  text-decoration: underline;
}

.bibbase_paper_author {
  font-size: 0.95rem;
}

.bibbase_group {
  font-weight: 700;
  width: 110px;
}

.note,
.bibbase_paper_content {
  display: none;
}

.intro h1, .intro h2 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .intro h1, .intro h2 {
    font-size: 2.3vw;
  }
}

.container h2, .narrow h2, .media-releases p {
  line-height: 1.15;
  font-weight: 600;
}
@media (min-width: 768px) {
  .container h2, .narrow h2, .media-releases p {
    margin-top: 0;
  }
}

header p, .intro p {
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.25;
  color: rgb(255, 255, 255);
  margin-top: 0;
  margin-bottom: 2rem;
}

[class^=btn--], button, .page-sem-submission-form #acf-form .acf-button {
  border: 0;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-weight: 400;
  transition: opacity 0.3s;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  display: block;
}
@media (min-width: 640px) {
  [class^=btn--], button, .page-sem-submission-form #acf-form .acf-button {
    display: inline-block;
  }
}
@media (min-width: 1170px) {
  [class^=btn--], button, .page-sem-submission-form #acf-form .acf-button {
    font-size: 0.85rem;
  }
}
@media print {
  [class^=btn--], button, .page-sem-submission-form #acf-form .acf-button {
    display: none;
  }
}
[class^=btn--]:hover, button:hover, .page-sem-submission-form #acf-form .acf-button:hover {
  opacity: 0.75;
}
[class^=btn--]:active, button:active, .page-sem-submission-form #acf-form .acf-button:active {
  opacity: initial;
}
[class^=btn--] a, button a, .page-sem-submission-form #acf-form .acf-button a {
  text-decoration: none;
}
.prjcard [class^=btn--], .prjcard button, .prjcard .page-sem-submission-form #acf-form .acf-button, .page-sem-submission-form #acf-form .prjcard .acf-button {
  padding: 0.25rem 1rem;
}
@media (min-width: 1170px) {
  .prjcard [class^=btn--], .prjcard button, .prjcard .page-sem-submission-form #acf-form .acf-button, .page-sem-submission-form #acf-form .prjcard .acf-button {
    font-size: 0.75rem;
  }
}

#menu-main-en-french .sub-menu,
#menu-main-en-spanish .sub-menu,
#menu-main-en .sub-menu, .youtube .play-button, .formsection, .yicwinner, #head_subscribe, .page-sem-submission-form #acf-form .acf-field--post-title,
.page-sem-submission-form #acf-form .acf-field-checkbox,
.page-sem-submission-form #acf-form .acf-field-group, .requirement, .newwinner, .event, .document img, .stretched--five img, .stretched--thirty img, .stretched--fourty img, .stretched--fourtyfive img, .stretched--fifty img, .stretched--half img, .stretched--sixty img, .stretched--seventy img, .timelinebox, #memberswrap > .member, .tek-members > .member, .jpac-members > .member, .deadlines, .overview, .card-publication,
.card-single, .publication .pubcover img, .stripinner img, .card-agency, .blog-content img, .ctf.ctf-boxed-style[data-boxshadow=true] .ctf-item, .mbprogram, .member .profile-img, .doc-card,
.prjcard, .pubcard, .pubcard img, .minipubs img, .toppub img {
  box-shadow: 2px 2px 5px 0px rgba(62, 57, 57, 0.2);
}

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

button {
  margin: 1rem 0.25rem;
}
button--link {
  background-color: rgb(10, 117, 169);
  color: rgb(255, 255, 255);
}
button--download {
  background-color: rgb(0, 23, 56);
  color: rgb(255, 255, 255);
}
button--footer {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  button + button {
    margin-left: 20px;
  }
}
button:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

.btn--link {
  background-color: rgb(10, 117, 169);
  color: rgb(255, 255, 255);
}
.btn--download {
  background-color: rgb(0, 23, 56);
  color: rgb(255, 255, 255);
}
.btn--footer {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

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

.btn--footer {
  color: rgb(0, 23, 56);
  margin-bottom: 0;
}

button.reset {
  background-color: rgb(10, 117, 169);
  line-height: 1.5;
  padding: 0.75rem 2rem;
  color: rgb(255, 255, 255);
}

.controls button {
  background-color: rgb(10, 117, 169);
  padding: 0.5rem 1rem;
}

@media (min-width: 930px) {
  .wrapper {
    margin: 60px auto;
    padding: 0 20px;
    max-width: 680px;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    margin: 0;
    padding: 0;
  }
}

.youtube {
  background-color: rgb(42, 42, 42);
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.card-video .youtube {
  margin-bottom: 0;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: rgb(3, 19, 42);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent rgb(255, 255, 255);
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.site-logo {
  background-image: url("../img/cec-logo-tap.svg");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100px;
  width: 100px;
  height: 68px;
  display: block;
  margin: 0 0.5rem 0 0;
}
@media (min-width: 1024px) {
  .site-logo {
    margin: 0 0.25rem 0 0;
  }
}

#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: 2.65rem;
    background-color: rgb(255, 255, 255);
  }
  #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;
    font-size: 0.85rem;
  }
  #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 rgba(167, 176, 187, 0.9);
  }
}
#menu-main-en-french li:hover > ul,
#menu-main-en-spanish li:hover > ul,
#menu-main-en li:hover > ul {
  display: inherit;
}

.menubar {
  box-shadow: 1px 1px 4px #e6e6e6;
  position: relative;
  background-color: #fafafa;
}

.menu-main-en-french-container,
.menu-main-en-spanish-container,
.menu-main-en-container {
  margin: auto;
  width: 100%;
  /*a{
      color: $color-primary;
      padding: 1.25rem;
      border-bottom: 1px solid $contrast-ondark;
      display: block;
  }*/
}
@media (min-width: 1380px) {
  .menu-main-en-french-container,
  .menu-main-en-spanish-container,
  .menu-main-en-container {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .menu-main-en-french-container a,
  .menu-main-en-spanish-container a,
  .menu-main-en-container a {
    color: rgb(95, 99, 105);
    padding: 0;
    border: none;
  }
  .menu-main-en-french-container li:not(.menu-item-has-children) > a::after,
  .menu-main-en-spanish-container li:not(.menu-item-has-children) > a::after,
  .menu-main-en-container li:not(.menu-item-has-children) > a::after {
    content: "";
    font-size: 0.7rem;
  }
  .menu-main-en-french-container .sub-menu > li:nth-of-type(8) a,
  .menu-main-en-spanish-container .sub-menu > li:nth-of-type(8) a,
  .menu-main-en-container .sub-menu > li:nth-of-type(8) a {
    color: rgb(95, 99, 105);
  }
  .menu-main-en-french-container .sub-menu li:hover,
  .menu-main-en-spanish-container .sub-menu li:hover,
  .menu-main-en-container .sub-menu li:hover {
    margin-top: 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;
    padding-right: 1.75rem;
  }
  .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: "\e901";
    font-family: "icomoon";
    position: absolute;
    top: 12px;
    right: -5px;
    color: rgba(167, 176, 187, 0.9);
    padding-right: 1rem;
    font-size: 0.85rem;
  }
  .menu-main-en-french-container li,
  .menu-main-en-spanish-container li,
  .menu-main-en-container li {
    line-height: 1;
  }
  .menu-main-en-french-container li:hover > a,
  .menu-main-en-spanish-container li:hover > a,
  .menu-main-en-container li:hover > a {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .menu-main-en-french-container,
  .menu-main-en-spanish-container,
  .menu-main-en-container {
    max-width: 90%;
  }
  .menu-main-en-french-container li,
  .menu-main-en-spanish-container li,
  .menu-main-en-container li {
    display: block;
    padding: 0.75rem 0.75rem 0.75rem 0;
  }
  .menu-main-en-french-container li:last-of-type,
  .menu-main-en-spanish-container li:last-of-type,
  .menu-main-en-container li:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .menu-main-en-french-container,
  .menu-main-en-spanish-container,
  .menu-main-en-container {
    max-width: 70%;
  }
}

.sub-menu li {
  border-right: none !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .upper-menu {
    padding-top: 0.25rem;
  }
}

.upper-social {
  display: none;
}

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

.magnifying-glass {
  color: rgb(0, 23, 56);
  text-align: center;
  font-size: 0.875rem;
}

.search-exp {
  padding-top: 0.3rem;
  display: table;
}
.search-exp input {
  background: none;
  border: none;
  width: 28px;
  min-width: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  line-height: 1;
  margin-top: -10px;
  font-size: 1rem;
  -webkit-appearance: none;
  font-family: "Lato";
  transition: all 0.6s ease;
  cursor: pointer;
  color: rgb(0, 23, 56);
}
.search-exp input + div {
  position: relative;
  height: 20px;
  width: 100%;
  margin: -41px -20px 0 0;
}
@media (min-width: 1600px) {
  .search-exp input + div {
    margin: -31px -20px 0 0;
  }
}
.search-exp input + div svg {
  display: block;
  position: absolute;
  height: 28px;
  width: 160px;
  right: 0;
  top: 0;
  fill: none;
  stroke: rgb(255, 255, 255);
  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: 250px;
  padding: 0 4px 0 10px;
  cursor: text;
}
.search-exp input:not(:placeholder-shown) + div, .search-exp input:focus + div {
  border-radius: 8px;
  text-align: right;
  border-bottom: 1px solid rgb(245, 245, 245);
}

::selection {
  color: rgb(95, 99, 105);
  background: cornsilk;
}

::-moz-selection {
  color: rgb(95, 99, 105);
  background: cornsilk;
}

:focus {
  color: rgb(95, 99, 105) !important;
  outline: 0;
  display: inline-block;
  box-shadow: 0 0 0 2px rgb(158, 219, 236);
}

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

#mobile {
  background-color: rgb(255, 255, 255);
  position: absolute;
  width: 100%;
  /*a{
      display: inline-block;
      padding: .5rem 1rem;
      color: $color-secondary;  
      font-size: $font-size--regular;
      width: 100%;
  } */
}
#mobile ul {
  text-align: left;
}
#mobile .mobile-menu:before {
  content: url("../img/cec-logo-tap.svg");
  display: block;
  width: 100px;
  height: 68px;
  margin: 0.5rem 0 3rem 0.5rem;
}
#mobile .mm-home {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e6e6e6;
}
#mobile .wpml-ls-item:first-of-type a {
  border-right: 3px solid #e6e6e6;
}
#mobile .wpml-ls-item-en,
#mobile .wpml-ls-item-es,
#mobile .wpml-ls-item-fr {
  display: inline-block;
}
#mobile .wpml-ls-item-en a,
#mobile .wpml-ls-item-es a,
#mobile .wpml-ls-item-fr a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.5;
}
#mobile .sub-menu a {
  padding-left: 2rem;
  font-size: 1rem !important;
}
@media (min-width: 1024px) {
  #mobile {
    display: none;
  }
}
#mobile [class^=mm-]:before {
  color: rgb(95, 99, 105);
  padding-left: 1rem;
}
#mobile .menu-news_menu-french-container,
#mobile .menu-news_menu-spanish-container,
#mobile .menu-news_menu-container {
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  #mobile .menu-news_menu-french-container,
  #mobile .menu-news_menu-spanish-container,
  #mobile .menu-news_menu-container {
    margin-right: 1rem;
  }
}
@media (min-width: 1600px) {
  #mobile .menu-news_menu-french-container,
  #mobile .menu-news_menu-spanish-container,
  #mobile .menu-news_menu-container {
    margin-right: 2rem;
  }
}

#menu-tek-lang-menu {
  list-style-type: none;
  margin: 0;
  padding: 1rem;
  /*a{
      color: white;
  }*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.is-collapsed-tablet {
  visibility: collapse;
  padding: 0;
  height: 0;
  margin: 0;
  line-height: 0;
}

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

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

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

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

@media (min-width: 320px) {
  .is-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1024px) {
  .is-hidden-tablet {
    display: block;
  }
}

@media (min-width: 320px) {
  .is-centered-mobile {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .is-centered-mobile {
    text-align: left;
  }
}

.casestudies .slick-next, .casestudies .slick-prev, .carousel .slick-next, .carousel .slick-prev {
  visibility: hidden;
  display: none;
  top: 30%;
}
@media (min-width: 768px) {
  .casestudies .slick-next, .casestudies .slick-prev, .carousel .slick-next, .carousel .slick-prev {
    position: absolute;
    z-index: 2;
  }
}
.regularblue .casestudies .slick-next::after, .regularblue .casestudies .slick-prev::after, .regularblue .carousel .slick-next::after, .regularblue .carousel .slick-prev::after {
  color: rgb(250, 250, 250);
  text-shadow: 0 1px 4px gray;
}
.casestudies .slick-next::after, .casestudies .slick-prev::after, .carousel .slick-next::after, .carousel .slick-prev::after {
  visibility: visible;
  font-family: "icomoon";
  font-size: 2.3vw;
  color: rgb(10, 117, 169);
}
.casestudies .slick-prev, .carousel .slick-prev {
  left: -11%;
}
.casestudies .slick-prev::after, .carousel .slick-prev::after {
  content: "\e902";
}
.casestudies .slick-next, .carousel .slick-next {
  right: -6%;
}
.casestudies .slick-next::after, .carousel .slick-next::after {
  content: "\e903";
}
.darkblue .casestudies .slick-next, .darkblue .casestudies .slick-prev, .darkblue .carousel .slick-next, .darkblue .carousel .slick-prev {
  top: 25%;
}
.darkblue .casestudies .slick-prev, .darkblue .carousel .slick-prev {
  left: -130px;
}
.darkblue .casestudies .slick-next, .darkblue .carousel .slick-next {
  right: -70px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.gelpicon {
  font-size: 3rem;
  padding: 1rem;
  margin-bottom: 0 auto 2rem;
  flex: 1;
}

/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */
.tabs {
  position: relative;
  background: white;
  padding: 50px !important;
  margin: 0 auto 4rem;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .agenda_day section h2,
.tabs ul li label {
  color: rgb(10, 117, 169);
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 33.3333333333%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: rgba(167, 176, 187, 0.9);
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #e6e6e6;
}
.tabs .slider {
  position: relative;
  width: 33.3333333333%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 40%;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: rgb(10, 117, 169);
  border-radius: 1px;
}
.tabs .agenda_day {
  margin-top: 0 !important;
}
.tabs .agenda_day section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-padding: 0 !important;
  line-height: 1.4;
}
.tabs .agenda_day section > h2 {
  color: rgb(10, 117, 169);
  display: none;
}
.tabs .agenda_day section > h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: rgb(10, 117, 169);
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: rgb(10, 117, 169);
}
@media (max-width: 450px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .agenda_day > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: rgb(10, 117, 169);
}
@media (max-width: 450px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .agenda_day > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: rgb(10, 117, 169);
}
@media (max-width: 450px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .agenda_day > section:nth-child(3) {
  display: block;
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 750px) {
  .tabs ul li label {
    white-space: initial;
  }
}
@media (max-width: 450px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .agenda_day {
    margin-top: 20px;
  }
  .tabs .agenda_day section h2 {
    display: block;
  }
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
}
[class^=icon-]:nth-of-type(n+2), [class*=" icon-"]:nth-of-type(n+2) {
  margin-left: 1rem;
}

.icon-plus1:before {
  content: "\f067";
}

.icon-minus1:before {
  content: "\f068";
}

.icon-search1:before {
  content: "\f002";
}

.icon-star:before {
  content: "\f005";
}

.icon-user1:before {
  content: "\f007";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-cog1:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-home3:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-download:before {
  content: "\f019";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-book:before {
  content: "\f02d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-map-marker:before {
  content: "\f041";
}

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

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-leaf1:before {
  content: "\f06c";
}

.icon-comment:before {
  content: "\f075";
}

.icon-folder1:before {
  content: "\f07b";
}

.icon-folder-open1:before {
  content: "\f07c";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-gears:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link1:before {
  content: "\f0c1";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-envelope1:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-file:before {
  content: "\f15b";
}

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

.icon-youtube:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-institution:before {
  content: "\f19c";
}

.icon-university:before {
  content: "\f19c";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-medium1:before {
  content: "\f23a";
}

.icon-television:before {
  content: "\f26c";
}

.icon-tv:before {
  content: "\f26c";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-industry:before {
  content: "\f275";
}

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

.icon-map:before {
  content: "\f279";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard:before {
  content: "\f2bb";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-thermometer1:before {
  content: "\f2c7";
}

.icon-thermometer-4:before {
  content: "\f2c7";
}

.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

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

.icon-chevron-thin-left:before {
  content: "\e902";
}

.icon-chevron-thin-right:before {
  content: "\e903";
}

.icon-open-book:before {
  content: "\e904";
}

.icon-air:before {
  content: "\e924";
}

.icon-lab-flask:before {
  content: "\e929";
}

.icon-banknote:before {
  content: "\e92c";
}

.icon-medium:before {
  content: "\e923";
}

.icon-wind:before {
  content: "\e916";
}

.icon-weather:before {
  content: "\e92e";
}

.icon-weather1:before {
  content: "\e931";
}

.icon-cloudy:before {
  content: "\e917";
}

.icon-lightning:before {
  content: "\e918";
}

.icon-windy:before {
  content: "\e900";
}

.icon-snowy:before {
  content: "\e919";
}

.icon-search:before {
  content: "\e986";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-left:before {
  content: "\ea44";
}

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