/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Raleway:100,300,400,400i,700,700i,900,900i|Material+Icons");
/* line 22, ../sass/screen.scss */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* line 47, ../sass/screen.scss */
span.fake-link {
  cursor: pointer;
}

/* line 51, ../sass/screen.scss */
.material-icons.md-18 {
  font-size: 18px;
}

/* line 52, ../sass/screen.scss */
.material-icons.md-24 {
  font-size: 24px;
}

/* line 53, ../sass/screen.scss */
.material-icons.md-36 {
  font-size: 36px;
}

/* line 54, ../sass/screen.scss */
.material-icons.md-48 {
  font-size: 48px;
}

/* line 55, ../sass/screen.scss */
.material-icons.md-64 {
  font-size: 64px;
}

/* line 56, ../sass/screen.scss */
.material-icons.md-72 {
  font-size: 72px;
}

/* line 58, ../sass/screen.scss */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

/* line 59, ../sass/screen.scss */
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* line 61, ../sass/screen.scss */
.material-icons.md-light {
  color: white;
}

/* line 62, ../sass/screen.scss */
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* line 64, ../sass/screen.scss */
.material-icons.md-shadow {
  text-shadow: 0px 5px 5px #666;
}

/* line 66, ../sass/screen.scss */
body {
  -webkit-font-variant-ligatures: none;
  -moz-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
  -moz-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
  -o-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
  font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

/* line 78, ../sass/screen.scss */
.container {
  max-width: 1400px;
}

/* line 82, ../sass/screen.scss */
.h-100 {
  height: auto !important;
}
@media (min-width: 720px) {
  /* line 82, ../sass/screen.scss */
  .h-100 {
    height: 100% !important;
  }
}

/* line 89, ../sass/screen.scss */
p {
  font-size: 1rem;
  font-weight: 300;
  color: #333;
}
@media (min-width: 720px) {
  /* line 89, ../sass/screen.scss */
  p {
    font-size: 20px;
  }
}

/* line 100, ../sass/screen.scss */
figure figcaption {
  padding: 1rem;
  font-weight: 700;
}

/* line 107, ../sass/screen.scss */
p.featured {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 720px) {
  /* line 107, ../sass/screen.scss */
  p.featured {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  /* line 107, ../sass/screen.scss */
  p.featured {
    font-size: 2.5rem;
  }
}

/* line 119, ../sass/screen.scss */
.h-33-100 {
  height: 33vh !important;
}
@media (min-width: 1024px) {
  /* line 119, ../sass/screen.scss */
  .h-33-100 {
    height: 100vh !important;
  }
}

/* line 126, ../sass/screen.scss */
.h-50-100 {
  height: 50vh !important;
}
@media (min-width: 1024px) {
  /* line 126, ../sass/screen.scss */
  .h-50-100 {
    height: 100vh !important;
  }
}

/* line 133, ../sass/screen.scss */
a {
  font-size: 22px;
  /*color: white;*/
  text-decoration: underline;
}

/* line 139, ../sass/screen.scss */
a:hover {
  /*color: white;*/
}

/* line 143, ../sass/screen.scss */
blockquote {
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 720px) {
  /* line 143, ../sass/screen.scss */
  blockquote {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1024px) {
  /* line 143, ../sass/screen.scss */
  blockquote {
    font-size: 3rem;
    line-height: 4rem;
  }
}

/*a:focus{
	color: yellow;
	border-bottom: 3px solid yellow;
}*/
/* line 165, ../sass/screen.scss */
ul {
  padding: 1rem;
}
/* line 167, ../sass/screen.scss */
ul li {
  color: white;
}

/* line 172, ../sass/screen.scss */
nav {
  display: flex;
  align-items: center;
}
/* line 175, ../sass/screen.scss */
nav ul {
  padding: 0;
  margin: 0;
}
/* line 178, ../sass/screen.scss */
nav ul li {
  display: inline-block;
  padding: 1rem;
}
/* line 181, ../sass/screen.scss */
nav ul li a {
  font-size: 13px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

/* line 191, ../sass/screen.scss */
.share {
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
/* line 195, ../sass/screen.scss */
.share ul {
  padding: 0;
  margin: 0;
}
/* line 198, ../sass/screen.scss */
.share ul li {
  list-style: none;
}

/* line 204, ../sass/screen.scss */
h1 {
  font-size: 24px;
  margin: 1rem 0;
}
@media (min-width: 480px) {
  /* line 204, ../sass/screen.scss */
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 720px) {
  /* line 204, ../sass/screen.scss */
  h1 {
    font-size: 36px;
    margin: 2rem 0;
  }
}
@media (min-width: 1024px) {
  /* line 204, ../sass/screen.scss */
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  /* line 204, ../sass/screen.scss */
  h1 {
    font-size: 48px;
    margin: 3rem 0;
  }
}

/* line 223, ../sass/screen.scss */
h2 {
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
@media (min-width: 720px) {
  /* line 223, ../sass/screen.scss */
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  /* line 223, ../sass/screen.scss */
  h2 {
    font-size: 2.5rem;
  }
}

/* line 235, ../sass/screen.scss */
h3 {
  font-size: 1.5rem;
}

/* line 239, ../sass/screen.scss */
h4 {
  font-size: 1.25rem;
}

/* line 243, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif, sans-serif;
  color: #18496D;
  font-weight: 700;
  letter-spacing: -1px;
}

/* line 250, ../sass/screen.scss */
.section--container {
  padding-top: 3rem;
}

/* line 257, ../sass/screen.scss */
.txt-w300 {
  font-weight: 300;
}

/* line 261, ../sass/screen.scss */
.white {
  color: white;
}

/* line 265, ../sass/screen.scss */
.mask {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
}

/* line 271, ../sass/screen.scss */
.aniversario {
  /*background-image: url('../img/38143.jpg');*/
  /*background-size: cover;*/
  background-color: #195591;
}

/* line 276, ../sass/screen.scss */
.cepal {
  background-color: #247bd2;
}

/* line 280, ../sass/screen.scss */
.cepal p {
  font-size: 36px;
  font-weight: 300;
  line-height: 3rem;
}

/* line 286, ../sass/screen.scss */
.evento {
  background-color: #199191;
}

/*.aniversario{
	background-image: url('../img/38143.jpg');
	background-size: cover;
}*/
/* line 297, ../sass/screen.scss */
video {
  width: 100%;
}

/* line 301, ../sass/screen.scss */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

/* line 314, ../sass/screen.scss */
body .header--button-prev, body .footer--button-next, body .header--button-menu {
  transition: all 0.2s ease-in-out;
  color: white;
}
/* line 320, ../sass/screen.scss */
body .cls-1, body .cls-2 {
  fill: white;
}
/* line 325, ../sass/screen.scss */
body.theme--dark .header--button-prev, body.theme--dark .footer--button-next, body.theme--dark .header--button-menu {
  transition: all 0.2s ease-in-out;
  color: white;
}
/* line 330, ../sass/screen.scss */
body.theme--dark .cls-1, body.theme--dark .cls-2 {
  fill: white;
}
/* line 336, ../sass/screen.scss */
body.theme--light .header--button-prev, body.theme--light .footer--button-next, body.theme--light .header--button-menu, body.theme--light svg.cls-1 {
  transition: all 0.2s ease-in-out;
  color: #18496D;
}
/* line 341, ../sass/screen.scss */
body.theme--light .cls-1, body.theme--light .cls-2 {
  fill: #18496D;
}

/* line 347, ../sass/screen.scss */
header.main-header {
  /*background: rgba(255,255,255,0.5);*/
  position: absolute;
  padding: 0.5rem 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .5s ease-out,z-index 1ms ease-out;
}
@media (min-width: 720px) {
  /* line 347, ../sass/screen.scss */
  header.main-header {
    position: absolute;
    padding: 1rem 0;
  }
}
/* line 361, ../sass/screen.scss */
header.main-header a {
  text-decoration: none;
}
/* line 364, ../sass/screen.scss */
header.main-header svg {
  width: 2rem;
}
@media (min-width: 1024px) {
  /* line 364, ../sass/screen.scss */
  header.main-header svg {
    width: 3rem;
  }
}

/* line 372, ../sass/screen.scss */
.header--button-prev, .footer--button-next {
  position: absolute;
  left: 25%;
  right: 25%;
  text-align: center;
  color: white;
  cursor: pointer;
}

/* line 381, ../sass/screen.scss */
.header--button-prev {
  top: 0;
}

/* line 385, ../sass/screen.scss */
.footer--button-next {
  bottom: 0;
}

/* line 394, ../sass/screen.scss */
header.main-header img {
  width: 2.5rem;
  vertical-align: baseline;
  margin-left: 0;
}
@media (min-width: 1024px) {
  /* line 394, ../sass/screen.scss */
  header.main-header img {
    width: 5rem;
    margin-left: 1rem;
  }
}

/* line 404, ../sass/screen.scss */
.section.secretaria-ejecutiva.bg-red {
  background: #CB356B;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #BD3F32, #CB356B);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #BD3F32, #CB356B);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*padding: 12rem 6rem;*/
}

/* line 419, ../sass/screen.scss */
.slick-slider .slick-slide img {
  height: 75vh !important;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.03) 8%, rgba(0, 0, 0, 0.11) 21%, rgba(0, 0, 0, 0.61) 78%, rgba(0, 0, 0, 0.7) 95%, rgba(0, 0, 0, 0.7));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.03) 8%, rgba(0, 0, 0, 0.11) 21%, rgba(0, 0, 0, 0.61) 78%, rgba(0, 0, 0, 0.7) 95%, rgba(0, 0, 0, 0.7));
}
/* line 425, ../sass/screen.scss */
.slick-slider .slick-slide img::after {
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.03) 8%, rgba(0, 0, 0, 0.11) 21%, rgba(0, 0, 0, 0.61) 78%, rgba(0, 0, 0, 0.7) 95%, rgba(0, 0, 0, 0.7));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.03) 8%, rgba(0, 0, 0, 0.11) 21%, rgba(0, 0, 0, 0.61) 78%, rgba(0, 0, 0, 0.7) 95%, rgba(0, 0, 0, 0.7));
}
/* line 430, ../sass/screen.scss */
.slick-slider .slick-slide p {
  position: absolute;
  bottom: 22px;
  /* text-align: center; */
  left: 10%;
  width: 50%;
  color: #333;
  background: rgba(255, 255, 255, 0.75);
  padding: 1.5rem;
  margin: 0;
  font-size: 18px;
  text-shadow: 1px 1px 1px #ccc;
}

/* line 446, ../sass/screen.scss */
.section.secretaria-ejecutiva .bg-image {
  background: url("../img/34291009465_9c6d8d7fc4_k.jpg");
  background-size: cover;
}

/* line 451, ../sass/screen.scss */
.section.bg-skyblue {
  /*background-color: #3E8DDD;*/
  /*padding: 12rem 6rem;*/
  background: #457fca;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #457fca, #5691c8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #457fca, #5691c8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* line 459, ../sass/screen.scss */
.section--introduction {
  background: url("../img/Bj3JmxvCQAETvoW.jpg");
  background-size: cover;
}

/* line 464, ../sass/screen.scss */
.section--events {
  background: url("../img/bg-events.jpg");
  background-size: cover;
}

/* line 472, ../sass/screen.scss */
.section--aniversary .bg-image {
  background: url("../img/Bj3JmxvCQAETvoW.jpg");
  background-size: cover;
}

/* line 477, ../sass/screen.scss */
.section--cepal .bg-image {
  background: url("../img/IMG_4800.JPG");
  background-size: cover;
}

/* line 482, ../sass/screen.scss */
.section--publications {
  /*background-color: #4aa5c7;*/
  background: #4aa5c7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4aa5c7, #3cdfd7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4aa5c7, #3cdfd7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: url(../img/bg-publications.svg);
  background-size: cover;
}

/* line 498, ../sass/screen.scss */
.section--about .section--container {
  padding: 3rem 2rem;
}
/* line 504, ../sass/screen.scss */
.section--about .slide--members span.country--name {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 700;
}
/* line 514, ../sass/screen.scss */
.section--about ul {
  margin: 0;
}
/* line 516, ../sass/screen.scss */
.section--about ul li {
  padding: 0 1rem;
  font-size: 13px;
}
@media (min-width: 1024px) {
  /* line 516, ../sass/screen.scss */
  .section--about ul li {
    padding: 0.5rem 0;
    font-size: 18px;
  }
}

/* line 527, ../sass/screen.scss */
.flag-icon {
  font-size: 4rem;
}

/* line 532, ../sass/screen.scss */
.section--publications h1 {
  /*color: #C05549;*/
}

/* line 536, ../sass/screen.scss */
.section--publications h2 {
  font-size: 24px;
  background-color: #0d97a6;
  padding: 1rem;
}

/* line 542, ../sass/screen.scss */
.section--gallery figure {
  margin: 3rem;
}
/* line 544, ../sass/screen.scss */
.section--gallery figure figcaption {
  font-weight: 300;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 1rem;
  position: absolute;
  bottom: 10%;
  padding: 1rem;
  margin: 1rem;
}
/* line 557, ../sass/screen.scss */
.section--gallery .slick-prev {
  color: black;
  left: 0;
}
/* line 562, ../sass/screen.scss */
.section--gallery .slick-next {
  color: black;
  right: 0;
}
/* line 567, ../sass/screen.scss */
.section--gallery .slider--image {
  display: flex;
  align-items: center;
}

/* line 573, ../sass/screen.scss */
.img-publication {
  /*box-shadow: 5px 6px 9px 0px rgba(0,0,0,0.5);*/
}

/* line 578, ../sass/screen.scss */
.person--period {
  background-color: black;
  color: wheat;
  display: inline-block;
  padding: 6px;
  font-weight: 700;
  font-family: Roboto;
  margin: .5rem 0;
}

/* line 588, ../sass/screen.scss */
.person--position {
  text-align: left;
}
@media (min-width: 720px) {
  /* line 588, ../sass/screen.scss */
  .person--position {
    text-align: center;
  }
}

/*.layer{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}*/
/* line 602, ../sass/screen.scss */
.layer__container {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background: #fff;
  height: 100%;
  /*box-shadow: 0 0 20vmin 20px #000;*/
}

/* line 612, ../sass/screen.scss */
.layer__content {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 4rem;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

/* line 625, ../sass/screen.scss */
a.layer__button_close {
  color: black;
}

/* line 629, ../sass/screen.scss */
.layer p {
  color: black;
  font-size: 18px;
}

/* line 634, ../sass/screen.scss */
.section--description {
  padding: 12rem 4rem;
}

/* line 638, ../sass/screen.scss */
.animated.delay-1s {
  animation-delay: 1s;
}

/* line 642, ../sass/screen.scss */
.animated.delay-2s {
  animation-delay: 2s;
}

/* line 646, ../sass/screen.scss */
.animated.iteration-2 {
  animation-iteration-count: 2;
}

/* line 650, ../sass/screen.scss */
.animated.iteration-3 {
  animation-iteration-count: 3;
}

/* line 654, ../sass/screen.scss */
i.slick-arrow {
  position: absolute;
  z-index: 99;
  top: 33vh;
  border: 3px solid;
  border-radius: 50%;
}

/* line 661, ../sass/screen.scss */
.slick-slider .slick-disabled {
  color: #ccc;
}

/* line 664, ../sass/screen.scss */
.slick-prev {
  left: 0;
}

/* line 668, ../sass/screen.scss */
.slick-next {
  right: 0;
}

/* line 672, ../sass/screen.scss */
.bg-img-alicia-barcena {
  background: url("../img/alicia_barcena.jpg");
  background-size: cover;
}

/* line 677, ../sass/screen.scss */
.bg-img-about {
  background: url("../img/about.jpg");
  background-size: cover;
  background-position: center;
}

/* line 683, ../sass/screen.scss */
.bg-img-about-2 {
  background: url("../img/about-2.jpg");
  background-size: cover;
  background-position: center;
}

/* line 689, ../sass/screen.scss */
.bg-img-intro {
  background: url("../img/bg-intro.jpg");
  background-size: cover;
  background-position: center;
  /*zoom: 150%;*/
}

/* line 721, ../sass/screen.scss */
.slide--executive-secretary .button--person {
  background-color: #9ac945;
  color: #960242;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 1rem 0;
  display: inline-block;
}
@media (min-width: 720px) {
  /* line 721, ../sass/screen.scss */
  .slide--executive-secretary .button--person {
    font-size: 18px;
    margin: 1rem 0;
    padding: 1rem 3rem;
  }
}
/* line 714, ../sass/screen.scss */
.slide--executive-secretary .button--person:hover, .slide--executive-secretary .button--person:active, .slide--executive-secretary .button--person:visited, .slide--executive-secretary .button--person:focus {
  background-color: #afd46d;
  color: white;
  text-decoration: none;
}

/* line 725, ../sass/screen.scss */
.slide--office-of-the-executive-secretary .button--person {
  background-color: #1d8dda;
  color: #061d2d;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 1rem 0;
  display: inline-block;
}
@media (min-width: 720px) {
  /* line 725, ../sass/screen.scss */
  .slide--office-of-the-executive-secretary .button--person {
    font-size: 18px;
    margin: 1rem 0;
    padding: 1rem 3rem;
  }
}
/* line 714, ../sass/screen.scss */
.slide--office-of-the-executive-secretary .button--person:hover, .slide--office-of-the-executive-secretary .button--person:active, .slide--office-of-the-executive-secretary .button--person:visited, .slide--office-of-the-executive-secretary .button--person:focus {
  background-color: #44a4e6;
  color: white;
  text-decoration: none;
}

/* line 729, ../sass/screen.scss */
.slide--former .button--person {
  background-color: #212121;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 1rem 0;
  display: inline-block;
}
@media (min-width: 720px) {
  /* line 729, ../sass/screen.scss */
  .slide--former .button--person {
    font-size: 18px;
    margin: 1rem 0;
    padding: 1rem 3rem;
  }
}
/* line 714, ../sass/screen.scss */
.slide--former .button--person:hover, .slide--former .button--person:active, .slide--former .button--person:visited, .slide--former .button--person:focus {
  background-color: #3b3b3b;
  color: white;
  text-decoration: none;
}

/* line 733, ../sass/screen.scss */
.button--more {
  background-color: #18496D;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 1rem 0;
  display: inline-block;
}
@media (min-width: 720px) {
  /* line 733, ../sass/screen.scss */
  .button--more {
    font-size: 18px;
    margin: 1rem 0;
    padding: 1rem 3rem;
  }
}
/* line 714, ../sass/screen.scss */
.button--more:hover, .button--more:active, .button--more:visited, .button--more:focus {
  background-color: #216597;
  color: white;
  text-decoration: none;
}

/***
* SECTIONS
***/
/* line 741, ../sass/screen.scss */
.section--intro {
  /*background: white;*/
}

/***
* UTILS
***/
/* line 749, ../sass/screen.scss */
.center {
  text-align: center;
}

/* line 755, ../sass/screen.scss */
.bg-img-lime-green {
  background: url("../img/bg-lime-green.svg");
  background-size: cover;
}

/* line 760, ../sass/screen.scss */
.bg-img-dark-pink {
  background: url("../img/bg-dark-pink.svg");
  background-size: cover;
}

/* line 765, ../sass/screen.scss */
.bg-pattern-1 {
  background: url("../img/pattern-1.svg");
  background-size: cover;
}

/* line 770, ../sass/screen.scss */
.bg-pattern-2 {
  background: url("../img/pattern-2.svg");
  background-size: cover;
}

/* line 775, ../sass/screen.scss */
.bg-063758 {
  background-color: #063758;
  /*margin: 2rem;*/
}

/* line 780, ../sass/screen.scss */
.bg-img-063758 {
  background: url("../img/bg-063758.svg");
  background-size: cover;
}

/* line 791, ../sass/screen.scss */
.bg-D50000 {
  background-color: #D50000;
}

/* line 794, ../sass/screen.scss */
.bg-B71C1C {
  background-color: #B71C1C;
}

/* line 798, ../sass/screen.scss */
.bg-061c2c {
  background-color: #061c2c;
}

/* line 802, ../sass/screen.scss */
.bg-3E8DDD {
  background-color: #3E8DDD;
}

/* line 806, ../sass/screen.scss */
.bg-960247 {
  background-color: #960247;
}

/* line 810, ../sass/screen.scss */
.bg-00adef {
  background-color: #00adef;
}

/* line 814, ../sass/screen.scss */
.bg-666 {
  background-color: #666;
}

/* line 818, ../sass/screen.scss */
.bg-333 {
  background-color: #333;
}

/* line 822, ../sass/screen.scss */
.color-C05549 {
  color: #C05549;
}

/* line 826, ../sass/screen.scss */
.pad-5rem {
  padding: 1rem 2rem;
}
@media (min-width: 1024px) {
  /* line 826, ../sass/screen.scss */
  .pad-5rem {
    padding: 5rem;
  }
}

/* line 834, ../sass/screen.scss */
.pad-3rem {
  padding: 1rem;
}
@media (min-width: 1024px) {
  /* line 834, ../sass/screen.scss */
  .pad-3rem {
    padding: 3rem;
  }
}

@media all and (max-width: 480px) {
  /* line 842, ../sass/screen.scss */
  .hidden-xs {
    visibility: hidden;
  }
}
/* line 848, ../sass/screen.scss */
.hidden-xs {
  display: none;
}
@media (min-width: 720px) {
  /* line 848, ../sass/screen.scss */
  .hidden-xs {
    display: block;
  }
}

/* line 855, ../sass/screen.scss */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #fff;
}

/* line 860, ../sass/screen.scss */
.modal--container {
  position: relative;
  left: 0;
  top: 0;
  width: 80vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999;
  display: none;
  background-color: white;
  box-shadow: black 0px 0px 142.8px 20px;
}
@media (min-width: 1024px) {
  /* line 860, ../sass/screen.scss */
  .modal--container {
    width: 50vw;
  }
}

/* line 876, ../sass/screen.scss */
.modal--button-container {
  position: relative;
}

/* line 880, ../sass/screen.scss */
.modal--button--open {
  background-color: #13486d;
  position: relative;
  display: flex;
  border-radius: 10rem;
  text-decoration: none;
  color: white;
  padding: 1rem;
  z-index: 9999;
  bottom: 100px;
  left: 50%;
  margin-left: -33px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 20px 1px;
}
/* line 898, ../sass/screen.scss */
.modal--button--open:hover {
  color: white;
  text-decoration: none;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 918, ../sass/screen.scss */
.pulse {
  animation-name: pulse;
}

/* line 922, ../sass/screen.scss */
.slickModal .container {
  padding: 4rem 2rem 0 2rem;
}
@media (min-width: 720px) {
  /* line 922, ../sass/screen.scss */
  .slickModal .container {
    padding: 5rem;
  }
}

/* line 929, ../sass/screen.scss */
.slickWindow {
  overflow: auto;
}

/* line 933, ../sass/screen.scss */
.section.section--gallery {
  background-color: #fff;
}

/* Demo */
/* line 940, ../sass/screen.scss */
.slickModal .closeModal {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  padding: 0;
  margin: 1rem;
  color: #e5243f;
}
@media (min-width: 720px) {
  /* line 940, ../sass/screen.scss */
  .slickModal .closeModal {
    padding: 1rem 5rem;
  }
}

/* line 951, ../sass/screen.scss */
.slickModal.overlayMenu .slickWindow {
  text-align: center;
  overflow: auto;
}

/* line 956, ../sass/screen.scss */
.slickModal.overlayMenu .company {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding-bottom: 80px;
}

/* line 962, ../sass/screen.scss */
.slickModal.overlayMenu a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  font-weight: 800;
}

/* line 973, ../sass/screen.scss */
.slickModal.overlayMenu a span {
  display: block;
  font-size: 11px;
  padding-top: 6px;
}

/* line 978, ../sass/screen.scss */
.slickModal.overlayMenu a:hover {
  opacity: 1;
}

/* line 981, ../sass/screen.scss */
.slickModal.overlayMenu a:last-of-type {
  margin-bottom: 0;
}

/* line 984, ../sass/screen.scss */
.slickModal.overlayMenu .close.icon {
  width: 30px;
  height: 30px;
  opacity: 1;
}

/* line 989, ../sass/screen.scss */
.slickModal.overlayMenu .close.icon:hover {
  opacity: 0.7;
}

/* line 992, ../sass/screen.scss */
.slickModal.overlayMenu .close.icon:after,
.slickModal.overlayMenu .close.icon:before {
  background: #fff;
}

/* line 1003, ../sass/screen.scss */
#modal-about-members .row {
  padding: 1rem 0;
}
/* line 1005, ../sass/screen.scss */
#modal-about-members .row h2 {
  padding: 3rem 0;
}
/* line 1008, ../sass/screen.scss */
#modal-about-members .row h3 {
  padding: 1rem 0;
  font-size: 13px;
}
@media (min-width: 720px) {
  /* line 1008, ../sass/screen.scss */
  #modal-about-members .row h3 {
    font-size: 1.5rem;
  }
}

/* line 1021, ../sass/screen.scss */
.section--executive-secretary .slide--former img.w-50, .section--executive-secretary .slide--office-of-the-executive-secretary img.w-50 {
  width: 20% !important;
  float: left;
  margin: 0 1rem 0 2rem;
}
@media (min-width: 720px) {
  /* line 1021, ../sass/screen.scss */
  .section--executive-secretary .slide--former img.w-50, .section--executive-secretary .slide--office-of-the-executive-secretary img.w-50 {
    width: 33% !important;
    float: none;
    margin: 0;
  }
}
/* line 1032, ../sass/screen.scss */
.section--executive-secretary .slide--former h2, .section--executive-secretary .slide--office-of-the-executive-secretary h2 {
  font-size: 16px;
  text-align: left;
}
@media (min-width: 720px) {
  /* line 1032, ../sass/screen.scss */
  .section--executive-secretary .slide--former h2, .section--executive-secretary .slide--office-of-the-executive-secretary h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
/* line 1040, ../sass/screen.scss */
.section--executive-secretary .slide--former h3, .section--executive-secretary .slide--office-of-the-executive-secretary h3 {
  font-size: 14px;
}
@media (min-width: 720px) {
  /* line 1040, ../sass/screen.scss */
  .section--executive-secretary .slide--former h3, .section--executive-secretary .slide--office-of-the-executive-secretary h3 {
    font-size: 1.25rem;
  }
}
/* line 1048, ../sass/screen.scss */
.section--executive-secretary footer.main-footer {
  display: none;
}

/* line 1053, ../sass/screen.scss */
.fp-controlArrow.fp-prev {
  left: 5px;
  border: none;
  width: 25px;
  height: 50px;
  background: url(../img/arrow-left.svg) no-repeat;
  cursor: pointer;
}

/* line 1061, ../sass/screen.scss */
.fp-controlArrow.fp-next {
  right: 5px;
  border: none;
  width: 25px;
  height: 50px;
  background: url(../img/arrow-right.svg) no-repeat;
  cursor: pointer;
}

/* Common */
/* line 1071, ../sass/screen.scss */
.slickModal.imageGallery .slickWindow .close.icon {
  top: 32px;
  right: 0;
  opacity: 1;
}

/* line 1076, ../sass/screen.scss */
.slickModal.imageGallery .slickWindow .close.icon:hover {
  opacity: 0.6;
}

/* line 1079, ../sass/screen.scss */
.slickModal.imageGallery .slickWindow .close.icon:before,
.slickModal.imageGallery .slickWindow .close.icon:after {
  background: #333;
}

/* line 1083, ../sass/screen.scss */
.slickModal.imageGallery .slickWindow li {
  list-style: none;
}

/* Navigation */
/* line 1088, ../sass/screen.scss */
.slickModal.imageGallery .slickWindow .nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #333;
  height: 30px;
  width: 30px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 1102, ../sass/screen.scss */
.slickModal.imageGallery .slickWindow #prevItem {
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 1107, ../sass/screen.scss */
.slickModal.imageGallery .slickWindow #nextItem {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1112, ../sass/screen.scss */
.slickModal.imageGallery #galleryWrap:hover .nav {
  opacity: 0.5;
}

/* line 1115, ../sass/screen.scss */
.slickModal.imageGallery .slickWindow #galleryWrap:hover .nav:hover {
  opacity: 1;
}

/* line 1118, ../sass/screen.scss */
.slickModal.imageGallery #galleryWrap:hover #prevItem {
  left: 40px;
}

/* line 1121, ../sass/screen.scss */
.slickModal.imageGallery #galleryWrap:hover #nextItem {
  right: 40px;
}

/* Gallery items */
/* line 1126, ../sass/screen.scss */
.slickModal.imageGallery #galleryWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* line 1131, ../sass/screen.scss */
.slickModal.imageGallery #galleryItems {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 1138, ../sass/screen.scss */
.slickModal.imageGallery #galleryItems li {
  position: relative;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Pagination dots */
/* line 1147, ../sass/screen.scss */
.slickModal.imageGallery #galleryDots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

/* line 1155, ../sass/screen.scss */
.slickModal.imageGallery #galleryDots li {
  content: "";
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 1167, ../sass/screen.scss */
.slickModal.imageGallery #galleryDots li.active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 1;
}

/* Content */
/* line 1174, ../sass/screen.scss */
.slickModal.imageGallery #galleryItems .content {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50%;
  color: #333;
  text-align: center;
}

/* line 1184, ../sass/screen.scss */
.slickModal.imageGallery #galleryItems .content .title {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 6px;
}

/* line 1189, ../sass/screen.scss */
.slickModal.imageGallery #galleryItems .content p {
  font-size: 12px;
  line-height: 22px;
}

/* Responsive */
@media screen and (max-width: 960px) {
  /* line 1196, ../sass/screen.scss */
  .slickModal.imageGallery #galleryItems .content {
    max-width: 80%;
  }
}
/* line 1201, ../sass/screen.scss */
.imageGallery .img-fluid {
  max-height: 50vh;
}

/* line 1214, ../sass/screen.scss */
.slickOverlay {
  margin: 0 !important;
}

/* line 1218, ../sass/screen.scss */
.language-switch a {
  font-size: 16px !important;
  padding-bottom: 2.5rem;
}
