@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
/* line 2, ../scss/home.scss */
header.header_home {
  height: 85vh;
  overflow: hidden;
  background: #5c5c5c;
  position: relative;
}
/* line 8, ../scss/home.scss */
header.header_home #carousel-home img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100vh;
  opacity: 1;
}
/* line 15, ../scss/home.scss */
header.header_home #carousel-home .caption {
  color: #fff !important;
  width: 32%;
  top: 40%;
  transform: translateY(-50%);
  font-size: calc(.3rem + 1vw);
}
/* line 21, ../scss/home.scss */
header.header_home #carousel-home .caption h1 {
  font-size: 2rem;
  font-family: 'Avenir_black';
}
/* line 25, ../scss/home.scss */
header.header_home #carousel-home .caption h1 a {
  color: #fff !important;
}
/* line 33, ../scss/home.scss */
header.header_home #carousel-home .owl-nav span {
  background: rgba(139, 139, 139, 0.7);
  color: #fff;
  padding: 0px 15px 5px;
  font-size: 2rem;
}
/* line 42, ../scss/home.scss */
header.header_home .overlay-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: black;
  background: linear-gradient(90deg, black 0%, transparent 55%);
  z-index: 1;
}

/* line 55, ../scss/home.scss */
.owl-carousel {
  height: 100%;
}
/* line 57, ../scss/home.scss */
.owl-carousel .caption {
  display: block !important;
  position: absolute;
  z-index: 10;
  left: 10%;
  /* right: 0; */
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  /* margin: 0 auto; */
}
/* line 69, ../scss/home.scss */
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage {
  height: 100%;
}
/* line 74, ../scss/home.scss */
.owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 40%;
  transform: translateY(-50%);
  font-family: 'Avenir_black';
}
/* line 81, ../scss/home.scss */
.owl-carousel .owl-nav .owl-prev {
  left: 30px;
  width: 40px;
  height: 40px;
  position: absolute;
}
/* line 87, ../scss/home.scss */
.owl-carousel .owl-nav .owl-next {
  right: 30px;
  width: 40px;
  height: 40px;
  position: absolute;
}
/* line 93, ../scss/home.scss */
.owl-carousel .owl-nav button {
  background: transparent;
}
/* line 95, ../scss/home.scss */
.owl-carousel .owl-nav button span {
  font-size: 3rem;
}
/* line 100, ../scss/home.scss */
.owl-carousel .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}
/* line 104, ../scss/home.scss */
.owl-carousel .owl-nav [class*=owl-]:hover {
  color: #000;
}

/* line 117, ../scss/home.scss */
section.services_section {
  background: #eee;
  padding-bottom: 6rem;
}
/* line 120, ../scss/home.scss */
section.services_section .card {
  border: 0;
  border-radius: 0;
}
/* line 123, ../scss/home.scss */
section.services_section .card img {
  height: auto;
  width: 80px;
  margin: 0 auto;
  padding: 2rem 0;
}
/* line 129, ../scss/home.scss */
section.services_section .card .card-body {
  text-align: center;
}
/* line 131, ../scss/home.scss */
section.services_section .card .card-body h5.card-title {
  font-size: 1.8rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
}
/* line 137, ../scss/home.scss */
section.services_section .card .card-body p {
  padding: 1.5rem 0;
}
/* line 144, ../scss/home.scss */
section.works_section {
  background-image: url("https://placehold.it/1920x1080&amp;text=3-fallback");
}
/* line 146, ../scss/home.scss */
section.works_section .title_section {
  color: #fff;
}
/* line 151, ../scss/home.scss */
section.news_section {
  /*background: #eee;*/
  padding: 9rem 0;
}
/* line 154, ../scss/home.scss */
section.news_section .card {
  border: 0;
  border-radius: 0;
  background: transparent;
}
/* line 158, ../scss/home.scss */
section.news_section .card img {
  border-radius: 0;
}
/* line 161, ../scss/home.scss */
section.news_section .card .card-body {
  padding-left: 0;
}
/* line 167, ../scss/home.scss */
section.localization_section {
  background: #eee;
}
/* line 170, ../scss/home.scss */
section.localization_section h2.title-line {
  width: 460px;
}
/* line 174, ../scss/home.scss */
section.localization_section .card {
  border: 0;
  border-radius: 0;
  margin: 30px;
  position: relative;
}
/* line 179, ../scss/home.scss */
section.localization_section .card:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  right: -8px;
  background: transparent;
  top: 45%;
  transform: translateY(-50%);
}
/* line 192, ../scss/home.scss */
section.localization_section .card img {
  height: auto;
  width: 80px;
  margin: 0 auto;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}
/* line 199, ../scss/home.scss */
section.localization_section .card .card-body {
  text-align: center;
}
/* line 201, ../scss/home.scss */
section.localization_section .card .card-body p {
  padding: 1.5rem 0;
  font-size: .9rem;
}
/* line 207, ../scss/home.scss */
section.localization_section .card:last-child:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: transparent;
  top: 103%;
}
/* line 226, ../scss/home.scss */
section.members_section {
  padding: 3rem 0 5em;
}
/* line 229, ../scss/home.scss */
section.members_section #carousel-members img {
  padding: 2rem;
  max-width: 185px;
  height: 145px;
  object-fit: contain;
  object-position: center;
}
/* line 237, ../scss/home.scss */
section.members_section #carousel-members .owl-nav {
  top: 20%;
  transform: translateY(-50%);
}
/* line 240, ../scss/home.scss */
section.members_section #carousel-members .owl-nav .owl-prev {
  left: -5%;
}
/* line 243, ../scss/home.scss */
section.members_section #carousel-members .owl-nav .owl-next {
  right: -5%;
}

/*block styles*/
@media screen and (min-width: 1600px) {
  /* line 260, ../scss/home.scss */
  .job-board-home .content {
    height: 240px !important;
  }

  /* line 266, ../scss/home.scss */
  .who-we-are .content {
    height: 207px !important;
  }
  /* line 268, ../scss/home.scss */
  .who-we-are .content h2 {
    margin-bottom: 30px;
  }

  /* line 274, ../scss/home.scss */
  .stay-connected .content {
    height: 300px !important;
  }

  /* line 278, ../scss/home.scss */
  header.header_home {
    height: 88vh;
  }

  /* line 281, ../scss/home.scss */
  header.header_home #carousel-home .caption {
    top: 40%;
  }

  /* line 284, ../scss/home.scss */
  .homepage_news {
    padding: 12rem 0 !important;
  }
}
/* line 289, ../scss/home.scss */
.who-we-are {
  padding: 3rem 0;
  text-align: center;
  color: #001832;
  position: relative;
  z-index: 20;
  margin-top: -8%;
  height: 290px;
}
/* line 298, ../scss/home.scss */
.who-we-are .content {
  width: 55%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 180px;
  font-size: calc(.2em + 1vw) !important;
}
/* line 307, ../scss/home.scss */
.who-we-are:before {
  content: url("https://www.gala-global.org/themes/custom/gala/images/bg-whoweare.svg");
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: -1;
}

/* line 318, ../scss/home.scss */
.job-board-home {
  padding: 3rem 0 2rem;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 20;
  height: 290px;
}
/* line 325, ../scss/home.scss */
.job-board-home .content {
  width: 60%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 180px;
}
/* line 332, ../scss/home.scss */
.job-board-home .content h2 {
  margin-top: 20px;
}
/* line 336, ../scss/home.scss */
.job-board-home:before {
  content: url("https://www.gala-global.org/themes/custom/gala/images/bg-jobboard.svg");
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: -1;
}

/* line 347, ../scss/home.scss */
.stay-connected {
  /* padding:0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 20;
  margin-top: -8%;
  height: 290px; */
  /* &:before {
  	content: url('../images/bg-jobboard.svg') ;
  	position:absolute;
  	left: 0;
  	right: 0;
  	width: 100%;
  	top: 0;
  	z-index: -1;
  } */
}
/* line 355, ../scss/home.scss */
.stay-connected .content {
  width: 60%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
}
/* line 375, ../scss/home.scss */
.stay-connected .contact_section .title_section h2 {
  color: #fff !important;
}
/* line 379, ../scss/home.scss */
.stay-connected .contact_section .title_section p {
  font-weight: bold;
  color: #fff !important;
}
/* line 384, ../scss/home.scss */
.stay-connected .contact_section .mailchimp-newsletter-mergefields {
  display: flex;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
/* line 395, ../scss/home.scss */
.stay-connected .contact_section form fieldset {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
/* line 403, ../scss/home.scss */
.stay-connected .contact_section form #edit-actions {
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 407, ../scss/home.scss */
.stay-connected .contact_section form .form-text {
  margin-top: 0px;
}
/* line 410, ../scss/home.scss */
.stay-connected .contact_section form input {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}
/* line 414, ../scss/home.scss */
.stay-connected .contact_section form input:focus {
  color: #495057;
  background-color: transparent;
}
/* line 419, ../scss/home.scss */
.stay-connected .contact_section form input:focus {
  color: #FFF;
}

/* line 433, ../scss/home.scss */
.homepage_news {
  padding: 4rem 0;
  margin-top: 0%;
  position: relative;
  /* The image used */
  background: #2dbbcf url("https://www.gala-global.org/themes/custom/gala/images/industry-news-parallax.png");
  /* Set a specific height */
  min-height: 100vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* .bg-industry {
  	position: absolute;
      z-index: 0;
      opacity: .1;
      top: 0;
  } */
}
/* line 454, ../scss/home.scss */
.homepage_news h2 {
  margin-bottom: 25px;
  color: #fff;
}
/* line 461, ../scss/home.scss */
.homepage_news #carousel-industry-news .owl-nav span {
  background: #001832;
  color: #fff;
  padding: 0px 15px 5px;
  font-size: 2rem;
}
/* line 469, ../scss/home.scss */
.homepage_news #carousel-industry-news .owl-prev {
  left: -4%;
  width: 40px;
  height: 40px;
  position: absolute;
}
/* line 475, ../scss/home.scss */
.homepage_news #carousel-industry-news .owl-next {
  right: -4%;
  width: 40px;
  height: 40px;
  position: absolute;
}
/* line 483, ../scss/home.scss */
.homepage_news .card {
  position: relative;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}
/* line 488, ../scss/home.scss */
.homepage_news .card .card-img-top {
  height: 140px;
  overflow: hidden;
  border-radius: 0;
}
/* line 492, ../scss/home.scss */
.homepage_news .card .card-img-top img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
/* line 499, ../scss/home.scss */
.homepage_news .card .card-body .date {
  color: #f47c20;
  text-transform: uppercase;
  font-size: .8rem;
  display: block;
  height: 20px;
  margin-bottom: 15px;
  font-family: 'Avenir_black';
}
/* line 508, ../scss/home.scss */
.homepage_news .card .card-body .card-title {
  min-height: 60px;
  max-height: 60px;
}
/* line 511, ../scss/home.scss */
.homepage_news .card .card-body .card-title h3 {
  font-size: 1rem;
}
/* line 513, ../scss/home.scss */
.homepage_news .card .card-body .card-title h3 a {
  color: #001932;
}
/* line 518, ../scss/home.scss */
.homepage_news .card .card-body .card-text {
  height: 85px;
  font-size: .9rem;
}
/* line 523, ../scss/home.scss */
.homepage_news .card .card-body .read-more a:last-child {
  font-size: 0.8rem !important;
  text-transform: uppercase;
  background: #f28820;
  color: #fff;
  padding: .375rem .75rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
/* line 547, ../scss/home.scss */
.homepage_news .card .card-body .read-more a:last-child:hover {
  color: #fff;
}

/* line 560, ../scss/home.scss */
.gala-members-footer h2 {
  color: #3b3b3b;
}

/* line 567, ../scss/home.scss */
.what-we-do {
  padding: 2rem 0;
}

/* line 570, ../scss/home.scss */
section#section_what-we-do {
  color: #415164;
  padding: 8rem 0;
}
/* line 574, ../scss/home.scss */
section#section_what-we-do .block-info_first p {
  margin-bottom: 30px;
  font-family: 'Avenir_black';
}
/* line 580, ../scss/home.scss */
section#section_what-we-do h2 {
  color: #f28820;
  margin-bottom: 30px;
}
/* line 584, ../scss/home.scss */
section#section_what-we-do h3 {
  color: #f28820;
  font-size: 1.5rem;
}
/* line 588, ../scss/home.scss */
section#section_what-we-do .block-info {
  position: relative;
  padding: 0 3.5rem;
  margin-bottom: 40px;
}
/* line 592, ../scss/home.scss */
section#section_what-we-do .block-info .block-info_text {
  min-height: 110px;
  padding: .5rem 0;
}
/* line 595, ../scss/home.scss */
section#section_what-we-do .block-info .block-info_text p {
  font-size: .9rem;
  margin-bottom: 0;
}
/* line 602, ../scss/home.scss */
section#section_what-we-do .block-info .block-info_button .link {
  display: table-cell;
  width: 35px;
  height: 35px;
  background: #25cced;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
}

/* line 617, ../scss/home.scss */
section#section_localization {
  padding: 8rem 0;
  color: #47484b;
  background: #d5f3f7;
  background: linear-gradient(180deg, #d5f3f7 0%, rgba(255, 255, 255, 0) 64%);
}
/* line 622, ../scss/home.scss */
section#section_localization .title_section {
  text-align: center;
  font-family: 'Avenir_black';
  padding: 0 4rem;
}
/* line 626, ../scss/home.scss */
section#section_localization .title_section h2 {
  color: #2dbbcf;
}
/* line 631, ../scss/home.scss */
section#section_localization .card-group .card {
  text-align: center;
  padding: 2rem 0;
  margin: 20px;
  font-size: .9rem;
  border: 0;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.1);
  /* color: #969696; */
  transition: .20s linear;
}
/* line 640, ../scss/home.scss */
section#section_localization .card-group .card img {
  width: 33px;
  margin: 0 auto;
}
/* line 646, ../scss/home.scss */
section#section_localization .card-group .card .card-body .card-text {
  border-top: 1px solid #f5a85b;
  padding-top: 15px;
}
/* line 651, ../scss/home.scss */
section#section_localization .card-group .card .card-body span.btn-read-more {
  position: absolute;
  left: 0;
  right: 0;
  font-size: .8rem;
  opacity: .6;
  bottom: 15px;
}
/* line 660, ../scss/home.scss */
section#section_localization .card-group .card:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.04);
  transition: .15s linear;
}
/* line 666, ../scss/home.scss */
section#section_localization .card-group .card a {
  color: #969696;
}
/* line 672, ../scss/home.scss */
section#section_localization .link_member-directory {
  text-align: center;
  padding: 2rem 0;
}
/* line 675, ../scss/home.scss */
section#section_localization .link_member-directory p {
  font-family: 'Avenir_black';
}
/* line 681, ../scss/home.scss */
section#section_localization.v2 .card-body {
  min-width: 188px !important;
  padding: 1.25rem 1.25rem 0;
}
/* line 684, ../scss/home.scss */
section#section_localization.v2 .card-body .card-text {
  font-size: 1rem !important;
  border-top: 1px solid #f5a85b;
  padding-top: 15px;
}
/* line 690, ../scss/home.scss */
section#section_localization.v2 a {
  color: #5d5d5d !important;
}

/* line 698, ../scss/home.scss */
section.industry_news_section .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 702, ../scss/home.scss */
section.industry_news_section .owl-carousel {
  width: 102.5%;
}

/* line 708, ../scss/home.scss */
.home_spotlight_section {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: -5%;
}

/* new styles */
/* line 715, ../scss/home.scss */
.events-carousel {
  /* background: url('../images/events-carousel-bg.png') no-repeat; */
  background-size: cover;
  background-position: bottom center;
  min-height: 600px;
  padding-bottom: 0;
}
/* line 721, ../scss/home.scss */
.events-carousel .container-carousel {
  padding: 3rem 0;
  height: 550px;
}
/* line 726, ../scss/home.scss */
.events-carousel .date {
  color: #f28820;
  font-size: 1rem;
  margin-bottom: 2px;
}
/* line 731, ../scss/home.scss */
.events-carousel .title {
  color: #2dbbcf;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
/* line 736, ../scss/home.scss */
.events-carousel .content-text {
  color: #47484b;
  font-size: 1rem;
  height: 180px;
  overflow: hidden;
}
/* line 742, ../scss/home.scss */
.events-carousel .owl-dots {
  margin: 20px 0;
  position: absolute;
  z-index: 5;
  bottom: 22%;
  right: 37%;
}
/* line 749, ../scss/home.scss */
.events-carousel .owl-dots button.owl-dot.active span {
  background: #2dbbcf;
}
/* line 753, ../scss/home.scss */
.events-carousel .owl-dots span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #2dbbcf;
  margin-right: 8px;
}
/* line 766, ../scss/home.scss */
.events-carousel #spotlight-carousel .owl-item {
  height: 600px;
}
/* line 768, ../scss/home.scss */
.events-carousel #spotlight-carousel .owl-item img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
/* line 778, ../scss/home.scss */
.events-carousel #spotlight-carousel .caption {
  right: 10%;
  left: unset;
}
/* line 786, ../scss/home.scss */
.events-carousel #block-views-block-home-spotlight-carousel-block-spotlight .col-auto {
  padding-right: 0px;
  padding-left: 0px;
}
/* line 792, ../scss/home.scss */
.events-carousel .overlay-carousel {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f9f7f2;
  background: linear-gradient(-90deg, #f9f7f2 33%, rgba(249, 247, 242, 0) 100%);
}
/* line 801, ../scss/home.scss */
.events-carousel .view-home-spotlight-carousel {
  position: relative;
}
/* line 803, ../scss/home.scss */
.events-carousel .view-home-spotlight-carousel:before {
  content: url(https://www.gala-global.org/themes/custom/gala/images/event-carousel.svg);
  position: absolute;
  top: -10px;
  z-index: 3;
  width: 100%;
  height: 160px;
}

/* line 814, ../scss/home.scss */
.members_section h2 {
  color: #001832;
}

/* line 818, ../scss/home.scss */
.members-directory {
  height: 470px;
  background: url("https://www.gala-global.org/themes/custom/gala/images/visit-member-bg.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
/* line 823, ../scss/home.scss */
.members-directory h3 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 2.5rem;
  font-size: 1.75rem !important;
  text-transform: unset !important;
}
/* line 830, ../scss/home.scss */
.members-directory .btn.btn-gala-inverse {
  background: #fff;
  color: #2dbbcf;
  border: 1px solid #2dbbcf;
}
/* line 834, ../scss/home.scss */
.members-directory .btn.btn-gala-inverse:hover, .members-directory .btn.btn-gala-inverse:focus, .members-directory .btn.btn-gala-inverse:active {
  color: #2dbbcf;
  border: 1px solid #2dbbcf;
}
/* line 841, ../scss/home.scss */
.members-directory .content-text {
  padding: 8rem 0;
}

/* line 845, ../scss/home.scss */
footer {
  margin-top: 0 !important;
}

/* .contact_section {
	background: #2dbbcf;
}
 */
/* line 853, ../scss/home.scss */
.footer_stay-connected {
  margin-bottom: 5rem;
}
/* line 856, ../scss/home.scss */
.footer_stay-connected .mailchimp-newsletter-mergefields {
  width: 78%;
  float: left;
}
/* line 860, ../scss/home.scss */
.footer_stay-connected .mailchimp-newsletter-mergefields fieldset {
  width: 32%;
  display: inline-block;
}
/* line 864, ../scss/home.scss */
.footer_stay-connected .mailchimp-newsletter-mergefields fieldset input {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  color: #fff;
}
/* line 871, ../scss/home.scss */
.footer_stay-connected .form-actions {
  width: 22%;
  float: right;
}
/* line 875, ../scss/home.scss */
.footer_stay-connected .form-actions button {
  background: white !important;
  border: 1px solid #fff !important;
  color: #001832 !important;
  padding-left: 10px !important;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
}
/* line 883, ../scss/home.scss */
.footer_stay-connected .form-actions button:hover {
  background: #001832 !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
}

/* #block-form-stay-connected {
	display: block;
    width: 100%;
	padding-bottom: 5rem;
		.content {
			width: 748px;
			margin: 0 auto;
				fieldset {
					display: inline-block;
					width: 222px;
				}
			button {
				display: inline-block;
			}
		}
} */
@media only screen and (max-width: 740px) {
  /* line 916, ../scss/home.scss */
  header.header_home {
    height: 100vh !important;
  }
  /* line 919, ../scss/home.scss */
  header.header_home #carousel-home .caption {
    width: 85% !important;
    top: 50%;
    font-size: 1rem;
  }
  /* line 923, ../scss/home.scss */
  header.header_home #carousel-home .caption h1 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  /* line 927, ../scss/home.scss */
  header.header_home #carousel-home .caption p {
    width: 90% !important;
  }

  /* line 937, ../scss/home.scss */
  .btn {
    font-size: 0.9rem !important;
  }

  /* line 940, ../scss/home.scss */
  .owl-carousel .owl-nav {
    top: 50% !important;
  }

  /* line 943, ../scss/home.scss */
  .who-we-are {
    margin-top: 0%;
  }
  /* line 945, ../scss/home.scss */
  .who-we-are:before {
    left: 0;
    right: 0;
    width: 470%;
    top: -30px;
    transform: translateX(-39%);
  }
  /* line 952, ../scss/home.scss */
  .who-we-are .content {
    width: 85%;
    font-size: 1rem !important;
  }

  /* line 958, ../scss/home.scss */
  section#section_what-we-do {
    padding: 4rem 1rem;
  }
  /* line 960, ../scss/home.scss */
  section#section_what-we-do .block-info {
    padding: 2rem 0rem 0;
  }
  /* line 962, ../scss/home.scss */
  section#section_what-we-do .block-info .block-info_text {
    min-height: auto;
    padding: .5rem 0 1rem;
  }
  /* line 967, ../scss/home.scss */
  section#section_what-we-do h2 {
    margin-bottom: 10px;
  }
  /* line 970, ../scss/home.scss */
  section#section_what-we-do .block_links {
    padding: 2rem 1rem;
  }
  /* line 975, ../scss/home.scss */
  section#industry_news #carousel-industry-news {
    margin-left: 0 !important;
  }
  /* line 979, ../scss/home.scss */
  section#section_localization {
    padding: 4rem 1rem !important;
  }
  /* line 981, ../scss/home.scss */
  section#section_localization .title_section {
    padding: 0 1rem;
  }
  /* line 987, ../scss/home.scss */
  section.members_section #carousel-members {
    margin-left: 0 !important;
  }
  /* line 989, ../scss/home.scss */
  section.members_section #carousel-members img {
    padding: 1rem;
    margin: 0 auto;
  }
  /* line 993, ../scss/home.scss */
  section.members_section #carousel-members .owl-nav {
    top: 35% !important;
  }

  /* line 1005, ../scss/home.scss */
  .job-board-home .content {
    width: 85%;
  }
  /* line 1008, ../scss/home.scss */
  .job-board-home:before {
    left: 0;
    right: 0;
    width: 470%;
    top: -10px;
    transform: translateX(-39%);
  }

  /* line 1018, ../scss/home.scss */
  .stay-connected {
    height: 0;
    min-height: 345px;
    margin-top: 4rem;
  }
  /* line 1022, ../scss/home.scss */
  .stay-connected .content {
    width: 85%;
  }
  /* line 1025, ../scss/home.scss */
  .stay-connected:before {
    left: 0;
    right: 0;
    width: 470%;
    top: -30%;
    transform: translateX(-39%);
  }

  /* line 1034, ../scss/home.scss */
  .stay-connected .contact_section .title_section h2 {
    margin-bottom: 0;
  }

  /* line 1038, ../scss/home.scss */
  .stay-connected .contact_section .mailchimp-newsletter-mergefields {
    display: block !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1044, ../scss/home.scss */
  .stay-connected .contact_section form fieldset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1052, ../scss/home.scss */
  .stay-connected .contact_section form #edit-actions {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* line 1061, ../scss/home.scss */
  section.industry_news_section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1065, ../scss/home.scss */
  section.industry_news_section .owl-carousel {
    width: 100%;
  }

  /* line 1071, ../scss/home.scss */
  .events-carousel {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left 63% bottom;
    height: auto;
  }

  /* line 1078, ../scss/home.scss */
  .members-directory .content-text {
    padding: 8rem 1rem;
  }

  /* line 1084, ../scss/home.scss */
  .events-carousel #spotlight-carousel .caption {
    right: 0;
    left: 0;
    width: 100%;
    padding: 3rem;
  }
  /* line 1091, ../scss/home.scss */
  .events-carousel .owl-dots {
    margin: 20px auto;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
  }
  /* line 1099, ../scss/home.scss */
  .events-carousel .overlay-carousel {
    background: linear-gradient(-90deg, #f9f7f2 60%, rgba(249, 247, 242, 0) 160%);
  }

  /* line 1104, ../scss/home.scss */
  .events-carousel .content-text {
    height: auto;
  }

  /* line 1110, ../scss/home.scss */
  section#section_localization .card-group {
    width: 100%;
  }
  /* line 1112, ../scss/home.scss */
  section#section_localization .card-group .card {
    margin: 0 auto 20px;
    width: 80%;
  }

  /* line 1121, ../scss/home.scss */
  .footer_stay-connected {
    margin-bottom: 0rem;
    margin-left: 30px !important;
  }
  /* line 1124, ../scss/home.scss */
  .footer_stay-connected .mailchimp-newsletter-mergefields {
    width: 100%;
    float: none;
  }
  /* line 1127, ../scss/home.scss */
  .footer_stay-connected .mailchimp-newsletter-mergefields fieldset {
    width: 100%;
    display: block;
  }
  /* line 1133, ../scss/home.scss */
  .footer_stay-connected .form-actions {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) and (min-height: 720px) and (max-height: 900px) {
  /* line 1167, ../scss/home.scss */
  .block-views-blockhome-slider-block-1 {
    margin: -15px;
  }
}
@media (min-width: 1280px) {
  /* line 1173, ../scss/home.scss */
  nav.navbar-home {
    top: 0px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1181, ../scss/home.scss */
  .events-carousel #spotlight-carousel .owl-item {
    height: 675px;
  }
  /* line 1184, ../scss/home.scss */
  .events-carousel #spotlight-carousel .caption {
    right: 15%;
    left: unset;
    width: 25%;
    top: 55%;
  }
  /* line 1191, ../scss/home.scss */
  .events-carousel .owl-dots {
    margin: 20px -5px;
    bottom: 22%;
    right: 38%;
  }
  /* line 1196, ../scss/home.scss */
  .events-carousel .overlay-carousel {
    background: linear-gradient(-90deg, #f9f7f2 42%, rgba(249, 247, 242, 0) 120%);
  }
}
@media screen and (min-width: 1920px) {
  /* line 1205, ../scss/home.scss */
  .events-carousel #spotlight-carousel .owl-item {
    height: 675px;
  }
  /* line 1208, ../scss/home.scss */
  .events-carousel #spotlight-carousel .caption {
    right: 15%;
    left: unset;
    width: 25%;
    top: 55%;
  }
  /* line 1215, ../scss/home.scss */
  .events-carousel .owl-dots {
    margin: 20px -5px;
    bottom: 22%;
    right: 38%;
  }
  /* line 1220, ../scss/home.scss */
  .events-carousel .overlay-carousel {
    background: linear-gradient(-90deg, #f9f7f2 42%, rgba(249, 247, 242, 0) 120%);
  }

  /* line 1229, ../scss/home.scss */
  header.header_home #carousel-home .caption h1 {
    font-size: 2.5rem;
  }

  /* line 1235, ../scss/home.scss */
  .who-we-are:before {
    top: -20px;
  }

  /* line 1238, ../scss/home.scss */
  .what-we-do {
    padding: 9rem 0 3rem;
  }

  /* line 1241, ../scss/home.scss */
  .members-directory {
    height: 530px;
  }
  /* line 1243, ../scss/home.scss */
  .members-directory .content-text {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 2600px) and (min-width: 2000px) {
  /* line 1254, ../scss/home.scss */
  header.header_home #carousel-home .caption {
    top: 33% !important;
    width: 28%;
  }
  /* line 1257, ../scss/home.scss */
  header.header_home #carousel-home .caption h1 {
    font-size: 2.5rem;
  }

  /* line 1264, ../scss/home.scss */
  .who-we-are:before {
    top: -20px;
  }

  /* line 1268, ../scss/home.scss */
  .who-we-are .content {
    margin: 1.5rem auto;
  }

  /* line 1272, ../scss/home.scss */
  .what-we-do {
    padding: 9rem 0 3rem;
  }

  /* line 1275, ../scss/home.scss */
  .members-directory {
    height: 530px;
  }
  /* line 1277, ../scss/home.scss */
  .members-directory .content-text {
    padding: 10rem 0;
  }

  /* line 1283, ../scss/home.scss */
  .stay-connected p {
    font-size: 1.3rem;
  }

  /* line 1287, ../scss/home.scss */
  .homepage_news .card .card-body .card-text {
    height: 150px;
    font-size: 1.1rem;
  }

  /* line 1293, ../scss/home.scss */
  section#section_localization p {
    font-size: 1.3rem;
  }

  /* line 1297, ../scss/home.scss */
  .events-carousel .content-text {
    font-size: 1.2rem;
  }

  /* line 1300, ../scss/home.scss */
  section#section_what-we-do {
    font-size: 1.1rem;
  }

  /* line 1304, ../scss/home.scss */
  section#section_what-we-do .block-info .block-info_text p {
    font-size: .95rem;
  }
}
/* line 1, ../scss/blog.scss */
.view-no-filters {
  border-top: 1px solid #1e374d;
  margin: 30px 0px;
}

/* line 8, ../scss/blog.scss */
.content-author-footer {
  margin-top: 20px;
  padding: 30px;
  background: rgba(0, 24, 50, 0.06);
  border-radius: 8px;
}

/* line 14, ../scss/blog.scss */
.author-image-wrapper {
  max-width: 100px;
}

/* line 17, ../scss/blog.scss */
.author-image {
  max-width: 100%;
}

/* line 20, ../scss/blog.scss */
.author-name-wrapper {
  margin-left: 20px;
}

/* line 24, ../scss/blog.scss */
.social-media_blog {
  border-left: 0 !important;
  border-right: 0 !important;
  margin-top: -5px;
  width: 100%;
}

/* line 30, ../scss/blog.scss */
.blog-sub-header {
  padding: 1.5rem 0 1rem !important;
  text-transform: uppercase;
}

@media only screen and (max-width: 740px) {
  /* line 40, ../scss/blog.scss */
  .content-author-footer {
    padding: 15px;
    text-align: center;
  }
  /* line 43, ../scss/blog.scss */
  .content-author-footer .author-image-wrapper {
    margin: 15px auto;
  }
}
/* Full monitor */
/* line 2, ../scss/internal.scss */
.internal_page .img-container {
  margin: 30px 0;
}
/* line 4, ../scss/internal.scss */
.internal_page .img-container img {
  width: 100%;
  height: auto;
}
/* line 9, ../scss/internal.scss */
.internal_page .body-content {
  margin-bottom: 30px;
}
/* line 11, ../scss/internal.scss */
.internal_page .body-content a {
  /*color: #f28820;*/
  font-family: 'Avenir_black';
}

/* line 27, ../scss/internal.scss */
table a {
  color: #0ab1c8;
}
/* line 29, ../scss/internal.scss */
table a:hover {
  color: #0ab1c8;
}
/* line 33, ../scss/internal.scss */
table p {
  padding: 15px 5px;
  margin-bottom: 0;
}
/* line 41, ../scss/internal.scss */
table h4 {
  padding: 15px 5px;
  margin-bottom: 0;
}

/* line 47, ../scss/internal.scss */
.date-info {
  font-family: 'Avenir_black';
  font-size: 14px;
}

/* line 53, ../scss/internal.scss */
.description img {
  margin: 15px 0 20px;
}
/* line 59, ../scss/internal.scss */
.description h2, .description h3, .description h4, .description h5 {
  padding: 20px 0;
}
/* line 62, ../scss/internal.scss */
.description a {
  font-family: 'Avenir_black';
}
/* line 67, ../scss/internal.scss */
.description table td {
  padding: 5px 10px;
}

/* line 73, ../scss/internal.scss */
.card-info {
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
  border: 0 !important;
}
/* line 77, ../scss/internal.scss */
.card-info h5, .card-info h6 {
  color: #001932;
}

/* .section_event-featured {

	.event-featured-container {
			height: 370px;
			width: 100%;
			overflow: hidden;
			display: flex;
			flex-flow: column nowrap;
			justify-content: space-between;
			position: relative;
				.event-label {
					display: none;
					margin-top: 25px;

					.event-featured-label{
						color: #000;
					    background-color: rgba(255,255,255,.7);
					    padding: .8rem 2.5rem;
					    text-transform: uppercase;
					}
				}

			.bg-event-featured {
				position: absolute;

			    height: 100%;
			    top: 0;
			    left: 0;
			    width: 100%;
			    &:before {
			    	content: '';
			    	position: absolute;
			    	left: 0;
			    	right: 0;
			    	width: 100%;
			    	height: 100%;
			    	background: rgb(0,0,0);
					background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 65%);
					background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 65%);
					background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 65%);
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);

				}

			}
			&.event-detail {
				color: #fff;
				a:first-child {
					font-size: 1.5rem;
					color: #fff;
					font-family: 'Avenir_black';
					display: block;
					height: 380px;
						img {
							object-position: left bottom;
							z-index: -10;
						}
				}
				.event-header-info {

						.link-arrow {
							right: 0;
							width: 40px;
							height: 40px;
						}
				}
				.event-calendar-row{
					background-color:transparent!important;
				}
			}
		}


} */
/* line 162, ../scss/internal.scss */
section.section_event-featured .event-featured-container .event-header-info img {
  object-fit: cover;
  object-position: center;
  height: 105% !important;
  width: 100%;
  transition: .2s linear;
}

/* line 1, ../scss/publication.scss */
.form-item-gala-publication {
  width: 40% !important;
}

/* line 1, ../scss/event.scss */
section {
  	/* &.section_event-featured {
  		padding:1.5rem 0 0!important;
  		.event-featured-container {
  			height: 370px;
  			width: 100%;
  			overflow: hidden;
  			display: flex;
  			flex-flow: column nowrap;
  			justify-content: space-between;
  			position: relative;
  				.event-label {
  					margin-top: 25px;
  
  					.event-featured-label{
  						color: #000;
  					    background-color: rgba(255,255,255,.7);
  					    padding: .8rem 2.5rem;
  					    text-transform: uppercase;
  					}
  				}
  			.event-header-info {
  
  						margin-bottom: 30px;
  						a {
  							padding-left: 0!important;
  						}
  			}
  			.bg-event-featured {
  				position: absolute;
  			    z-index: 5;
  			    height: 100%;
  			    top: 0;
  			    left: 0;
  			    width: 100%;
  			    &:before {
  			    	content: '';
  			    	position: absolute;
  			    	left: 0;
  			    	right: 0;
  			    	width: 100%;
  			    	height: 100%;
  			    	background: rgb(0,0,0);
  					background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 65%);
  					background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 65%);
  					background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 65%);
  					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  				}
  
  			}
  
  			&.event-detail {
  				color: #fff;
  				a {
  					color: #fff;
  					font-size: 1.5rem;
  					color: #fff;
  					font-family: 'Avenir_black';
  				}
  				a:first-child {
  					font-size: 1.5rem;
  					color: #fff;
  					font-family: 'Avenir_black';
  					display: block;
  
  						img {
  							object-position: left bottom;
  							z-index: -10;
  
  						}
  				}
  				.event-header-info {
  					a {
  						img {
  							object-position: left bottom;
  							z-index: -10;
  
  						}
  						&:first-child {
  							position: absolute;
  							z-index: 6;
  							height: auto;
  							width: 100%;
  							bottom: 8%;
  							padding-top: 32%;
  							padding-left: 5%;
  						}
  					}
  				}
  				.event-calendar-row{
  					background-color:transparent!important;
  				}
  			}
  		}
  		.link-arrow {
  			position:absolute;
  			bottom:50px;
  			right: 50px;
  			z-index: 2;
  			text-align: center;
      		a {
      			padding:.5rem 2rem;
  				background:#0bb1c9;
  				font-size: 2.5rem!important;
      		}
  		}
  	} */
}
/* line 109, ../scss/event.scss */
section.section_event-sub-header {
  padding: 3rem 0 2rem 0;
  color: #001932;
}
/* line 113, ../scss/event.scss */
section.section_event-sub-header .event-sub-header {
  border-top: solid 1px #001932;
  border-bottom: solid 1px #001932;
  padding: 2rem 0;
  /* .link-website {
  	a {
  		display: block;
  		margin-left: 25px;
  	}
  } */
}
/* line 117, ../scss/event.scss */
section.section_event-sub-header .event-sub-header .icon {
  font-size: 1.5rem;
  margin-right: 8px;
}
/* line 121, ../scss/event.scss */
section.section_event-sub-header .event-sub-header .social-media {
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-top: -5px;
}
/* line 127, ../scss/event.scss */
section.section_event-sub-header .event-sub-header .social-media a {
  font-size: 1.5rem;
  color: #001932;
}
/* line 130, ../scss/event.scss */
section.section_event-sub-header .event-sub-header .social-media a:hover {
  text-decoration: none;
  color: #001932;
}
/* line 143, ../scss/event.scss */
section.section_event-sub-header .event-sub-header button {
  margin-top: 15px;
}
/* line 149, ../scss/event.scss */
section.main-content {
  color: #001932;
  padding: 1rem 0 3rem;
}
/* line 153, ../scss/event.scss */
section.main-content .description .card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 10px 10px 0 0;
}
/* line 157, ../scss/event.scss */
section.main-content .description .card .speaker-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 20px auto;
}
/* line 163, ../scss/event.scss */
section.main-content .description .card .speaker-img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
/* line 169, ../scss/event.scss */
section.main-content .description .card .card-body {
  background: #f8f5f5;
  border-radius: 0;
  margin-top: 20px;
  padding: 2rem;
  border-top: 5px solid #f28820;
}
/* line 175, ../scss/event.scss */
section.main-content .description .card .card-body .card-title {
  color: #f28820;
}
/* line 178, ../scss/event.scss */
section.main-content .description .card .card-body a {
  color: #f28820;
}
/* line 187, ../scss/event.scss */
section.main-content .user-data-container.card .card-header {
  background: #f28820;
  color: #fff;
}
/* line 191, ../scss/event.scss */
section.main-content .user-data-container.card .card-body {
  background: #f8f5f5;
  border-top: 2px solid #f38820;
}
/* line 194, ../scss/event.scss */
section.main-content .user-data-container.card .card-body .event-registration-info-title {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

/* line 207, ../scss/event.scss */
#speakers_event .owl-prev {
  display: none;
}
/* line 210, ../scss/event.scss */
#speakers_event .owl-nav {
  height: 100%;
}
/* line 212, ../scss/event.scss */
#speakers_event .owl-nav .owl-next {
  top: -20px;
}
/* line 216, ../scss/event.scss */
#speakers_event .owl-nav button span {
  font-weight: lighter;
  color: #f28820;
}

/* line 224, ../scss/event.scss */
.view-filters {
  border-top: 1px solid #1e374d;
  border-bottom: 1px solid #1e374d;
  margin: 30px 0px;
  padding: 30px 15px;
}

/* line 232, ../scss/event.scss */
.filters span {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
/* line 237, ../scss/event.scss */
.filters ul {
  list-style: none;
  padding: 0 0;
  float: left;
  margin-bottom: 0;
  /*font-size: .6rem;*/
}
/* line 243, ../scss/event.scss */
.filters ul li {
  display: inline-block;
}
/* line 245, ../scss/event.scss */
.filters ul li a {
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #1e374d;
}
/* line 246, ../scss/event.scss */
.filters ul li a.active {
  font-family: 'Avenir_black';
}
/* line 253, ../scss/event.scss */
.filters ul li:first-child a {
  border-left: 1px solid #1e374d;
}
/* line 256, ../scss/event.scss */
.filters ul li:last-child a {
  border-right: 1px solid transparent;
}
/* line 262, ../scss/event.scss */
.filters a {
  color: #1e374d;
}
/* line 264, ../scss/event.scss */
.filters a:hover {
  color: #1e374d;
}

/* line 270, ../scss/event.scss */
.event-calendar-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

/* line 276, ../scss/event.scss */
.event-calendar-content .event-calendar-row {
  flex: 0 0 14.5rem;
  /*border: 1px solid red;*/
  margin-right: 1rem;
  padding: 0;
  margin-bottom: 1rem;
  background: #f9f9f9;
  position: relative;
}
/* line 284, ../scss/event.scss */
.event-calendar-content .event-calendar-row .datetime {
  margin-top: -20px;
}
/* line 288, ../scss/event.scss */
.event-calendar-content .event-calendar-row img {
  margin: 0 0 !important;
  height: 140px !important;
  object-fit: cover;
  object-position: center;
}
/* line 294, ../scss/event.scss */
.event-calendar-content .event-calendar-row:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.09);
  transition: .15s linear;
  /* border: 1px solid #fff; */
}
/* line 301, ../scss/event.scss */
.event-calendar-content .event-view-image-container {
  position: relative;
  /* &:before {
  	content:'';
  	position:absolute;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  	background:rgba(0,0,0,.3);
  } */
}
/* line 303, ../scss/event.scss */
.event-calendar-content .event-view-image-container img {
  height: 140px;
  max-width: 100%;
}
/* line 317, ../scss/event.scss */
.event-calendar-content .date-time {
  position: relative;
  /*top: 30px;*/
  z-index: 5;
  /*color: #fff;*/
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  padding-bottom: 5px;
  font-size: .7rem;
}
/* line 327, ../scss/event.scss */
.event-calendar-content .date-time .start-date {
  float: left;
  width: auto;
  margin-right: 5px;
}
/* line 331, ../scss/event.scss */
.event-calendar-content .date-time .start-date span {
  display: inline-block;
  padding: 2px 5px;
  /*font-family: 'Avenir_black';*/
  color: #fff;
  background: #001934;
}
/* line 340, ../scss/event.scss */
.event-calendar-content .date-time .location-date {
  margin-top: 3px;
  float: left;
  width: auto;
  display: inline-block;
}
/* line 348, ../scss/event.scss */
.event-calendar-content .content-text {
  padding: 5px 15px;
  color: #001934;
  margin: 0;
  font-family: 'Avenir_black';
  display: block;
  margin-bottom: 8px;
}
/* line 355, ../scss/event.scss */
.event-calendar-content .content-text p {
  font-size: .8rem;
}
/* line 358, ../scss/event.scss */
.event-calendar-content .content-text a {
  color: #001934;
  font-family: 'Avenir_black';
  display: block;
  margin-bottom: 8px;
}
/* line 366, ../scss/event.scss */
.event-calendar-content .tag_event-type {
  position: absolute;
  z-index: 10;
  top: 114px;
  left: 0px;
}
/* line 371, ../scss/event.scss */
.event-calendar-content .tag_event-type span {
  display: inline-block;
  width: auto;
  padding: 3px 5px;
  background: rgba(243, 136, 32, 0.8);
  color: #fff;
  font-size: .7rem;
}
/* line 378, ../scss/event.scss */
.event-calendar-content .tag_event-type span a {
  color: #fff !important;
}
/* line 384, ../scss/event.scss */
.event-calendar-content .btn-readmore {
  position: absolute;
  width: 100%;
  left: 12px;
  bottom: 10px;
}
/* line 392, ../scss/event.scss */
.event-calendar-content .btn-readmore span a {
  color: #fff;
  font-size: .5rem;
  background: #0bb1c9;
  border-radius: 5px;
  padding: 10px 12px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 404, ../scss/event.scss */
.event-calendar-content .btn-readmore p {
  margin-bottom: 0;
  font-size: .75rem;
  margin-left: 0;
}
/* line 408, ../scss/event.scss */
.event-calendar-content .btn-readmore p b {
  font-family: 'Avenir_black';
}

/* line 420, ../scss/event.scss */
.event-view-featured-image-container img {
  /*height: auto;
  max-width: 100%;*/
  object-fit: cover;
  object-position: bottom;
  height: 400px;
  width: 100%;
}

/* ESTILOS SANTI */
/* line 430, ../scss/event.scss */
.filter-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin-right: 0 !important;
  margin-left: 0 !important;
  align-items: center;
  line-height: 40px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 443, ../scss/event.scss */
.filter-group > * span {
  border-right: solid 1px red;
}

/* line 447, ../scss/event.scss */
.filter-item {
  margin: 0px;
  padding-right: 1rem;
}

/* line 452, ../scss/event.scss */
.filter-item:last-child {
  border-right: none;
}

/* line 456, ../scss/event.scss */
.event-cards > * .card {
  max-height: 500px;
  min-height: 500px;
  margin-bottom: 2rem;
}

/* line 462, ../scss/event.scss */
.event-cards > * .card-body {
  background-color: #eeeeee;
}

/* line 468, ../scss/event.scss */
.event-featured-info {
  padding: 5rem 8rem;
}

/* line 472, ../scss/event.scss */
.event-featured-title {
  font-size: 3rem;
}

/* line 476, ../scss/event.scss */
.event-featured-info > div {
  margin-top: 2rem;
  font-size: 1.5rem;
}

/* line 481, ../scss/event.scss */
.featured-btn {
  padding: 1rem;
  border-left: 2px solid black;
  text-align: center;
  color: #f57d20;
}

/* line 488, ../scss/event.scss */
.featured-btn:hover {
  color: #C7651A;
}

/* line 492, ../scss/event.scss */
.event-date {
  opacity: .5;
}

/* line 496, ../scss/event.scss */
.event-title-link {
  text-decoration: none;
  color: inherit;
}

/* line 501, ../scss/event.scss */
.event-title-link:hover {
  text-decoration: none;
  color: #f57d20;
}

/*
.main-content {
	padding: 1rem 2rem !important;
}*/
/* line 510, ../scss/event.scss */
.test {
  width: 100%;
}

/* line 514, ../scss/event.scss */
.margin-top {
  margin: 15px 0 0 0 !important;
}

/*.row {
	padding: 2rem;
	margin: 0px !important;
}*/
/* line 526, ../scss/event.scss */
.sidebar > * {
  margin-right: 0px !important;
}

/* line 530, ../scss/event.scss */
.region-sidebar {
  justify-content: center;
  text-align: center;
}

/* line 535, ../scss/event.scss */
.login-container {
  padding: 200px 0;
  margin: 0 auto;
  width: 30%;
}

/* line 541, ../scss/event.scss */
.login-container label {
  font-weight: bold;
}

/* line 545, ../scss/event.scss */
.login-container .form-actions {
  text-align: end;
}

/* line 549, ../scss/event.scss */
.login-form {
  padding: 1rem;
  background-color: #eeeeee;
}

/* line 554, ../scss/event.scss */
.navbar-internal {
  background-color: #eeeeee;
  margin-bottom: 200px;
}

/* line 559, ../scss/event.scss */
.organization-row {
  margin: 2rem 0 0 0;
  padding: 2rem 0 2rem 0;
  border-top: 1px solid lightgrey;
}

/* line 565, ../scss/event.scss */
.address-column {
  padding-left: 3rem !important;
  border-left: solid 1px lightgrey;
}

/* ESTILOS LAUTI  */
/* line 573, ../scss/event.scss */
.header-inner-page {
  background-color: grey;
  height: auto;
  min-height: 350px;
  position: relative;
}

/* line 580, ../scss/event.scss */
.header-info {
  position: absolute;
  bottom: 25px;
  left: 35px;
}

/* line 586, ../scss/event.scss */
.event-title,
.event-date-info {
  color: white;
}

/* line 591, ../scss/event.scss */
.event-title {
  padding-top: 32%;
}

/* line 595, ../scss/event.scss */
.event-title-joblisting {
  padding-top: 0;
  color: #001932;
}

/* line 601, ../scss/event.scss */
.date-info {
  display: inline;
}

/* line 608, ../scss/event.scss */
.registration-info-btn-container {
  display: flex;
  justify-content: flex-end;
}

/* line 613, ../scss/event.scss */
.registration-info {
  display: flex;
  flex-direction: row nowrap;
  justify-content: space-between;
}

/* line 619, ../scss/event.scss */
.event-registration-info-text {
  font-weight: bold;
}

/* line 623, ../scss/event.scss */
.event-registration-info-span-normal {
  font-weight: normal;
}

/* line 627, ../scss/event.scss */
.event-registration-info-span-bold {
  font-weight: bold;
}

/* line 631, ../scss/event.scss */
.event-content-row {
  justify-content: space-between;
}
/* line 633, ../scss/event.scss */
.event-content-row .location_section {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
/* line 644, ../scss/event.scss */
.event-content-row .list-group-item.active {
  background-color: #001932;
  border-color: #001932;
}
/* line 650, ../scss/event.scss */
.event-content-row .container .card {
  min-height: 300px;
}

/* line 656, ../scss/event.scss */
.event-card #summary {
  font-size: 14px;
  line-height: 1.5;
}
/* line 663, ../scss/event.scss */
.event-card #summary div.collapse:not(.show) {
  height: 42px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* line 672, ../scss/event.scss */
.event-card #summary div.collapsing {
  min-height: 42px !important;
}
/* line 676, ../scss/event.scss */
.event-card #summary a.float-right.collapsed:after {
  content: '+ Read More';
}
/* line 680, ../scss/event.scss */
.event-card #summary a.float-right:not(.collapsed):after {
  content: '- Read Less';
}

/* line 689, ../scss/event.scss */
.event-card-img {
  max-width: 200px;
}

/* line 693, ../scss/event.scss */
.btn {
  font-size: 0.8rem !important;
  text-transform: uppercase;
}
/* line 696, ../scss/event.scss */
.btn.btn-gala-event {
  width: 200px;
  background: #f28820;
  color: #fff;
}
/* line 700, ../scss/event.scss */
.btn.btn-gala-event:hover {
  color: #fff;
  background: #f28820;
  border-color: #f28820;
}
/* line 705, ../scss/event.scss */
.btn.btn-gala-event:focus {
  color: #fff;
  background: #f28820;
  border-color: #f28820;
}

/* line 713, ../scss/event.scss */
.event-times-and-dates {
  font-family: 'Avenir_black';
  font-size: 14px;
}

/* line 719, ../scss/event.scss */
.timezone .field--name-field-time-zone {
  margin-bottom: 0;
  opacity: 0.5;
}
/* line 722, ../scss/event.scss */
.timezone .field--name-field-time-zone .field__label {
  display: inline;
  font-weight: bold;
}
/* line 727, ../scss/event.scss */
.timezone .field--name-field-time-zone .field__item {
  display: inline;
}

/* line 733, ../scss/event.scss */
#event-host-organization {
  margin: 1rem 0;
}

/* line 737, ../scss/event.scss */
.gala-index-separator {
  border-top: 1px solid #1e374d;
  content: "";
  margin: 1rem 0;
}

/* line 743, ../scss/event.scss */
.event-no-borders {
  border: none !important;
}

/* line 747, ../scss/event.scss */
.speakers-readmore-btn {
  background-color: #FFF;
  color: #f28820;
  border: none;
}

@media only screen and (max-width: 740px) {
  /* line 757, ../scss/event.scss */
  .social-media {
    padding-top: 10px;
    padding-left: 15px !important;
  }

  /* line 761, ../scss/event.scss */
  .location_section {
    padding-bottom: 2rem;
  }

  /* line 764, ../scss/event.scss */
  section.section_event-sub-header {
    padding: .5rem 0 1rem 0;
  }

  /* line 768, ../scss/event.scss */
  .event-calendar-content .event-calendar-row {
    flex: 100%;
  }
  /* line 773, ../scss/event.scss */
  .event-calendar-content .date-time .start-date span {
    font-size: .9rem;
  }
  /* line 777, ../scss/event.scss */
  .event-calendar-content .date-time .location-date {
    font-size: .8rem;
  }
  /* line 781, ../scss/event.scss */
  .event-calendar-content .btn-readmore {
    position: relative;
  }
  /* line 783, ../scss/event.scss */
  .event-calendar-content .btn-readmore span a {
    font-size: .8rem;
  }
  /* line 786, ../scss/event.scss */
  .event-calendar-content .btn-readmore .col-lg-7.p-0 {
    padding: 15px !important;
  }

  /* line 792, ../scss/event.scss */
  .link-website {
    margin: 5px;
  }
}
/* Full monitor */
/* line 1, ../scss/organization.scss */
.headquarters_panel {
  padding: 3rem 0;
}
/* line 3, ../scss/organization.scss */
.headquarters_panel img {
  width: 90%;
  height: auto;
  border: 1px solid #e1e1e1;
  			/*-webkit-filter: grayscale(100%);
    			filter: grayscale(100%);*/
}
/* line 10, ../scss/organization.scss */
.headquarters_panel h2 {
  color: #001932;
  font-size: 1.5rem;
  margin-bottom: 8px;
  display: inline-block;
}
/* line 16, ../scss/organization.scss */
.headquarters_panel ul {
  padding: 0;
}
/* line 18, ../scss/organization.scss */
.headquarters_panel ul li {
  list-style: none;
  margin-bottom: 5px;
}
/* line 23, ../scss/organization.scss */
.headquarters_panel .other_location {
  border: 2px solid #001932;
  position: relative;
}
/* line 26, ../scss/organization.scss */
.headquarters_panel .other_location span, .headquarters_panel .other_location a {
  display: inline-block;
}
/* line 29, ../scss/organization.scss */
.headquarters_panel .other_location span {
  background: #001932;
  padding: .8rem 1.2rem;
  color: #fff;
}
/* line 35, ../scss/organization.scss */
.headquarters_panel .other_location a {
  padding-left: 4.5rem;
  font-size: 1.3rem;
  color: #001932;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 10px;
  z-index: 2;
}
/* line 50, ../scss/organization.scss */
.headquarters_panel .address-column {
  color: #001832;
  /* padding: 1rem 0; */
}
/* line 53, ../scss/organization.scss */
.headquarters_panel .address-column a {
  color: #001832;
}

/* line 60, ../scss/organization.scss */
section.section_collapse {
  padding: 1rem 0;
}
/* line 62, ../scss/organization.scss */
section.section_collapse .accordion {
  color: #001832;
}
/* line 65, ../scss/organization.scss */
section.section_collapse .card {
  border: 2px solid #00aec6 !important;
  border-radius: 0;
  background: #fff;
  margin-bottom: 20px;
}
/* line 70, ../scss/organization.scss */
section.section_collapse .card .card-header {
  position: relative;
  padding: 1.5rem 0;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
/* line 75, ../scss/organization.scss */
section.section_collapse .card .card-header button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  text-align: left;
  text-transform: unset;
  font-size: 1.3rem !important;
  padding-left: 5rem;
  color: #001832;
}
/* line 87, ../scss/organization.scss */
section.section_collapse .card .card-header button:hover, section.section_collapse .card .card-header button:focus, section.section_collapse .card .card-header button:active {
  text-decoration: none !important;
  color: #00aec6;
}
/* line 96, ../scss/organization.scss */
section.section_collapse .card:before {
  content: '+';
  height: 100%;
  padding: .5rem 1.2rem;
  left: 0px;
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  font-family: 'Avenir_black';
  background: #00aec6;
  color: #fff;
}
/* line 110, ../scss/organization.scss */
section.section_collapse .card .card-body {
  padding: 1rem 5.2rem;
}
/* line 112, ../scss/organization.scss */
section.section_collapse .card .card-body ul {
  padding: 0 !important;
}
/* line 114, ../scss/organization.scss */
section.section_collapse .card .card-body ul li {
  list-style: none;
}
/* line 120, ../scss/organization.scss */
section.section_collapse .card.locations {
  color: #001832;
  border: 2px solid #001832 !important;
}
/* line 123, ../scss/organization.scss */
section.section_collapse .card.locations:before {
  background: #001832;
}

/* line 133, ../scss/organization.scss */
.related_news .card-news .card-text {
  font-size: .8rem;
  height: 100px;
  overflow: hidden;
}

/* line 141, ../scss/organization.scss */
.member-flag {
  display: table;
  background: #ed8100;
  color: #fff;
  margin-left: 2px;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  border-radius: .25rem;
}

/* line 152, ../scss/organization.scss */
.non-member-message {
  border: 1px solid #cecbcb;
  background: #eee;
  border-radius: 4px;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: #777;
  margin: 15px;
}
/* line 160, ../scss/organization.scss */
.non-member-message a {
  color: #f28820 !important;
}

/* line 165, ../scss/organization.scss */
.address-column .row {
  margin: 0px;
}

/* line 172, ../scss/organization.scss */
.node-organization-form .wrapper_form-user fieldset input.form-control {
  margin-top: 1rem;
}
/* line 178, ../scss/organization.scss */
.node-organization-form .content {
  padding: 65px;
}
/* line 182, ../scss/organization.scss */
.node-organization-form .title_form {
  margin-bottom: 3rem;
  padding: 0px !important;
}

@media only screen and (max-width: 740px) {
  /* line 191, ../scss/organization.scss */
  .headquarters_panel {
    padding: 2rem 0;
  }
  /* line 193, ../scss/organization.scss */
  .headquarters_panel img {
    padding: 15px;
  }

  /* line 197, ../scss/organization.scss */
  section.section_collapse .card .card-body {
    padding: 1rem 1.5rem 1rem 3rem;
  }
}
/* line 1, ../scss/directory.scss */
.view-filters {
  margin-bottom: 30px;
}
/* line 2, ../scss/directory.scss */
.view-filters.view-filters_directory {
  padding: 30px 15px 15px !important;
  margin: 8px 0px !important;
}
/* line 7, ../scss/directory.scss */
.view-filters form label {
  color: #bebebe;
}
/* line 10, ../scss/directory.scss */
.view-filters form select {
  width: 100%;
  padding: 5px 40px 4px 10px;
  border: 2px solid #bebebe !important;
  border-radius: 5px;
  background-color: #fff;
  /* important appearance: none, remove native styles*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://www.gala-global.org/themes/custom/gala/images/arrow-select.png");
  background-size: 1.8em;
  background-position: calc(100% - .8em) center;
  background-repeat: no-repeat;
  font-size: 13px;
  color: #bebebe;
}
/* line 29, ../scss/directory.scss */
.view-filters form select::-ms-expand {
  display: none;
}
/* line 37, ../scss/directory.scss */
.view-filters form #edit-actions {
  /*width: 100%;*/
}
/* line 39, ../scss/directory.scss */
.view-filters form #edit-actions #edit-reset {
  background: #fff !important;
  color: #f28820 !important;
  border: 1px solid #f28820 !important;
}
/* line 44, ../scss/directory.scss */
.view-filters form #edit-actions button {
  background: #001832 !important;
  color: #fff !important;
  border: 1px solid #001832 !important;
  /*width: 100%;*/
}
/* line 50, ../scss/directory.scss */
.view-filters form #edit-actions button:hover {
  color: #fff !important;
  border: 1px solid #001832 !important;
}

/* line 60, ../scss/directory.scss */
.organizations-result {
  font-family: 'Avenir_black';
  color: #001a30;
}

/* line 65, ../scss/directory.scss */
.pagination {
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
/* line 70, ../scss/directory.scss */
.pagination .page-item .page-link {
  color: #001832;
  border-radius: 0 !important;
  background-color: #fff;
  border: 1px solid white;
}
/* line 75, ../scss/directory.scss */
.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
/* line 79, ../scss/directory.scss */
.pagination .page-item a.page-link {
  background: #001832 !important;
  color: #fff;
}

/* line 87, ../scss/directory.scss */
.panel_directory {
  padding: 2rem 0;
  border-bottom: 1px solid #122840;
}
/* line 91, ../scss/directory.scss */
.panel_directory:first-child {
  border-top: 1px solid transparent;
}
/* line 94, ../scss/directory.scss */
.panel_directory img {
  width: 100%;
  height: auto;
  padding: 10px;
}
/* line 101, ../scss/directory.scss */
.panel_directory .row-panel .col-panel {
  padding: 15px 30px;
  overflow-wrap: break-word;
}
/* line 108, ../scss/directory.scss */
.panel_directory .row-panel .col-panel .field-body a {
  color: #999ea4;
  font-size: 1rem;
  font-family: 'Avenir LT Std';
  margin-top: 15px;
  display: block;
}
/* line 116, ../scss/directory.scss */
.panel_directory .row-panel .col-panel .col-title {
  color: #001a30 !important;
  font-family: 'Avenir_black';
  font-size: 1.3rem;
  display: block;
  margin-bottom: 8px;
}
/* line 122, ../scss/directory.scss */
.panel_directory .row-panel .col-panel .col-title a {
  color: #001a30 !important;
  font-family: 'Avenir_black';
  font-size: 1.3rem;
  display: block;
  margin-bottom: 8px;
}
/* line 131, ../scss/directory.scss */
.panel_directory .row-panel .col-panel:nth-child(2) {
  border-right: 1px solid #eee;
}
/* line 140, ../scss/directory.scss */
.panel_directory .views-label-nothing-2 {
  color: #001a30;
  font-family: 'Avenir_black';
  font-size: 1.3rem;
  display: block;
  margin-bottom: 8px;
}

/* line 149, ../scss/directory.scss */
.directory-search {
  width: 100% !important;
}
/* line 151, ../scss/directory.scss */
.directory-search .form-item-search-api-fulltext {
  max-width: 231px;
  padding: 0;
  padding-right: 2px;
}
/* line 155, ../scss/directory.scss */
.directory-search .form-item-search-api-fulltext input {
  background: url(https://www.gala-global.org/themes/custom/gala/images/search.png) no-repeat scroll 212px 9px;
  background-size: 18px auto;
  background-position-x: 95%;
}
/* line 161, ../scss/directory.scss */
.directory-search .form-item-title {
  display: inline-block;
  padding: 0;
  min-width: 241px;
}
/* line 165, ../scss/directory.scss */
.directory-search .form-item-title input {
  background: url("https://www.gala-global.org/themes/custom/gala/images/search.png") no-repeat scroll 7px 7px;
  padding-left: 30px;
}
/* line 169, ../scss/directory.scss */
.directory-search .form-item-title input::placeholder {
  color: #999;
}

/* line 178, ../scss/directory.scss */
.filter-title {
  width: 100%;
  padding-left: 5px;
}

/* line 184, ../scss/directory.scss */
.chosen-single span {
  color: #999 !important;
}

@media only screen and (max-width: 740px) {
  /* line 194, ../scss/directory.scss */
  .view-filters form#views-exposed-form-member-directory-page-1 fieldset {
    width: 100%;
  }

  /* line 203, ../scss/directory.scss */
  #edit-actions button {
    margin: 10px 0;
  }
}
/* line 1, ../scss/modal.scss */
.modal-welcome {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(88, 88, 88, 0.9);
}
/* line 10, ../scss/modal.scss */
.modal-welcome .modal-welcome_box {
  width: 670px;
  height: auto;
  background: #fff;
  margin: 10% auto;
  border-radius: 10px;
  padding: 1.5rem 3rem 1rem;
  box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.2);
}
/* line 19, ../scss/modal.scss */
.modal-welcome .modal-welcome_box .modal-welcome_title {
  line-height: 1.2;
}
/* line 21, ../scss/modal.scss */
.modal-welcome .modal-welcome_box .modal-welcome_title h1 {
  color: #f28820;
  font-size: 1.5rem;
  margin-bottom: -10px;
}
/* line 27, ../scss/modal.scss */
.modal-welcome .modal-welcome_box .modal-welcome_title p {
  font-size: .9rem;
}
/* line 32, ../scss/modal.scss */
.modal-welcome .modal-welcome_box .link {
  position: absolute;
  margin: 25px auto;
  width: 670px;
  left: 0;
  right: 0;
  text-align: right;
  padding: 0;
}
/* line 41, ../scss/modal.scss */
.modal-welcome .modal-welcome_box .link .button {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}
/* line 46, ../scss/modal.scss */
.modal-welcome .modal-welcome_box .link .button span {
  font-size: 16px;
}
/* line 52, ../scss/modal.scss */
.modal-welcome .welcome-slider {
  padding: .5rem 0 0rem;
  height: 275px;
  max-height: 280px;
}
/* line 59, ../scss/modal.scss */
.modal-welcome #welcome .welcome-carousel_content {
  width: 500px;
  margin: 0 auto;
  height: 275px;
  overflow-y: auto;
}
/* line 64, ../scss/modal.scss */
.modal-welcome #welcome .welcome-carousel_content ul {
  padding-left: 0;
}
/* line 70, ../scss/modal.scss */
.modal-welcome #welcome .carousel_title-card {
  color: black;
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: 'Avenir_black';
}
/* line 78, ../scss/modal.scss */
.modal-welcome #welcome p {
  color: rgba(0, 0, 0, 0.8);
}
/* line 84, ../scss/modal.scss */
.modal-welcome #welcome .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
/* line 91, ../scss/modal.scss */
.modal-welcome #welcome .owl-dots button.owl-dot {
  margin: 5px;
}
/* line 93, ../scss/modal.scss */
.modal-welcome #welcome .owl-dots button.owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  border: 1px solid #f28820;
}
/* line 102, ../scss/modal.scss */
.modal-welcome #welcome .owl-dots button.owl-dot.active span {
  background: #f28820;
}
/* line 111, ../scss/modal.scss */
.modal-welcome .line-sep {
  height: 2px;
  background: #b6b6b6;
  width: 400px;
  margin: 0px auto 0;
}

/* line 120, ../scss/modal.scss */
.authoring-review-user-and-org {
  line-height: 10%;
  margin-bottom: 2rem;
}

/* line 125, ../scss/modal.scss */
.authoring-review-proposal {
  margin-bottom: 2rem;
}

/* line 129, ../scss/modal.scss */
.authoring-review-user {
  margin: 2.5rem 0;
}

/* line 133, ../scss/modal.scss */
.authoring-review-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

/* line 138, ../scss/modal.scss */
.authoring-review-subtitle {
  padding: 1rem;
}

/* line 142, ../scss/modal.scss */
.authoring-review-content {
  line-height: 1.2;
}
/* line 145, ../scss/modal.scss */
.authoring-review-content .link {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

@media only screen and (max-width: 1440px) {
  /* line 153, ../scss/modal.scss */
  .modal-welcome .modal-welcome_box {
    margin: 6% auto;
  }
}
@media only screen and (max-width: 740px) {
  /* line 159, ../scss/modal.scss */
  .modal-welcome .modal-welcome_box {
    width: 90%;
    margin: 30% auto;
    padding: 1.5rem 1rem 1rem;
    height: 430px;
  }

  /* line 165, ../scss/modal.scss */
  .modal-welcome #welcome .welcome-carousel_content {
    width: 100%;
    height: 170px;
  }

  /* line 169, ../scss/modal.scss */
  .modal-welcome .modal-welcome_box .link {
    position: absolute;
    margin: 0 auto;
    width: 90%;
    left: 0;
    right: 0;
    text-align: right;
    padding: 0;
    bottom: 75px;
  }

  /* line 179, ../scss/modal.scss */
  .modal-welcome #welcome .owl-dots {
    text-align: left;
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: 0;
  }

  /* line 186, ../scss/modal.scss */
  .modal-welcome .modal-welcome_box .link .button {
    position: fixed;
    right: 30px;
    top: unset;
    z-index: 10;
    bottom: 30px;
  }

  /* line 193, ../scss/modal.scss */
  .modal-welcome .welcome-slider {
    padding: .5rem 0 0rem;
    height: 170px;
  }
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url("https://www.gala-global.org/themes/custom/gala/fonts/AvenirLTStd-Medium.woff2") format("woff2"), url("https://www.gala-global.org/themes/custom/gala/fonts/AvenirLTStd-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url("https://www.gala-global.org/themes/custom/gala/fonts/AvenirLTStd-Book.woff2") format("woff2"), url("https://www.gala-global.org/themes/custom/gala/fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url("https://www.gala-global.org/themes/custom/gala/fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("https://www.gala-global.org/themes/custom/gala/fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir_black';
  src: url("https://www.gala-global.org/themes/custom/gala/fonts/Avenir-Black.woff2") format("woff2"), url("https://www.gala-global.org/themes/custom/gala/fonts/Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
/* line 2, ../scss/conference.scss */
html {
  scroll-behavior: smooth;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

/* line 18, ../scss/conference.scss */
.container_title {
  /*min-height: 350px;*/
  border-top: solid 1px #001932;
  border-bottom: solid 1px #001932;
  padding: 2rem 0;
}
/* line 23, ../scss/conference.scss */
.container_title h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #062044;
  margin-bottom: 0;
}

/*dropdown*/
/* .dropdown-menu {
	&.show {
	    position: absolute;
	    transform: translate3d(0px, 50px, 0px);
	    top: 0px;
	    width: 690px!important;
	    left: -88%!important;
	    padding: 30px 15px 5px;
	    will-change: transform;
    }
    .dropdown-item {
    	float: left;
    	padding: 5px 15px;
    	width: auto;
    	clear: none;
    	margin-bottom: 20px;
    }
} */
/*modal*/
/* line 51, ../scss/conference.scss */
.modal_speaker {
  /* &.fade:not(.show).left .modal-dialog {
  	-webkit-transform: translate3d(-25%, 0, 0);
  	transform: translate3d(-25%, 0, 0);
  } */
  	/* &.fade:not(.show).right .modal-dialog {
  		-webkit-transform: translate3d(25%, 90%, 50%)!important;
  		transform: translate3d(25%, 90%, 50%)!important;
  
  	} */
  /* &.left .modal-dialog {
  	position:fixed;
  	right: 0;
  	margin: auto;
  	width: 320px;
  	height: 100%;
  	-webkit-transform: translate3d(0%, 0, 0);
  	-ms-transform: translate3d(0%, 0, 0);
  	-o-transform: translate3d(0%, 0, 0);
  	transform: translate3d(0%, 0, 0);
  } */
  /* &.fade:not(.show).bottom .modal-dialog {
  	-webkit-transform: translate3d(0, 25%, 0);
  	transform: translate3d(0, 25%, 0);
  } */
}
/* line 52, ../scss/conference.scss */
.modal_speaker .modal-dialog {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
}
/* line 55, ../scss/conference.scss */
.modal_speaker .program-modal {
  width: 50% !important;
}
/* line 58, ../scss/conference.scss */
.modal_speaker .modal-content {
  border-radius: 0 !important;
}
/* line 60, ../scss/conference.scss */
.modal_speaker .modal-content .modal-body {
  padding: 0 2rem !important;
}
/* line 62, ../scss/conference.scss */
.modal_speaker .modal-content .modal-body .header_title-img {
  border-radius: 50% !important;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
/* line 67, ../scss/conference.scss */
.modal_speaker .modal-content .modal-body .header_title-img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
/* line 97, ../scss/conference.scss */
.modal_speaker.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
/* line 102, ../scss/conference.scss */
.modal_speaker.right .modal-body {
  padding: 15px 15px 80px;
}
/* line 107, ../scss/conference.scss */
.modal_speaker.right.fade .modal-dialog {
  right: -420px;
  -webkit-transition: opacity .5s ease-in-out, right .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out, right .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out, right .5s ease-in-out;
  transition: opacity .5s ease-in-out, right .5s ease-in-out;
}
/* line 115, ../scss/conference.scss */
.modal_speaker.right.fade.show .modal-dialog {
  right: 0;
}
/* line 123, ../scss/conference.scss */
.modal_speaker.right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0px;
  margin: 0;
}
/* line 131, ../scss/conference.scss */
.modal_speaker.modal.right_full .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  max-width: 85% !important;
  width: 100%;
}
/* line 143, ../scss/conference.scss */
.modal_speaker .header_title {
  margin-bottom: 2rem;
}
/* line 145, ../scss/conference.scss */
.modal_speaker .header_title img {
  width: 115px;
}
/* line 148, ../scss/conference.scss */
.modal_speaker .header_title p {
  margin-bottom: 0;
}
/* line 151, ../scss/conference.scss */
.modal_speaker .header_title .header_title-txt {
  padding: 1rem;
}
/* line 153, ../scss/conference.scss */
.modal_speaker .header_title .header_title-txt .speaker_name {
  font-family: 'Avenir_black';
}
/* line 156, ../scss/conference.scss */
.modal_speaker .header_title .header_title-txt a {
  color: #f28820;
}
/* line 158, ../scss/conference.scss */
.modal_speaker .header_title .header_title-txt a:hover {
  color: #f28820;
}
/* line 164, ../scss/conference.scss */
.modal_speaker .modal-header {
  padding: 0rem 0rem;
  border-bottom: 0px;
}

/*
@keyframes slideIn {
	from {
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
 */
/* line 182, ../scss/conference.scss */
.modal.all {
  z-index: 1048 !important;
}
/* line 184, ../scss/conference.scss */
.modal.all .speaker_card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 23%;
  max-width: 23%;
  margin-right: 9px;
}

/* line 196, ../scss/conference.scss */
.speaker_social {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 15px;
  width: 95%;
  padding: 1rem;
  margin: 0 auto;
}
/* line 204, ../scss/conference.scss */
.speaker_social a {
  float: left;
  width: 40px;
}
/* line 207, ../scss/conference.scss */
.speaker_social a img {
  height: 15px !important;
  width: auto;
}
/* line 214, ../scss/conference.scss */
.speaker_social .next-speaker a {
  color: #f28820;
  padding: 5px;
  width: 40px;
  float: none;
}

/* .speaker-item {
	border: 1px solid #fbfafa;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 13px rgba(0,0,0,.05);
	margin-bottom:15px;
	height: 90px;
	max-height: 90px;
	.speaker-item_content {
		height: 70px;
	}
	a {
		cursor: pointer;
	}
	.header_title-txt {
		margin-left: 5px;
			p {
				margin-bottom: 0;
			}
			.speaker_name {
				font-family: 'Avenir_black';
			}
			.speaker_link {
				font-size: .8rem;
				background: #002042;
				display: inline-block;
				padding: 3px 5px;
				color: #fff;
				border-radius: 4px;

					&:hover {
						color:#fff;
					}
			}
			.speaker_job {
				font-size: .9rem;
				text-overflow: ellipsis;
				overflow: hidden;
				white-space: nowrap;
				width: 160px;
			}
			.speaker_company {
				font-size: .8rem;
				text-overflow: ellipsis;
				overflow:hidden;
				white-space:nowrap;
				width: 150px;
				color: #f28820;


			}

	}

	&:hover {
		.arrow-right {
			opacity:1;
			right: 22px;
			transition: .35s linear;

		}
	}

	.arrow-right {
		position: absolute;
		right: 30px;
		top: 38%;
		transform: rotate(-90deg);
		opacity:0;
		transition: .35s linear;
	}

} */
/* line 297, ../scss/conference.scss */
.speaker_card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  margin-right: 9px;
}

/* line 307, ../scss/conference.scss */
.program-speaker-image {
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
/* line 312, ../scss/conference.scss */
.program-speaker-image img {
  object-fit: contain;
  object-position: cover;
  margin: 0px !important;
}

/* line 319, ../scss/conference.scss */
.readMoreBtnStyles {
  border: none;
  display: table;
  background: #f9f9f9;
  color: #ed8100;
  margin-left: 2px;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  border-radius: .25rem;
}

/* line 331, ../scss/conference.scss */
.more {
  display: none;
}

/* line 335, ../scss/conference.scss */
.speaker-item {
  border: 1px solid #fbfafa;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  height: 90px;
  max-height: 90px;
  cursor: pointer;
  position: relative;
}
/* line 345, ../scss/conference.scss */
.speaker-item .speaker-item_content {
  height: 70px;
}
/* line 347, ../scss/conference.scss */
.speaker-item .speaker-item_content .field--name-field-conference-speaker-image {
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
/* line 352, ../scss/conference.scss */
.speaker-item .speaker-item_content .field--name-field-conference-speaker-image img {
  object-fit: contain;
  object-position: cover;
}
/* line 357, ../scss/conference.scss */
.speaker-item .speaker-item_content .header_title-txt {
  height: 40px;
  margin-left: 10px;
}
/* line 360, ../scss/conference.scss */
.speaker-item .speaker-item_content .header_title-txt a {
  font-family: 'Avenir_black';
}
/* line 364, ../scss/conference.scss */
.speaker-item .speaker-item_content .header_title-txt .speaker-organization {
  font-size: .8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 150px;
  color: #f28820;
  font-family: 'Avenir LT Std';
  display: block;
}
/* line 375, ../scss/conference.scss */
.speaker-item .speaker-item_content .header_title-txt .field--name-field-conference-speaker-org a {
  font-size: .8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 150px;
  color: #f28820;
  font-family: 'Avenir LT Std';
  display: block;
}
/* line 389, ../scss/conference.scss */
.speaker-item img.arrow-right {
  position: absolute;
  right: 30px;
  top: 38%;
  transform: rotate(-90deg);
  opacity: 0;
  transition: .35s linear;
  height: 15px !important;
  width: auto !important;
}
/* line 400, ../scss/conference.scss */
.speaker-item:hover img.arrow-right {
  opacity: 1;
  right: 22px;
  transition: .35s linear;
}

/* line 409, ../scss/conference.scss */
[v-cloak] > * {
  display: none;
}

/* line 410, ../scss/conference.scss */
[v-cloak]::before {
  content: "Loading…";
}

/* line 412, ../scss/conference.scss */
.export-speakers-link {
  position: absolute;
  top: 0;
  right: 20px;
}
/* line 417, ../scss/conference.scss */
.export-speakers-link a {
  color: #f28820;
}

@media (min-width: 576px) {
  /* line 423, ../scss/conference.scss */
  .modal-dialog {
    min-width: 360px;
  }
}
/* line 428, ../scss/conference.scss */
.modal.left .modal-content, .modal.right .modal-content {
  min-height: 100vh;
  border: 0;
}

/* line 437, ../scss/conference.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: unset !important;
}

/* line 443, ../scss/conference.scss */
.header_conference {
  height: auto;
  position: relative;
  overflow: hidden;
}
/* line 449, ../scss/conference.scss */
.header_conference .container_dates {
  position: absolute;
  z-index: 10;
  padding: 2rem;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  color: #fff;
}
/* line 460, ../scss/conference.scss */
.header_conference .container_dates h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: black;
  color: #fff;
  z-index: 2;
  position: relative;
}
/* line 468, ../scss/conference.scss */
.header_conference .container_dates h2 span {
  display: block;
}
/* line 475, ../scss/conference.scss */
.header_conference .container_dates h4 {
  color: #fff;
}
/* line 479, ../scss/conference.scss */
.header_conference .container_dates .title_date {
  font-size: 1.5rem;
}
/* line 483, ../scss/conference.scss */
.header_conference .container_dates a {
  color: #f57d1a;
}
/* line 486, ../scss/conference.scss */
.header_conference .container_dates p {
  margin-top: 15px;
  font-size: .9rem;
  width: 80%;
}
/* line 493, ../scss/conference.scss */
.header_conference img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
/* line 499, ../scss/conference.scss */
.header_conference .overlay-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}

/* line 510, ../scss/conference.scss */
.nav_conference {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  background: #fff !important;
  z-index: 10;
  /*border-bottom:1px solid #eee;*/
}
/* line 517, ../scss/conference.scss */
.nav_conference .navbar-nav .nav-link {
  color: #062044 !important;
  font-weight: 700;
}
/* line 521, ../scss/conference.scss */
.nav_conference .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 530, ../scss/conference.scss */
section.section_sponsors #conference-sponsors .owl-prev,
section.section_sponsors #conference-sponsors .owl-next {
  color: #062044;
}
/* line 534, ../scss/conference.scss */
section.section_sponsors #conference-sponsors .owl-nav {
  top: 15%;
}
/* line 536, ../scss/conference.scss */
section.section_sponsors #conference-sponsors .owl-nav .owl-prev {
  left: -40px;
}
/* line 539, ../scss/conference.scss */
section.section_sponsors #conference-sponsors .owl-nav .owl-next {
  right: -40px;
}
/* line 545, ../scss/conference.scss */
section.section_sponsors #conference-sponsors .item img {
  padding: 2rem;
  max-width: 185px;
  height: 145px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* line 563, ../scss/conference.scss */
section.section_sponsors #conference-sponsors-list .owl-prev,
section.section_sponsors #conference-sponsors-list .owl-next {
  color: #062044;
}
/* line 567, ../scss/conference.scss */
section.section_sponsors #conference-sponsors-list .owl-nav {
  top: 15%;
}
/* line 569, ../scss/conference.scss */
section.section_sponsors #conference-sponsors-list .owl-nav .owl-prev {
  left: -40px;
}
/* line 572, ../scss/conference.scss */
section.section_sponsors #conference-sponsors-list .owl-nav .owl-next {
  right: -40px;
}
/* line 578, ../scss/conference.scss */
section.section_sponsors #conference-sponsors-list .item img {
  padding: 2rem;
  max-width: 185px;
  height: 145px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* line 593, ../scss/conference.scss */
section {
  	/* &.section_sponsors {
  
  		#carousel-sponsors {
  			.owl-prev,
  			.owl-next {
  				color: #062044;
  			}
  			.owl-nav {
  				top: 0%;
  				.owl-prev {
  					left: -40px;
  				}
  				.owl-next {
  					right: -40px;
  				}
  
  			}
  		}
  
  
  	} */
}
/* line 594, ../scss/conference.scss */
section.section_about {
  /* margin: 80px 0; */
}
/* line 597, ../scss/conference.scss */
section.section_about .container_title {
  /*min-height: 350px;*/
  border-top: solid 1px #001932;
  border-bottom: solid 1px #001932;
  padding: 2rem 0;
}
/* line 602, ../scss/conference.scss */
section.section_about .container_title h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #062044;
  margin-bottom: 0;
}
/* line 609, ../scss/conference.scss */
section.section_about .container_text {
  padding: 1.5rem 0;
}
/* line 614, ../scss/conference.scss */
section.section_speakers {
  		/* .container_title {
  			position:relative;
  			z-index: 2;
  			border-top: solid 1px #001932;
  			border-bottom: solid 1px #001932;
  			padding: 2rem 0;
  			h2 {
  				font-size: 1.75rem;
  				font-weight: 700;
  				color: #062044;
  
  			}
  		}
  		.dropdown {
  			text-align: right;
  				a.dropdown-toggle {
  					border: 3px solid #062044;
  				    padding: 10px 20px;
  				    color: #062044;
  				    font-weight: 700;
  				    margin-top: 15px;
  				    display: block;
  				    text-align: center;
  				}
  		}
  		.speakers_names {
  			margin-top: -140px;
  			a {
  				background: #e2e0de;
      			color: #062044;
  				font-weight: 700;
  				box-shadow:1px 1px 5px rgba(0,0,0,0.08);
  				padding: 5px;
  				margin-right: 5px;
  				margin-bottom: 10px;
  				display: inline-block;
  			}
  		}
  		#carousel-speakers .owl-prev {
  			display: none;
  		}
  		#carousel-speakers .owl-nav button span {
  		    font-size: 8rem;
  		    margin-top: -150px;
  		    right: 0px;
  		    position: absolute;
  		    color: #062044;
  		}
  		#carousel-speakers {
  			.item {
  				background:#fff;
  				h2 {
  					margin-top: 15px;
  				}
  				a {
  					color: #f57d1a;
  				}
  			}
  		} */
}
/* line 677, ../scss/conference.scss */
section.section_speakers .speaker_list {
  padding: 15px;
}
/* line 684, ../scss/conference.scss */
section#section-details .section_collapse {
  padding: 1rem 0;
}
/* line 687, ../scss/conference.scss */
section#section-details .section_collapse .accordion {
  color: #001832;
}
/* line 689, ../scss/conference.scss */
section#section-details .section_collapse .accordion h3 {
  padding: 0 0;
}
/* line 693, ../scss/conference.scss */
section#section-details .section_collapse .card {
  border: 2px solid #00aec6 !important;
  border-radius: 0 0 0 0 !important;
  background: #fff;
  margin-bottom: 20px;
}
/* line 698, ../scss/conference.scss */
section#section-details .section_collapse .card .card-header {
  position: relative;
  padding: 1.5rem 0;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
/* line 703, ../scss/conference.scss */
section#section-details .section_collapse .card .card-header button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  text-align: left;
  text-transform: unset;
  font-size: 1.3rem;
  padding-left: 5rem;
  color: #001832;
  font-size: 1.2rem !important;
}
/* line 716, ../scss/conference.scss */
section#section-details .section_collapse .card .card-header button:hover, section#section-details .section_collapse .card .card-header button:focus, section#section-details .section_collapse .card .card-header button:active {
  text-decoration: none !important;
  color: #00aec6;
}
/* line 725, ../scss/conference.scss */
section#section-details .section_collapse .card:before {
  content: '+';
  height: 100%;
  padding: .5rem 1.2rem;
  left: 0px;
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  font-family: 'Avenir_black';
  background: #00aec6;
  color: #fff;
}
/* line 739, ../scss/conference.scss */
section#section-details .section_collapse .card .card-body-accordion {
  padding: 1rem 5.2rem;
}
/* line 743, ../scss/conference.scss */
section#section-details .section_collapse .card.locations {
  color: #001832;
  border: 2px solid #001832 !important;
}
/* line 746, ../scss/conference.scss */
section#section-details .section_collapse .card.locations:before {
  background: #001832;
}
/* line 756, ../scss/conference.scss */
section.section_program_a .container_title h2 {
  font-size: 4.5rem;
  font-weight: 700;
  color: #062044;
}
/* line 764, ../scss/conference.scss */
section.section_program {
  color: #062044;
  /* background: #101419 !important; */
  padding: 30px 0 30px;
  min-height: 100vh;
}
/* line 771, ../scss/conference.scss */
section.section_program .nav-pills {
  margin-bottom: 0;
}
/* line 776, ../scss/conference.scss */
section.section_program .nav-item {
  margin-right: 20px;
}
/* line 780, ../scss/conference.scss */
section.section_program .nav-pills .nav-link {
  border-radius: 0;
  font-size: 15px;
  padding-bottom: 15px;
  color: #989797;
}
/* line 787, ../scss/conference.scss */
section.section_program .nav-pills .nav-link.active {
  color: #989797;
  background-color: transparent;
  border-bottom: 2px solid #f57d1a;
}
/* line 794, ../scss/conference.scss */
section.section_program .date-column {
  height: 140px;
  color: #989797;
  /*border-top: 1px solid #37414e;*/
}
/* line 800, ../scss/conference.scss */
section.section_program .information-column {
  /*border-top: 1px solid #37414e;*/
  padding: 2rem 0;
  position: relative;
}
/* line 805, ../scss/conference.scss */
section.section_program .information-column h2 {
  font-size: 1.5rem;
}
/* line 808, ../scss/conference.scss */
section.section_program .information-column p {
  color: #989797;
}
/* line 812, ../scss/conference.scss */
section.section_program .card {
  background: transparent !important;
  border: transparent;
  border-radius: 0 !important;
}
/* line 816, ../scss/conference.scss */
section.section_program .card .card-header {
  height: 100%;
  background-color: transparent !important;
}
/* line 822, ../scss/conference.scss */
section.section_program .card .card-header a {
  padding-left: 15px;
  left: 0;
  right: 0;
  text-align: left !important;
}
/* line 834, ../scss/conference.scss */
section.section_program .content-tab {
  border-top: 1px solid transparent;
  background: #f9f9f9;
}
/* line 837, ../scss/conference.scss */
section.section_program .content-tab .content-arrow {
  height: 140px;
}
/* line 843, ../scss/conference.scss */
section.section_program .break_panel {
  background: #042445;
}
/* line 845, ../scss/conference.scss */
section.section_program .break_panel h3 {
  color: #fff;
}
/* line 850, ../scss/conference.scss */
section.section_program .program_speaker h5 {
  font-size: 1rem;
}

/* line 880, ../scss/conference.scss */
a.content-arrow:not(.collapsed):before {
  transform: rotate(90deg);
}

@media only screen and (max-width: 740px) {
  /* line 888, ../scss/conference.scss */
  .header_conference {
    height: 50vh !important;
  }
  /* line 891, ../scss/conference.scss */
  .header_conference .field--name-field-conference-header img {
    width: 100%;
    height: 330px !important;
  }
  /* line 897, ../scss/conference.scss */
  .header_conference .container_dates p {
    width: 100% !important;
  }
  /* line 901, ../scss/conference.scss */
  .header_conference .container_dates .date h4 {
    font-size: 1.2rem;
  }

  /* line 907, ../scss/conference.scss */
  .nav_conference {
    height: auto !important;
  }
  /* line 909, ../scss/conference.scss */
  .nav_conference ul {
    width: 100%;
    /* li:first-child {
    	display: none;
    } */
  }

  /* line 919, ../scss/conference.scss */
  #section-details .accordion {
    margin-left: -30px;
    margin-right: -30px;
  }
  /* line 924, ../scss/conference.scss */
  #section-details .section_collapse .card-body-accordion {
    padding: 1rem 1.2rem 1rem .5rem !important;
  }
  /* line 926, ../scss/conference.scss */
  #section-details .section_collapse .card-body-accordion table {
    width: 100% !important;
  }
  /* line 932, ../scss/conference.scss */
  #section-details .section_collapse .card .collapse {
    padding-left: 2.7rem;
  }
  /* line 935, ../scss/conference.scss */
  #section-details .section_collapse .card:before {
    padding: 0.5rem 1rem !important;
  }
  /* line 940, ../scss/conference.scss */
  #section-details .section_collapse .card .card-header .collapsed:before {
    padding: .8rem .8rem;
  }
  /* line 943, ../scss/conference.scss */
  #section-details .section_collapse .card .card-header .collapsed button {
    padding-left: 3.2rem !important;
  }

  /* line 953, ../scss/conference.scss */
  .speaker_card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-top: 9px;
  }

  /* line 962, ../scss/conference.scss */
  .modal_speaker.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity .5s ease-in-out, right .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out, right .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, right .5s ease-in-out;
    transition: opacity .5s ease-in-out, right .5s ease-in-out;
  }

  /* line 971, ../scss/conference.scss */
  .modal_speaker .modal-content .modal-body .header_title-img {
    width: 80px;
  }
  /* line 973, ../scss/conference.scss */
  .modal_speaker .modal-content .modal-body .header_title-img .image_container {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
    margin: 5px 5px;
  }
  /* line 979, ../scss/conference.scss */
  .modal_speaker .modal-content .modal-body .header_title-img .image_container img {
    height: 100%;
  }

  /* line 986, ../scss/conference.scss */
  .modal_speaker .header_title .header_title-txt {
    width: 210px;
    padding: 10px 5px;
  }

  /* line 991, ../scss/conference.scss */
  .modal_speaker.modal.right_full .modal-dialog {
    max-width: 100% !important;
    width: 100%;
  }

  /* line 996, ../scss/conference.scss */
  .modal_speaker .modal-content .modal-body {
    padding: 0 2rem !important;
    overflow: scroll;
    height: 80vh;
  }

  /* line 1001, ../scss/conference.scss */
  .modal.all .speaker_card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }

  /* line 1010, ../scss/conference.scss */
  section.section_sponsors #conference-sponsors .owl-nav .owl-prev {
    left: -15px;
  }

  /* line 1014, ../scss/conference.scss */
  section.section_sponsors #conference-sponsors .owl-nav .owl-next {
    right: -15px;
  }

  /* line 1018, ../scss/conference.scss */
  section.section_sponsors #conference-sponsors-list .owl-nav .owl-prev {
    left: -15px;
  }

  /* line 1022, ../scss/conference.scss */
  section.section_sponsors #conference-sponsors-list .owl-nav .owl-next {
    right: -15px;
  }

  /* line 1027, ../scss/conference.scss */
  #sponsors .owl-carousel .owl-nav {
    top: 15% !important;
  }

  /* line 1033, ../scss/conference.scss */
  #sponsors-list .owl-carousel .owl-nav {
    top: 15% !important;
  }

  /* line 1038, ../scss/conference.scss */
  section.section_sponsors #conference-sponsors .item img {
    margin: 0 auto;
  }

  /* line 1043, ../scss/conference.scss */
  section.section_sponsors #conference-sponsors-list .item img {
    margin: 0 auto;
  }

  /* line 1048, ../scss/conference.scss */
  .mobile_display {
    display: none;
  }
}
/* line 1054, ../scss/conference.scss */
section.section_collapse .card .card-header button {
  font-size: 1rem !important;
  padding-left: 3.5rem !important;
  line-height: 1;
}

/* line 1060, ../scss/conference.scss */
section.section_collapse .card .card-header .collapsed:before {
  padding: 0.8rem 1rem !important;
}

/* line 2, ../scss/grid-view.scss */
section.section_event-featured {
  padding: 1.5rem 0 0 !important;
}
/* line 4, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container {
  height: 370px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: relative;
}
/* line 12, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .event-label {
  display: none;
  margin-top: 25px;
}
/* line 16, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .event-label .event-featured-label {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  padding: .8rem 2.5rem;
  text-transform: uppercase;
}
/* line 23, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .event-header-info {
  margin-bottom: 30px;
}
/* line 26, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .event-header-info a {
  z-index: 5;
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Avenir_black';
  display: table-cell;
  vertical-align: bottom;
  /* border-left: transparent 10px solid; */
  /* padding-left: 5%; */
  height: 300px;
  width: 765px;
  text-align: center;
}
/* line 39, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .event-header-info a:before {
  content: '';
  width: 10px;
}
/* line 45, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .event-header-info > a:last-child {
  position: absolute;
  z-index: 6;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
  padding-top: 0;
  /* padding-left: 5%;	 */
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Avenir_black';
  transform: translateY(75%);
}
/* line 58, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .event-header-info > a:last-child:before {
  content: '';
  position: absolute;
  bottom: 75%;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -moz-linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  background: -webkit-linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  background: linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
/* line 76, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .bg-event-featured {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 83, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .bg-event-featured:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 5;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -moz-linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  background: -webkit-linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  background: linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
/* line 99, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container .bg-event-featured a:before {
  content: '';
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -moz-linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  background: -webkit-linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  background: linear-gradient(360deg, black 0%, rgba(255, 255, 255, 0) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
/* line 117, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container.event-detail {
  color: #fff;
}
/* line 119, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container.event-detail a:first-child {
  font-size: 1.5rem;
  color: #fff;
  font-family: 'Avenir_black';
  display: block;
  height: 380px;
}
/* line 125, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container.event-detail a:first-child img {
  object-position: left bottom;
  z-index: -10;
}
/* line 132, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container.event-detail .event-header-info .link-arrow {
  right: 0;
  width: 40px;
  height: 40px;
}
/* line 138, ../scss/grid-view.scss */
section.section_event-featured .event-featured-container.event-detail .event-calendar-row {
  background-color: transparent !important;
}
/* line 143, ../scss/grid-view.scss */
section.section_event-featured .link-arrow {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 2;
  text-align: center;
  display: none;
}
/* line 150, ../scss/grid-view.scss */
section.section_event-featured .link-arrow a {
  padding: .5rem 2rem;
  background: #0bb1c9;
  font-size: 2.5rem !important;
}
/* line 158, ../scss/grid-view.scss */
section.section_event-sub-header {
  color: #001932;
}
/* line 159, ../scss/grid-view.scss */
section.section_event-sub-header .date-container {
  padding-top: .5rem;
}
/* line 163, ../scss/grid-view.scss */
section.section_event-sub-header .event-sub-header {
  border-top: solid 1px #001932;
  border-bottom: solid 1px #001932;
  padding: 2rem 0;
}
/* line 167, ../scss/grid-view.scss */
section.section_event-sub-header .event-sub-header .icon {
  font-size: 1.5rem;
  margin-right: 8px;
}
/* line 172, ../scss/grid-view.scss */
section.section_event-sub-header .event-sub-header .link-website a {
  display: block;
  margin-left: 25px;
  margin-top: 8px;
}
/* line 181, ../scss/grid-view.scss */
section.main-content {
  color: #001932;
  padding: 1rem 0 3rem;
}
/* line 185, ../scss/grid-view.scss */
section.main-content .description .card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 10px 10px 0 0;
}
/* line 189, ../scss/grid-view.scss */
section.main-content .description .card .speaker-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 20px auto;
}
/* line 195, ../scss/grid-view.scss */
section.main-content .description .card .speaker-img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
/* line 201, ../scss/grid-view.scss */
section.main-content .description .card .card-body {
  background: #f8f5f5;
  border-radius: 0;
  margin-top: 20px;
  padding: 2rem;
  border-top: 5px solid #f28820;
}
/* line 207, ../scss/grid-view.scss */
section.main-content .description .card .card-body .card-title {
  color: #f28820;
}
/* line 210, ../scss/grid-view.scss */
section.main-content .description .card .card-body a {
  color: #f28820;
}
/* line 219, ../scss/grid-view.scss */
section.main-content .user-data-container.card .card-header {
  background: #f28820;
  color: #fff;
}
/* line 223, ../scss/grid-view.scss */
section.main-content .user-data-container.card .card-body {
  background: #f8f5f5;
  border-top: 2px solid #f38820;
}
/* line 226, ../scss/grid-view.scss */
section.main-content .user-data-container.card .card-body .event-registration-info-title {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

/* line 239, ../scss/grid-view.scss */
#speakers_event .owl-prev {
  display: none;
}
/* line 242, ../scss/grid-view.scss */
#speakers_event .owl-nav {
  height: 100%;
}
/* line 244, ../scss/grid-view.scss */
#speakers_event .owl-nav .owl-next {
  top: -20px;
}
/* line 248, ../scss/grid-view.scss */
#speakers_event .owl-nav button span {
  font-weight: lighter;
  color: #f28820;
}

/* line 256, ../scss/grid-view.scss */
.view-filters {
  border-top: 1px solid #1e374d;
  border-bottom: 1px solid #1e374d;
  margin: 30px 0px;
  padding: 30px 15px;
}

/* line 264, ../scss/grid-view.scss */
.filters span {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
/* line 269, ../scss/grid-view.scss */
.filters ul {
  list-style: none;
  padding: 0 0;
  float: left;
  margin-bottom: 0;
  /*font-size: .6rem;*/
}
/* line 275, ../scss/grid-view.scss */
.filters ul li {
  display: inline-block;
}
/* line 277, ../scss/grid-view.scss */
.filters ul li a {
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #1e374d;
}
/* line 278, ../scss/grid-view.scss */
.filters ul li a.active {
  font-family: 'Avenir_black';
}
/* line 285, ../scss/grid-view.scss */
.filters ul li:first-child a {
  border-left: 1px solid #1e374d;
}
/* line 288, ../scss/grid-view.scss */
.filters ul li:last-child a {
  border-right: 1px solid transparent;
}
/* line 294, ../scss/grid-view.scss */
.filters a {
  color: #1e374d;
}
/* line 296, ../scss/grid-view.scss */
.filters a:hover {
  color: #1e374d;
}

/* line 305, ../scss/grid-view.scss */
.view-id-jobs_directory .grid-view-content .grid-view-image-container img {
  object-fit: contain;
}

/* line 313, ../scss/grid-view.scss */
.grid-view-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

/* line 322, ../scss/grid-view.scss */
.grid-view-content .grid-view-fields-container img {
  height: 135px !important;
  object-fit: cover;
  max-width: 100%;
  object-position: left;
}
/* line 329, ../scss/grid-view.scss */
.grid-view-content .grid-view-row {
  flex: 0 0 14.5rem;
  /*border: 1px solid red;*/
  margin-right: 1rem;
  padding: 0;
  margin-bottom: 1rem;
  background: #f4f4f4;
  border: 1px solid #ececec;
  position: relative;
  transition: .15s linear;
  width: 33%;
}
/* line 340, ../scss/grid-view.scss */
.grid-view-content .grid-view-row .datetime {
  margin-top: -20px;
}
/* line 344, ../scss/grid-view.scss */
.grid-view-content .grid-view-row:hover > .grid-view-fields-container .grid-view-image-container:before {
  background: transparent;
  transition: .15s linear;
}
/* line 348, ../scss/grid-view.scss */
.grid-view-content .grid-view-row:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.09);
  transition: .15s linear;
  border: 1px solid #fff;
}
/* line 356, ../scss/grid-view.scss */
.grid-view-content .grid-view-image-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
/* line 361, ../scss/grid-view.scss */
.grid-view-content .grid-view-image-container a {
  display: block;
  z-index: 10;
  position: relative;
}
/* line 366, ../scss/grid-view.scss */
.grid-view-content .grid-view-image-container img {
  height: 135px !important;
  object-fit: cover;
  max-width: 100%;
  object-position: left;
}
/* line 372, ../scss/grid-view.scss */
.grid-view-content .grid-view-image-container:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .15s linear;
}
/* line 385, ../scss/grid-view.scss */
.grid-view-content .prof-develop-card {
  margin: 0 !important;
}
/* line 390, ../scss/grid-view.scss */
.grid-view-content .organization-publisher a {
  font-family: "Avenir LT Std" !important;
  font-size: 14px !important;
}
/* line 396, ../scss/grid-view.scss */
.grid-view-content .prof-develop-date {
  padding: 8px 0 !important;
}
/* line 400, ../scss/grid-view.scss */
.grid-view-content .date-time {
  position: relative;
  /*top: 30px;*/
  z-index: 5;
  /*color: #fff;*/
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  font-size: .7rem;
}
/* line 409, ../scss/grid-view.scss */
.grid-view-content .date-time .start-date {
  float: left;
  width: auto;
  margin-right: 5px;
}
/* line 413, ../scss/grid-view.scss */
.grid-view-content .date-time .start-date span {
  display: inline-block;
  padding: 2px 5px;
  /*font-family: 'Avenir_black';*/
  color: #fff;
  background: #001934;
}
/* line 422, ../scss/grid-view.scss */
.grid-view-content .date-time .location-date {
  margin-top: 3px;
  float: left;
  width: auto;
  display: inline-block;
}
/* line 430, ../scss/grid-view.scss */
.grid-view-content .content-text {
  padding: 15px;
  color: #001934;
  /* word-break: break-all; */
  overflow: hidden;
}
/* line 436, ../scss/grid-view.scss */
.grid-view-content .content-text p {
  font-size: .8rem;
}
/* line 440, ../scss/grid-view.scss */
.grid-view-content .content-text a:first-child {
  color: #001934;
  font-family: 'Avenir_black';
  display: block;
  margin-bottom: 8px;
}
/* line 448, ../scss/grid-view.scss */
.grid-view-content .tag_event-type {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 15px;
}
/* line 453, ../scss/grid-view.scss */
.grid-view-content .tag_event-type span {
  display: inline-block;
  width: auto;
  padding: 3px 5px;
  background: rgba(243, 136, 32, 0.8);
  font-size: .7rem;
}
/* line 459, ../scss/grid-view.scss */
.grid-view-content .tag_event-type span a {
  color: #fff !important;
}
/* line 465, ../scss/grid-view.scss */
.grid-view-content .btn-readmore {
  position: absolute;
  width: 100%;
  left: 12px;
  bottom: 10px;
}
/* line 473, ../scss/grid-view.scss */
.grid-view-content .btn-readmore span a {
  color: #fff;
  font-size: .5rem;
  background: #0bb1c9;
  border-radius: 5px;
  padding: 10px 12px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 485, ../scss/grid-view.scss */
.grid-view-content .btn-readmore p {
  margin-bottom: 0;
  font-size: .75rem;
  margin-left: 0;
}
/* line 489, ../scss/grid-view.scss */
.grid-view-content .btn-readmore p b {
  font-family: 'Avenir_black';
}

/* line 501, ../scss/grid-view.scss */
.event-view-featured-image-container img {
  /*height: auto;
  max-width: 100%;*/
  object-fit: cover;
  object-position: bottom;
  height: 400px;
  width: 100%;
}

/* ESTILOS SANTI */
/* line 511, ../scss/grid-view.scss */
.filter-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin-right: 0 !important;
  margin-left: 0 !important;
  align-items: center;
  line-height: 40px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 524, ../scss/grid-view.scss */
.filter-group > * span {
  border-right: solid 1px red;
}

/* line 528, ../scss/grid-view.scss */
.filter-item {
  margin: 0px;
  padding-right: 1rem;
}

/* line 533, ../scss/grid-view.scss */
.filter-item:last-child {
  border-right: none;
}

/* line 537, ../scss/grid-view.scss */
.event-cards > * .card {
  max-height: 500px;
  min-height: 500px;
  margin-bottom: 2rem;
}

/* line 543, ../scss/grid-view.scss */
.event-cards > * .card-body {
  background-color: #eeeeee;
}

/* line 549, ../scss/grid-view.scss */
.event-featured-info {
  padding: 5rem 8rem;
}

/* line 553, ../scss/grid-view.scss */
.event-featured-title {
  font-size: 3rem;
}

/* line 557, ../scss/grid-view.scss */
.event-featured-info > div {
  margin-top: 2rem;
  font-size: 1.5rem;
}

/* line 562, ../scss/grid-view.scss */
.featured-btn {
  padding: 1rem;
  border-left: 2px solid black;
  text-align: center;
  color: #f57d20;
}

/* line 569, ../scss/grid-view.scss */
.featured-btn:hover {
  color: #C7651A;
}

/* line 573, ../scss/grid-view.scss */
.event-date {
  opacity: .5;
}

/* line 577, ../scss/grid-view.scss */
.event-title-link {
  text-decoration: none;
  color: inherit;
}

/* line 582, ../scss/grid-view.scss */
.event-title-link:hover {
  text-decoration: none;
  color: #f57d20;
}

/*
.main-content {
	padding: 1rem 2rem !important;
}*/
/* line 591, ../scss/grid-view.scss */
.test {
  width: 100%;
}

/*.row {
	padding: 2rem;
	margin: 0px !important;
}*/
/* line 603, ../scss/grid-view.scss */
.sidebar > * {
  margin-right: 0px !important;
}

/* line 607, ../scss/grid-view.scss */
.region-sidebar {
  justify-content: center;
  text-align: center;
}

/* line 614, ../scss/grid-view.scss */
.login-container {
  margin: 0 auto;
  width: 30%;
  padding: 4rem 0 5rem;
}
/* line 618, ../scss/grid-view.scss */
.login-container .form-actions {
  text-align: end;
  margin: 20px 0;
}
/* line 622, ../scss/grid-view.scss */
.login-container label {
  font-weight: bold;
}
/* line 625, ../scss/grid-view.scss */
.login-container .create-account-link {
  margin-left: 0 !important;
  color: #002042;
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
}
/* line 632, ../scss/grid-view.scss */
.login-container .login-form {
  padding: 1.5rem 1.5rem;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}
/* line 636, ../scss/grid-view.scss */
.login-container .login-form fieldset {
  padding-left: 0;
}
/* line 640, ../scss/grid-view.scss */
.login-container:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 200vh;
  background: #f7dac9;
  background: linear-gradient(-90deg, #f5f1ef 33%, #dbe2d8 100%);
  z-index: -1;
}

/* line 654, ../scss/grid-view.scss */
.login-form {
  padding: 1rem;
  background-color: #eeeeee;
}

/* line 659, ../scss/grid-view.scss */
.navbar-internal {
  background-color: #eeeeee;
  margin-bottom: 200px;
}

/* line 664, ../scss/grid-view.scss */
.organization-row {
  margin: 2rem 0 0 0;
  padding: 2rem 0 2rem 0;
  border-top: 1px solid lightgrey;
}

/* line 670, ../scss/grid-view.scss */
.address-column {
  padding-left: 3rem !important;
  border-left: solid 1px lightgrey;
}

/* ESTILOS LAUTI  */
/* line 678, ../scss/grid-view.scss */
.header-inner-page {
  background-color: grey;
  height: auto;
  min-height: 350px;
  position: relative;
}

/* line 685, ../scss/grid-view.scss */
.header-info {
  position: absolute;
  bottom: 25px;
  left: 35px;
}

/* line 691, ../scss/grid-view.scss */
.event-title,
.event-date-info {
  color: white;
}

/* line 700, ../scss/grid-view.scss */
.date-info {
  display: flex;
  align-items: center;
  min-height: 60px;
}

/* line 709, ../scss/grid-view.scss */
.registration-info-btn-container {
  display: flex;
  justify-content: flex-end;
}

/* line 714, ../scss/grid-view.scss */
.registration-info {
  display: flex;
  flex-direction: row nowrap;
  justify-content: space-between;
}

/* line 720, ../scss/grid-view.scss */
.event-registration-info-text {
  font-weight: bold;
}

/* line 724, ../scss/grid-view.scss */
.event-registration-info-span-normal {
  font-weight: normal;
}

/* line 728, ../scss/grid-view.scss */
.event-registration-info-span-bold {
  font-weight: bold;
}

/* line 733, ../scss/grid-view.scss */
section.section_event-featured:hover img:first-child {
  /* transform:translateY(-20px); */
  opacity: .4;
  object-position: bottom;
  padding-bottom: 10px !important;
  transition: .2s linear;
}

/* line 742, ../scss/grid-view.scss */
.grid-view-fields-container > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 755, ../scss/grid-view.scss */
.view-jobs-directory .grid-view-content .date-time {
  padding: 15px 15px 5px;
}
/* line 759, ../scss/grid-view.scss */
.view-jobs-directory .grid-view-content .content-text {
  padding: 0 15px;
  margin: 6px 0 15px;
}

/* line 766, ../scss/grid-view.scss */
.logo-home {
  padding: 1rem 2rem 0;
  text-align: center;
}
/* line 769, ../scss/grid-view.scss */
.logo-home a {
  display: block;
}
/* line 771, ../scss/grid-view.scss */
.logo-home a img {
  height: 45px;
}

@media only screen and (max-width: 740px) {
  /* line 785, ../scss/grid-view.scss */
  section.section_event-featured .link-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
  }
  /* line 790, ../scss/grid-view.scss */
  section.section_event-featured .link-arrow a {
    font-size: 1rem !important;
    padding: .5rem 1rem;
  }
  /* line 795, ../scss/grid-view.scss */
  section.section_event-featured .event-featured-container {
    height: 255px;
  }

  /* line 801, ../scss/grid-view.scss */
  section.section_event-sub-header .event-sub-header {
    padding: 1.5rem 0;
  }

  /* line 807, ../scss/grid-view.scss */
  .view-filters {
    margin: 30px 0px;
    padding: 15px 0;
  }
  /* line 810, ../scss/grid-view.scss */
  .view-filters .filters {
    padding: 0px 15px;
  }

  /* line 815, ../scss/grid-view.scss */
  #views-exposed-form-professional-development-page-1 {
    margin: 0 0 !important;
  }

  /* line 819, ../scss/grid-view.scss */
  #views-exposed-form-professional-development-page-1 input#edit-search-api-fulltext {
    margin-bottom: 10px;
  }

  /* line 823, ../scss/grid-view.scss */
  .grid-view-content .grid-view-row {
    flex: auto;
    width: 100%;
  }
  /* line 828, ../scss/grid-view.scss */
  .grid-view-content .grid-view-image-container img {
    height: 190px;
  }
  /* line 834, ../scss/grid-view.scss */
  .grid-view-content .btn-readmore span a {
    font-size: .8rem;
  }

  /* line 843, ../scss/grid-view.scss */
  section.main-content h1 {
    font-size: 1.5rem;
  }
  /* line 847, ../scss/grid-view.scss */
  section.main-content .description table {
    width: 100%;
  }
  /* line 850, ../scss/grid-view.scss */
  section.main-content .description thead {
    display: none;
  }
  /* line 853, ../scss/grid-view.scss */
  section.main-content .description tr:nth-of-type(2n) {
    background-color: inherit;
  }
  /* line 856, ../scss/grid-view.scss */
  section.main-content .description tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em;
  }
  /* line 861, ../scss/grid-view.scss */
  section.main-content .description tbody td {
    display: block;
    text-align: center;
  }
  /* line 865, ../scss/grid-view.scss */
  section.main-content .description tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }

  /* line 872, ../scss/grid-view.scss */
  #header_job-listing {
    width: 100%;
  }

  /* line 875, ../scss/grid-view.scss */
  .login-container {
    margin: 0 auto;
    width: 90%;
    padding: 1rem 0 3rem;
    margin-bottom: 7rem;
  }

  /* line 881, ../scss/grid-view.scss */
  section.section_event-featured .event-featured-container .event-header-info > a {
    width: 80%;
    font-size: 1.3rem;
  }

  /* line 888, ../scss/grid-view.scss */
  .login-container .form-actions {
    margin: 15px 0;
  }
  /* line 891, ../scss/grid-view.scss */
  .login-container .login-form {
    padding: 1.5rem 1.5rem 0;
  }

  /* line 897, ../scss/grid-view.scss */
  .address-column {
    padding-left: 1rem !important;
    border-left: 0;
    padding-top: 1.5rem;
  }

  /* line 909, ../scss/grid-view.scss */
  section.section_event-featured .event-featured-container .bg-event-featured:before {
    /* background: rgb(255,255,255); */
    /* background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1); */
  }
  /* line 923, ../scss/grid-view.scss */
  section.section_event-featured .event-featured-container.event-detail a:first-child img {
    object-position: center bottom;
    height: 270px !important;
    object-fit: cover;
  }

  /* line 936, ../scss/grid-view.scss */
  section.section_event-featured .event-featured-container .event-header-info > a:last-child {
    transform: translateY(50%);
  }

  /* line 940, ../scss/grid-view.scss */
  section.section_event-featured .event-featured-container .event-header-info > a:last-child:before {
    bottom: 50%;
  }

  /* line 945, ../scss/grid-view.scss */
  section.section_event-featured .event-featured-container .event-header-info a {
    height: 200px;
  }

  /* line 950, ../scss/grid-view.scss */
  section.section_event-featured .event-featured-container .bg-event-featured a:before {
    height: 67%;
  }
}
/* Full monitor */
@media screen and (min-width: 1900px) {
  /* line 990, ../scss/grid-view.scss */
  .login-container:before {
    height: 100vh;
  }
}
/* .view-filters form select {
    width: 100%;
    padding: 5px 40px 4px 10px;
    border: 2px solid #bebebe !important;
    border-radius: 5px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-select.png);
    -webkit-background-size: 1.8em 1.8em;
    background-size: 1.8em;
    background-position: calc(100% - .8em) center;
    background-repeat: no-repeat;
    font-size: 13px;
    color: #bebebe;
}
 */
/* line 22, ../scss/filters.scss */
#views-exposed-form-professional-development-page-1,
.block-views-exposed-filter-blockgeneral-search-page-1 > form {
  margin: 0 30px;
}
/* line 25, ../scss/filters.scss */
#views-exposed-form-professional-development-page-1 input#edit-search-api-fulltext,
.block-views-exposed-filter-blockgeneral-search-page-1 > form input#edit-search-api-fulltext {
  margin-top: 0;
  border: 2px solid #bebebe;
  height: 35px;
}
/* line 30, ../scss/filters.scss */
#views-exposed-form-professional-development-page-1 .form-group,
.block-views-exposed-filter-blockgeneral-search-page-1 > form .form-group {
  margin-bottom: 0rem;
}

/* line 37, ../scss/filters.scss */
.form-type-select select {
  width: 100%;
  padding: 5px 40px 4px 10px;
  border: 2px solid #bebebe !important;
  height: 35px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://www.gala-global.org/themes/custom/gala/images/arrow-select.png);
  -webkit-background-size: 1.8em 1.8em;
  background-size: 1.8em;
  background-position: calc(100% - .8em) center;
  background-repeat: no-repeat;
  font-size: 13px;
  color: #585757;
}

/* line 58, ../scss/filters.scss */
.js-form-submit {
  background: #001832 !important;
  color: #fff !important;
  border: 1px solid #001832 !important;
}

/* line 4, ../scss/_core.scss */
html.hc-nav-yscroll {
  overflow-y: scroll;
}

/* line 8, ../scss/_core.scss */
body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%;
}

/* line 15, ../scss/_core.scss */
.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
}
/* line 24, ../scss/_core.scss */
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}
/* line 29, ../scss/_core.scss */
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
/* line 40, ../scss/_core.scss */
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overscroll-behavior: none;
}
/* line 47, ../scss/_core.scss */
.hc-offcanvas-nav .nav-content {
  height: 100%;
}
/* line 52, ../scss/_core.scss */
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
/* line 60, ../scss/_core.scss */
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 66, ../scss/_core.scss */
.hc-offcanvas-nav li {
  position: relative;
  display: block;
}
/* line 71, ../scss/_core.scss */
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
/* line 77, ../scss/_core.scss */
.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 83, ../scss/_core.scss */
.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed;
}
/* line 87, ../scss/_core.scss */
.hc-offcanvas-nav li:not(.custom-content) a, .hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none;
}
/* line 95, ../scss/_core.scss */
.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}
/* line 99, ../scss/_core.scss */
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
/* line 109, ../scss/_core.scss */
.hc-offcanvas-nav .nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
}
/* line 119, ../scss/_core.scss */
.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
/* line 138, ../scss/_core.scss */
.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: .05s;
}
/* line 146, ../scss/_core.scss */
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}
/* line 156, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
/* line 160, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh;
}
/* line 163, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}
/* line 174, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
/* line 184, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
  overflow: visible;
  visibility: visible;
}
/* line 195, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}
/* line 203, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh;
}
/* line 209, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
/* line 220, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
/* line 225, ../scss/_core.scss */
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}
/* line 236, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-left {
  left: 0;
}
/* line 239, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}
/* line 246, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
/* line 255, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-right {
  right: 0;
}
/* line 258, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
}
/* line 265, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
/* line 274, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-top {
  top: 0;
}
/* line 277, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
}
/* line 285, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}
/* line 294, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}
/* line 298, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
}
/* line 307, ../scss/_core.scss */
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}
/* line 317, ../scss/_core.scss */
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
  transform: translate3d(0, 0, 0);
}
/* line 325, ../scss/_core.scss */
.hc-offcanvas-nav.rtl li {
  text-align: right;
}
/* line 329, ../scss/_core.scss */
.hc-offcanvas-nav.rtl .nav-next span,
.hc-offcanvas-nav.rtl .nav-back span,
.hc-offcanvas-nav.rtl .nav-close span {
  left: 0;
  right: unset;
}

/* line 9, ../scss/_theme.scss */
.hc-nav-trigger {
  position: relative;
  cursor: pointer;
  user-select: none;
  display: none;
  top: 8px;
  z-index: 9980;
  width: 30px;
  /*  min-height: $height; */
  width: 27px;
  min-height: 25px;
}
/* line 15, ../scss/_mixins.scss */
.hc-nav-trigger span {
  /* width: $width; */
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
/* line 22, ../scss/_mixins.scss */
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  /* height: $line-width; */
  /*  background: $color; */
  background: #001932;
  transition: all 0.2s ease;
}
/* line 35, ../scss/_mixins.scss */
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  content: '';
  width: 100%;
}
/* line 41, ../scss/_mixins.scss */
.hc-nav-trigger span::before {
  /* top: -$line-offset; */
  top: -8px;
}
/* line 46, ../scss/_mixins.scss */
.hc-nav-trigger span::after {
  bottom: -10px;
  bottom: -8px;
}
/* line 54, ../scss/_mixins.scss */
.hc-nav-trigger.toggle-open span {
  background: transparent;
  transform: rotate(45deg);
}
/* line 58, ../scss/_mixins.scss */
.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}
/* line 62, ../scss/_mixins.scss */
.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

/* line 17, ../scss/_theme.scss */
.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}
/* line 22, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #fff;
}
/* line 28, ../scss/_theme.scss */
.hc-offcanvas-nav h2 {
  font-weight: normal;
  text-align: left;
  padding: 15px 15px 10px;
  color: #d48000;
  font-size: 1.2rem !important;
}
/* line 36, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-item {
  padding: 14px 17px;
  font-size: 15px;
  color: #001932;
  z-index: 1;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
}
/* line 44, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-item:focus, .hc-offcanvas-nav .nav-item:focus-within {
  z-index: 10;
}
/* line 50, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-item-wrapper {
  position: relative;
}
/* line 54, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-highlight {
  background: whitesmoke;
}
/* line 61, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
  z-index: 10;
}
/* line 67, ../scss/_theme.scss */
.hc-offcanvas-nav li:not(.custom-content) a {
  padding: 14px 17px;
  font-size: 15px;
  color: #001932;
  z-index: 1;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
}
/* line 75, ../scss/_theme.scss */
.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  color: rgba(0, 25, 50, 0.5);
}
/* line 84, ../scss/_theme.scss */
.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
  background: #fafafa;
}
/* line 95, ../scss/_theme.scss */
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border-top: 1px solid #f0f0f0;
  margin-top: -1px;
}
/* line 104, ../scss/_theme.scss */
.hc-offcanvas-nav li {
  text-align: left;
}
/* line 109, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
  background: #f0f0f0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 114, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover {
  background: #eeeeee;
}
/* line 120, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-close:not(:first-child) a, .hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}
/* line 129, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-parent .nav-item:last-child {
  padding-right: 58px;
}
/* line 133, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child) {
  margin-right: 44px;
}
/* line 139, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent .nav-next, .hc-offcanvas-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease;
}
/* line 154, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #001932;
  border-left: 2px solid #001932;
}
/* line 167, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -9px;
  transform: rotate(135deg);
}
/* line 172, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-close span::after {
  transform: rotate(-45deg);
}
/* line 179, ../scss/_theme.scss */
.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid #f0f0f0;
}
/* line 186, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav li.nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #001932;
  border-left: 2px solid #001932;
  transform-origin: center;
}
/* line 203, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-next span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/* line 210, ../scss/_theme.scss */
.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
/* line 218, ../scss/_theme.scss */
.hc-offcanvas-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 226, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
/* line 235, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
/* line 242, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-right .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 252, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}
/* line 264, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 271, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
/* line 281, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 293, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
/* line 300, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 310, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
/* line 326, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
/* line 331, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2, .hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}
/* line 337, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item, .hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
  font-size: 14px;
}
/* line 343, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container li, .hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background .3s ease;
}
/* line 346, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: whitesmoke;
}
/* line 351, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a {
  border-bottom: 1px solid #ebebeb;
}
/* line 354, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a:hover, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a:hover {
  background: #f7f7f7;
}
/* line 362, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item-wrapper > a > .nav-next span::before, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item-wrapper > a > .nav-next span::before {
  margin-top: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 374, ../scss/_theme.scss */
.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next span::before, .hc-offcanvas-nav.nav-levels-none .nav-container .nav-next span::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
/* line 386, ../scss/_theme.scss */
.hc-offcanvas-nav.rtl a.nav-next {
  border-left: none;
  border-right: 1px solid #f0f0f0;
}
/* line 393, ../scss/_theme.scss */
.hc-offcanvas-nav.rtl li.nav-parent .nav-item {
  padding-right: 17px;
  padding-left: 58px;
}

/* line 8, ../scss/demo.scss */
#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  background: linear-gradient(-134deg, #517FA4 0%, #243949 100%);
}

/* line 17, ../scss/demo.scss */
#main-nav {
  display: none;
}

/* line 22, ../scss/demo.scss */
main {
  flex: 1 0 auto;
  padding-bottom: 30px;
  text-align: left;
}
/* line 27, ../scss/demo.scss */
main .content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 31, ../scss/demo.scss */
main h4 {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}
/* line 38, ../scss/demo.scss */
main h4:first-child {
  margin-top: 30px;
}
/* line 43, ../scss/demo.scss */
main .actions {
  margin: 0 -15px;
  text-align: center;
}
/* line 47, ../scss/demo.scss */
main .actions.checkboxes {
  text-align: left;
  padding-top: 8px;
}
/* line 51, ../scss/demo.scss */
main .actions.checkboxes label {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 56, ../scss/demo.scss */
main .actions.checkboxes label input {
  display: none;
}
/* line 61, ../scss/demo.scss */
main .actions.checkboxes label input:checked ~ span {
  background: #dab977;
}
/* line 64, ../scss/demo.scss */
main .actions.checkboxes label input:checked ~ span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  border: solid #243949;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 80, ../scss/demo.scss */
main .actions.checkboxes label span {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 22px;
  height: 22px;
  background: #000;
  margin-right: 12px;
  vertical-align: top;
  transition: all .1s ease;
}
/* line 94, ../scss/demo.scss */
main .actions div {
  padding: 0 15px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  /* line 43, ../scss/demo.scss */
  main .actions {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 103, ../scss/demo.scss */
  main .actions div {
    float: left;
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
  /* line 110, ../scss/demo.scss */
  main .actions.position div {
    float: left;
    flex: 1 1 25%;
    max-width: 25%;
  }
}
/* line 119, ../scss/demo.scss */
main .button {
  position: relative;
  display: block;
  padding: 18px 30px 16px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-decoration: none;
  color: #243949;
  cursor: pointer;
  background: #000;
  border-radius: 30px/80px;
  transition: all .1s ease;
}
/* line 136, ../scss/demo.scss */
main .button:not(.active):hover {
  color: #d5af63;
}
/* line 140, ../scss/demo.scss */
main .button.active {
  background: #dab977;
}

/* line 148, ../scss/demo.scss */
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  padding-bottom: 41px;
}
/* line 152, ../scss/demo.scss */
.hc-offcanvas-nav h2 {
  font-weight: 400;
}
/* line 156, ../scss/demo.scss */
.hc-offcanvas-nav a {
  font-size: 16px;
}
/* line 162, ../scss/demo.scss */
.hc-offcanvas-nav li .custom-message {
  font-size: 12px;
}
/* line 165, ../scss/demo.scss */
.hc-offcanvas-nav li .custom-message a {
  color: #fff;
  font-size: 13px;
}
/* line 169, ../scss/demo.scss */
.hc-offcanvas-nav li .custom-message a:hover {
  text-decoration: none;
}
/* line 176, ../scss/demo.scss */
.hc-offcanvas-nav li.search .nav-item {
  padding-top: 0;
}
/* line 188, ../scss/demo.scss */
.hc-offcanvas-nav.nav-position-top ul.bottom-nav, .hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
  position: relative;
  border-top: none;
}
/* line 193, ../scss/demo.scss */
.hc-offcanvas-nav.nav-position-top .nav-wrapper-0 > .nav-content, .hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0 > .nav-content {
  padding-bottom: 0;
}
/* line 198, ../scss/demo.scss */
.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 1px solid #f0f0f0;
}
/* line 208, ../scss/demo.scss */
.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto;
}
/* line 211, ../scss/demo.scss */
.hc-offcanvas-nav ul.bottom-nav li a {
  padding: 10px;
  text-align: center;
  height: 100%;
  border-bottom: none;
}
/* line 218, ../scss/demo.scss */
.hc-offcanvas-nav ul.bottom-nav li svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}
/* line 225, ../scss/demo.scss */
.hc-offcanvas-nav ul.bottom-nav li.github svg {
  width: 17px;
  height: 17px;
}
/* line 232, ../scss/demo.scss */
.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
  width: 21px;
  height: 21px;
}
/* line 239, ../scss/demo.scss */
.hc-offcanvas-nav ul.bottom-nav li.email svg {
  width: 19px;
  height: 19px;
}

/* line 1, ../scss/my-account.scss */
.btn-primary {
  background-color: #003366;
  border-color: #003366;
}

/* line 6, ../scss/my-account.scss */
.user-login-container {
  background-color: #eee;
}

/* line 10, ../scss/my-account.scss */
.profile-user-info {
  display: table;
  width: 98%;
  width: calc(100% - 24px);
  margin: 0 auto;
}

/* line 17, ../scss/my-account.scss */
.profile-info-name {
  text-align: right;
  padding: 6px 10px 6px 4px;
  font-weight: 400;
  color: #667E99;
  background-color: transparent;
  width: 110px;
  vertical-align: middle;
}

/* line 27, ../scss/my-account.scss */
.profile-picture {
  border: 1px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
  padding: 4px;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 39, ../scss/my-account.scss */
.profile-picture img {
  padding: 30px;
}

/* line 44, ../scss/my-account.scss */
.profile-users .user {
  display: block;
  position: static;
  text-align: center;
  width: auto;
}

/* line 51, ../scss/my-account.scss */
.profile-users .user img {
  padding: 2px;
  border-radius: 100%;
  border: 1px solid #AAA;
  max-width: none;
  width: 64px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

/* line 62, ../scss/my-account.scss */
.tab-content.profile-edit-tab-content {
  border: 1px solid #DDD;
  padding: 8px 32px 32px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}

/* line 70, ../scss/my-account.scss */
.member_profile-picture {
  border: 1px solid #CCC;
  border-radius: 50%;
  background-color: #FFF;
  display: inline-block;
  width: 130px;
  height: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
/* line 82, ../scss/my-account.scss */
.member_profile-picture img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

/* line 91, ../scss/my-account.scss */
.profile-user-info h2 {
  color: #001932;
}
/* line 94, ../scss/my-account.scss */
.profile-user-info a {
  color: #001932;
}
/* line 98, ../scss/my-account.scss */
.profile-user-info .profile-org-and-role span.badge {
  background: #001832;
  color: #fff;
  font-size: 11px;
  margin-left: 2px;
}
/* line 104, ../scss/my-account.scss */
.profile-user-info .profile-org-and-role #link-org {
  font-size: 11px;
}

/* line 111, ../scss/my-account.scss */
.my-account-sub-header {
  padding: 1.3rem 1.9rem;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px !important;
}
/* line 117, ../scss/my-account.scss */
.my-account-sub-header div {
  margin-right: 20px;
  font-size: .95rem;
  color: #001932;
}

/* line 127, ../scss/my-account.scss */
.my-account-bio h3 {
  color: #001932;
}
/* line 130, ../scss/my-account.scss */
.my-account-bio p {
  color: #969696;
}

/* line 135, ../scss/my-account.scss */
.my-profile-actions,
.my-submit-content {
  padding: 3rem 1.9rem;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  position: relative;
}
/* line 143, ../scss/my-account.scss */
.my-profile-actions h3,
.my-submit-content h3 {
  margin-bottom: 20px;
  /* color: #ed8100; */
}
/* line 147, ../scss/my-account.scss */
.my-profile-actions .btn-gala-inverse,
.my-submit-content .btn-gala-inverse {
  color: #001932 !important;
  border: 1px solid #001932 !important;
  margin-bottom: 11px;
  background: transparent !important;
  display: inline-block;
}
/* line 156, ../scss/my-account.scss */
.my-profile-actions .btn-gala-inverse:hover,
.my-submit-content .btn-gala-inverse:hover {
  color: #fff !important;
  border: 1px solid #001932 !important;
  background: #001932 !important;
}
/* line 162, ../scss/my-account.scss */
.my-profile-actions a,
.my-submit-content a {
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
}
/* line 168, ../scss/my-account.scss */
.my-profile-actions .btn.disabled,
.my-submit-content .btn.disabled {
  background: transparent;
  border: 1px solid #6f6f6f !important;
  background: #eee !important;
  color: #6f6f6f !important;
  opacity: .4;
  cursor: no-drop;
  margin-right: 0;
}
/* line 177, ../scss/my-account.scss */
.my-profile-actions .btn.disabled:hover,
.my-submit-content .btn.disabled:hover {
  background: #eee !important;
  color: #6f6f6f !important;
}

/* line 184, ../scss/my-account.scss */
.my-submit-content {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #eee;
  background: #fff !important;
}

/* line 189, ../scss/my-account.scss */
#free-for-gala-members {
  font-size: .9rem;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 196, ../scss/my-account.scss */
#profile-update-message {
  font-size: .9rem;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #b4b4b4;
}

/* line 205, ../scss/my-account.scss */
.user-profile {
  margin-top: 1rem;
  color: #666666 !important;
}
/* line 208, ../scss/my-account.scss */
.user-profile hr {
  border-top: solid 1px #001932;
}

/* line 214, ../scss/my-account.scss */
.my-account-header div {
  margin: 0px 20px;
}
/* line 217, ../scss/my-account.scss */
.my-account-header .profile-user-info > * {
  margin: 0px 10px;
  position: relative;
}

/* line 224, ../scss/my-account.scss */
.my-account-bio {
  margin: 4rem 0;
}

@media only screen and (max-width: 740px) {
  /* line 231, ../scss/my-account.scss */
  .member_profile-picture {
    width: 65px;
    height: 65px;
  }

  /* line 235, ../scss/my-account.scss */
  .my-account-header .profile-user-info > * {
    margin: 0px 10px;
  }

  /* line 239, ../scss/my-account.scss */
  .user-profile {
    padding-top: 4rem;
  }

  /* line 242, ../scss/my-account.scss */
  .my-account-sub-header {
    display: block !important;
  }

  /* line 245, ../scss/my-account.scss */
  .my-account-sub-header div {
    margin-bottom: 5px;
  }

  /* line 248, ../scss/my-account.scss */
  #profile-update-message {
    font-size: .9rem;
    top: 10px;
    color: #b4b4b4;
    left: 0px;
    position: relative;
  }

  /* line 255, ../scss/my-account.scss */
  #free-for-gala-members {
    right: unset;
  }
}
/* h1.title_annualreport {
    color: red;
} */
/* line 7, ../scss/annual-report.scss */
.annual-color.orange {
  color: #f47c20;
}
/* line 10, ../scss/annual-report.scss */
.annual-color.white {
  color: white;
}
/* line 13, ../scss/annual-report.scss */
.annual-color.blue {
  color: #001932;
}
/* line 16, ../scss/annual-report.scss */
.annual-color.grey {
  color: #ebe4d4;
}
/* line 19, ../scss/annual-report.scss */
.annual-color.bluelight {
  color: #00aec6;
}
/* line 22, ../scss/annual-report.scss */
.annual-color.green {
  color: #9dcc4d;
}
/* line 25, ../scss/annual-report.scss */
.annual-color.purple {
  color: #b73b70;
}

/* line 32, ../scss/annual-report.scss */
.gradient-bluelight {
  background: linear-gradient(180deg, #d5f3f7 0%, rgba(255, 255, 255, 0) 64%);
}

/* line 37, ../scss/annual-report.scss */
.bg_annual-color.orange {
  background: #f47c20;
}
/* line 40, ../scss/annual-report.scss */
.bg_annual-color.blue {
  background: #001932;
}
/* line 43, ../scss/annual-report.scss */
.bg_annual-color.grey {
  background: #ebe4d4;
}
/* line 46, ../scss/annual-report.scss */
.bg_annual-color.bluelight {
  background: #00aec6;
}
/* line 49, ../scss/annual-report.scss */
.bg_annual-color.green {
  background: #9dcc4d;
}
/* line 52, ../scss/annual-report.scss */
.bg_annual-color.purple {
  background: #b73b70;
}
/* line 55, ../scss/annual-report.scss */
.bg_annual-color.white {
  background: white;
}
/* line 58, ../scss/annual-report.scss */
.bg_annual-color.greyColor {
  background: #eae3d3;
}

/* line 63, ../scss/annual-report.scss */
h1, h2, h3, h4 {
  font-family: "Noto Sans", sans-serif !important;
}

/* line 67, ../scss/annual-report.scss */
.number {
  font-size: 3.5rem;
}

/* line 71, ../scss/annual-report.scss */
.navbar-brand img {
  transition: .15s linear;
  height: 125px;
}

/* line 76, ../scss/annual-report.scss */
.logo-invert {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: .8;
  transition: .15s linear;
}

/* line 83, ../scss/annual-report.scss */
.icon_sharing {
  height: 35px;
}

/* line 89, ../scss/annual-report.scss */
.list-span span.list-span_item {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f47c20;
  margin-right: 5px;
}

/* line 100, ../scss/annual-report.scss */
.data-member {
  height: auto !important;
  padding-top: 5rem;
}

@keyframes rotate {
  0% {
    transform: translateY(35px);
  }
  5% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-35px);
  }
  95% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(-70px);
  }
}
/* line 115, ../scss/annual-report.scss */
.rotate_text {
  height: 35px;
  overflow: hidden;
}
/* line 119, ../scss/annual-report.scss */
.rotate_text p {
  margin-bottom: 0;
}
/* line 122, ../scss/annual-report.scss */
.rotate_text .rotate {
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

/* line 132, ../scss/annual-report.scss */
.grade-a {
  opacity: .9;
}

/* line 135, ../scss/annual-report.scss */
.grade-b {
  opacity: .85;
}

/* line 139, ../scss/annual-report.scss */
.grade-c {
  opacity: .8;
}

/* line 143, ../scss/annual-report.scss */
.grade-d {
  opacity: .75;
}

/* line 147, ../scss/annual-report.scss */
.grade-e {
  opacity: .7;
}

/* line 151, ../scss/annual-report.scss */
.grade-f {
  opacity: .65;
}

/* line 155, ../scss/annual-report.scss */
.grade-g {
  opacity: .6;
}

/* line 159, ../scss/annual-report.scss */
.grade-h {
  opacity: .55;
}

/* line 167, ../scss/annual-report.scss */
body#annualReport {
  overflow-x: hidden;
  /* Navbar - Progress Bar */
  font-family: "Noto Sans", sans-serif !important;
  /* Main */
  /*   .title_conferences {
        margin-top:20rem;
  
    } */
  /*  header h1, article h2, footer h3{
       position: relative;
       font-size: 5em;
       text-align: center;
       font-family: 'Noto Sans', sans-serif!important;
   } */
  /*   article {
        border: 1px solid white;
        width: 100%;
        height: 500px;
    } */
}
/* line 172, ../scss/annual-report.scss */
body#annualReport .navbar#sideNav {
  position: fixed;
  top: 9em;
  left: 5.8em;
  height: 70%;
  z-index: 10;
  align-items: start;
}
/* line 181, ../scss/annual-report.scss */
body#annualReport .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 355px;
  border-radius: 0;
  background: #f47c20;
}
/* line 191, ../scss/annual-report.scss */
body#annualReport .progress-bar--increment {
  background: #f47c20;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  border-radius: 0;
}
/* line 202, ../scss/annual-report.scss */
body#annualReport .navbar#sideNav ul {
  padding: 0 1em;
  list-style: none;
}
/* line 207, ../scss/annual-report.scss */
body#annualReport .navbar#sideNav ul li {
  position: relative;
  margin-bottom: 1em;
}
/* line 212, ../scss/annual-report.scss */
body#annualReport .navbar#sideNav ul li a {
  font-size: 1em;
  color: #f47c20;
  text-decoration: none;
  /* transition: all 0.1s; */
  /* display: none; */
}
/* line 221, ../scss/annual-report.scss */
body#annualReport .active {
  color: #00aec6 !important;
  /* transform: translateY(100px);   */
}
/* line 226, ../scss/annual-report.scss */
body#annualReport nav#mainNav {
  padding-left: 1rem;
  padding-right: 1rem;
  /* position: absolute; */
  width: 100%;
  z-index: 11;
}
/* line 233, ../scss/annual-report.scss */
body#annualReport nav#mainNav .dropdown img {
  border-radius: 0;
}
/* line 237, ../scss/annual-report.scss */
body#annualReport nav#mainNav .dropdown .dropdown-toggle:after {
  content: unset;
}
/* line 241, ../scss/annual-report.scss */
body#annualReport nav#mainNav .dropdown .dropdown-menu {
  left: -180px;
  top: -20px;
}
/* line 251, ../scss/annual-report.scss */
body#annualReport header.annual-report_header {
  width: 100%;
  height: 100vh;
  /* background: #131d30; */
  overflow: visible;
}
/* line 257, ../scss/annual-report.scss */
body#annualReport header.annual-report_header .text_header {
  height: 100vh;
  /*  padding-left: 10rem;     */
}
/* line 260, ../scss/annual-report.scss */
body#annualReport header.annual-report_header .text_header h1 {
  font-size: 6rem;
  text-align: left;
  position: relative;
  z-index: 2;
  line-height: .9;
  margin-bottom: 30px;
}
/* line 269, ../scss/annual-report.scss */
body#annualReport header.annual-report_header .content-text {
  padding: 4rem 0;
}
/* line 271, ../scss/annual-report.scss */
body#annualReport header.annual-report_header .content-text p {
  font-size: 1.2rem;
  width: 90%;
}
/* line 277, ../scss/annual-report.scss */
body#annualReport header:before {
  content: url("https://www.gala-global.org/themes/custom/gala/images/annual-report/----bg_header.svg");
  position: absolute;
  top: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}
/* line 285, ../scss/annual-report.scss */
body#annualReport header object {
  position: absolute;
  width: 160%;
  top: 40%;
}
/* line 293, ../scss/annual-report.scss */
body#annualReport .conference h2 {
  font-size: 4.5rem;
}
/* line 298, ../scss/annual-report.scss */
body#annualReport article {
  height: auto;
}
/* line 299, ../scss/annual-report.scss */
body#annualReport article.summary {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 13rem !important;
}
@media (min-width: 1920px) {
  /* line 299, ../scss/annual-report.scss */
  body#annualReport article.summary {
    margin-bottom: 35rem !important;
    margin-top: 8rem;
  }
}
/* line 309, ../scss/annual-report.scss */
body#annualReport article a {
  color: #f47c20;
}
/* line 311, ../scss/annual-report.scss */
body#annualReport article a:hover {
  color: #f47c20;
}
/* line 314, ../scss/annual-report.scss */
body#annualReport article a:after {
  content: url(https://www.gala-global.org/themes/custom/gala/images/annual-report/external.svg);
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
/* line 322, ../scss/annual-report.scss */
body#annualReport article h2 {
  font-size: 3rem;
}
/* line 326, ../scss/annual-report.scss */
body#annualReport article.membership {
  padding-top: 1rem;
  /* .card-header {
      background-color: rgb(0, 174, 198, 0.14);
  } */
}
/* line 328, ../scss/annual-report.scss */
body#annualReport article.membership .article_title {
  padding: 2rem 0;
}
/* line 330, ../scss/annual-report.scss */
body#annualReport article.membership .article_title h2 {
  text-align: right;
}
/* line 333, ../scss/annual-report.scss */
body#annualReport article.membership .article_title p {
  /* font-weight: 700; */
  font-size: 1.2rem;
}
/* line 336, ../scss/annual-report.scss */
body#annualReport article.membership .article_title p span {
  font-weight: 700;
}
/* line 342, ../scss/annual-report.scss */
body#annualReport article.membership .chart {
  width: 100%;
  height: auto;
}
/* line 347, ../scss/annual-report.scss */
body#annualReport article.membership .data {
  text-align: center;
  height: 260px;
  width: 100%;
}
/* line 351, ../scss/annual-report.scss */
body#annualReport article.membership .data h3 {
  font-size: 3rem;
}
/* line 355, ../scss/annual-report.scss */
body#annualReport article.membership .heatmap {
  margin: 6rem 0;
  width: 100%;
  /* height: 500px; */
  /* background: orange; */
}
/* line 364, ../scss/annual-report.scss */
body#annualReport article.membership .heatmap_references {
  background: #ebe4d4;
  padding: .5rem;
  border-radius: 5px;
  margin-bottom: 10px;
}
/* line 369, ../scss/annual-report.scss */
body#annualReport article.membership .heatmap_references .heatmap_title {
  padding-right: .5rem;
  color: #001932;
  font-weight: 600;
  width: 32%;
}
/* line 374, ../scss/annual-report.scss */
body#annualReport article.membership .heatmap_references .heatmap_title span {
  font-weight: 600;
}
/* line 378, ../scss/annual-report.scss */
body#annualReport article.membership .heatmap_references .heatmap_number {
  padding-right: .5rem;
  width: 35%;
}
/* line 381, ../scss/annual-report.scss */
body#annualReport article.membership .heatmap_references .heatmap_number span {
  font-weight: 600;
}
/* line 385, ../scss/annual-report.scss */
body#annualReport article.membership .heatmap_references .heatmap_percent {
  width: 32%;
}
/* line 387, ../scss/annual-report.scss */
body#annualReport article.membership .heatmap_references .heatmap_percent span {
  font-weight: 600;
}
/* line 394, ../scss/annual-report.scss */
body#annualReport article.knowledge {
  position: relative;
}
/* line 396, ../scss/annual-report.scss */
body#annualReport article.knowledge:before {
  content: url("https://www.gala-global.org/themes/custom/gala/images/annual-report/knowledge-02.svg");
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  width: 100%;
}
/* line 404, ../scss/annual-report.scss */
body#annualReport article.knowledge .article_title {
  padding: 2rem 0;
}
/* line 407, ../scss/annual-report.scss */
body#annualReport article.knowledge .sticky {
  width: 100%;
  margin: 0 auto;
  height: 350px;
  position: sticky;
  top: 0;
  text-align: right;
  /*  p {
      position: sticky;
      top:30px;
   } */
}
/* line 419, ../scss/annual-report.scss */
body#annualReport article.knowledge .knowledge_card {
  text-align: center;
  padding: 1.8rem;
  border-radius: 10px;
  border: 1px solid #d6d1c7;
  margin-top: 30px;
}
/* line 425, ../scss/annual-report.scss */
body#annualReport article.knowledge .knowledge_card h2 {
  font-size: 4.5rem;
}
/* line 428, ../scss/annual-report.scss */
body#annualReport article.knowledge .knowledge_card a {
  color: #f47c20;
}
/* line 430, ../scss/annual-report.scss */
body#annualReport article.knowledge .knowledge_card a:hover {
  color: #f47c20;
}
/* line 433, ../scss/annual-report.scss */
body#annualReport article.knowledge .knowledge_card a:after {
  content: unset;
  /* width: 20px;
  height: 20px;
  margin-left: 5px; */
}
/* line 441, ../scss/annual-report.scss */
body#annualReport article.knowledge hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 445, ../scss/annual-report.scss */
body#annualReport article.knowledge .arrow-chart {
  position: absolute;
  width: 450px;
}
/* line 448, ../scss/annual-report.scss */
body#annualReport article.knowledge .arrow-chart.effectChart {
  opacity: 0;
  /* width: 0; */
  transform: scale(0);
  will-change: width, opacity;
}
/* line 455, ../scss/annual-report.scss */
body#annualReport article.knowledge .arrow-chart.effectChart.is-visible {
  opacity: 1;
  /* width: 450px;  */
  transform: scale(1.05);
  transition: 2s linear;
  transform-origin: bottom left;
}
/* line 463, ../scss/annual-report.scss */
body#annualReport article.knowledge .chart-bg {
  width: 450px;
}
/* line 466, ../scss/annual-report.scss */
body#annualReport article.knowledge .stars-quality {
  height: 50px;
  margin-bottom: 20px;
}
/* line 473, ../scss/annual-report.scss */
body#annualReport article.networking {
  position: relative;
}
/* line 475, ../scss/annual-report.scss */
body#annualReport article.networking .blackboard-img {
  position: absolute;
  top: -20%;
  height: 552px;
  opacity: .5;
  right: 0;
}
/* line 482, ../scss/annual-report.scss */
body#annualReport article.networking .grid-layout {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 20px;
}
/* line 488, ../scss/annual-report.scss */
body#annualReport article.networking .translate-x {
  transform: translateX(80px);
}
/* line 491, ../scss/annual-report.scss */
body#annualReport article.networking .group-chair {
  position: relative;
}
/* line 493, ../scss/annual-report.scss */
body#annualReport article.networking .group-chair .chair-item {
  height: 180px;
  opacity: .75;
}
/* line 496, ../scss/annual-report.scss */
body#annualReport article.networking .group-chair .chair-item:hover {
  opacity: 1;
}
/* line 502, ../scss/annual-report.scss */
body#annualReport article.networking .chair-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
}
/* line 507, ../scss/annual-report.scss */
body#annualReport article.networking .chair-text h2 {
  font-size: 2rem;
  margin-bottom: 0;
  text-align: left;
}
/* line 512, ../scss/annual-report.scss */
body#annualReport article.networking .chair-text p {
  font-size: .9rem;
  margin-bottom: 0;
}
/* line 516, ../scss/annual-report.scss */
body#annualReport article.networking .chair-text:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #f47c20;
  position: absolute;
  left: -50px;
  top: 35px;
  transform: rotate(-25deg);
}
/* line 529, ../scss/annual-report.scss */
body#annualReport article.networking #chair1:hover + #chair-text-a {
  opacity: 1;
  display: block;
}
/* line 533, ../scss/annual-report.scss */
body#annualReport article.networking #chair2:hover + #chair-text-b {
  opacity: 1;
  display: block;
}
/* line 537, ../scss/annual-report.scss */
body#annualReport article.networking #chair3:hover + #chair-text-c {
  opacity: 1;
  display: block;
}
/* line 542, ../scss/annual-report.scss */
body#annualReport article.networking #chair-text-a {
  opacity: 0;
  display: none;
}
/* line 546, ../scss/annual-report.scss */
body#annualReport article.networking #chair-text-b {
  opacity: 0;
  display: none;
}
/* line 550, ../scss/annual-report.scss */
body#annualReport article.networking #chair-text-c {
  opacity: 0;
  display: none;
}
/* line 557, ../scss/annual-report.scss */
body#annualReport article.loc-mixer {
  position: relative;
  /*  img {
     position: absolute;
     top: -42%;
     z-index: -1;
     right: 0;
   } */
}
/* line 559, ../scss/annual-report.scss */
body#annualReport article.loc-mixer .article_title {
  padding: 2rem 0;
}
/* line 561, ../scss/annual-report.scss */
body#annualReport article.loc-mixer .article_title h2 {
  position: relative;
  z-index: 1;
}
/* line 566, ../scss/annual-report.scss */
body#annualReport article.loc-mixer .article_title.group-meet h2 {
  font-size: 3rem;
  position: absolute;
  top: 50px;
  margin-left: 30px;
}
/* line 575, ../scss/annual-report.scss */
body#annualReport article.loc-mixer .member_link {
  text-align: center;
  padding: 5rem 0;
}
/* line 579, ../scss/annual-report.scss */
body#annualReport article.loc-mixer .sticky {
  position: sticky;
  top: 20px;
}
/* line 591, ../scss/annual-report.scss */
body#annualReport article.influence {
  padding: 10rem 0;
}
/* line 594, ../scss/annual-report.scss */
body#annualReport article.influence .social-reference {
  position: relative;
  /* height: 500px; */
  margin-top: 50px;
}
/* line 598, ../scss/annual-report.scss */
body#annualReport article.influence .social-reference h2 {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
}
/* line 603, ../scss/annual-report.scss */
body#annualReport article.influence .social-reference .social-card {
  width: 200px;
  padding: 1rem;
}
/* line 604, ../scss/annual-report.scss */
body#annualReport article.influence .social-reference .social-card .icon {
  height: 75px;
}
/* line 613, ../scss/annual-report.scss */
body#annualReport article.influence .social-content .icon {
  transition: .3s linear;
}
/* line 616, ../scss/annual-report.scss */
body#annualReport article.influence .social-content:hover a .icon {
  /* filter: brightness(100); */
  transition: .3s linear;
  transform: translateY(-3px);
  opacity: .85;
}
/* line 622, ../scss/annual-report.scss */
body#annualReport article.influence .social-content:hover h2 {
  opacity: .85;
}
/* line 626, ../scss/annual-report.scss */
body#annualReport article.influence a {
  /*  .icon {
       transition: .3s linear;
   }
   display: block; */
  /* &:hover .icon  {
      filter: brightness(100);
      transition: .3s linear;
  } */
}
/* line 632, ../scss/annual-report.scss */
body#annualReport article.influence a:after {
  content: unset;
}
/* line 643, ../scss/annual-report.scss */
body#annualReport article.visibility .visibility-container {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 100vh;
  text-align: center;
  padding: 3rem 0;
  background: #fff;
}
/* line 651, ../scss/annual-report.scss */
body#annualReport article.visibility .visibility-container .visibility-container-text {
  width: 420px;
}
/* line 655, ../scss/annual-report.scss */
body#annualReport article.visibility .bg-grey {
  background: #eae3d3;
}
/* line 659, ../scss/annual-report.scss */
body#annualReport article.visibility .owl-dots button {
  width: 15px;
  height: 15px;
  border: 1px solid #001932;
  border-radius: 50%;
  margin: 5px;
}
/* line 665, ../scss/annual-report.scss */
body#annualReport article.visibility .owl-dots button.active {
  background: #001932;
  display: inline-block !important;
}
/* line 673, ../scss/annual-report.scss */
body#annualReport article.governance button {
  color: #00aec6;
  font-weight: 700;
  font-size: 1rem !important;
  text-transform: inherit;
}
/* line 680, ../scss/annual-report.scss */
body#annualReport article.governance .accordion .card {
  border-bottom: 1px solid #dfdfdf;
}
/* line 685, ../scss/annual-report.scss */
body#annualReport article.financials {
  background: url(https://www.gala-global.org/themes/custom/gala/images/annual-report/bg_financials.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 35rem 10rem;
  /*  @media (min-width: 1920px) {
        margin-bottom: 20rem!important;
    } */
  /*   &:before {
        content: url(../images/annual-report/bg_financials.svg);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 10rem;
        right: -25rem;
    } */
}
/* line 691, ../scss/annual-report.scss */
body#annualReport article.financials button {
  color: #00aec6;
  font-weight: 700;
  font-size: 1rem !important;
  text-transform: inherit;
}
/* line 698, ../scss/annual-report.scss */
body#annualReport article.financials .accordion .card {
  border-bottom: 1px solid #dfdfdf;
}
/* line 717, ../scss/annual-report.scss */
body#annualReport article.financials .chart {
  width: 100%;
  /* height: 500px;
  background: grey; */
  /* height: 3000px; */
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-top: 2%;
}
/* line 728, ../scss/annual-report.scss */
body#annualReport article.financials .chart object.chart-line {
  position: sticky;
  top: 5px;
}
/* line 732, ../scss/annual-report.scss */
body#annualReport article.financials .chart object.valueA {
  position: sticky;
  top: 5px;
  z-index: 2;
}
/* line 737, ../scss/annual-report.scss */
body#annualReport article.financials .chart object.valueB {
  position: sticky;
  top: 5px;
  z-index: 1;
}
/* line 742, ../scss/annual-report.scss */
body#annualReport article.financials .chart canvas {
  width: 400px !important;
  height: 400px !important;
  cursor: pointer;
}
/* line 747, ../scss/annual-report.scss */
body#annualReport article.financials .chart canvas ul li {
  margin-right: 10px;
}
/* line 753, ../scss/annual-report.scss */
body#annualReport article.financials .chart-wrapper {
  justify-content: center;
}
/* line 756, ../scss/annual-report.scss */
body#annualReport article.financials #revenues-chart-labels {
  margin-top: 30%;
  margin-left: 60%;
}
/* line 760, ../scss/annual-report.scss */
body#annualReport article.financials .referenceDot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #bcd6ff;
}
/* line 766, ../scss/annual-report.scss */
body#annualReport article.financials .article_title {
  position: sticky;
  top: 45%;
  width: 100%;
  text-align: right;
}
/* line 772, ../scss/annual-report.scss */
body#annualReport article.financials .chart-wrapper.first {
  /*  width: 50%; */
  margin-right: 15px;
}
/* line 775, ../scss/annual-report.scss */
body#annualReport article.financials .chart-wrapper.first h3 {
  margin-left: 26px;
}
/* line 779, ../scss/annual-report.scss */
body#annualReport article.financials .chart-wrapper.second {
  /* width: 50%; */
}
/* line 785, ../scss/annual-report.scss */
body#annualReport .chart-financials {
  width: auto;
  margin: 4rem auto 0;
}
/* line 794, ../scss/annual-report.scss */
body#annualReport #quote {
  margin-top: 10rem;
}
/* line 798, ../scss/annual-report.scss */
body#annualReport .section_horizontal-carousel {
  position: relative;
}
/* line 800, ../scss/annual-report.scss */
body#annualReport .section_horizontal-carousel:before {
  content: '';
  width: 240px;
  height: 276vh;
  background: white;
  /* background: #eae3d3; */
  /* background: rgba(0, 25, 50, 1); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 813, ../scss/annual-report.scss */
body#annualReport .section_horizontal-carousel h2 {
  font-size: 3rem;
  text-align: left;
}
/* line 817, ../scss/annual-report.scss */
body#annualReport .section_horizontal-carousel p {
  font-size: 1rem;
}
/* line 820, ../scss/annual-report.scss */
body#annualReport .section_horizontal-carousel .number {
  font-size: 3.5rem;
}
/* line 823, ../scss/annual-report.scss */
body#annualReport .section_horizontal-carousel .content_img {
  height: 425px;
  width: 425px;
}
/* line 826, ../scss/annual-report.scss */
body#annualReport .section_horizontal-carousel .content_img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  opacity: 1;
}
/* line 836, ../scss/annual-report.scss */
body#annualReport section.quote {
  height: 100vh;
  position: relative;
}
/* line 839, ../scss/annual-report.scss */
body#annualReport section.quote .blockquote {
  height: 80vh;
  width: 715px;
  margin: 0 auto;
}
/* line 843, ../scss/annual-report.scss */
body#annualReport section.quote .blockquote h2 {
  font-size: 1.5rem;
  font-weight: 400 !important;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #001932;
}
/* line 850, ../scss/annual-report.scss */
body#annualReport section.quote .blockquote .quote-symbol {
  z-index: -1;
  position: absolute;
  bottom: -10px;
  right: -60px;
  opacity: .7;
}
/* line 856, ../scss/annual-report.scss */
body#annualReport section.quote .blockquote .quote-symbol h1 {
  font-size: 15rem;
  color: #f47c20;
}
/* line 862, ../scss/annual-report.scss */
body#annualReport section.quote.end-quote {
  margin-top: 8rem;
}
/* line 865, ../scss/annual-report.scss */
body#annualReport section.quote.quote_mt {
  margin: 10rem 0;
}
/* line 868, ../scss/annual-report.scss */
body#annualReport section.quote.quote-networking {
  height: auto !important;
}
/* line 870, ../scss/annual-report.scss */
body#annualReport section.quote.quote-networking blockquote {
  height: auto !important;
  padding: 2rem;
  /* margin-bottom: 5rem; */
}
/* line 874, ../scss/annual-report.scss */
body#annualReport section.quote.quote-networking blockquote .blockquote-footer {
  color: #fff;
}
/* line 877, ../scss/annual-report.scss */
body#annualReport section.quote.quote-networking blockquote p {
  font-size: 1.1rem;
}
/* line 881, ../scss/annual-report.scss */
body#annualReport section.quote.quote-networking .quote-symbol {
  right: 0;
  top: 50%;
  height: 85px;
}
/* line 885, ../scss/annual-report.scss */
body#annualReport section.quote.quote-networking .quote-symbol h1 {
  font-size: 7rem;
}
/* line 906, ../scss/annual-report.scss */
body#annualReport footer {
  /*  height: 500px; */
  width: 100%;
}

/* line 913, ../scss/annual-report.scss */
.title_map {
  margin-top: 5rem !important;
}
/* line 915, ../scss/annual-report.scss */
.title_map p {
  font-size: .9rem;
}

/* REVEAL CONTENT EFFECTS */
/* line 921, ../scss/annual-report.scss */
.effect {
  opacity: 0;
  transform: translateY(150px);
  transition: transform 2s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.2s 0.45s ease-out;
  will-change: transform, opacity;
}

/* line 928, ../scss/annual-report.scss */
.effect.is-visible {
  opacity: 1;
  transform: translateY(0);
  /* transition-delay: 1s; */
}

/* line 934, ../scss/annual-report.scss */
.effectChart {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 2s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.2s 0.45s ease-out;
  will-change: transform, opacity;
}

/* line 941, ../scss/annual-report.scss */
.effectChart.is-visible {
  opacity: 1;
  transform: translateY(0);
  /* transition-delay: 1s; */
}

/* SCROLL HORIZONTAL */
/* line 949, ../scss/annual-report.scss */
.scroll-content {
  overflow-x: hidden;
}

/* line 953, ../scss/annual-report.scss */
.section {
  padding: 20px;
  box-sizing: border-box;
}

/* line 958, ../scss/annual-report.scss */
.vertical-center {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 964, ../scss/annual-report.scss */
.vertical-center__inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 969, ../scss/annual-report.scss */
.section--full {
  text-align: center;
}

/* line 973, ../scss/annual-report.scss */
.section--full,
.section--vertical {
  min-height: 100vh;
  position: relative;
}

/* line 979, ../scss/annual-report.scss */
.block-list {
  white-space: nowrap;
}

/* line 983, ../scss/annual-report.scss */
.block-list__item {
  width: 660px;
  height: 70vh;
  min-height: 415px;
  display: inline-block;
  white-space: normal;
  padding-right: 20px;
}

/* line 992, ../scss/annual-report.scss */
.block-list__item-inner {
  /*background: #eee;*/
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 999, ../scss/annual-report.scss */
.block-list__item-inner img {
  margin-top: 6%;
}

/* line 1003, ../scss/annual-report.scss */
.block-list__item-inner p {
  font-size: 18px;
  color: #000;
}

/* line 1008, ../scss/annual-report.scss */
h2.title-carousel {
  color: #000;
}

/* line 1012, ../scss/annual-report.scss */
.block-list__item-inner p span {
  background: #6eff0d;
  border-radius: 5px;
  padding: 3px;
  color: #000;
}

/* line 1021, ../scss/annual-report.scss */
.block-list__item:first-child {
  margin-left: 0;
}

/* santi */
/* line 1026, ../scss/annual-report.scss */
.donut-inner {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 43%;
  left: 0;
  /* margin-top: -20px; */
  /* line-height:19px; */
  text-align: center;
}
/* line 1035, ../scss/annual-report.scss */
.donut-inner h5 {
  font-size: 1.5rem;
}
/* line 1037, ../scss/annual-report.scss */
.donut-inner h5.orange {
  position: absolute;
  bottom: -4em;
  right: -8em;
  width: 210px;
}
/* line 1043, ../scss/annual-report.scss */
.donut-inner h5.bluelight {
  position: absolute;
  top: -2em;
  left: -7em;
  width: 180px;
}
/* line 1049, ../scss/annual-report.scss */
.donut-inner h5.grey {
  color: #8b857a !important;
  position: absolute;
  top: -7em;
  left: -4em;
  width: 180px;
}
/* line 1056, ../scss/annual-report.scss */
.donut-inner h5.blue {
  position: absolute;
  bottom: -3em;
  right: -7em;
  width: 180px;
}
/* line 1062, ../scss/annual-report.scss */
.donut-inner h5.purple {
  position: absolute;
  bottom: -3em;
  right: -7em;
  width: 180px;
}

/* line 1071, ../scss/annual-report.scss */
.transition_delay-b {
  transition-delay: 1s;
}

/* line 1074, ../scss/annual-report.scss */
.transition_delay-a {
  transition-delay: 0.5s !important;
}

/* line 1077, ../scss/annual-report.scss */
.transition_delay-c {
  transition-delay: 1.5s;
}

/* ANIMATION */
/* The animation code */
@keyframes opacity {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
/* The element to apply the animation to */
/* line 1090, ../scss/annual-report.scss */
.opacity-random {
  opacity: 0;
  animation-name: opacity;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* line 1096, ../scss/annual-report.scss */
.delay-b {
  animation-delay: 1s;
}

/* line 1099, ../scss/annual-report.scss */
.delay-a {
  animation-delay: .5s;
}

/* line 1102, ../scss/annual-report.scss */
.delay-c {
  animation-delay: 1.5s;
}

/* line 1106, ../scss/annual-report.scss */
.container_number {
  overflow: hidden;
}
/* line 1108, ../scss/annual-report.scss */
.container_number span {
  display: table-cell;
}
/* line 1110, ../scss/annual-report.scss */
.container_number span.effect {
  opacity: 0;
  transform: translateY(150px);
  transition: transform 1s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.2s 0.45s ease-out;
  will-change: transform, opacity;
}
/* line 1117, ../scss/annual-report.scss */
.container_number span.effect.is-visible {
  opacity: 1;
  transform: translateY(0);
  /* transition-delay: 1s; */
}

/* line 1127, ../scss/annual-report.scss */
.carousel-quotes {
  height: 300px;
}

/* MEDIA QUERIES */
@media (max-width: 575.98px) {
  /* line 1135, ../scss/annual-report.scss */
  .carousel-quotes {
    height: auto;
  }

  /* line 1141, ../scss/annual-report.scss */
  body#annualReport article.knowledge:before {
    top: -22px;
  }
  /* line 1144, ../scss/annual-report.scss */
  body#annualReport article.knowledge h2 {
    margin-top: 2rem;
  }
  /* line 1147, ../scss/annual-report.scss */
  body#annualReport article.knowledge .arrow-chart {
    width: 310px;
  }
  /* line 1150, ../scss/annual-report.scss */
  body#annualReport article.knowledge .chart-bg {
    width: 310px;
  }
  /* line 1153, ../scss/annual-report.scss */
  body#annualReport article.knowledge .effectChart {
    padding: 1rem 0 !important;
  }
  /* line 1159, ../scss/annual-report.scss */
  body#annualReport article.networking .blackboard-img {
    height: 270px;
    opacity: .2;
    right: 0;
    top: 0;
  }
  /* line 1166, ../scss/annual-report.scss */
  body#annualReport article.networking .group-chair .chair-item {
    height: 120px;
    width: 120px;
  }
  /* line 1170, ../scss/annual-report.scss */
  body#annualReport article.networking .group-chair.translate-x {
    transform: translateX(0);
  }
  /* line 1174, ../scss/annual-report.scss */
  body#annualReport article.networking .group-chair .chair-text {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    width: 120px;
    margin-bottom: 0.5rem;
    /* display: none; */
  }
  /* line 1183, ../scss/annual-report.scss */
  body#annualReport article.networking .group-chair .chair-text:before {
    display: none;
  }
  /* line 1186, ../scss/annual-report.scss */
  body#annualReport article.networking .group-chair .chair-text h2 {
    text-align: center;
  }
  /* line 1194, ../scss/annual-report.scss */
  body#annualReport .visibility-container .visibility-container-text {
    width: 100% !important;
  }
  /* line 1199, ../scss/annual-report.scss */
  body#annualReport section.quote {
    height: auto;
    position: relative;
    margin: 2rem 0rem;
  }
  /* line 1203, ../scss/annual-report.scss */
  body#annualReport section.quote .blockquote {
    height: auto;
    width: 100%;
  }
  /* line 1206, ../scss/annual-report.scss */
  body#annualReport section.quote .blockquote h2 {
    font-size: 1.2rem !important;
  }
  /* line 1209, ../scss/annual-report.scss */
  body#annualReport section.quote .blockquote .quote-symbol {
    top: 0;
    right: 0;
    opacity: .2;
  }
  /* line 1215, ../scss/annual-report.scss */
  body#annualReport section.quote.margin {
    margin: 0 2rem 5rem;
  }
  /* line 1218, ../scss/annual-report.scss */
  body#annualReport section.quote.quote-networking blockquote {
    padding: 0rem;
  }
  /* line 1225, ../scss/annual-report.scss */
  body#annualReport header.annual-report_header {
    height: 100vh;
    background: #eae3d3;
  }
  /* line 1228, ../scss/annual-report.scss */
  body#annualReport header.annual-report_header:before {
    top: 80%;
  }
  /* line 1231, ../scss/annual-report.scss */
  body#annualReport header.annual-report_header .text_header {
    height: 75vh;
  }
  /* line 1233, ../scss/annual-report.scss */
  body#annualReport header.annual-report_header .text_header .content-text {
    padding: 4rem 1rem;
  }
  /* line 1235, ../scss/annual-report.scss */
  body#annualReport header.annual-report_header .text_header .content-text h1 {
    font-size: 3rem;
  }
  /* line 1243, ../scss/annual-report.scss */
  body#annualReport .navbar#sideNav {
    /* top: 0;
    left: 0;
    height: 100%; */
    top: unset;
    left: .5rem;
    height: 20%;
    bottom: 4%;
    /*  .progress-bar {
         width: 3px;
     }
     .progress-bar--increment {
         width: 3px;
     } */
  }
  /* line 1259, ../scss/annual-report.scss */
  body#annualReport .navbar#sideNav ul {
    position: absolute;
    bottom: 0px;
    padding: 0 0;
  }
  /* line 1264, ../scss/annual-report.scss */
  body#annualReport .navbar#sideNav ul li a {
    display: none;
  }
  /* line 1272, ../scss/annual-report.scss */
  body#annualReport .active {
    display: block !important;
  }
  /* line 1275, ../scss/annual-report.scss */
  body#annualReport nav#mainNav {
    position: absolute;
    width: 100%;
  }
  /* line 1281, ../scss/annual-report.scss */
  body#annualReport article h2 {
    font-size: 1.7rem !important;
  }
  /* line 1286, ../scss/annual-report.scss */
  body#annualReport article.financials .chart canvas {
    width: 270px !important;
    height: 270px !important;
  }
  /* line 1295, ../scss/annual-report.scss */
  body#annualReport article.membership .article_title p {
    font-size: 1rem;
  }
  /* line 1300, ../scss/annual-report.scss */
  body#annualReport article.membership .chart canvas#doughnutChart {
    height: 230px !important;
    width: 230px !important;
    margin: 0 auto;
  }
  /* line 1305, ../scss/annual-report.scss */
  body#annualReport article.membership .chart .donut-inner {
    height: auto;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  /* line 1312, ../scss/annual-report.scss */
  body#annualReport article.membership .chart .donut-inner h5 {
    font-size: 1.2rem;
  }
  /* line 1318, ../scss/annual-report.scss */
  body#annualReport article.membership .title_map h3 {
    margin-bottom: 20px !important;
  }
  /* line 1326, ../scss/annual-report.scss */
  body#annualReport article.knowledge .sticky {
    height: auto;
  }
  /* line 1330, ../scss/annual-report.scss */
  body#annualReport article.knowledge .article_title h2 {
    float: right;
    margin-top: 10px;
    margin-right: 40px;
  }
  /* line 1335, ../scss/annual-report.scss */
  body#annualReport article.knowledge .article_title object {
    float: left;
    height: 70px;
    width: 70px;
  }
  /* line 1344, ../scss/annual-report.scss */
  body#annualReport article.loc-mixer .sticky {
    position: relative;
    top: 0;
  }
  /* line 1349, ../scss/annual-report.scss */
  body#annualReport article.loc-mixer .article_title.group-meet h2 {
    position: relative;
    top: 25px;
    font-size: 1.5rem !important;
    margin-left: 0;
  }
  /* line 1359, ../scss/annual-report.scss */
  body#annualReport article.influence {
    padding: 10rem 0 0;
  }
  /* line 1362, ../scss/annual-report.scss */
  body#annualReport article.influence .container_number h2 {
    text-align: center;
    margin: 0 auto;
    width: 85px;
  }
  /* line 1369, ../scss/annual-report.scss */
  body#annualReport article.influence .social-reference .d-flex {
    flex-wrap: wrap;
  }
  /* line 1372, ../scss/annual-report.scss */
  body#annualReport article.influence .social-reference .social-card {
    width: 150px;
  }
  /* line 1379, ../scss/annual-report.scss */
  body#annualReport article.visibility .visibility-container {
    height: 60vh;
    padding: 3rem 3rem;
  }
  /* line 1387, ../scss/annual-report.scss */
  body#annualReport .data-member {
    height: auto !important;
    padding: 3rem 0 0;
    margin-top: 3rem;
  }
  /* line 1392, ../scss/annual-report.scss */
  body#annualReport .donut-inner h5.orange {
    bottom: -3rem;
    right: 0;
  }
  /* line 1396, ../scss/annual-report.scss */
  body#annualReport .donut-inner h5.bluelight {
    top: -8em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 1402, ../scss/annual-report.scss */
  body#annualReport .donut-inner h5.grey {
    top: -14em;
    left: -2em;
  }
  /* line 1406, ../scss/annual-report.scss */
  body#annualReport .number {
    font-size: 2rem;
  }
  /* line 1411, ../scss/annual-report.scss */
  body#annualReport .navbar-brand img {
    height: 80px;
  }
  /* line 1416, ../scss/annual-report.scss */
  body#annualReport #chartdiv {
    height: auto;
  }
  /* line 1419, ../scss/annual-report.scss */
  body#annualReport .increase_title {
    text-align: left !important;
  }
  /* line 1424, ../scss/annual-report.scss */
  body#annualReport .section_horizontal-carousel::before {
    display: none;
  }
  /* line 1427, ../scss/annual-report.scss */
  body#annualReport .section_horizontal-carousel .content_img {
    height: 250px;
    width: 250px;
  }
  /* line 1430, ../scss/annual-report.scss */
  body#annualReport .section_horizontal-carousel .content_img img {
    margin-left: -12%;
  }
  /* line 1434, ../scss/annual-report.scss */
  body#annualReport .section_horizontal-carousel h2 {
    width: 300px;
  }
  /* line 1436, ../scss/annual-report.scss */
  body#annualReport .section_horizontal-carousel h2 .number {
    font-size: 2rem;
  }
  /* line 1440, ../scss/annual-report.scss */
  body#annualReport .section_horizontal-carousel .block-list__item {
    width: 350px;
  }
  /* line 1446, ../scss/annual-report.scss */
  body#annualReport nav#mainNav .dropdown .dropdown-menu {
    left: -127px;
    top: 30px;
    position: absolute;
  }
  /* line 1451, ../scss/annual-report.scss */
  body#annualReport section.quote.end-quote {
    margin-top: 10rem;
  }
  /* line 1454, ../scss/annual-report.scss */
  body#annualReport article.membership .data h3 {
    font-size: 2rem;
  }
  /* line 1457, ../scss/annual-report.scss */
  body#annualReport article.financials .chart-wrapper.second {
    margin-top: 50px;
  }
}
/* line 1, ../scss/related-content.scss */
div#block-views-block-related-content-block-1 > div.col-auto {
  margin-left: -12px;
}

/* line 5, ../scss/related-content.scss */
div#block-views-block-related-content-block-1 > h2 {
  font-family: "Noto Sans", sans-serif !important;
  color: #001932;
  font-size: 1.7rem;
}

/* line 11, ../scss/related-content.scss */
.r-content {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
}

/* line 17, ../scss/related-content.scss */
div.related-content-title {
  color: #001932;
}

/* line 20, ../scss/related-content.scss */
.views-field.views-field-type span .related-content-title a {
  font-size: 1rem;
}

/* line 24, ../scss/related-content.scss */
.related-content-title .title-container p {
  margin: 0;
}

/* line 28, ../scss/related-content.scss */
.views-field.views-field-type span .related-content-title a:hover,
.views-field.views-field-title span .related-content-title a:hover {
  color: black;
}

/* line 33, ../scss/related-content.scss */
div.related-content-title > a {
  color: #001932;
  text-decoration: none;
  font-size: 13px;
  color: black;
}

/* line 40, ../scss/related-content.scss */
div.related-content-title > a:hover {
  color: #0ab1c8;
}

/* line 44, ../scss/related-content.scss */
div.r-content > div.views-row {
  width: 100%;
}

/* line 48, ../scss/related-content.scss */
img.image-style-medium {
  width: 100%;
}

/* line 52, ../scss/related-content.scss */
div.r-content > img {
  width: 100%;
}

/* line 56, ../scss/related-content.scss */
.r-content .views-row {
  background-color: #ebe4d4;
  margin-right: 1rem;
  padding: 1.6rem;
  border-radius: 15px;
}

/* line 67, ../scss/related-content.scss */
strong > div.views-row {
  background-color: rgba(0, 24, 50, 0.06);
}

/* line 71, ../scss/related-content.scss */
.r-content-date {
  color: #a8a5a5;
  font-size: 12px;
}

/* line 75, ../scss/related-content.scss */
.rc-bundle {
  margin-bottom: 0;
  font-size: 12px;
  color: #a8a5a5;
  text-transform: uppercase;
  margin-left: 4rem;
}

/* line 82, ../scss/related-content.scss */
.r-content-title a {
  font-family: 'Avenir_black';
  font-size: 16.8px;
  color: black;
  text-decoration: none;
}

/* line 89, ../scss/related-content.scss */
.r-content-title a:hover {
  font-family: 'Avenir_black';
  color: black;
  text-decoration: none;
}

/* line 95, ../scss/related-content.scss */
.r-content-title {
  height: 5.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 101, ../scss/related-content.scss */
.r-content-grey {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: strech;
}

@media only screen and (max-width: 1200px) {
  /* line 110, ../scss/related-content.scss */
  .r-content {
    flex-wrap: wrap;
  }

  /* line 114, ../scss/related-content.scss */
  .views-row {
    margin-top: 1rem;
    padding: 15px;
  }

  /* line 119, ../scss/related-content.scss */
  div.r-content > div.views-row {
    width: 80%;
  }

  /* line 123, ../scss/related-content.scss */
  .r-content .views-row {
    padding: 1.2rem;
  }

  /* line 127, ../scss/related-content.scss */
  .r-content-title {
    height: 3rem;
  }

  /* line 130, ../scss/related-content.scss */
  div.related-content-title {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  /* line 136, ../scss/related-content.scss */
  div.related-content-title {
    margin-left: 0;
  }

  /* line 139, ../scss/related-content.scss */
  div.r-content > div.views-row {
    width: 100%;
  }

  /* line 142, ../scss/related-content.scss */
  .r-content-title {
    height: 4rem;
  }
}
/* line 1, ../scss/campaign-form.scss */
ul.slideIn > li.dropdown-item > a {
  padding: 8px !important;
}

/* line 5, ../scss/campaign-form.scss */
div.campaign-form > section.contact_section > div.container > form#mailchimp-form {
  display: block;
  width: 75%;
  margin: 0 auto;
}

/* line 11, ../scss/campaign-form.scss */
div.campaign-form > section.contact_section > div.container > form#mailchimp-form > div#edit-actions {
  width: 35%;
  margin: 0 auto;
}

/* line 16, ../scss/campaign-form.scss */
div.campaign-form > section.contact_section > div.container > form#mailchimp-form > div#mailchimp-newsletter-879edbacb8-mergefields > fieldset {
  margin-bottom: 25px !important;
}

/* line 20, ../scss/campaign-form.scss */
div.campaign-form > section.contact_section > div.container > form#mailchimp-form > div#mailchimp-newsletter-879edbacb8-mergefields > fieldset.js-form-item > input#edit-mergevars-fname::-webkit-input-placeholder {
  color: red;
}

/* line 24, ../scss/campaign-form.scss */
div.campaign-form > section.contact_section > div.container > form#mailchimp-form > div#mailchimp-newsletter-879edbacb8-mergefields > fieldset.js-form-item > input {
  background-color: #f7f7f7;
}

/* line 1, ../scss/new_conferences_page.scss */
div.testimonios-section {
  margin-top: 25px;
}

/* line 5, ../scss/new_conferences_page.scss */
div.testimonio {
  padding: 20px;
  background-color: #f4f4f4;
  margin-bottom: 10px;
}

/* line 11, ../scss/new_conferences_page.scss */
h4.testimonio-title {
  margin-bottom: 30px;
  font-family: fangsong;
  font-weight: 501;
  color: #001934;
}

/* line 18, ../scss/new_conferences_page.scss */
div.testimonio > div.cabecera > img.comillas {
  width: 50px !important;
  margin-bottom: 20px !important;
}

/* line 23, ../scss/new_conferences_page.scss */
div.cabecera {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* line 29, ../scss/new_conferences_page.scss */
h4.gala-conferences {
  display: flex;
  justify-content: end;
  color: #f28820;
  font-size: 16px;
}

/* line 36, ../scss/new_conferences_page.scss */
div.item.testimonio {
  width: 90%;
  display: block;
  margin: 0 auto;
  border-radius: 15px 0px 15px 0px;
}

/* line 43, ../scss/new_conferences_page.scss */
p.carousel-testimoniols-body {
  padding: 15px;
  font-weight: 900;
}

/* line 48, ../scss/new_conferences_page.scss */
div#testimonials {
  transition: 2s all ease;
}

/* line 52, ../scss/new_conferences_page.scss */
div#testimonials > div.owl-nav > button.owl-prev > span {
  margin-left: -115px;
}

/* line 56, ../scss/new_conferences_page.scss */
div#testimonials > div.owl-nav > button.owl-next > span {
  padding-left: 70px;
}

@media (max-width: 650px) {
  /* line 61, ../scss/new_conferences_page.scss */
  div#testimonials > div.owl-nav > button.owl-prev > span {
    display: none;
  }

  /* line 65, ../scss/new_conferences_page.scss */
  div#testimonials > div.owl-nav > button.owl-next > span {
    display: none;
  }

  /* line 69, ../scss/new_conferences_page.scss */
  div.item.testimonio {
    width: 99%;
    height: 470px !important;
  }

  /* line 74, ../scss/new_conferences_page.scss */
  h4.gala-conferences {
    margin-top: 100px;
  }

  /* line 78, ../scss/new_conferences_page.scss */
  p.carousel-testimoniols-body {
    height: 200px !important;
  }

  /* line 82, ../scss/new_conferences_page.scss */
  section#sponsors > div.container > div.col-lg-12 {
    height: 660px;
  }

  /* line 86, ../scss/new_conferences_page.scss */
  section#sponsors-list > div.container > div.col-lg-12 {
    height: 660px;
  }

  /* line 90, ../scss/new_conferences_page.scss */
  div#testimonials > div.owl-stage-outer {
    height: 480px;
  }
}
/* line 1, ../scss/login-page.scss */
form.user-login-form > p {
  display: none !important;
}

/* line 5, ../scss/login-page.scss */
form.user-login-form > h4, form.user-login-form > a {
  display: none;
}

/* line 1, ../scss/megamenu.scss */
.tbm-main-nav-bottom {
  background-color: #fff;
  margin-top: 22px;
}
/* line 12, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-caption {
  white-space: normal;
  color: #000;
  font-family: 'Avenir LT Std';
}
/* line 18, ../scss/megamenu.scss */
.tbm-main-nav-bottom .avenir-black a {
  font-family: 'Avenir_black';
}
/* line 22, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-nav {
  justify-content: end;
}
/* line 26, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-column-inner {
  border-right-color: #fff;
  border-bottom: 0;
  border-top: 0;
  color: #001832;
  padding: 15px 20px;
  text-shadow: none;
}
/* line 35, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-column.span4.column-aligned {
  padding-top: 1.5rem;
}
/* line 39, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-item.level-1 {
  border-right: none;
}
/* line 43, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-item.level-1.tbm-item--has-dropdown .tbm-toggle::after {
  content: url(https://www.gala-global.org/themes/custom/gala/images/down-arrow.svg);
  vertical-align: -0.2em;
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
/* line 58, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-link-container > .active-trail:not(.level-2) {
  background-color: inherit;
  border-right-color: inherit;
  color: #0ab1c8 !important;
}
/* line 64, ../scss/megamenu.scss */
.tbm-main-nav-bottom .nav > li.tbm-item--has-dropdown.open.active > a:hover,
.tbm-main-nav-bottom .nav > li.tbm-item--has-dropdown.open.active > a:focus,
.tbm-main-nav-bottom .nav > li.tbm-item--has-dropdown.open.active > span.tbm-no-link:hover,
.tbm-main-nav-bottom .nav > li.tbm-item--has-dropdown.open.active > span.tbm-no-link:focus {
  background-color: #fff;
  border-right-color: #fff;
  color: #0ab1c8;
}
/* line 73, ../scss/megamenu.scss */
.tbm-main-nav-bottom .nav li.tbm-item--has-dropdown.active > .tbm-toggle,
.tbm-main-nav-bottom .nav li.tbm-item--has-dropdown.open.active > .tbm-toggle {
  background-color: #fff;
  border-right-color: #fff;
  color: #0ab1c8;
}
/* line 80, ../scss/megamenu.scss */
.tbm-main-nav-bottom .nav li.tbm-item--has-dropdown.open > .tbm-toggle {
  color: #000;
}
/* line 84, ../scss/megamenu.scss */
.tbm-main-nav-bottom .nav > .active > a,
.tbm-main-nav-bottom .nav > .active > a:hover,
.tbm-main-nav-bottom .nav > .active > a:focus,
.tbm-main-nav-bottom .nav > .active > span.tbm-no-link,
.tbm-main-nav-bottom .nav > .active > span.tbm-no-link:hover,
.tbm-main-nav-bottom .nav > .active > span.tbm-no-link:focus {
  background-color: #fff;
  border-right-color: #fff;
  color: #0ab1c8;
}
/* line 95, ../scss/megamenu.scss */
.tbm-main-nav-bottom .nav > li > a:focus,
.tbm-main-nav-bottom .nav > li > a:hover,
.tbm-main-nav-bottom .nav > li > span.tbm-no-link:focus,
.tbm-main-nav-bottom .nav > li > span.tbm-no-link:hover {
  color: #000;
}
/* line 102, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-submenu li > a:hover,
.tbm-main-nav-bottom .tbm-submenu li > a:focus,
.tbm-main-nav-bottom .tbm-item--has-dropdown-submenu:hover > a,
.tbm-main-nav-bottom .tbm-submenu li > span.tbm-no-link:hover,
.tbm-main-nav-bottom .tbm-submenu li > span.tbm-no-link:focus,
.tbm-main-nav-bottom .tbm-item--has-dropdown-submenu:hover > span.tbm-no-link {
  color: #000;
}
/* line 111, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-submenu .active > a,
.tbm-main-nav-bottom .tbm-submenu .active > a:hover,
.tbm-main-nav-bottom .tbm-submenu .active > span.tbm-no-link,
.tbm-main-nav-bottom .tbm-submenu .active > span.tbm-no-link:hover {
  background-color: #fff;
  border-right-color: #fff;
  color: #0ab1c8;
  background-image: none;
}
/* line 121, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-group-title {
  font-family: "Avenir_black";
  color: #001832 !important;
  cursor: default;
  margin-top: 15px;
  margin-bottom: 10px;
}
/* line 130, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-subnav > .tbm-link-container:hover,
.tbm-main-nav-bottom .tbm-submenu .tbm-subnav > .tbm-link-container:hover,
.tbm-main-nav-bottom .tbm-submenu .active .tbm-subnav > .tbm-link-container:hover,
.tbm-main-nav-bottom .tbm-subnav > .tbm-link-container:active,
.tbm-main-nav-bottom .tbm-submenu .tbm-subnav > .tbm-link-container:active,
.tbm-main-nav-bottom .tbm-submenu .active .tbm-subnav > .tbm-link-container:active,
.tbm-main-nav-bottom .tbm-subnav > .tbm-link-container:focus,
.tbm-main-nav-bottom .tbm-submenu .tbm-subnav > .tbm-link-container:focus,
.tbm-main-nav-bottom .tbm-submenu .active .tbm-subnav > .tbm-link-container:focus {
  color: #f28820;
}
/* line 147, ../scss/megamenu.scss */
.tbm-main-nav-bottom .no-border {
  border-top: 0px;
}
/* line 151, ../scss/megamenu.scss */
.tbm-main-nav-bottom .gala-submenu {
  display: block !important;
  position: absolute !important;
  width: auto;
  padding: 0px;
  margin-top: 0px !important;
  /*@media only screen and (min-width : 1420px){
    left: -3.5vw !important;
  }
  @media only screen and (min-width : 1900px){
    left: -3vw !important;
  }*/
}
/* line 165, ../scss/megamenu.scss */
.tbm-main-nav-bottom .gala-submenu .tbm-group-container {
  border-top: 1px solid #f28820;
}
/* line 170, ../scss/megamenu.scss */
.tbm-main-nav-bottom .tbm-nav {
  position: relative !important;
  min-width: 690px;
  float: right;
}
/* line 176, ../scss/megamenu.scss */
.tbm-main-nav-bottom .nav-collapse {
  position: relative !important;
}

/* line 180, ../scss/megamenu.scss */
.back-grey {
  background-color: #f7f3f3;
}

/*
@media only screen and (max-width : 1300px) {
  .tbm-main-nav-bottom {
    margin-left: 395px;
  }
}*/
/* line 190, ../scss/megamenu.scss */
nav#nav .logo {
  z-index: 10;
}

/* line 194, ../scss/megamenu.scss */
#tbm-main-nav-bottom {
  background: none;
}

@media only screen and (max-width: 1200px) {
  /* line 198, ../scss/megamenu.scss */
  .menu--my-account {
    width: auto !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 204, ../scss/megamenu.scss */
  .hc-offcanvas-nav {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 211, ../scss/megamenu.scss */
  .hc-offcanvas-nav.hc-nav-1 {
    display: block !important;
  }
}

/* line 2, ../scss/wavesurfer.scss */
.audiofield-wavesurfer input[type='range'] {
  accent-color: #f28820;
}
/* line 6, ../scss/wavesurfer.scss */
.audiofield-wavesurfer .player-button {
  background-color: #f28820;
  width: 60px !important;
}
/* line 9, ../scss/wavesurfer.scss */
.audiofield-wavesurfer .player-button :hover {
  background-color: #f28820 !important;
}

/*Global styles*/
/* line 24, ../scss/style.scss */
::selection {
  background: #0bbbcf78;
}

/* line 28, ../scss/style.scss */
body {
  font-family: "Avenir LT Std" !important;
}

/* line 33, ../scss/style.scss */
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  margin-top: -10px;
}

/* line 38, ../scss/style.scss */
h1, h2, h3, h5, h6, p strong {
  font-family: 'Avenir_black';
}

/* line 42, ../scss/style.scss */
.content-test {
  padding: 4rem 0 8rem;
  position: relative;
}

/* line 47, ../scss/style.scss */
article {
  padding: 10px;
}

/* line 53, ../scss/style.scss */
#mailchimp-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292 !important;
}
/* line 56, ../scss/style.scss */
#mailchimp-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292 !important;
}
/* line 59, ../scss/style.scss */
#mailchimp-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #929292 !important;
}
/* line 62, ../scss/style.scss */
#mailchimp-form :-moz-placeholder {
  /* Firefox 18- */
  color: #929292 !important;
}

/* line 68, ../scss/style.scss */
h1, h2, h3 {
  font-weight: 700 !important;
}

/* line 72, ../scss/style.scss */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

/* line 79, ../scss/style.scss */
.btn {
  font-size: 0.8rem !important;
  text-transform: uppercase;
}
/* line 82, ../scss/style.scss */
.btn.btn-gala {
  background: #001832;
  color: #fff;
}
/* line 85, ../scss/style.scss */
.btn.btn-gala:hover {
  color: #fff;
  background: #001832;
  border: 1px solid #001832;
}
/* line 90, ../scss/style.scss */
.btn.btn-gala:focus {
  background: #001832;
  border: 1px solid #001832;
  color: #fff;
}
/* line 95, ../scss/style.scss */
.btn.btn-gala:active {
  background: #001832;
  border: 1px solid #001832;
  color: #fff;
}
/* line 100, ../scss/style.scss */
.btn.btn-gala.kit {
  font-size: 18px !important;
  width: 100%;
  /* Ancho completo */
  max-width: 300px;
  /* Ancho máximo */
}
/* line 106, ../scss/style.scss */
.btn.btn-gala-inverse {
  min-width: 240px;
  background: #fff;
  color: #001832;
  border: 1px solid #001832;
}
/* line 111, ../scss/style.scss */
.btn.btn-gala-inverse:hover {
  color: #001832;
  background-color: white;
}
/* line 115, ../scss/style.scss */
.btn.btn-gala-inverse:focus {
  background: white;
  color: #001832;
  border: 1px solid #001832;
}

/* line 123, ../scss/style.scss */
.fixed-top {
  transition: .15s linear;
  transform: translateY(0);
}

/* line 127, ../scss/style.scss */
.bg-white {
  background: white;
  transition: .15s linear;
}

/* line 132, ../scss/style.scss */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 139, ../scss/style.scss */
.title_module {
  padding: 1.5rem 1rem;
  border-top: 2px solid #001932;
  border-bottom: 2px solid #001932;
  margin-bottom: 40px;
}
/* line 144, ../scss/style.scss */
.title_module h2 {
  font-size: 1.5rem;
}

/* line 149, ../scss/style.scss */
.show {
  display: inline;
}

/* line 153, ../scss/style.scss */
.alert-dismissible.show {
  width: 100%;
  display: inline-block;
}

/* line 158, ../scss/style.scss */
.hidden {
  display: none;
}

/* line 162, ../scss/style.scss */
.card-news {
  background-color: #f9f9f9 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
/* line 166, ../scss/style.scss */
.card-news .card-img {
  position: relative;
}
/* line 168, ../scss/style.scss */
.card-news .card-img .date-news {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
/* line 172, ../scss/style.scss */
.card-news .card-img .date-news h5 {
  color: #fff;
  font-size: .8rem;
}
/* line 178, ../scss/style.scss */
.card-news .btn-gala-news {
  background: #0ab1c8;
  color: #fff;
  font-weight: bold;
}
/* line 182, ../scss/style.scss */
.card-news .btn-gala-news:hover {
  color: #fff;
}
/* line 186, ../scss/style.scss */
.card-news .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 192, ../scss/style.scss */
.card-event {
  background-color: #f9f9f9 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
/* line 196, ../scss/style.scss */
.card-event .event-view-image-container {
  position: relative;
}
/* line 198, ../scss/style.scss */
.card-event .event-view-image-container .date-news {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
/* line 202, ../scss/style.scss */
.card-event .event-view-image-container .date-news h5 {
  color: #fff;
  font-size: .8rem;
}
/* line 208, ../scss/style.scss */
.card-event .btn-gala-news {
  background: #0ab1c8;
  color: #fff;
  font-weight: bold;
}
/* line 212, ../scss/style.scss */
.card-event .btn-gala-news:hover {
  color: #fff;
}
/* line 216, ../scss/style.scss */
.card-event .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 222, ../scss/style.scss */
section.section_related-news {
  position: relative;
}
/* line 225, ../scss/style.scss */
section.section_related-news .related_news .owl-nav {
  top: -25% !important;
  transform: translateY(0) !important;
  color: #0ab1c8;
}
/* line 230, ../scss/style.scss */
section.section_related-news .related_news .owl-nav .owl-prev {
  left: 85%;
}

/* line 238, ../scss/style.scss */
.btn-learn-more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

/*menu*/
@keyframes translate {
  from {
    transform: translateY(-145px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 255, ../scss/style.scss */
.nav-fixed {
  transition: all ease-in-out 1s !important;
  position: fixed !important;
  width: 100% !important;
  min-height: 100px !important;
  z-index: 1030 !important;
  animation-name: translate;
  animation-duration: .65s;
  background: white !important;
}
/* line 264, ../scss/style.scss */
.nav-fixed ul.navbar-nav {
  margin-top: 8px !important;
}
/* line 267, ../scss/style.scss */
.nav-fixed .logo img {
  height: 50px !important;
  transition: all ease-in-out 0.15s !important;
}
/* line 271, ../scss/style.scss */
.nav-fixed .logo span.slogan {
  font-size: 0.8rem !important;
  margin: 9px 20px !important;
  transition: all ease-in-out 0.15s !important;
  display: none;
}
/* line 277, ../scss/style.scss */
.nav-fixed ul.navbar-nav {
  margin-left: 0;
  position: absolute;
  width: 69%;
  left: 63px;
  top: -8px;
}
/* line 284, ../scss/style.scss */
.nav-fixed ul.nav li.dropdown .dropdown-menu .dropdown-item ul.dropdown-menu {
  left: 95% !important;
}

/* line 289, ../scss/style.scss */
nav#nav {
  min-height: 145px;
  transition: all ease-in-out 1s !important;
  background: white;
  /* Search */
  /* DROPDOWN RIGHT */
}
/* line 293, ../scss/style.scss */
nav#nav ul.navbar-nav {
  margin-top: 22px;
}
/* line 296, ../scss/style.scss */
nav#nav ul.navbar-nav li a {
  color: #001932;
  font-weight: bold;
}
/* line 299, ../scss/style.scss */
nav#nav ul.navbar-nav li a:hover {
  color: #0ab1c8;
}
/* line 302, ../scss/style.scss */
nav#nav ul.navbar-nav li a.active {
  color: #0ab1c8;
  font-family: 'Avenir_black';
}
/* line 306, ../scss/style.scss */
nav#nav ul.navbar-nav li a.is-active {
  color: #0ab1c8;
  font-family: 'Avenir_black';
}
/* line 313, ../scss/style.scss */
nav#nav .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 318, ../scss/style.scss */
nav#nav .logo img {
  float: left;
}
/* line 321, ../scss/style.scss */
nav#nav .logo span.slogan {
  color: #071e40;
  font-weight: bold;
  float: right;
  font-size: 1rem;
  line-height: 1.3;
  margin: 40px 20px;
}
/* line 330, ../scss/style.scss */
nav#nav input {
  outline: none;
}
/* line 333, ../scss/style.scss */
nav#nav input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
/* line 339, ../scss/style.scss */
nav#nav input::-webkit-search-decoration,
nav#nav input::-webkit-search-cancel-button {
  display: none;
}
/* line 343, ../scss/style.scss */
nav#nav input[type=search] {
  border: solid 1px transparent;
  padding: 6px 10px 6px 32px;
  width: 200px;
  background-size: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border-radius: 0;
  border-bottom: 1px solid #efecec !important;
  margin-left: 15px;
}
/* line 357, ../scss/style.scss */
nav#nav input[type=search]:focus {
  width: 200px;
  background-color: #fff;
  border-color: #ddd;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #efecec !important;
  margin-left: 15px;
}
/* line 370, ../scss/style.scss */
nav#nav #search button {
  position: absolute;
  right: 30px;
  background: transparent;
  border: 0;
}
/* line 375, ../scss/style.scss */
nav#nav #search button img {
  height: 18px;
  margin-top: -5px;
}
/* line 381, ../scss/style.scss */
nav#nav #search input[type=search] {
  width: 200px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
  border-radius: 0;
  padding-left: 32px;
}
/* line 389, ../scss/style.scss */
nav#nav #search input[type=search]:hover {
  background-color: #fff;
}
/* line 392, ../scss/style.scss */
nav#nav #search input[type=search]:focus {
  width: 200px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
/* line 400, ../scss/style.scss */
nav#nav ul.navbar-nav {
  margin-left: auto;
}
/* line 406, ../scss/style.scss */
nav#nav ul.nav {
  /* end DROPDOWN RIGHT */
}
/* line 408, ../scss/style.scss */
nav#nav ul.nav li:last-child ul.dropdown-menu {
  right: 0;
  left: auto;
}
/* line 415, ../scss/style.scss */
nav#nav ul.nav li.dropdown a.dropdown-toggle::after {
  content: url(https://www.gala-global.org/themes/custom/gala/images/down-arrow.svg);
  vertical-align: -0.2em;
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}
/* line 424, ../scss/style.scss */
nav#nav ul.nav li.dropdown .dropdown-menu .dropdown-item {
  padding: .05rem 0rem;
}
/* line 426, ../scss/style.scss */
nav#nav ul.nav li.dropdown .dropdown-menu .dropdown-item a {
  width: 100%;
  display: block;
}
/* line 430, ../scss/style.scss */
nav#nav ul.nav li.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
/* line 433, ../scss/style.scss */
nav#nav ul.nav li.dropdown .dropdown-menu .dropdown-item.active, nav#nav ul.nav li.dropdown .dropdown-menu .dropdown-item .dropdown-item:active {
  color: #0ab1c8;
  text-decoration: none;
  background-color: transparent;
}
/* line 438, ../scss/style.scss */
nav#nav ul.nav li.dropdown .dropdown-menu .dropdown-item ul.dropdown-menu {
  left: -95%;
  margin-top: -40px;
  padding: 5px 5px;
  width: 100%;
}
/* line 444, ../scss/style.scss */
nav#nav ul.nav li.dropdown .dropdown-menu .dropdown-item ul.dropdown-menu li a {
  font-size: .9;
  opacity: .8;
}

/* line 460, ../scss/style.scss */
.first-nav a:first-child {
  color: #001932;
}
/* line 462, ../scss/style.scss */
.first-nav a:first-child .slogan {
  float: right;
  line-height: 1.2;
}

/*header*/
/* line 472, ../scss/style.scss */
header {
  position: relative;
  height: 460px;
  overflow: hidden;
}
/* line 477, ../scss/style.scss */
header.header_page:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-top: 18px solid #f28820;
  border-radius: 50% 50% 0 0;
  bottom: -100%;
  z-index: 2;
  left: 0;
  transform: scale(1.5);
}
/* line 490, ../scss/style.scss */
header.header_page:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 500, ../scss/style.scss */
header.header_page .arrow-down {
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f38820;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
/* line 513, ../scss/style.scss */
header.header_page .tag_section {
  position: absolute;
  z-index: 2;
  top: 45%;
  transform: translateY(-50%);
  background: #0ab1c8;
  padding: 5px 30px;
  color: #fff;
}
/* line 521, ../scss/style.scss */
header.header_page .tag_section h2 {
  margin-bottom: 0;
}
/* line 525, ../scss/style.scss */
header.header_page img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  opacity: 1;
}
/* line 532, ../scss/style.scss */
header.header_page .field__label {
  display: none;
}

/*sidebar*/
/* line 539, ../scss/style.scss */
.sidebar {
  padding: 1.4rem 1rem 1rem 0;
  font-size: 1rem;
  width: 100%;
}
/* line 543, ../scss/style.scss */
.sidebar ul {
  padding-left: 0;
}
/* line 560, ../scss/style.scss */
.sidebar ul:first-child {
  border-bottom: 1px solid #c1c1c1;
}
/* line 564, ../scss/style.scss */
.sidebar ul li {
  border-top: 1px solid #c1c1c1;
  list-style: none;
}
/* line 567, ../scss/style.scss */
.sidebar ul li:first-child {
  border-bottom: 1px solid transparent;
}
/* line 570, ../scss/style.scss */
.sidebar ul li a {
  color: #001932;
  text-decoration: none;
  font-weight: bolder;
  padding: .8rem 0;
  display: block;
}
/* line 576, ../scss/style.scss */
.sidebar ul li a:hover {
  color: #0ab1c8 !important;
}
/* line 583, ../scss/style.scss */
.sidebar ul li.menu-item--expanded a:first-child {
  display: block;
}
/* line 587, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail {
  padding-left: 1rem;
  position: relative;
}
/* line 590, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail:before {
  content: url("https://www.gala-global.org/themes/custom/gala/images/angle-right-solid.svg");
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0%;
  top: 25%;
  transform: translateY(0%);
}
/* line 599, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail a {
  color: #0ab1c8;
  position: relative;
}
/* line 607, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail a.is-active {
  color: #0ab1c8;
}
/* line 615, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail ul.menu .menu-item--active-trail a.is-active:before {
  content: url("https://www.gala-global.org/themes/custom/gala/images/angle-right-solid.svg");
  height: 12px;
  width: 12px;
  position: absolute;
  left: -12%;
  top: 38%;
  transform: translateY(-50%);
}
/* line 628, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail.menu-item--expanded:before {
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0px;
  top: 12px;
}
/* line 636, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail.menu-item--expanded ul.menu {
  border-bottom: 1px solid transparent !important;
}
/* line 638, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail.menu-item--expanded ul.menu li.menu-item {
  list-style: none !important;
  border-top: 1px solid transparent !important;
}
/* line 641, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail.menu-item--expanded ul.menu li.menu-item a {
  color: #001932;
  opacity: .9;
  font-family: "Avenir LT Std" !important;
}
/* line 645, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail.menu-item--expanded ul.menu li.menu-item a.is-active {
  color: #0ab1c8;
}
/* line 648, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail.menu-item--expanded ul.menu li.menu-item a.active {
  color: #0ab1c8;
}
/* line 653, ../scss/style.scss */
.sidebar ul li.menu-item--active-trail.menu-item--expanded ul.menu li.menu-item:before {
  height: 12px;
  width: 12px;
  position: absolute;
  left: -5px;
  top: 37%;
  transform: translateY(-50%);
}

/* line 682, ../scss/style.scss */
section {
  		/*h2.title-line {
  			padding: 10px;
  			width: 390px;
  			margin: 0 auto;
  			position:relative;
  
  		}*/
}
/* line 684, ../scss/style.scss */
section .title_section,
section .buttons_section {
  text-align: center;
}
/* line 689, ../scss/style.scss */
section .title_section h2 {
  padding-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  /*color: #3b3b3b;*/
}
/* line 695, ../scss/style.scss */
section .title_section p {
  padding: 0 0 1rem;
}

/*footer*/
/* line 713, ../scss/style.scss */
footer {
  margin-top: 80px;
}
/* line 715, ../scss/style.scss */
footer h3 {
  font-size: .8rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 720, ../scss/style.scss */
footer ul {
  list-style: none;
  padding: 0;
}
/* line 724, ../scss/style.scss */
footer ul li a {
  font-size: .8rem;
  text-transform: uppercase;
}
/* line 731, ../scss/style.scss */
footer section.home-footer_nav {
  background: #001832;
  color: #fff;
  position: relative;
  padding: 8rem 0 5rem;
  				/*&:before {
  					content: '';
  				    position: absolute;
  				    width: 100%;
  				    height: 77%;
      				background: #001832;
      				border-radius: 71% 150% 0 0/47% 150% 63%;
  				    top: -3%;
  				    z-index: 0;
  				    left: 13%;
  				    transform: scale(1.4);
  				}*/
  /*.arrow-down {
      width: 0px;
      height: 0px;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #f38820;
      position: absolute;
      top: -18%;
      left: 0;
      right: 0;
      margin: 0 auto;
  }*/
}
/* line 749, ../scss/style.scss */
footer section.home-footer_nav a {
  color: #fff;
}
/* line 751, ../scss/style.scss */
footer section.home-footer_nav a:hover {
  color: #fff;
}
/* line 770, ../scss/style.scss */
footer section.home-footer_nav .links ul li a {
  font-weight: bold;
}
/* line 777, ../scss/style.scss */
footer section.footer_nav {
  background: #001832;
  color: #fff;
  position: relative;
  padding: 8rem 0 5rem;
  				/*&:before {
  					content: '';
  				    position: absolute;
  				    width: 100%;
  				    height: 77%;
      				background: #001832;
      				border-radius: 71% 150% 0 0/47% 150% 63%;
  				    top: -3%;
  				    z-index: 0;
  				    left: 13%;
  				    transform: scale(1.4);
  				}*/
  /*.arrow-down {
      width: 0px;
      height: 0px;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #f38820;
      position: absolute;
      top: -18%;
      left: 0;
      right: 0;
      margin: 0 auto;
  }*/
}
/* line 795, ../scss/style.scss */
footer section.footer_nav a {
  color: #fff;
}
/* line 797, ../scss/style.scss */
footer section.footer_nav a:hover {
  color: #fff;
}
/* line 816, ../scss/style.scss */
footer section.footer_nav .links ul li a {
  font-weight: bold;
}
/* line 826, ../scss/style.scss */
footer #block-footer {
  background: #f38820;
  color: #001832;
  font-weight: bold;
}
/* line 830, ../scss/style.scss */
footer #block-footer p {
  padding: 2rem 0;
  text-align: center;
  margin-bottom: 0;
}
/* line 837, ../scss/style.scss */
footer #block-footer-2 {
  background: #f38820;
  color: #fff;
  font-weight: bold;
}
/* line 841, ../scss/style.scss */
footer #block-footer-2 p {
  padding: 2rem 0;
  text-align: center;
  margin-bottom: 0;
}

/* nav mobile */
/* line 851, ../scss/style.scss */
#nav_mobile {
  display: none;
}
/* line 854, ../scss/style.scss */
#nav_mobile #nav-fix {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.09);
}
/* line 857, ../scss/style.scss */
#nav_mobile #nav-fix img {
  height: 50px;
  margin-left: 3px;
}
/* line 861, ../scss/style.scss */
#nav_mobile #nav-fix .content-nav {
  width: 100%;
}
/* line 863, ../scss/style.scss */
#nav_mobile #nav-fix .content-nav .form-search-mobile {
  background: #fff;
  width: 85%;
  position: absolute;
  z-index: 9999;
  height: 100%;
  left: 0;
  display: none;
}
/* line 871, ../scss/style.scss */
#nav_mobile #nav-fix .content-nav .form-search-mobile input#input_search {
  width: 100%;
  height: 100%;
  padding: 10px 80px 10px 30px;
  border: 0;
}
/* line 877, ../scss/style.scss */
#nav_mobile #nav-fix .content-nav .form-search-mobile input#input_search[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-size: 1rem;
  color: #000;
  background: rgba(255, 255, 255, 0.12);
}
/* line 886, ../scss/style.scss */
#nav_mobile #nav-fix .content-nav .form-search-mobile #close-input {
  position: absolute;
  right: 10%;
  z-index: 1;
  top: 30%;
}
/* line 891, ../scss/style.scss */
#nav_mobile #nav-fix .content-nav .form-search-mobile #close-input img {
  height: 13px !important;
}
/* line 898, ../scss/style.scss */
#nav_mobile #nav-fix .content-nav #search-button img {
  height: 15px !important;
}

/* line 910, ../scss/style.scss */
.register-nav .nav-item {
  border-bottom: 0 !important;
}

/* line 916, ../scss/style.scss */
li.user {
  background: #dddd;
}

/* line 922, ../scss/style.scss */
li.nav-close {
  display: none;
}

/* breadcrumb */
/* line 928, ../scss/style.scss */
nav.breadcrumb {
  padding: 10px 0 10px;
  margin-top: 50px;
  background: #f9f9f9;
  display: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
/* line 935, ../scss/style.scss */
nav.breadcrumb ol {
  margin-bottom: 0;
  background: #f9f9f9;
  padding: .35rem 1.3rem;
}
/* line 940, ../scss/style.scss */
nav.breadcrumb ol li a {
  color: #0ab1c8;
  opacity: .6;
}
/* line 944, ../scss/style.scss */
nav.breadcrumb ol li:nth-child(2) {
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 950, ../scss/style.scss */
nav.breadcrumb ol li:nth-child(3), nav.breadcrumb ol li:nth-child(4), nav.breadcrumb ol li:nth-child(5) {
  display: none;
}
/* line 957, ../scss/style.scss */
nav.breadcrumb .breadcrumb-item.active {
  color: #0ab1c8;
  /* width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
/* line 964, ../scss/style.scss */
nav.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #f28820;
}

/*.breadcrumb-item+.breadcrumb-item {
	max-width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
/* stay connected footer */
/* line 976, ../scss/style.scss */
.stay-connected-footer {
  padding: 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 20;
  margin-top: 0%;
  height: 290px;
}
/* line 984, ../scss/style.scss */
.stay-connected-footer .content {
  width: 60%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
}
/* line 992, ../scss/style.scss */
.stay-connected-footer:before {
  content: url(https://www.gala-global.org/themes/custom/gala/images/bg-whoweare.svg);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 25%;
  z-index: -1;
}
/* line 1001, ../scss/style.scss */
.stay-connected-footer .mailchimp-newsletter-mergefields {
  display: flex;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
/* line 1009, ../scss/style.scss */
.stay-connected-footer .mailchimp-newsletter-mergefields .form-control::placeholder {
  color: #495057 !important;
}
/* line 1014, ../scss/style.scss */
.stay-connected-footer form fieldset {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
/* line 1021, ../scss/style.scss */
.stay-connected-footer form #edit-actions {
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 1025, ../scss/style.scss */
.stay-connected-footer form .form-text {
  margin-top: 0px;
}
/* line 1028, ../scss/style.scss */
.stay-connected-footer form input {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}
/* line 1032, ../scss/style.scss */
.stay-connected-footer form input:focus {
  color: #495057;
  background-color: transparent;
}
/* line 1037, ../scss/style.scss */
.stay-connected-footer form input:focus {
  color: #FFF;
}
/* line 1040, ../scss/style.scss */
.stay-connected-footer form button {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #f38820 !important;
  padding: 8px 0 !important;
}
/* line 1047, ../scss/style.scss */
.stay-connected-footer .container {
  width: 60%;
  margin: 0 auto;
}
/* line 1051, ../scss/style.scss */
.stay-connected-footer .title_section {
  margin-top: 70px;
}

/* line 1057, ../scss/style.scss */
#block-gala-content img {
  max-width: 100%;
  height: auto;
  /*margin:10px 0;*/
}
/* line 1063, ../scss/style.scss */
#block-gala-content .event-card-img {
  width: 100% !important;
  height: 300px !important;
  /* margin: 10px 0; */
  object-fit: cover !important;
  object-position: top !important;
}

/* line 1071, ../scss/style.scss */
.columns_footer {
  min-width: 230px;
}

/* line 1076, ../scss/style.scss */
.views-field-field-adv-image img {
  margin-top: 29px;
  margin-bottom: 20px;
}

/* line 1083, ../scss/style.scss */
.advs-wrapper-internal img {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1090, ../scss/style.scss */
.create-account-link {
  margin-left: 15px;
}

/* line 1094, ../scss/style.scss */
.js-form-item-keys {
  padding-left: 0 !important;
}

/* line 1098, ../scss/style.scss */
#edit-help-link {
  display: block;
  margin: 15px;
  text-decoration: underline !important;
  font-size: .9rem;
  color: #002042;
}
/* line 1104, ../scss/style.scss */
#edit-help-link:before {
  content: url("https://www.gala-global.org/themes/custom/gala/images/question-circle-regular.svg");
  margin-top: 5px;
  margin-right: 5px;
}

/* line 1112, ../scss/style.scss */
ol.search-results {
  padding: 15px;
}
/* line 1114, ../scss/style.scss */
ol.search-results li {
  margin-bottom: 20px;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #efefef;
}
/* line 1119, ../scss/style.scss */
ol.search-results li:last-child {
  border-bottom: 1px solid transparent;
}
/* line 1123, ../scss/style.scss */
ol.search-results li h3 a {
  color: #001932;
}
/* line 1125, ../scss/style.scss */
ol.search-results li h3 a:hover {
  color: #0ab1c8;
}

/* input#edit-keys {
	width: 50%;
} */
/* line 1136, ../scss/style.scss */
#edit-basic {
  padding: 2rem;
  border: 1px solid #eee;
  margin: 0 1rem 2rem;
  border-radius: 5px;
}
/* line 1141, ../scss/style.scss */
#edit-basic label {
  font-family: 'Avenir_black';
}
/* line 1144, ../scss/style.scss */
#edit-basic fieldset {
  width: 75%;
  display: inline-block;
}
/* line 1148, ../scss/style.scss */
#edit-basic button {
  width: 20%;
  display: inline-block;
  height: 38px;
  margin-top: -3px;
}

/* line 1157, ../scss/style.scss */
.sharethis-wrapper {
  float: right;
  margin: 15px;
}

/* line 1164, ../scss/style.scss */
.blog-sub-header .sharethis-wrapper {
  margin: 15px;
}

/**
*	Alert rules commented after D9 upgrade because of
*	bootstrap version change.
*/
/* line 1256, ../scss/style.scss */
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-field-keywords.form-item-field-keywords.form-no-label.form-group.col-auto,
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-type.form-item-type.form-no-label.form-group.col-auto {
  padding: 0;
  min-width: 23% !important;
}
/* line 1263, ../scss/style.scss */
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-field-keywords.form-item-field-keywords.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select,
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-type.form-item-type.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select {
  width: 93% !important;
  padding: 0.7rem;
  background-color: whitesmoke;
  border: 1px solid #bdbcbc;
}
/* line 1268, ../scss/style.scss */
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-field-keywords.form-item-field-keywords.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select .chosen-drop .chosen-search,
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-type.form-item-type.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select .chosen-drop .chosen-search {
  visibility: hidden;
  height: 0;
  width: 0;
}
/* line 1273, ../scss/style.scss */
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-field-keywords.form-item-field-keywords.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select .chosen-single div b,
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-type.form-item-type.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select .chosen-single div b {
  visibility: hidden;
}
/* line 1276, ../scss/style.scss */
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-field-keywords.form-item-field-keywords.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select .chosen-single div,
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-type.form-item-type.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select .chosen-single div {
  width: 20px;
  height: 20px;
}
/* line 1295, ../scss/style.scss */
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-field-keywords.form-item-field-keywords.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select .chosen-single span,
.col-lg-12.view-filters.professional .views-exposed-form.views-auto-submit-full-form div
.js-form-item.js-form-type-select.form-type-select.js-form-item-type.form-item-type.form-no-label.form-group.col-auto .chosen-container.chosen-container-single.form-select .chosen-single span {
  font-weight: bolder;
  color: black !important;
  font-size: 12px;
}

/* line 1305, ../scss/style.scss */
.view-filters form fieldset {
  min-width: 32% !important;
}

/* line 1313, ../scss/style.scss */
#views-exposed-form-general-search-page-1 fieldset {
  min-width: 32% !important;
}
/* line 1315, ../scss/style.scss */
#views-exposed-form-general-search-page-1 fieldset.js-form-type-select {
  margin-top: 0;
}

/* line 1320, ../scss/style.scss */
#views-exposed-form-event-calendar-event-calendar-block-1 div {
  align-items: baseline;
}

/* line 1324, ../scss/style.scss */
#views-exposed-form-event-calendar-event-calendar-block-1 div fieldset div .chosen-single div b,
#views-exposed-form-event-calendar-event-calendar-block-1 div fieldset div .chosen-drop .chosen-search {
  visibility: hidden;
  height: 0;
}

/* line 1330, ../scss/style.scss */
.chosen-container {
  padding: .375rem .45rem;
}
/* line 1333, ../scss/style.scss */
.chosen-container .chosen-drop {
  font-size: .8rem;
  left: 0;
  border: 0;
  border-top: 1px solid #eee !important;
}
/* line 1339, ../scss/style.scss */
.chosen-container .chosen-drop .chosen-results li.highlighted {
  background-color: #001832;
  background-image: none !important;
  color: #fff;
}
/* line 1346, ../scss/style.scss */
.chosen-container .chosen-choices {
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
/* line 1351, ../scss/style.scss */
.chosen-container .chosen-single {
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
/* line 1356, ../scss/style.scss */
.chosen-container .chosen-choices li.search-choice {
  padding: 3px 15px 3px 5px;
  font-size: .75rem;
  background-image: none;
  background-color: #eeeeee;
}
/* line 1361, ../scss/style.scss */
.chosen-container .chosen-choices li.search-choice .search-choice-close {
  width: 10px;
  height: 10px;
}

/* line 1369, ../scss/style.scss */
#header_mobile section {
  padding: 0rem 0;
}

/* line 1375, ../scss/style.scss */
#highlighted section {
  padding: 0rem 0;
}

/* line 1379, ../scss/style.scss */
.account-menu-dropdown {
  margin-right: 1.5rem;
  margin-top: .5rem;
}

/* line 1384, ../scss/style.scss */
.must-be-member {
  font-size: 12px;
}

/* line 1388, ../scss/style.scss */
.multiple-fields-remove-button {
  position: absolute;
  right: 8px;
  top: 50%;
  margin: -8px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background: url("https://www.gala-global.org/modules/contrib/multiple_fields_remove_button/css/multiple-fields-remove-button-icon.svg") no-repeat 50% 50%, url("https://www.gala-global.org/modules/contrib/multiple_fields_remove_button/css/multiple-fields-remove-button-icon-hover.svg") no-repeat 50% 50% !important;
}
/* line 1400, ../scss/style.scss */
.multiple-fields-remove-button:hover, .multiple-fields-remove-button:focus {
  background-image: url("https://www.gala-global.org/modules/contrib/multiple_fields_remove_button/css/multiple-fields-remove-button-icon-hover.svg") !important;
}

/* line 1405, ../scss/style.scss */
.mailto-statement {
  margin-top: 5rem;
}

@media only screen and (max-width: 1200px) {
  /* line 1413, ../scss/style.scss */
  #header_mobile {
    display: block !important;
  }

  /* line 1418, ../scss/style.scss */
  #block-my-account-mobile button:last-child {
    display: none;
  }
  /* line 1421, ../scss/style.scss */
  #block-my-account-mobile .member-btn {
    display: none;
  }

  /* line 1425, ../scss/style.scss */
  .account-menu-dropdown {
    margin-right: 0;
    margin-top: 0;
  }

  /* line 1429, ../scss/style.scss */
  #nav_mobile {
    display: block;
  }

  /* line 1432, ../scss/style.scss */
  h1 {
    font-size: 1.7rem;
  }

  /* line 1435, ../scss/style.scss */
  h2 {
    font-size: 1.5rem !important;
  }

  /* line 1438, ../scss/style.scss */
  nav#nav {
    display: none;
  }
  /* line 1440, ../scss/style.scss */
  nav#nav .logo {
    position: relative;
    left: 0;
    top: 0;
  }

  /* line 1446, ../scss/style.scss */
  #search input[type=search] {
    width: 110px !important;
  }

  /* line 1450, ../scss/style.scss */
  section h2.title-line {
    width: auto;
  }

  /* line 1453, ../scss/style.scss */
  section.localization_section h2.title-line {
    width: auto;
  }

  /* line 1457, ../scss/style.scss */
  .navbar-collapse {
    background: #fff;
  }

  /* .btn {
      font-size: 0.6rem !important;
  } */
  /* line 1464, ../scss/style.scss */
  .home-footer_nav {
    padding: 3rem 0 5rem !important;
  }
  /* line 1469, ../scss/style.scss */
  .home-footer_nav div.col ul {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-left: 0;
  }
  /* line 1475, ../scss/style.scss */
  .home-footer_nav div.col ul div {
    margin: 0 auto 10px;
  }
  /* line 1481, ../scss/style.scss */
  .home-footer_nav .faq_menu {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  /* line 1489, ../scss/style.scss */
  .footer_nav {
    padding: 3rem 0 5rem !important;
  }
  /* line 1494, ../scss/style.scss */
  .footer_nav div.col ul {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-left: 0;
  }
  /* line 1500, ../scss/style.scss */
  .footer_nav div.col ul div {
    margin: 0 auto 10px;
  }
  /* line 1506, ../scss/style.scss */
  .footer_nav .faq_menu {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  /* line 1514, ../scss/style.scss */
  #block-footer {
    padding: 20px;
    font-size: .9rem;
  }

  /* line 1520, ../scss/style.scss */
  header {
    height: auto !important;
  }
  /* line 1523, ../scss/style.scss */
  header.header_page:before {
    display: none;
  }
  /* line 1526, ../scss/style.scss */
  header.header_page .arrow-down {
    display: none;
  }
  /* line 1529, ../scss/style.scss */
  header.header_page .tag_section {
    display: none;
  }
  /* line 1532, ../scss/style.scss */
  header.header_page img {
    display: none;
  }

  /* line 1537, ../scss/style.scss */
  .content-test {
    padding: 1rem .4rem 8rem;
  }
  /* line 1539, ../scss/style.scss */
  .content-test .container {
    padding-right: 5px;
    padding-left: 5px;
  }

  /* line 1544, ../scss/style.scss */
  nav.breadcrumb {
    display: block;
    margin-bottom: 20px;
  }

  /* line 1549, ../scss/style.scss */
  .stay-connected-footer {
    height: 0;
    min-height: 345px;
    background: #f28820;
  }
  /* line 1553, ../scss/style.scss */
  .stay-connected-footer .container {
    width: 85%;
  }
  /* line 1556, ../scss/style.scss */
  .stay-connected-footer:before {
    left: 0;
    right: 0;
    width: 470%;
    top: -30%;
    transform: translateX(-39%);
  }
  /* line 1563, ../scss/style.scss */
  .stay-connected-footer .title_section {
    margin-top: -35%;
  }

  /* line 1568, ../scss/style.scss */
  .stay-connected-footer .contact_section .mailchimp-newsletter-mergefields {
    display: block !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1574, ../scss/style.scss */
  .stay-connected-footer .contact_section form fieldset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1582, ../scss/style.scss */
  .stay-connected-footer .contact_section form #edit-actions {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* line 1592, ../scss/style.scss */
  article table {
    width: 100%;
  }
  /* line 1594, ../scss/style.scss */
  article table th {
    border-top: none;
    padding: 0;
  }
  /* line 1598, ../scss/style.scss */
  article table tbody {
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
  }
  /* line 1603, ../scss/style.scss */
  article thead {
    border-bottom: 5px solid #f28820;
  }
  /* line 1606, ../scss/style.scss */
  article thead h4 {
    font-family: 'Avenir LT Std';
    font-weight: normal;
    font-size: 1rem;
  }
  /* line 1612, ../scss/style.scss */
  article tr:nth-of-type(2n) {
    background-color: inherit;
  }
  /* line 1615, ../scss/style.scss */
  article tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em;
  }
  /* line 1620, ../scss/style.scss */
  article tbody td {
    display: block;
    text-align: center;
  }
  /* line 1624, ../scss/style.scss */
  article tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }

  /* forms */
  /* line 1633, ../scss/style.scss */
  .content-test .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1640, ../scss/style.scss */
  .user-form {
    padding: 0 !important;
  }

  /* line 1643, ../scss/style.scss */
  .wrapper_form-user {
    padding: 0 !important;
  }

  /* line 1647, ../scss/style.scss */
  #edit-basic {
    padding: 1rem;
  }
  /* line 1649, ../scss/style.scss */
  #edit-basic fieldset {
    width: 100%;
    display: block;
  }
  /* line 1653, ../scss/style.scss */
  #edit-basic button {
    width: auto;
    display: block;
    height: auto;
    margin-top: 0;
  }

  /* line 1663, ../scss/style.scss */
  section.section_collapse .card:before {
    padding: 0.5rem 0.7rem !important;
  }
  /* line 1667, ../scss/style.scss */
  section.section_collapse .card .card-header button {
    font-size: 1rem !important;
    padding-left: 3rem !important;
    line-height: 1;
  }
  /* line 1673, ../scss/style.scss */
  section.section_collapse .card .card-body-accordion {
    padding: 1rem 1.2rem 1rem 3.2rem !important;
    font-size: 1rem;
  }

  /* line 1681, ../scss/style.scss */
  .view-filters form fieldset {
    width: 100%;
  }

  /* line 1686, ../scss/style.scss */
  .panel_directory .row-panel .col {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  /* line 1691, ../scss/style.scss */
  #block-main-nav-mobile--2 {
    display: none;
  }

  /* line 1694, ../scss/style.scss */
  .sharethis-wrapper {
    margin: 15px 15px;
  }

  /* line 1697, ../scss/style.scss */
  .menu--my-account {
    position: fixed;
    z-index: 1030;
    right: 0px;
    top: 8px;
  }

  /* line 1703, ../scss/style.scss */
  #search-button {
    margin-left: -60px;
  }
}
/* Full monitor */
@media screen and (min-width: 1600px) {
  /* line 1734, ../scss/style.scss */
  .stay-connected-footer {
    margin-top: 0%;
  }
  /* line 1735, ../scss/style.scss */
  .stay-connected-footer:before {
    top: 5%;
  }
  /* line 1738, ../scss/style.scss */
  .stay-connected-footer .title_section {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1900px) {
  /* line 1746, ../scss/style.scss */
  .stay-connected-footer {
    margin-top: 0%;
  }
  /* line 1747, ../scss/style.scss */
  .stay-connected-footer:before {
    top: 5%;
  }
  /* line 1750, ../scss/style.scss */
  .stay-connected-footer .title_section {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 2600px) and (min-width: 2000px) {
  /* line 1757, ../scss/style.scss */
  .stay-connected-footer:before {
    top: -15%;
  }

  /* line 1760, ../scss/style.scss */
  header.header_home {
    height: 75vh;
  }

  /* line 1763, ../scss/style.scss */
  .stay-connected-footer {
    margin-top: 0%;
  }
}
/* @media (min-width: 2200px) {

} */
/* ESTILOS VIEW EVENTOS TEMPORALES */
/*.view-filters {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin: 20px 0px;
	padding: 15px 15px;
}*/
/* line 1783, ../scss/style.scss */
.event-calendar-row-gala-event {
  /*border: 2px solid gold;*/
}

/* line 1787, ../scss/style.scss */
.user-thumbnail-text-wrapper {
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  line-height: 2.5;
  background: url(https://www.gala-global.org/themes/custom/gala/images/user-white.svg) no-repeat;
  background-size: 25px;
  background-position: center center;
}
/* line 1797, ../scss/style.scss */
.user-thumbnail-text-wrapper span {
  display: block;
  background: #f28820;
  border-radius: 50%;
}

/* line 1806, ../scss/style.scss */
.dropdown button:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 1814, ../scss/style.scss */
.dropdown img {
  border-radius: 50%;
}
/* line 1817, ../scss/style.scss */
.dropdown .dropdown-menu {
  margin-top: 15px;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
  box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.1);
  border: 0;
}
/* line 1826, ../scss/style.scss */
.dropdown .dropdown-menu a {
  color: #001932;
  font-weight: bold;
  padding: 7px 20px;
}
/* line 1830, ../scss/style.scss */
.dropdown .dropdown-menu a:hover {
  color: #0ab1c8;
  background: transparent;
}
/* line 1834, ../scss/style.scss */
.dropdown .dropdown-menu a:focus {
  background: transparent;
}
/* line 1839, ../scss/style.scss */
.dropdown .dropdown-menu .user-name {
  padding: 0.25rem 1.2rem;
  background-color: #9e9e9e36;
  border-bottom: 2px solid #0ab1c8;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  /* line 1853, ../scss/style.scss */
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
/* line 1891, ../scss/style.scss */
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* forms */
/* line 1897, ../scss/style.scss */
.wrapper_form-user {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.03);
  padding: 2rem;
}
/* line 1903, ../scss/style.scss */
.wrapper_form-user .title_form {
  padding: 35px;
}
/* line 1906, ../scss/style.scss */
.wrapper_form-user textarea {
  resize: none;
}
/* line 1910, ../scss/style.scss */
.wrapper_form-user fieldset {
  position: relative;
  padding: 10px 10px 10px 0;
}
/* line 1914, ../scss/style.scss */
.wrapper_form-user fieldset input.form-control {
  margin-top: 0;
  border: 0 solid #ced4da;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0;
}
/* line 1919, ../scss/style.scss */
.wrapper_form-user fieldset input.form-control:focus {
  box-shadow: none;
}
/* line 1922, ../scss/style.scss */
.wrapper_form-user fieldset input.form-control.is-invalid {
  color: #dc3545;
  border-bottom: 1px solid #dc3545 !important;
}
/* line 1929, ../scss/style.scss */
.wrapper_form-user fieldset.js-form-type-textfield label {
  position: absolute;
  top: 0;
}
/* line 1942, ../scss/style.scss */
.wrapper_form-user fieldset.js-form-type-managed-file input.form-control {
  padding: 0px;
}
/* line 1948, ../scss/style.scss */
.wrapper_form-user fieldset.js-form-type-textarea button.link-edit-summary {
  background: #f28820 !important;
  color: #fff !important;
  border: 1px solid #f28820 !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  padding: .1rem .5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin: 4px;
}
/* line 1972, ../scss/style.scss */
.wrapper_form-user fieldset.js-form-item-field-image-uri-0-title {
  padding: 20px 0;
}
/* line 1977, ../scss/style.scss */
.wrapper_form-user a#edit-body-0-format-help-about {
  color: #f28820;
  font-size: 14px;
}
/* line 1982, ../scss/style.scss */
.wrapper_form-user #edit-actions {
  margin: 10px 20px;
}
/* line 1985, ../scss/style.scss */
.wrapper_form-user #edit-body-0-format-help-about:before {
  font-family: FontAwesome;
  content: url("https://www.gala-global.org/themes/custom/gala/images/external-link.svg");
  margin-right: 5px;
}
/* line 1992, ../scss/style.scss */
.wrapper_form-user .js-form-type-checkbox .form-check-input {
  margin-left: 0;
}
/* line 1995, ../scss/style.scss */
.wrapper_form-user .js-form-type-checkbox .form-check {
  padding-left: 1.25rem;
}
/* line 1999, ../scss/style.scss */
.wrapper_form-user legend {
  padding: 20px 0 5px;
  font-size: inherit;
}
/* line 2003, ../scss/style.scss */
.wrapper_form-user .field--type-datetime {
  position: relative;
}
/* line 2009, ../scss/style.scss */
.wrapper_form-user #edit-field-event-locations-wrapper {
  padding: 35px;
}
/* line 2011, ../scss/style.scss */
.wrapper_form-user #edit-field-event-locations-wrapper select {
  height: auto;
}
/* line 2015, ../scss/style.scss */
.wrapper_form-user .js-form-item-field-event-locations-0-address-given-name,
.wrapper_form-user .form-item-field-event-locations-0-address-address-line1,
.wrapper_form-user .form-item-field-event-locations-0-address-address-line2 {
  padding: 20px 35px;
}
/* line 2021, ../scss/style.scss */
.wrapper_form-user .form-item-field-event-url-0-title {
  padding: 20px 0;
}
/* line 2025, ../scss/style.scss */
.wrapper_form-user button.tabledrag-toggle-weight {
  background: #f28820 !important;
  color: #fff !important;
  border: 1px solid #f28820 !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  padding: .4rem .7rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin: 4px;
}
/* line 2042, ../scss/style.scss */
.wrapper_form-user #field-keywords-add-more-wrapper {
  padding: 20px;
}

/* line 2050, ../scss/style.scss */
.node-article-form fieldset {
  padding: 20px 35px;
}
/* line 2054, ../scss/style.scss */
.node-article-form #edit-body-0-format-help, .node-article-form #edit-body-0--description {
  padding: 0 35px;
}
/* line 2058, ../scss/style.scss */
.node-article-form #edit-actions {
  margin: 10px 35px;
}
/* line 2062, ../scss/style.scss */
.node-article-form #edit-body-0-format-help {
  display: none;
}
/* line 2068, ../scss/style.scss */
.node-article-form fieldset.js-form-type-entity-autocomplete input.form-control {
  margin-bottom: 10px;
}
/* line 2073, ../scss/style.scss */
.node-article-form fieldset.js-form-item-field-publication-url-0-title {
  padding: 20px 0;
}
/* line 2077, ../scss/style.scss */
.node-article-form table.field-multiple-table th {
  border-top: none;
  padding: 0;
}
/* line 2081, ../scss/style.scss */
.node-article-form table.field-multiple-table tbody {
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
}
/* line 2085, ../scss/style.scss */
.node-article-form table.field-multiple-table thead {
  border-bottom: 5px solid #f28820;
}
/* line 2088, ../scss/style.scss */
.node-article-form table.field-multiple-table thead h4 {
  font-family: 'Avenir LT Std';
  font-weight: normal;
  font-size: 1rem;
}
/* line 2096, ../scss/style.scss */
.node-article-form .tabledrag-toggle-weight-wrapper {
  display: none;
  /* text-align: left;
  button.tabledrag-toggle-weight {
  	background: #ffffff !important;
  	color: #f28820 !important;
  	text-transform: uppercase;
  	font-size:.8rem;
  } */
}
/* line 2106, ../scss/style.scss */
.node-article-form .table-responsive {
  padding: 35px;
}
/* line 2108, ../scss/style.scss */
.node-article-form .table-responsive table {
  margin-top: 15px;
}
/* line 2109, ../scss/style.scss */
.node-article-form .table-responsive table th {
  border-top: none;
}
/* line 2114, ../scss/style.scss */
.node-article-form .table-responsive table input.form-control {
  background: transparent;
}
/* line 2118, ../scss/style.scss */
.node-article-form .table-responsive .paragraph-type-top {
  padding: 20px 32px;
}
/* line 2120, ../scss/style.scss */
.node-article-form .table-responsive .paragraph-type-top .paragraphs-dropbutton-wrapper {
  padding: 0 !important;
}
/* line 2124, ../scss/style.scss */
.node-article-form .table-responsive .paragraph-type-title {
  flex-basis: 50%;
  font-size: 20px;
  font-weight: 600;
}
/* line 2129, ../scss/style.scss */
.node-article-form .table-responsive a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}
/* line 2136, ../scss/style.scss */
.node-article-form .paragraphs-dropbutton-wrapper {
  padding: 20px 35px;
}

/* line 2142, ../scss/style.scss */
.node-blog-form fieldset {
  padding: 20px 35px;
}
/* line 2146, ../scss/style.scss */
.node-blog-form #edit-body-0-format-help, .node-blog-form #edit-body-0--description {
  padding: 0 35px;
}
/* line 2150, ../scss/style.scss */
.node-blog-form #edit-actions {
  margin: 10px 35px;
}
/* line 2154, ../scss/style.scss */
.node-blog-form #edit-body-0-format-help {
  display: none;
}
/* line 2160, ../scss/style.scss */
.node-blog-form fieldset.js-form-type-entity-autocomplete input.form-control {
  margin-bottom: 10px;
}
/* line 2165, ../scss/style.scss */
.node-blog-form fieldset.js-form-item-field-publication-url-0-title {
  padding: 20px 0;
}
/* line 2169, ../scss/style.scss */
.node-blog-form table.field-multiple-table th {
  border-top: none;
  padding: 0;
}
/* line 2173, ../scss/style.scss */
.node-blog-form table.field-multiple-table tbody {
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
}
/* line 2177, ../scss/style.scss */
.node-blog-form table.field-multiple-table thead {
  border-bottom: 5px solid #f28820;
}
/* line 2180, ../scss/style.scss */
.node-blog-form table.field-multiple-table thead h4 {
  font-family: 'Avenir LT Std';
  font-weight: normal;
  font-size: 1rem;
}
/* line 2188, ../scss/style.scss */
.node-blog-form .tabledrag-toggle-weight-wrapper {
  display: none;
  /* text-align: left;
  button.tabledrag-toggle-weight {
  	background: #ffffff !important;
  	color: #f28820 !important;
  	text-transform: uppercase;
  	font-size:.8rem;
  } */
}
/* line 2198, ../scss/style.scss */
.node-blog-form .table-responsive {
  padding: 35px;
}
/* line 2200, ../scss/style.scss */
.node-blog-form .table-responsive table {
  margin-top: 15px;
}
/* line 2201, ../scss/style.scss */
.node-blog-form .table-responsive table th {
  border-top: none;
}
/* line 2206, ../scss/style.scss */
.node-blog-form .table-responsive table input.form-control {
  background: transparent;
}
/* line 2210, ../scss/style.scss */
.node-blog-form .table-responsive .paragraph-type-top {
  padding: 20px 32px;
}
/* line 2212, ../scss/style.scss */
.node-blog-form .table-responsive .paragraph-type-top .paragraphs-dropbutton-wrapper {
  padding: 0 !important;
}
/* line 2216, ../scss/style.scss */
.node-blog-form .table-responsive .paragraph-type-title {
  flex-basis: 50%;
  font-size: 20px;
  font-weight: 600;
}
/* line 2221, ../scss/style.scss */
.node-blog-form .table-responsive a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}
/* line 2228, ../scss/style.scss */
.node-blog-form .paragraphs-dropbutton-wrapper {
  padding: 20px 35px;
}

/* line 2235, ../scss/style.scss */
.node-event-form .form-check {
  padding-left: 2rem;
  padding-top: 2px;
}
/* line 2240, ../scss/style.scss */
.node-event-form .form-item-field-event-locations-0-address-country-code {
  padding: 20px 0px !important;
}
/* line 2244, ../scss/style.scss */
.node-event-form .field--name-field-virtual-event {
  padding: 0px 0px 50px 12px;
}
/* line 2248, ../scss/style.scss */
.node-event-form .field--name-field-show-end-date {
  padding: 0px 0px 50px 12px;
}
/* line 2253, ../scss/style.scss */
.node-event-form #edit-field-event-start-date-wrapper label {
  padding: 0 10px;
}
/* line 2258, ../scss/style.scss */
.node-event-form #edit-body-0-format-help, .node-event-form #edit-body-0--description {
  padding: 0 35px;
}
/* line 2262, ../scss/style.scss */
.node-event-form #edit-actions {
  margin: 10px 35px;
}
/* line 2266, ../scss/style.scss */
.node-event-form #edit-body-0-format-help {
  display: none;
}
/* line 2270, ../scss/style.scss */
.node-event-form .field--type-datetime {
  padding: 0 30px;
}
/* line 2273, ../scss/style.scss */
.node-event-form .form-check {
  padding-left: 24px;
}
/* line 2278, ../scss/style.scss */
.node-event-form .wrapper_form-user #edit-field-event-locations-wrapper {
  padding: 35px 35px;
}
/* line 2285, ../scss/style.scss */
.node-event-form .wrapper_form-user fieldset {
  padding: 20px 40px;
}
/* line 2287, ../scss/style.scss */
.node-event-form .wrapper_form-user fieldset input.form-control {
  margin-bottom: 20px;
}
/* line 2294, ../scss/style.scss */
.node-event-form #edit-field-show-end-date-wrapper fieldset, .node-event-form #edit-field-event-start-date-0-value fieldset {
  padding-left: 10px !important;
}
/* line 2304, ../scss/style.scss */
.node-event-form fieldset.form-item-field-event-locations-0-address-administrative-area {
  padding: 20px 35px;
}

/* line 2311, ../scss/style.scss */
.node-press-release-form fieldset.form-item-field-publication-url-0-title {
  padding-left: 0;
}
/* line 2315, ../scss/style.scss */
.node-press-release-form .tabledrag-toggle-weight-wrapper {
  display: none;
  /* text-align: left;
  button.tabledrag-toggle-weight {
  	background: #ffffff !important;
  	color: #f28820 !important;
  	text-transform: uppercase;
  	font-size:.8rem;
  } */
}
/* line 2326, ../scss/style.scss */
.node-press-release-form table.field-multiple-table th {
  border-top: none;
  padding: 0;
}
/* line 2330, ../scss/style.scss */
.node-press-release-form table.field-multiple-table tbody {
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
}
/* line 2334, ../scss/style.scss */
.node-press-release-form table.field-multiple-table thead {
  border-bottom: 5px solid #f28820;
}
/* line 2337, ../scss/style.scss */
.node-press-release-form table.field-multiple-table thead h4 {
  font-family: 'Avenir LT Std';
  font-weight: normal;
  font-size: 1rem;
}
/* line 2347, ../scss/style.scss */
.node-press-release-form .table-responsive table {
  margin-top: 15px;
}
/* line 2354, ../scss/style.scss */
.node-press-release-form .table-responsive {
  padding: 20px;
}
/* line 2356, ../scss/style.scss */
.node-press-release-form .table-responsive table {
  margin-top: 15px;
}
/* line 2359, ../scss/style.scss */
.node-press-release-form .table-responsive table input.form-control {
  background: transparent;
}
/* line 2363, ../scss/style.scss */
.node-press-release-form .table-responsive .paragraph-type-top {
  padding: 20px 32px;
}
/* line 2365, ../scss/style.scss */
.node-press-release-form .table-responsive .paragraph-type-top .paragraphs-dropbutton-wrapper {
  padding: 0 !important;
}
/* line 2369, ../scss/style.scss */
.node-press-release-form .table-responsive .paragraph-type-title {
  flex-basis: 50%;
  font-size: 20px;
  font-weight: 600;
}
/* line 2374, ../scss/style.scss */
.node-press-release-form .table-responsive a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}
/* line 2381, ../scss/style.scss */
.node-press-release-form .paragraphs-dropbutton-wrapper {
  padding: 20px;
}

/* line 2386, ../scss/style.scss */
.user-form {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.03);
  padding: 2rem;
}
/* line 2392, ../scss/style.scss */
.user-form .title_form {
  padding: 35px;
}
/* line 2395, ../scss/style.scss */
.user-form textarea {
  resize: none;
}
/* line 2398, ../scss/style.scss */
.user-form fieldset {
  position: relative;
  padding: 20px;
}
/* line 2402, ../scss/style.scss */
.user-form fieldset input.form-control {
  margin-top: 0;
  border: 0 solid #ced4da;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0;
}
/* line 2407, ../scss/style.scss */
.user-form fieldset input.form-control:focus {
  box-shadow: none;
}
/* line 2413, ../scss/style.scss */
.user-form fieldset.js-form-type-textfield label {
  position: absolute;
  top: 0;
  margin-bottom: none;
}
/* line 2418, ../scss/style.scss */
.user-form fieldset.js-form-type-textfield input {
  height: 1.5rem;
  margin-top: 1.5rem;
  padding: 0px;
}
/* line 2426, ../scss/style.scss */
.user-form fieldset.js-form-type-managed-file input.form-control {
  padding: 0px;
}
/* line 2432, ../scss/style.scss */
.user-form fieldset.js-form-type-textarea button.link-edit-summary {
  background: #f28820 !important;
  color: #fff !important;
  border: 1px solid #f28820 !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  padding: .1rem .5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin: 4px;
}
/* line 2453, ../scss/style.scss */
.user-form fieldset.js-form-type-entity-autocomplete {
  padding: 20px 20px;
}
/* line 2456, ../scss/style.scss */
.user-form fieldset.js-form-item-field-image-uri-0-title {
  padding: 20px 20px;
}
/* line 2461, ../scss/style.scss */
.user-form #edit-field-home-address-wrapper {
  padding: 20px 40px;
}
/* line 2465, ../scss/style.scss */
.user-form #edit-actions {
  margin: 10px 20px;
}
/* line 2469, ../scss/style.scss */
.user-form #edit-pass {
  padding: 0px;
}
/* line 2473, ../scss/style.scss */
.user-form .address-container-inline {
  padding: 0px;
}
/* line 2477, ../scss/style.scss */
.user-form .js-form-item-field-home-address-0-address-country-code {
  padding: 0px;
}
/* line 2481, ../scss/style.scss */
.user-form .chosen-container.form-select {
  padding: 6px !important;
  background-image: none !important;
}

/* line 2489, ../scss/style.scss */
.user-profile .row > * {
  width: auto;
}
/* line 2492, ../scss/style.scss */
.user-profile .nav-tabs > li.active > a {
  left: 25%;
}
/* line 2494, ../scss/style.scss */
.user-profile .nav-tabs > li.active > a:hover {
  left: 25%;
}
/* line 2499, ../scss/style.scss */
.user-profile h4.blue {
  font-size: 1rem;
  margin-bottom: 15px;
  margin-left: 5px;
}
/* line 2504, ../scss/style.scss */
.user-profile .profile-info-name {
  text-align: left;
  font-size: 14px;
}
/* line 2508, ../scss/style.scss */
.user-profile .profile-info-value {
  padding: 6px 4px 6px 6px;
  font-size: 13px;
}
/* line 2512, ../scss/style.scss */
.user-profile h4.widget-title {
  margin-left: 30px;
  font-size: 1rem;
}
/* line 2516, ../scss/style.scss */
.user-profile .widget-main {
  margin-left: 30px;
  font-size: 13px;
  margin-top: 20px;
}

/* line 2523, ../scss/style.scss */
#choose-organization-from-domain {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.03);
  padding: 2rem;
}
/* line 2530, ../scss/style.scss */
#choose-organization-from-domain h2 {
  font-size: 1.7rem;
}
/* line 2533, ../scss/style.scss */
#choose-organization-from-domain .js-form-item {
  margin-bottom: 10px;
}
/* line 2535, ../scss/style.scss */
#choose-organization-from-domain .js-form-item .form-check {
  padding-left: .2rem;
}
/* line 2539, ../scss/style.scss */
#choose-organization-from-domain #edit-actions {
  padding-left: 0px !important;
}
/* line 2542, ../scss/style.scss */
#choose-organization-from-domain #edit-actions #edit-submit {
  background-color: #FFF !important;
  color: #212529 !important;
}

/* line 2551, ../scss/style.scss */
.node-organization-organization-creation-form #org-creation-form-wrapper legend {
  margin-bottom: 8px;
}
/* line 2555, ../scss/style.scss */
.node-organization-organization-creation-form #org-creation-form-wrapper .js-form-type-checkbox .form-check {
  padding-left: 1.5rem;
  margin: 5px 0;
}
/* line 2560, ../scss/style.scss */
.node-organization-organization-creation-form #org-creation-form-wrapper #optional-fields-prefix {
  margin: 3rem 0;
}
/* line 2564, ../scss/style.scss */
.node-organization-organization-creation-form .js-form-item-field-headquarters-0-address-country-code {
  padding: 20px 5px 20px;
}
/* line 2567, ../scss/style.scss */
.node-organization-organization-creation-form fieldset.js-form-type-entity-autocomplete {
  padding: 0 0;
}
/* line 2569, ../scss/style.scss */
.node-organization-organization-creation-form fieldset.js-form-type-entity-autocomplete input.form-control {
  margin-bottom: 10px;
}
/* line 2574, ../scss/style.scss */
.node-organization-organization-creation-form fieldset.js-form-item-field-publication-url-0-title {
  padding: 20px 0;
}
/* line 2579, ../scss/style.scss */
.node-organization-organization-creation-form .image-widget fieldset.js-form-type-textfield input {
  height: unset;
  margin-top: 1.5rem;
  padding-bottom: 0px !important;
}
/* line 2587, ../scss/style.scss */
.node-organization-organization-creation-form fieldset.js-form-type-textfield label {
  margin-bottom: none;
}
/* line 2590, ../scss/style.scss */
.node-organization-organization-creation-form fieldset.js-form-type-textfield input {
  height: 1.5rem;
  margin-top: 1.5rem;
  padding-bottom: 1rem !important;
}
/* line 2597, ../scss/style.scss */
.node-organization-organization-creation-form table.field-multiple-table th {
  border-top: none;
  padding: 0;
}
/* line 2601, ../scss/style.scss */
.node-organization-organization-creation-form table.field-multiple-table tbody {
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
}
/* line 2608, ../scss/style.scss */
.node-organization-organization-creation-form table.field-multiple-table thead h4 {
  font-family: 'Avenir LT Std';
  font-weight: normal;
  font-size: 1rem;
}
/* line 2616, ../scss/style.scss */
.node-organization-organization-creation-form .tabledrag-toggle-weight-wrapper {
  display: none;
  /* text-align: left;
  button.tabledrag-toggle-weight {
  	background: #ffffff !important;
  	color: #f28820 !important;
  	text-transform: uppercase;
  	font-size:.8rem;
  } */
}
/* line 2627, ../scss/style.scss */
.node-organization-organization-creation-form .table-responsive table {
  margin-top: 15px;
}
/* line 2630, ../scss/style.scss */
.node-organization-organization-creation-form .table-responsive table input.form-control {
  background: transparent;
}
/* line 2634, ../scss/style.scss */
.node-organization-organization-creation-form .table-responsive .paragraph-type-top {
  padding: 20px 32px;
}
/* line 2636, ../scss/style.scss */
.node-organization-organization-creation-form .table-responsive .paragraph-type-top .paragraphs-dropbutton-wrapper {
  padding: 0 !important;
}
/* line 2640, ../scss/style.scss */
.node-organization-organization-creation-form .table-responsive .paragraph-type-title {
  flex-basis: 50%;
  font-size: 20px;
  font-weight: 600;
}
/* line 2645, ../scss/style.scss */
.node-organization-organization-creation-form .table-responsive a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}
/* line 2651, ../scss/style.scss */
.node-organization-organization-creation-form fieldset > label:first-of-type {
  font-weight: bold;
}
/* line 2654, ../scss/style.scss */
.node-organization-organization-creation-form .details-wrapper {
  padding: 20px;
}
/* line 2657, ../scss/style.scss */
.node-organization-organization-creation-form .wrapper_form-user legend {
  margin-bottom: -10px;
}
/* line 2660, ../scss/style.scss */
.node-organization-organization-creation-form .title_form {
  padding: 0 0 45px 0;
}
/* line 2663, ../scss/style.scss */
.node-organization-organization-creation-form .form-control {
  padding: 1.5rem 0 .5rem 0 !important;
}
/* line 2666, ../scss/style.scss */
.node-organization-organization-creation-form textarea.form-control {
  padding: 20px !important;
}
/* line 2670, ../scss/style.scss */
.node-organization-organization-creation-form .image-widget-data input {
  padding: 0 !important;
}
/* line 2675, ../scss/style.scss */
.node-organization-organization-creation-form [class*="form-item-field-social-media-links"] .field-prefix {
  display: none;
}
/* line 2680, ../scss/style.scss */
.node-organization-organization-creation-form [id*="edit-field-social-media-links"] [role=button] {
  display: none !important;
}
/* line 2684, ../scss/style.scss */
.node-organization-organization-creation-form .chosen-container {
  width: 100% !important;
}
/* line 2687, ../scss/style.scss */
.node-organization-organization-creation-form .chosen-single > div > b {
  display: none;
}
/* line 2690, ../scss/style.scss */
.node-organization-organization-creation-form #edit-field-phones-wrapper,
.node-organization-organization-creation-form #edit-field-domains-wrapper {
  margin-bottom: 45px !important;
}
/* line 2702, ../scss/style.scss */
.node-organization-organization-creation-form .field--name-field-phones button.field-add-more-submit {
  display: none;
}

/* line 2722, ../scss/style.scss */
.alert-wrapper .alert-dismissible {
  width: 100%;
  display: inline-block;
}

/* line 2728, ../scss/style.scss */
.tooltip-inner {
  min-width: 400px;
}

/* line 2733, ../scss/style.scss */
#org-creation-form-wrapper legend {
  font-size: 1rem;
}
/* line 2737, ../scss/style.scss */
#org-creation-form-wrapper .table-responsive {
  overflow-x: unset;
}
/* line 2741, ../scss/style.scss */
#org-creation-form-wrapper .address-container-inline {
  padding: 0px;
}

/* line 2747, ../scss/style.scss */
section.section_collapse {
  padding: 1rem 0;
}
/* line 2749, ../scss/style.scss */
section.section_collapse .accordion {
  color: #001832;
}
/* line 2751, ../scss/style.scss */
section.section_collapse .accordion h3 {
  padding: 0 0;
}
/* line 2755, ../scss/style.scss */
section.section_collapse .card {
  border: 2px solid #00aec6 !important;
  border-radius: 0 0 0 0 !important;
  background: #fff;
  margin-bottom: 20px;
}
/* line 2760, ../scss/style.scss */
section.section_collapse .card .card-header {
  position: relative;
  padding: 1.5rem 0;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
/* line 2765, ../scss/style.scss */
section.section_collapse .card .card-header button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  text-align: left;
  text-transform: unset;
  font-size: 1.3rem;
  padding-left: 5rem;
  color: #001832;
}
/* line 2777, ../scss/style.scss */
section.section_collapse .card .card-header button:hover, section.section_collapse .card .card-header button:focus, section.section_collapse .card .card-header button:active {
  text-decoration: none !important;
  color: #00aec6;
}
/* line 2785, ../scss/style.scss */
section.section_collapse .card .card-header .collapsed:before {
  content: '+';
  height: 100%;
  padding: .5rem 1.2rem;
  left: 0px;
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  font-family: 'Avenir_black';
  background: #00aec6;
  color: #fff;
}
/* line 2798, ../scss/style.scss */
section.section_collapse .card .card-header:before {
  content: '-';
  height: 100%;
  padding: .5rem 1.2rem;
  left: 0px;
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  font-family: 'Avenir_black';
  background: #00aec6;
  color: #fff;
}
/* line 2815, ../scss/style.scss */
section.section_collapse .card:before {
  content: '+';
  height: 100%;
  padding: .5rem 1.2rem;
  left: 0px;
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  font-family: 'Avenir_black';
  background: #00aec6;
  color: #fff;
}
/* line 2829, ../scss/style.scss */
section.section_collapse .carda:before {
  content: "\f067";
}
/* line 2833, ../scss/style.scss */
section.section_collapse .card .card-body-accordion {
  padding: 0.7rem 1rem;
}
/* line 2837, ../scss/style.scss */
section.section_collapse .card.locations {
  color: #001832;
  border: 2px solid #001832 !important;
}
/* line 2840, ../scss/style.scss */
section.section_collapse .card.locations:before {
  background: #001832;
}
/* line 2845, ../scss/style.scss */
section.section_collapse .card .collapse-body, section.section_collapse .card .collapse, section.section_collapse .card .collapsing {
  padding-left: 4rem;
}
/* line 2851, ../scss/style.scss */
section.section_program .program-nav {
  margin-bottom: 1rem;
}
/* line 2856, ../scss/style.scss */
section.section_program .content-arrow:before {
  content: url(https://www.gala-global.org/themes/custom/gala/images/angle-right-solid.svg);
  padding: 1rem;
  width: 100%;
  position: absolute;
  transition: transform 0.2s;
}
/* line 2865, ../scss/style.scss */
section.section_program .program-session .session-title {
  color: #fff;
  background-color: #020d19;
  font-size: 1rem;
  height: 4rem;
  justify-content: center;
  align-content: center;
}
/* line 2873, ../scss/style.scss */
section.section_program .program-session .session-title h4 {
  margin-bottom: 0px;
}
/* line 2877, ../scss/style.scss */
section.section_program .program-session .card-body {
  padding: 0px;
}
/* line 2880, ../scss/style.scss */
section.section_program .program-session .card-body.program_speaker {
  padding: 1.25rem;
}

/* line 2888, ../scss/style.scss */
.sidebar-col > div {
  margin-bottom: 30px;
}

/* line 2893, ../scss/style.scss */
.sidebar-col h4 {
  font-family: 'Avenir_black';
  margin-bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  background: #0ab1c8;
  width: auto;
  padding: 8px;
}
/* line 2904, ../scss/style.scss */
.sidebar-col #block-morelikethisblock ul {
  padding: 0rem 0;
}
/* line 2906, ../scss/style.scss */
.sidebar-col #block-morelikethisblock ul li {
  list-style-type: none;
  border-bottom: 1px solid #f1ebeb;
  padding: 10px 8px;
  /* &:nth-child(even) { background: #fff }
  &:nth-child(odd) { background: #f9f9f9} */
}
/* line 2911, ../scss/style.scss */
.sidebar-col #block-morelikethisblock ul li a {
  display: block;
  font-size: .85rem;
  color: #001932;
  text-decoration: none;
}
/* line 2916, ../scss/style.scss */
.sidebar-col #block-morelikethisblock ul li a:hover {
  color: #0ab1c8;
}
/* line 2920, ../scss/style.scss */
.sidebar-col #block-morelikethisblock ul li:first-child {
  border-top: 1px solid #f1ebeb;
}
/* line 2923, ../scss/style.scss */
.sidebar-col #block-morelikethisblock ul li:hover {
  background: #f9f9f9;
}

/* line 2933, ../scss/style.scss */
#org-overview-widget {
  resize: vertical;
  max-height: 600px;
}

/* line 2939, ../scss/style.scss */
.content-item h1 {
  font-family: 'Avenir LT Std';
  margin-bottom: 25px;
}

/* line 2944, ../scss/style.scss */
#block-call-for-proposal-info {
  display: none;
}

/* line 2949, ../scss/style.scss */
#views-exposed-form-professional-development-block-1 input {
  margin-top: 0px;
}

/* line 2954, ../scss/style.scss */
#disable-author-review {
  display: none !important;
}

/* line 2958, ../scss/style.scss */
#edit-submit-create {
  width: 120px;
}

/* line 2962, ../scss/style.scss */
.audio-embed {
  margin: 40px 0px;
}

/* line 2968, ../scss/style.scss */
h5 span {
  margin-top: -300px;
  padding-bottom: 300px;
  display: block;
  z-index: -999;
}

/* line 2976, ../scss/style.scss */
.footer_stay-connected-internal {
  background-color: #0ab1c8;
  color: #fff;
  padding: 3rem 0;
}
/* line 2980, ../scss/style.scss */
.footer_stay-connected-internal h2 {
  margin-bottom: 2rem;
}
/* line 2983, ../scss/style.scss */
.footer_stay-connected-internal .mailchimp-newsletter-mergefields {
  width: 78%;
  float: left;
}
/* line 2986, ../scss/style.scss */
.footer_stay-connected-internal .mailchimp-newsletter-mergefields fieldset {
  width: 32%;
  display: inline-block;
}
/* line 2989, ../scss/style.scss */
.footer_stay-connected-internal .mailchimp-newsletter-mergefields fieldset input {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  color: #fff;
}
/* line 2996, ../scss/style.scss */
.footer_stay-connected-internal .form-actions {
  width: 22%;
  float: right;
}
/* line 2999, ../scss/style.scss */
.footer_stay-connected-internal .form-actions button {
  width: 100%;
  height: 38px;
  margin-top: 4px;
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #2dbbcf !important;
  padding: 8px 0 !important;
}

/* line 3012, ../scss/style.scss */
.em-text-with-link {
  font-size: .9rem;
  color: #777;
  margin: 15px;
}
/* line 3016, ../scss/style.scss */
.em-text-with-link a {
  color: #f28820 !important;
}

/* line 3022, ../scss/style.scss */
.alert .placeholder {
  cursor: default;
  background-color: inherit;
  opacity: 1;
}

/* line 3031, ../scss/style.scss */
#field-article-author-values tr {
  background-color: #FFF;
}
/* line 3035, ../scss/style.scss */
#field-article-author-values td {
  box-shadow: none;
}

/* line 3040, ../scss/style.scss */
#field-blog-authors-values tr {
  background-color: #FFF;
}
/* line 3044, ../scss/style.scss */
#field-blog-authors-values td {
  box-shadow: none;
}

/* line 3050, ../scss/style.scss */
#field-organization-reference-values tr {
  background-color: #FFF;
}
/* line 3054, ../scss/style.scss */
#field-organization-reference-values td {
  box-shadow: none;
}

/* line 3060, ../scss/style.scss */
.chosen-container.chosen-container-single.form-select {
  padding: .375rem 0 .375rem .75rem;
  background-image: none;
}

@media only screen and (max-width: 740px) {
  /* line 3066, ../scss/style.scss */
  .footer_stay-connected-internal {
    margin-bottom: 0rem;
  }
  /* line 3069, ../scss/style.scss */
  .footer_stay-connected-internal .mailchimp-newsletter-mergefields {
    width: 100%;
    float: none;
  }
  /* line 3072, ../scss/style.scss */
  .footer_stay-connected-internal .mailchimp-newsletter-mergefields fieldset {
    width: 100%;
    display: block;
  }
  /* line 3078, ../scss/style.scss */
  .footer_stay-connected-internal .form-actions {
    width: 100%;
    float: none;
  }
}
/* badges */
/* line 3087, ../scss/style.scss */
.badge-container-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
/* line 3092, ../scss/style.scss */
.badge-container-row .member-center {
  margin-left: 2rem;
}
/* line 3095, ../scss/style.scss */
.badge-container-row .badge-sponsor {
  width: 100px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .8rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
}
/* line 3106, ../scss/style.scss */
.badge-container-row .badge {
  width: 100px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .8rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
}
/* line 3119, ../scss/style.scss */
.badge-container-row .badge.member .cls-1, .badge-container-row .badge-sponsor.member .cls-1 {
  fill: none;
  stroke: #ef7d24;
  stroke-miterlimit: 10;
}
/* line 3120, ../scss/style.scss */
.badge-container-row .badge.member .cls-2, .badge-container-row .badge-sponsor.member .cls-2 {
  font-size: 20px;
  fill: #ed8103;
  font-family: AvenirLTStd-Medium, Avenir LT Std;
  font-weight: 500;
  letter-spacing: -0.08em;
}
/* line 3121, ../scss/style.scss */
.badge-container-row .badge.member p, .badge-container-row .badge-sponsor.member p {
  color: #ed8100;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
  font-size: 14px;
}
/* line 3128, ../scss/style.scss */
.badge-container-row .badge.member h2, .badge-container-row .badge-sponsor.member h2 {
  color: #ed8100;
}
/* line 3132, ../scss/style.scss */
.badge-container-row .badge.academic, .badge-container-row .badge-sponsor.academic {
  height: 125px;
}
/* line 3135, ../scss/style.scss */
.badge-container-row .badge h2, .badge-container-row .badge-sponsor h2 {
  height: 60px;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
}
/* line 3141, ../scss/style.scss */
.badge-container-row .badge.speaker, .badge-container-row .badge-sponsor.speaker {
  height: 87px;
}
/* line 3142, ../scss/style.scss */
.badge-container-row .badge.speaker .cls-1, .badge-container-row .badge-sponsor.speaker .cls-1 {
  fill: #00aec6;
}
/* line 3146, ../scss/style.scss */
.badge-container-row .badge.speaker h2, .badge-container-row .badge-sponsor.speaker h2 {
  color: #00aec6;
  margin-top: .3rem;
}
/* line 3151, ../scss/style.scss */
.badge-container-row .badge.sponsor, .badge-container-row .badge-sponsor.sponsor {
  height: 120px;
  margin-top: 1rem;
}
/* line 3152, ../scss/style.scss */
.badge-container-row .badge.sponsor .cls-1, .badge-container-row .badge-sponsor.sponsor .cls-1 {
  fill: none;
  stroke: #862835;
  stroke-miterlimit: 10;
}
/* line 3159, ../scss/style.scss */
.badge-container-row .badge.sponsor h2, .badge-container-row .badge-sponsor.sponsor h2 {
  color: #862835;
}
/* line 3162, ../scss/style.scss */
.badge-container-row .badge.sponsor p, .badge-container-row .badge-sponsor.sponsor p {
  margin-bottom: 0 !important;
  margin-top: 1rem;
  color: #862835;
}

/* badges */
/* line 3172, ../scss/style.scss */
.badge-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 3177, ../scss/style.scss */
.badge-container .member-center {
  margin-left: 2rem;
}
/* line 3180, ../scss/style.scss */
.badge-container .badge-sponsor {
  width: 100px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .8rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
}
/* line 3191, ../scss/style.scss */
.badge-container .badge {
  width: 100px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .8rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
}
/* line 3204, ../scss/style.scss */
.badge-container .badge.member .cls-1, .badge-container .badge-sponsor.member .cls-1 {
  fill: none;
  stroke: #ef7d24;
  stroke-miterlimit: 10;
}
/* line 3205, ../scss/style.scss */
.badge-container .badge.member .cls-2, .badge-container .badge-sponsor.member .cls-2 {
  font-size: 20px;
  fill: #ed8103;
  font-family: AvenirLTStd-Medium, Avenir LT Std;
  font-weight: 500;
  letter-spacing: -0.08em;
}
/* line 3206, ../scss/style.scss */
.badge-container .badge.member p, .badge-container .badge-sponsor.member p {
  color: #ed8100;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
  font-size: 14px;
}
/* line 3213, ../scss/style.scss */
.badge-container .badge.member h2, .badge-container .badge-sponsor.member h2 {
  color: #ed8100;
}
/* line 3217, ../scss/style.scss */
.badge-container .badge.academic, .badge-container .badge-sponsor.academic {
  height: 125px;
}
/* line 3220, ../scss/style.scss */
.badge-container .badge h2, .badge-container .badge-sponsor h2 {
  height: 60px;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
}
/* line 3226, ../scss/style.scss */
.badge-container .badge.speaker, .badge-container .badge-sponsor.speaker {
  height: 87px;
}
/* line 3227, ../scss/style.scss */
.badge-container .badge.speaker .cls-1, .badge-container .badge-sponsor.speaker .cls-1 {
  fill: #00aec6;
}
/* line 3231, ../scss/style.scss */
.badge-container .badge.speaker h2, .badge-container .badge-sponsor.speaker h2 {
  color: #00aec6;
  margin-top: .3rem;
}
/* line 3236, ../scss/style.scss */
.badge-container .badge.sponsor, .badge-container .badge-sponsor.sponsor {
  height: 120px;
  margin-top: 1rem;
}
/* line 3237, ../scss/style.scss */
.badge-container .badge.sponsor .cls-1, .badge-container .badge-sponsor.sponsor .cls-1 {
  fill: none;
  stroke: #862835;
  stroke-miterlimit: 10;
}
/* line 3244, ../scss/style.scss */
.badge-container .badge.sponsor h2, .badge-container .badge-sponsor.sponsor h2 {
  color: #862835;
}
/* line 3247, ../scss/style.scss */
.badge-container .badge.sponsor p, .badge-container .badge-sponsor.sponsor p {
  margin-bottom: 0 !important;
  margin-top: 1rem;
  color: #862835;
}

@media only screen and (max-width: 740px) {
  /* line 3257, ../scss/style.scss */
  .badge-container-row, .badge-container {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
  }
  /* line 3262, ../scss/style.scss */
  .badge-container-row h2, .badge-container h2 {
    font-size: 16px !important;
  }
}
/* line 3272, ../scss/style.scss */
.form-actions.js-form-wrapper.form-wrapper.mb-3 {
  display: flex !important;
  padding-bottom: 0.3rem;
}

/* line 3277, ../scss/style.scss */
.form-actions.js-form-wrapper.form-wrapper.mb-3 button {
  margin-right: 0.2rem;
}

/* line 3281, ../scss/style.scss */
.js-form-item.js-form-type-select.form-type-select.js-form-item-type.form-item-type.form-no-label.form-group.col-auto {
  padding-left: 0px;
}

/* line 3285, ../scss/style.scss */
.title-standard-content a {
  color: black;
  font-weight: bolder;
}

/* line 3290, ../scss/style.scss */
.mark-keyword {
  font-weight: bolder;
  font-family: 'Avenir_black';
}

@media only screen and (max-width: 1200px) {
  /* line 3296, ../scss/style.scss */
  .w-100.d-flex.align-items-center.justify-content-end.megamenu {
    height: 18vh;
  }

  /* line 3299, ../scss/style.scss */
  nav#nav .logo {
    top: 35%;
  }

  /* line 3302, ../scss/style.scss */
  .tbm-link.level-2.no-link.tbm-group-title {
    padding: 0;
  }

  /* line 3305, ../scss/style.scss */
  .navbar.navbar-expand-lg.bg-white .container-fluid .col-lg-12 .w-100:nth-child(2) .block.block-tb-megamenu.block-tb-megamenu-menu-blockmain-nav-bottom .content .tbm.tbm-main-nav-bottom.tbm-no-arrows.animate.slide.tbm--mobile.tbm--mobile-show .tbm-collapse.always-show {
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (max-width: 1110px) {
  /* line 3315, ../scss/style.scss */
  nav#nav .logo {
    top: 45%;
  }

  /* line 3318, ../scss/style.scss */
  .navbar.navbar-expand-lg.bg-white .container-fluid .col-lg-12 .w-100:nth-child(2) {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 870px) {
  /* line 3325, ../scss/style.scss */
  nav#nav .logo {
    top: 52%;
  }

  /* line 3328, ../scss/style.scss */
  .navbar.navbar-expand-lg.bg-white .container-fluid .col-lg-12 .w-100:nth-child(2) {
    margin-top: 6rem;
  }
}
/* line 3334, ../scss/style.scss */
.center-justified {
  text-align: justify !important;
  margin: 0 auto !important;
  width: 30em !important;
}

/* line 3341, ../scss/style.scss */
.content-tags {
  font-size: .9rem;
  color: #777;
}

/* line 3347, ../scss/style.scss */
#edit-field-accepting-until-date-0-value-time {
  display: none !important;
}

/* line 3352, ../scss/style.scss */
.node-job-listing-form fieldset {
  padding: 20px 35px;
}
/* line 3356, ../scss/style.scss */
.node-job-listing-form #edit-body-0-format-help, .node-job-listing-form #edit-body-0--description {
  padding: 0 35px;
}
/* line 3360, ../scss/style.scss */
.node-job-listing-form #edit-actions {
  margin: 10px 35px;
}
/* line 3364, ../scss/style.scss */
.node-job-listing-form #edit-body-0-format-help {
  display: none;
}

/* line 3370, ../scss/style.scss */
.node-blog-form fieldset {
  padding: 20px 35px;
}
/* line 3374, ../scss/style.scss */
.node-blog-form #edit-body-0-format-help, .node-blog-form #edit-body-0--description {
  padding: 0 35px;
}
/* line 3378, ../scss/style.scss */
.node-blog-form #edit-actions {
  margin: 10px 35px;
}
/* line 3382, ../scss/style.scss */
.node-blog-form #edit-body-0-format-help {
  display: none;
}

/* line 3386, ../scss/style.scss */
.col-lg-12.view-filters.professional {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 3392, ../scss/style.scss */
.professional-org {
  font-size: 10px !important;
  font-family: "Avenir LT Std" !important;
  color: #00aec6 !important;
}

/* line 3398, ../scss/style.scss */
.professional-title a {
  font-family: "Avenir LT Std" !important;
  font-weight: 800 !important;
  color: black !important;
}

/* line 3403, ../scss/style.scss */
.date-time.prof-develop-date span {
  color: #7a7a7a;
}

/* line 3406, ../scss/style.scss */
.row.professional .grid-view-row.views-row {
  background: white;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding-bottom: 0.5rem;
}

/* line 3414, ../scss/style.scss */
#views-exposed-form-event-calendar-event-calendar-block-1 fieldset {
  min-width: 32% !important;
}

/* line 3419, ../scss/style.scss */
.col-lg-9.col-md-9.col-12.register-gala .block.block-system.block-system-main-block .content .user-register-form.user-form.antibot
div fieldset {
  padding-top: 12px !important;
  padding-bottom: 0px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* line 3426, ../scss/style.scss */
.col-lg-9.col-md-9.col-12.register-gala .block.block-system.block-system-main-block .content .user-register-form.user-form.antibot
fieldset fieldset {
  padding: 12px 0 !important;
}

/* line 3431, ../scss/style.scss */
.col-lg-9.col-md-9.col-12.register-gala .block.block-system.block-system-main-block .content .user-register-form.user-form.antibot
.js-form-item.js-form-type-item.form-type-item.js-form-item-title.form-item-title.form-group.col-auto {
  padding-bottom: 0;
}

/* line 3436, ../scss/style.scss */
.node-form .placeholder {
  background-color: unset;
  opacity: 1;
  cursor: unset;
}

/* line 3444, ../scss/style.scss */
#edit_field_headquarters_0_address_country_code__2_chosen,
#edit_field_organization_type_chosen,
#edit_field_staff_size_range_chosen,
#edit_field_revenue_range_chosen {
  width: 100% !important;
}

/* line 3451, ../scss/style.scss */
.breadcrumb {
  background-color: transparent !important;
}
