/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url("../fonts/fontawesome/fa-brands-400.ttf");
}
/* line 33, ../sass/style.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  padding: .5rem;
  font-size: 2rem;
  color: #990000;
}

/*
* HTML BASE
*/
/* line 62, ../sass/style.scss */
html {
  font-size: 16px;
}

/* line 66, ../sass/style.scss */
body {
  font-size: 16px;
  color: #212121;
  background-color: white;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 78, ../sass/style.scss */
a {
  color: #00528A;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
/* line 82, ../sass/style.scss */
a:hover {
  color: #666;
  background-color: transparent;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

/* line 90, ../sass/style.scss */
p {
  padding: 2rem 0rem;
  line-height: 1.75rem;
}

/* line 95, ../sass/style.scss */
.fab
.fa-facebook:before {
  content: "\f09a";
}

/* line 101, ../sass/style.scss */
h1, h2, h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #00528A;
}

/* line 107, ../sass/style.scss */
h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #00528A;
}

/* line 114, ../sass/style.scss */
h1 {
  font-size: 36px;
  line-height: 2rem;
}

/* line 119, ../sass/style.scss */
h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  /* line 119, ../sass/style.scss */
  h2 {
    font-size: 30px;
  }
}

/* line 126, ../sass/style.scss */
h3 {
  font-size: 22px;
}

/* line 130, ../sass/style.scss */
h4 {
  font-size: 22px;
}

/* line 134, ../sass/style.scss */
h2.section-title {
  text-align: center;
  margin: 2rem 0 4rem 0;
}

/* line 139, ../sass/style.scss */
h2.pane-title {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 139, ../sass/style.scss */
  h2.pane-title {
    padding: 0 2rem;
  }
}

/* line 147, ../sass/style.scss */
ul {
  padding: 0;
  margin: 0;
}
/* line 150, ../sass/style.scss */
ul li {
  list-style: none;
}

/*
* HELPERS
*/
/* line 159, ../sass/style.scss */
.text-align--center, .center-text {
  text-align: center;
}

/* line 163, ../sass/style.scss */
.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

/* line 169, ../sass/style.scss */
.panel-pane {
  margin-bottom: 1rem;
}

/* line 173, ../sass/style.scss */
.margin--1rem {
  margin: 1rem;
}

/* Layout */
/* line 179, ../sass/style.scss */
.navbar {
  border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 999;
}

/* line 187, ../sass/style.scss */
.display--flex {
  display: flex;
}

/* line 191, ../sass/style.scss */
a.link--button, .pane-cepal-block-basic-block-suscribe .block-suscribe a {
  text-decoration: none;
  font-family: 'Source Sans Pro Bold', sans-serif;
  background-color: #990000;
  color: white;
  padding: 1rem;
  margin: 0 1rem;
}
/* line 198, ../sass/style.scss */
a.link--button:hover, .pane-cepal-block-basic-block-suscribe .block-suscribe a:hover {
  background-color: #cc0000;
}

/* line 202, ../sass/style.scss */
a.link--icon {
  text-decoration: none;
}
/* line 205, ../sass/style.scss */
a.link--icon:hover i {
  color: #cc0000;
}

/* line 211, ../sass/style.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid #dee2e6;
}

/* line 218, ../sass/style.scss */
.table th,
.table td {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

/* line 224, ../sass/style.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 229, ../sass/style.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 233, ../sass/style.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 238, ../sass/style.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 242, ../sass/style.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 247, ../sass/style.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 252, ../sass/style.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 259, ../sass/style.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 263, ../sass/style.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 268, ../sass/style.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 274, ../sass/style.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 281, ../sass/style.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 285, ../sass/style.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 290, ../sass/style.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 296, ../sass/style.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 303, ../sass/style.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 307, ../sass/style.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 312, ../sass/style.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 318, ../sass/style.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 325, ../sass/style.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 329, ../sass/style.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 334, ../sass/style.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 340, ../sass/style.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 347, ../sass/style.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 351, ../sass/style.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 356, ../sass/style.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 362, ../sass/style.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 369, ../sass/style.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 373, ../sass/style.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 378, ../sass/style.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 384, ../sass/style.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 391, ../sass/style.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 395, ../sass/style.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 400, ../sass/style.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 406, ../sass/style.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 413, ../sass/style.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 417, ../sass/style.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 422, ../sass/style.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 428, ../sass/style.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 435, ../sass/style.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 439, ../sass/style.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 444, ../sass/style.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 450, ../sass/style.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 454, ../sass/style.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 459, ../sass/style.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 465, ../sass/style.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 471, ../sass/style.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 476, ../sass/style.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 482, ../sass/style.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 486, ../sass/style.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 490, ../sass/style.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 496, ../sass/style.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 502, ../sass/style.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 508, ../sass/style.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 514, ../sass/style.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 520, ../sass/style.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 526, ../sass/style.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 532, ../sass/style.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 538, ../sass/style.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 543, ../sass/style.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 550, ../sass/style.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 554, ../sass/style.scss */
table p {
  padding: 0;
  margin: 0;
  line-height: normal;
}

/*
* Nav
*/
/* line 564, ../sass/style.scss */
.admin-menu .scroll-to-fixed-fixed.navbar.container-fluid {
  margin-top: 29px;
}

/* line 568, ../sass/style.scss */
.navbar.container-fluid {
  margin-top: 0;
}

/* line 572, ../sass/style.scss */
.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  width: 100%;
  margin: 1rem auto;
  justify-content: space-around;
}
/* line 581, ../sass/style.scss */
.navbar-nav li a {
  color: white;
  font-size: 24px;
}

/* line 588, ../sass/style.scss */
.navbar.scroll-to-fixed-fixed {
  transition: all 0.2s ease-in-out;
}

/*
* Drupal base
*/
/* line 596, ../sass/style.scss */
.region.region-top {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 576px) {
  /* line 596, ../sass/style.scss */
  .region.region-top {
    flex-direction: row;
  }
}

/* line 604, ../sass/style.scss */
.preheader {
  display: flex;
  background-color: #f5f5f5;
  min-height: 50px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
/* line 612, ../sass/style.scss */
.preheader #block-cepal-block-basic-preheader-onu-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
@media screen and (min-width: 576px) {
  /* line 612, ../sass/style.scss */
  .preheader #block-cepal-block-basic-preheader-onu-link {
    flex: 6;
  }
}
@media screen and (min-width: 768px) {
  /* line 612, ../sass/style.scss */
  .preheader #block-cepal-block-basic-preheader-onu-link {
    flex: 7;
  }
}
@media screen and (min-width: 992px) {
  /* line 612, ../sass/style.scss */
  .preheader #block-cepal-block-basic-preheader-onu-link {
    flex: 10;
  }
}
/* line 627, ../sass/style.scss */
.preheader #block-cepal-block-basic-preheader-onu-link a {
  display: flex;
  align-items: center;
}
/* line 630, ../sass/style.scss */
.preheader #block-cepal-block-basic-preheader-onu-link a span {
  display: inline-block;
  color: #00528A;
  font-weight: bold;
  font-size: 14px;
}
/* line 635, ../sass/style.scss */
.preheader #block-cepal-block-basic-preheader-onu-link a span:hover {
  text-decoration: underline;
}
/* line 641, ../sass/style.scss */
.preheader #block-cepal-block-basic-preheader-onu-link svg {
  margin-right: 6px;
  width: 32px;
  height: 32px;
  fill: #3e8ddd;
}
/* line 649, ../sass/style.scss */
.preheader #block-cepal-common-eclac-logo-link {
  display: flex;
  align-items: center;
  flex: 2;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  /* line 649, ../sass/style.scss */
  .preheader #block-cepal-common-eclac-logo-link {
    justify-content: center;
  }
}
/* line 659, ../sass/style.scss */
.preheader #block-cepal-subsidiary-bodies-preheader-logos {
  display: flex;
  align-items: center;
}
/* line 664, ../sass/style.scss */
.preheader #block-cepal-block-basic-language-switch {
  display: flex;
  justify-content: flex-end;
  flex: 8;
  align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 664, ../sass/style.scss */
  .preheader #block-cepal-block-basic-language-switch {
    flex: 4;
  }
}
/* line 673, ../sass/style.scss */
.preheader #block-cepal-block-basic-language-switch ul li {
  display: inline-block;
}
/* line 675, ../sass/style.scss */
.preheader #block-cepal-block-basic-language-switch ul li a {
  display: inline-block;
  color: #333;
  font-weight: 500;
  font-size: 12px;
  padding: 0.25rem;
}
/* line 681, ../sass/style.scss */
.preheader #block-cepal-block-basic-language-switch ul li a.active {
  border-top: 3px solid #00528A;
  padding: 1rem;
}
/* line 685, ../sass/style.scss */
.preheader #block-cepal-block-basic-language-switch ul li a:hover {
  text-decoration: underline;
}
/* line 689, ../sass/style.scss */
.preheader #block-cepal-block-basic-language-switch ul li.fr.last {
  display: none;
}
/* line 695, ../sass/style.scss */
.preheader #block-cepal-block-basic-language-switch .regional-agreement-preheader {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
  align-items: center;
}

/* line 704, ../sass/style.scss */
.preheader-small {
  display: flex;
  background-color: white;
  min-height: 50px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
/* line 712, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-preheader-onu-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
@media screen and (min-width: 576px) {
  /* line 712, ../sass/style.scss */
  .preheader-small #block-cepal-block-basic-preheader-onu-link {
    flex: 6;
  }
}
@media screen and (min-width: 768px) {
  /* line 712, ../sass/style.scss */
  .preheader-small #block-cepal-block-basic-preheader-onu-link {
    flex: 7;
  }
}
@media screen and (min-width: 992px) {
  /* line 712, ../sass/style.scss */
  .preheader-small #block-cepal-block-basic-preheader-onu-link {
    flex: 10;
  }
}
/* line 727, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-preheader-onu-link a {
  display: flex;
  align-items: center;
}
/* line 730, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-preheader-onu-link a span {
  display: inline-block;
  color: #00528A;
  font-weight: bold;
  font-size: 14px;
}
/* line 735, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-preheader-onu-link a span:hover {
  text-decoration: underline;
}
/* line 741, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-preheader-onu-link svg {
  margin-right: 6px;
  width: 32px;
  height: 32px;
  fill: #3e8ddd;
}
/* line 749, ../sass/style.scss */
.preheader-small #block-cepal-common-eclac-logo-link {
  display: flex;
  align-items: center;
  flex: 2;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  /* line 749, ../sass/style.scss */
  .preheader-small #block-cepal-common-eclac-logo-link {
    justify-content: center;
  }
}
/* line 759, ../sass/style.scss */
.preheader-small #block-cepal-subsidiary-bodies-preheader-logos {
  display: flex;
  align-items: center;
}
/* line 764, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-language-switch {
  display: flex;
  justify-content: flex-end;
  flex: 8;
  align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 764, ../sass/style.scss */
  .preheader-small #block-cepal-block-basic-language-switch {
    flex: 4;
  }
}
/* line 773, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-language-switch ul li {
  display: inline-block;
}
/* line 775, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-language-switch ul li a {
  display: inline-block;
  color: #333;
  font-weight: 500;
  font-size: 12px;
  padding: 0.25rem;
}
/* line 781, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-language-switch ul li a.active {
  border-top: 3px solid #00528A;
  padding: 1rem;
}
/* line 785, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-language-switch ul li a:hover {
  text-decoration: underline;
}
/* line 789, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-language-switch ul li.fr.last {
  display: none;
}
/* line 795, ../sass/style.scss */
.preheader-small #block-cepal-block-basic-language-switch .regional-agreement-preheader {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
  align-items: center;
}

/* line 804, ../sass/style.scss */
.radix-layouts-header-logo {
  padding: 1rem 0 0 0;
}
@media screen and (min-width: 576px) {
  /* line 804, ../sass/style.scss */
  .radix-layouts-header-logo {
    padding: 0;
  }
}

/* line 811, ../sass/style.scss */
.nav-tabs.tabs--primary {
  margin: 1em 0;
  border-bottom: 0;
  background-color: #eee;
  display: inline-block;
  width: 100%;
}
/* line 817, ../sass/style.scss */
.nav-tabs.tabs--primary li {
  margin: 0;
  border-radius: 0;
  border: 0;
}
/* line 821, ../sass/style.scss */
.nav-tabs.tabs--primary li a {
  padding: 1rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  background-color: #333;
  border: 0;
}
/* line 830, ../sass/style.scss */
.nav-tabs.tabs--primary li a.active {
  background-color: #195591;
  color: white;
  border: 0;
}
/* line 835, ../sass/style.scss */
.nav-tabs.tabs--primary li a:hover {
  background-color: #3e8ddd;
  color: white;
  border: 0;
}

/* line 844, ../sass/style.scss */
.nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
}
/* line 851, ../sass/style.scss */
.nav-tabs li a {
  color: white;
  border-radius: 0;
}
/* line 854, ../sass/style.scss */
.nav-tabs li a:focus {
  color: white;
  background: none;
}
/* line 858, ../sass/style.scss */
.nav-tabs li a:hover {
  color: #333;
  background-color: #eee;
}
/* line 862, ../sass/style.scss */
.nav-tabs li a:active {
  background: none;
}

/* line 869, ../sass/style.scss */
.navbar-header {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  /* line 869, ../sass/style.scss */
  .navbar-header {
    display: flex;
    justify-content: flex-start;
  }
}
/* line 877, ../sass/style.scss */
.navbar-header a {
  font-size: 12px;
  font-weight: 700;
  color: white;
  padding: 0;
  align-items: middle;
}
@media screen and (min-width: 576px) {
  /* line 877, ../sass/style.scss */
  .navbar-header a {
    font-size: 18px;
    padding: 1rem;
  }
}

/* line 891, ../sass/style.scss */
#block-cepal-block-basic-un-link a {
  display: flex;
  align-items: center;
}
/* line 894, ../sass/style.scss */
#block-cepal-block-basic-un-link a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 5px;
}
/* line 899, ../sass/style.scss */
#block-cepal-block-basic-un-link a p {
  color: #333;
  font-weight: 500;
  font-size: 12px;
  padding: 0 0.5rem;
}

/* line 909, ../sass/style.scss */
.eclac-logo-link img {
  width: 4rem;
  height: 2rem;
}

/* line 915, ../sass/style.scss */
.field-name-field-body {
  padding: 1rem 0;
}

/* line 919, ../sass/style.scss */
.more-link {
  text-align: center;
  padding: 1rem 0;
  line-height: normal;
}
/* line 923, ../sass/style.scss */
.more-link a {
  border: 3px solid #990000;
  padding: 1rem 2rem;
  border-radius: 10rem;
  color: #990000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

/* line 934, ../sass/style.scss */
.pane-node-field-teaser {
  padding: 2rem 0;
  text-align: center;
  font-size: 24px;
  clear: both;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  /* line 934, ../sass/style.scss */
  .pane-node-field-teaser {
    padding: 2rem 10rem;
  }
}

/* line 945, ../sass/style.scss */
.pane-node-field-event-description, .pane-node-field-event-more-info {
  clear: both;
}
/* line 947, ../sass/style.scss */
.pane-node-field-event-description .pane-title, .pane-node-field-event-more-info .pane-title {
  text-align: center;
  margin-bottom: 2rem;
}
/* line 951, ../sass/style.scss */
.pane-node-field-event-description .pane-content, .pane-node-field-event-more-info .pane-content {
  padding: 0;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  /* line 951, ../sass/style.scss */
  .pane-node-field-event-description .pane-content, .pane-node-field-event-more-info .pane-content {
    padding: 0 10rem;
  }
}
/* line 958, ../sass/style.scss */
.pane-node-field-event-description .pane-content p, .pane-node-field-event-more-info .pane-content p {
  margin: 2rem 0;
  line-height: 2rem;
}

/* line 968, ../sass/style.scss */
.radix-layouts-footer ul.nav li.first.leaf a {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}
/* line 976, ../sass/style.scss */
.radix-layouts-footer ul.nav li.leaf a {
  font-size: 12px;
  color: white;
  font-weight: 400;
}

/* line 985, ../sass/style.scss */
.radix-layouts-footer {
  color: white;
  font-size: 12px;
}
/* line 988, ../sass/style.scss */
.radix-layouts-footer li.first.leaf {
  list-style: none;
  font-size: 14px;
  padding: 0.5rem 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
/* line 997, ../sass/style.scss */
.radix-layouts-footer ul li {
  list-style: none;
}
/* line 999, ../sass/style.scss */
.radix-layouts-footer ul li a {
  padding: 3px 0;
}
/* line 1001, ../sass/style.scss */
.radix-layouts-footer ul li a:hover {
  background: none;
  text-decoration: underline;
}
/* line 1008, ../sass/style.scss */
.radix-layouts-footer i {
  color: #00528A;
  background-color: white;
  border-radius: 5rem;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  padding: 6px;
}
@media screen and (min-width: 576px) {
  /* line 1008, ../sass/style.scss */
  .radix-layouts-footer i {
    border-radius: 5rem;
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    padding: 10px;
  }
}

/* line 1027, ../sass/style.scss */
footer.footer {
  background-color: #00528A;
  border-top: 5px solid #00528A;
  background-image: url(../images/un-emblem.png);
  background-repeat: no-repeat;
  background-position: 80% 50px;
  padding: 2rem 0;
  margin-top: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-size: 16px;
}
/* line 1036, ../sass/style.scss */
footer.footer h3, footer.footer h2, footer.footer h3 a, footer.footer h2 a {
  font-size: 16px;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
}
/* line 1041, ../sass/style.scss */
footer.footer h3 {
  margin: 0.83em 0;
  text-transform: uppercase;
}
/* line 1045, ../sass/style.scss */
footer.footer section.block-menu {
  display: flex;
}
/* line 1050, ../sass/style.scss */
footer.footer li.first.leaf {
  list-style: none;
  font-size: 14px;
  padding: 0.5rem 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
/* line 1060, ../sass/style.scss */
footer.footer ul.menu li {
  list-style: none;
  margin: 0;
}
/* line 1063, ../sass/style.scss */
footer.footer ul.menu li a {
  display: block;
  color: #fff;
  padding: 3px 0;
  font-size: 16px;
}
/* line 1068, ../sass/style.scss */
footer.footer ul.menu li a:hover {
  background: none;
  text-decoration: underline;
}
/* line 1076, ../sass/style.scss */
footer.footer i.fa {
  color: #990000;
  background-color: white;
  border-radius: 5rem;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  padding: 6px;
}
@media screen and (min-width: 576px) {
  /* line 1076, ../sass/style.scss */
  footer.footer i.fa {
    border-radius: 5rem;
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    padding: 10px;
  }
}
/* line 1095, ../sass/style.scss */
footer.footer #block-cepal-block-basic-footer-social-media {
  margin-top: 1rem;
}

/* line 1102, ../sass/style.scss */
.footer-bottom {
  background-color: white;
}
/* line 1104, ../sass/style.scss */
.footer-bottom .block-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
/* line 1110, ../sass/style.scss */
.footer-bottom a {
  padding: 0 .5rem;
  font-size: 13px;
  font-weight: 500;
}

/* line 1119, ../sass/style.scss */
#block-cepal-block-basic-footer-social-media ul li {
  display: inline-block;
}
/* line 1121, ../sass/style.scss */
#block-cepal-block-basic-footer-social-media ul li i.fa {
  background-color: white;
  border-radius: 50%;
  color: #00528A;
  width: 2rem;
  height: 2rem;
  margin: 2px;
  font-size: 1rem;
  padding: 0.5rem;
}

/* line 1137, ../sass/style.scss */
.label-default {
  background-color: #7e9c21;
  margin: auto;
  padding: 6px;
}

/* line 1143, ../sass/style.scss */
.field-name-field-publication-long-title,
.group-date-and-type {
  display: none;
}

/* line 1148, ../sass/style.scss */
.landing-covid19--header {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1148, ../sass/style.scss */
  .landing-covid19--header {
    text-align: left;
  }
}
/* line 1153, ../sass/style.scss */
.landing-covid19--header h1, .landing-covid19--header h2, .landing-covid19--header h3 {
  margin: 0;
}
/* line 1157, ../sass/style.scss */
.landing-covid19--header h3 {
  color: #990000;
}
/* line 1160, ../sass/style.scss */
.landing-covid19--header .logo-landing {
  text-align: center;
}
/* line 1162, ../sass/style.scss */
.landing-covid19--header .logo-landing img {
  width: 9rem;
}
/* line 1166, ../sass/style.scss */
.landing-covid19--header .logo-cepal {
  text-align: center;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  /* line 1166, ../sass/style.scss */
  .landing-covid19--header .logo-cepal {
    padding: 0;
  }
}
/* line 1173, ../sass/style.scss */
.landing-covid19--header .row {
  min-height: 12rem;
}

/* line 1178, ../sass/style.scss */
.landing-covid--header-small {
  text-align: center;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  /* line 1178, ../sass/style.scss */
  .landing-covid--header-small {
    text-align: left;
  }
}
/* line 1184, ../sass/style.scss */
.landing-covid--header-small h1, .landing-covid--header-small h2, .landing-covid--header-small h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-align: left;
}
/* line 1192, ../sass/style.scss */
.landing-covid--header-small h3 {
  color: #990000;
  font-size: 14px;
  font-weight: normal;
}
/* line 1197, ../sass/style.scss */
.landing-covid--header-small .logo-landing {
  text-align: center;
}
/* line 1199, ../sass/style.scss */
.landing-covid--header-small .logo-landing img {
  width: 3.75rem;
}
/* line 1203, ../sass/style.scss */
.landing-covid--header-small .header-space {
  flex: 0;
  max-width: none;
}
@media (min-width: 768px) {
  /* line 1203, ../sass/style.scss */
  .landing-covid--header-small .header-space {
    flex: 1 0 173px;
  }
}
/* line 1210, ../sass/style.scss */
.landing-covid--header-small .logo-cepal-small {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 1210, ../sass/style.scss */
  .landing-covid--header-small .logo-cepal-small {
    display: flex;
    justify-content: flex-end;
  }
}
/* line 1216, ../sass/style.scss */
.landing-covid--header-small .logo-cepal-small img {
  width: auto;
  max-height: 60px;
}
/* line 1221, ../sass/style.scss */
.landing-covid--header-small .row {
  min-height: 4.7rem;
}

/* line 1226, ../sass/style.scss */
.navmenu-covid {
  background: #FDE5DC;
}
/* line 1228, ../sass/style.scss */
.navmenu-covid ul.menu {
  display: flex;
  flex-flow: row wrap;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
/* line 1233, ../sass/style.scss */
.navmenu-covid ul.menu li {
  list-style-image: none;
  list-style-type: none;
  padding: 0.95rem 0;
  margin: 0;
}
/* line 1239, ../sass/style.scss */
.navmenu-covid ul.menu li:last-child span, .navmenu-covid ul.menu li:last-child a {
  border-right: none;
}
/* line 1244, ../sass/style.scss */
.navmenu-covid ul.menu span, .navmenu-covid ul.menu a {
  color: #00528A;
  margin: 0;
  font-weight: bold;
  border-right: 1px solid #990000;
  padding: 0.25rem 1rem;
}

/* line 1254, ../sass/style.scss */
.section-top {
  background-color: #f4f4f4;
}
/* line 1256, ../sass/style.scss */
.section-top p {
  padding: 1rem 0;
  font-size: 18px;
  line-height: 2rem;
  text-align: center;
}

/* line 1265, ../sass/style.scss */
.section-featured {
  padding: 1rem;
}
/* line 1268, ../sass/style.scss */
.section-featured h3 {
  font-size: 16px;
  margin: .5rem 0;
}
/* line 1273, ../sass/style.scss */
.section-featured .node--info {
  display: inline-block;
  padding: 0;
  color: #990000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

/* line 1283, ../sass/style.scss */
.section-content {
  background-color: #f4f4f4;
  padding: 1rem;
}
/* line 1286, ../sass/style.scss */
.section-content h2 {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  /* line 1286, ../sass/style.scss */
  .section-content h2 {
    padding: 0 10rem;
  }
}
/* line 1293, ../sass/style.scss */
.section-content h3 {
  text-align: center;
  font-size: 18px;
}

/* line 1299, ../sass/style.scss */
.section-bottom {
  padding: 1rem;
  background-color: #d8e8f8;
}

/* line 1305, ../sass/style.scss */
.field-name-field-section-news .field-items h2 {
  display: none;
}
/* line 1309, ../sass/style.scss */
.field-name-field-section-news .field-items h3 {
  font-size: 18px;
  margin: 0.5rem 0;
}
/* line 1314, ../sass/style.scss */
.field-name-field-section-news .field-items img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1320, ../sass/style.scss */
.field-name-field-section-news .field-items .item-list ul {
  margin: 0;
}
/* line 1324, ../sass/style.scss */
.field-name-field-section-news .field-items ul.links.inline, .field-name-field-section-news .field-items .field-name-field-date {
  display: none;
}
/* line 1329, ../sass/style.scss */
.field-name-field-section-news .field-items .field-name-title-field .field-items, .field-name-field-section-news .field-items .field-type-image .field-items {
  display: block;
}

/* line 1337, ../sass/style.scss */
.section-press .node--info {
  margin: .5rem 0 0 0;
}
/* line 1341, ../sass/style.scss */
.section-press .node--type {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #990000;
}
/* line 1350, ../sass/style.scss */
.section-press .node--date {
  display: inline-block;
  padding: 0 0 0 .5rem;
  font-size: 14px;
  font-weight: 700;
  color: #00528A;
}
/* line 1358, ../sass/style.scss */
.section-press .view-id-landing_topics_featured figure {
  margin: 0;
}
/* line 1363, ../sass/style.scss */
.section-press .view-id-landing_topics_featured.view-display-id-panel_pane_1 h3 {
  font-size: 22px;
}
/* line 1366, ../sass/style.scss */
.section-press .view-id-landing_topics_featured.view-display-id-panel_pane_1 .field-name-field-teaser {
  padding: 0;
  margin: 0;
  line-height: normal;
}
/* line 1373, ../sass/style.scss */
.section-press .view-id-landing_topics_featured.view-display-id-panel_pane_2 h3 {
  font-size: 16px;
}
/* line 1379, ../sass/style.scss */
.section-press .view-id-landing_topics_featured.view-display-id-panel_pane_3 .field-items .field-item {
  border-bottom: 1px solid #eee;
}
/* line 1381, ../sass/style.scss */
.section-press .view-id-landing_topics_featured.view-display-id-panel_pane_3 .field-items .field-item:last-child {
  border-bottom: 0;
}
/* line 1386, ../sass/style.scss */
.section-press .view-id-landing_topics_featured.view-display-id-panel_pane_3 .field-items .field-item article h3 {
  margin: .75rem 0;
  font-size: 16px;
}

/* line 1400, ../sass/style.scss */
.landing-covid19--banners h3 {
  font-size: 18px;
}
/* line 1403, ../sass/style.scss */
.landing-covid19--banners img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1413, ../sass/style.scss */
.section-featured .view-id-videos.view-display-id-list_teaser_byterm_pane .item-list ul.list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 1413, ../sass/style.scss */
  .section-featured .view-id-videos.view-display-id-list_teaser_byterm_pane .item-list ul.list {
    flex-direction: row;
  }
}
/* line 1419, ../sass/style.scss */
.section-featured .view-id-videos.view-display-id-list_teaser_byterm_pane .item-list ul.list li.views-row {
  margin: 0;
  padding: .5rem;
  flex: 1;
}

/* line 1431, ../sass/style.scss */
.section-middle .landing-covid19--map iframe {
  border: 3px solid #eee;
}

/* line 1437, ../sass/style.scss */
.section-media {
  background-color: #FDE5DC;
}
/* line 1439, ../sass/style.scss */
.section-media .pane-covid19-media {
  margin: 0;
}
/* line 1443, ../sass/style.scss */
.section-media .landing-covid19--media .row {
  min-height: 9rem;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  /* line 1443, ../sass/style.scss */
  .section-media .landing-covid19--media .row {
    min-height: 6rem;
  }
}

/* line 1453, ../sass/style.scss */
.radix-layouts-featured-2col {
  background-color: #f5f5f5;
}
/* line 1456, ../sass/style.scss */
.radix-layouts-featured-2col p {
  padding: 2rem;
  text-align: center;
}

/* line 1463, ../sass/style.scss */
.landing-covid19--featured img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

/* line 1472, ../sass/style.scss */
.landing-covid19--ppt .issuu--presentation {
  padding: 1rem 0;
}

/* line 1478, ../sass/style.scss */
#block-menu-menu-section li.first.leaf, #block-menu-about li.first.leaf {
  padding: 0;
}
/* line 1482, ../sass/style.scss */
#block-menu-menu-section li a, #block-menu-about li a {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  padding: 0.5rem 0;
  text-transform: uppercase;
  padding: .25rem 0;
  font-weight: 700;
}

/* line 1494, ../sass/style.scss */
#block-locale-language {
  display: flex;
  align-items: center;
}
/* line 1497, ../sass/style.scss */
#block-locale-language ul.language-switcher-locale-url {
  display: inline-flex;
  font-size: 14px;
}
/* line 1500, ../sass/style.scss */
#block-locale-language ul.language-switcher-locale-url li {
  padding: 0 .25rem;
}
/* line 1502, ../sass/style.scss */
#block-locale-language ul.language-switcher-locale-url li.pt-br, #block-locale-language ul.language-switcher-locale-url li.fr {
  display: none;
}
/* line 1505, ../sass/style.scss */
#block-locale-language ul.language-switcher-locale-url li.active {
  font-weight: bold;
}

/* line 1512, ../sass/style.scss */
.section-information-tools-featured {
  background-color: #FDE5DC;
}
/* line 1514, ../sass/style.scss */
.section-information-tools-featured .node--info {
  display: inline-block;
  padding: 0;
  color: #990000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
/* line 1522, ../sass/style.scss */
.section-information-tools-featured .pane-taxonomy-term-field-section-publications {
  padding: 1rem 0;
}
/* line 1524, ../sass/style.scss */
.section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 1524, ../sass/style.scss */
  .section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items {
    grid-template-columns: 1fr 1fr;
  }
}
/* line 1532, ../sass/style.scss */
.section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header {
  display: flex;
  align-items: center;
  text-align: center;
}
/* line 1536, ../sass/style.scss */
.section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header .row {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 1532, ../sass/style.scss */
  .section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header {
    text-align: left;
  }
}
/* line 1543, ../sass/style.scss */
.section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header img {
  border: 1px solid #ccc;
  max-width: 10rem;
}
/* line 1548, ../sass/style.scss */
.section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header h3 {
  margin: .5rem 0;
  line-height: 1.5rem;
}
/* line 1551, ../sass/style.scss */
.section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header h3 a {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  /* line 1551, ../sass/style.scss */
  .section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header h3 a {
    font-size: 26px;
  }
}
/* line 1560, ../sass/style.scss */
.section-information-tools-featured .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header .node--abstract p {
  padding: 0;
}

/* line 1569, ../sass/style.scss */
.section-information-tools {
  background-color: #FEF3EF;
}
/* line 1571, ../sass/style.scss */
.section-information-tools .node--info {
  display: inline-block;
  padding: 0;
  color: #990000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
/* line 1579, ../sass/style.scss */
.section-information-tools .pane-taxonomy-term-field-section-publications {
  padding: 1rem 0;
}
/* line 1581, ../sass/style.scss */
.section-information-tools .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* line 1587, ../sass/style.scss */
.section-information-tools .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items .field-item {
  width: 100%;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  /* line 1587, ../sass/style.scss */
  .section-information-tools .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items .field-item {
    width: 50%;
  }
}
/* line 1596, ../sass/style.scss */
.section-information-tools .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header {
  display: flex;
  align-items: center;
}
/* line 1599, ../sass/style.scss */
.section-information-tools .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header img {
  border: 1px solid #ccc;
  max-width: 5rem;
  height: auto;
}
@media (min-width: 768px) {
  /* line 1599, ../sass/style.scss */
  .section-information-tools .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header img {
    max-width: 7.5rem;
  }
}
/* line 1608, ../sass/style.scss */
.section-information-tools .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header h3 {
  margin: .5rem 0;
  line-height: 1.5rem;
}
/* line 1611, ../sass/style.scss */
.section-information-tools .pane-taxonomy-term-field-section-publications .field-name-field-section-publications .field-items article header h3 a {
  font-size: 22px;
  font-weight: 700;
}

/* line 1622, ../sass/style.scss */
.pane-cepal-block-basic-block-suscribe {
  background-color: #FDE5DC;
  padding: 1rem;
}
/* line 1625, ../sass/style.scss */
.pane-cepal-block-basic-block-suscribe .block-suscribe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 1631, ../sass/style.scss */
.pane-cepal-block-basic-block-suscribe .block-suscribe p {
  margin: 0;
  padding: 0 0 1rem 0;
}

/* line 1645, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .node--info {
  display: inline-block;
  padding: 0;
  color: #990000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
/* line 1653, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
@media (min-width: 768px) {
  /* line 1653, ../sass/style.scss */
  .pane-taxonomy-term-field-section-activities .pane-content {
    align-items: center;
  }
}
/* line 1665, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities {
  padding: 1rem;
  width: 50%;
}
/* line 1668, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities article {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 1668, ../sass/style.scss */
  .pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities article {
    flex-direction: row;
  }
}
/* line 1674, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities article figure {
  flex: 1;
  margin: 0;
  align-items: center;
  display: flex;
  height: auto;
}
/* line 1680, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities article figure .field-type-image {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1684, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities article figure .field-type-image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1691, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities article header {
  flex: 2;
  padding: 0 .5rem;
}
/* line 1694, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities article header h3 {
  font-size: 18px;
  margin: .5rem 0;
}
/* line 1698, ../sass/style.scss */
.pane-taxonomy-term-field-section-activities .pane-content .field-name-field-section-activities article header .field-name-field-teaser {
  display: none;
}

/* line 1708, ../sass/style.scss */
.pane-taxonomy-term-field-section-highlighted .field-items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 1708, ../sass/style.scss */
  .pane-taxonomy-term-field-section-highlighted .field-items {
    flex-direction: row;
  }
}
/* line 1714, ../sass/style.scss */
.pane-taxonomy-term-field-section-highlighted .field-items .field-item {
  flex: 1;
}
/* line 1716, ../sass/style.scss */
.pane-taxonomy-term-field-section-highlighted .field-items .field-item article {
  padding: .5rem;
}
/* line 1718, ../sass/style.scss */
.pane-taxonomy-term-field-section-highlighted .field-items .field-item article h3 {
  font-size: 18px;
}
/* line 1721, ../sass/style.scss */
.pane-taxonomy-term-field-section-highlighted .field-items .field-item article img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1731, ../sass/style.scss */
.node--info-floating {
  position: relative;
}
/* line 1733, ../sass/style.scss */
.node--info-floating .node--date {
  font-family: 'Source Sans Pro Bold';
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: .75rem;
  top: -2.5rem;
  background-color: rgba(153, 0, 0, 0.75);
  color: white;
  padding: .25rem .5rem;
}

/* line 1749, ../sass/style.scss */
.section-content-inner .field-name-field-body {
  padding: 0;
}

/* line 1754, ../sass/style.scss */
.pane-static-related-node-related-pane li.views-row {
  background: #f2f2f2;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: 5px solid #fde5dc;
  border-bottom: 1px solid #cccccc;
}

/* line 1763, ../sass/style.scss */
.radix-layouts-sidebar {
  margin-block-start: 1.5rem;
  margin-block-end: 1rem;
}

/* line 1769, ../sass/style.scss */
.view-id-videos.view-display-id-list_teaser_byterm_pane ul {
  display: flex;
}
/* line 1771, ../sass/style.scss */
.view-id-videos.view-display-id-list_teaser_byterm_pane ul .field-name-title-field, .view-id-videos.view-display-id-list_teaser_byterm_pane ul .field-name-field-date {
  display: none;
}

.view-id-videos.view-display-id-list_teaser_byterm_pane ul li img{
  max-width: 100%;
}