/*Config netbeans : --compass --style compressed */
/******************* GLOBAL *******************************/
/* line 16, ../sass/style.scss */
body, input, select, textarea {
  font-family: 'Open Sans', Arial, serif;
}

/* line 20, ../sass/style.scss */
body {
  position: relative;
}

/* line 24, ../sass/style.scss */
h2 {
  font-family: 'Candara', 'Orienta', sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #005395;
}

/* line 32, ../sass/style.scss */
a, a:hover, a:focus {
  text-decoration: none;
}

/* line 37, ../sass/style.scss */
.btn.btn-orange {
  background-color: #f08628;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0;
  padding: 8px 15px;
  border: none;
}
/* line 47, ../sass/style.scss */
.btn.btn-orange.focus, .btn.btn-orange:focus, .btn.btn-orange:hover {
  color: white;
}
/* line 51, ../sass/style.scss */
.btn.btn-orange.hvr-sweep-to-right:before {
  background: #d66d0f;
}

/* line 57, ../sass/style.scss */
.hvr-sweep-to-right.hover {
  color: white;
}

/* line 60, ../sass/style.scss */
.hvr-sweep-to-right.hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

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

/******************* ITEMS FIXED ******************************/
/* line 71, ../sass/style.scss */
.autism_networks {
  position: fixed;
  top: 201px;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1200px) {
  /* line 71, ../sass/style.scss */
  .autism_networks {
    display: none;
  }
}
/* line 81, ../sass/style.scss */
.autism_networks .network_icon {
  display: block;
  width: 80px;
  height: 80px;
  padding: 20px 0;
  text-align: center;
  background: #005395;
  color: #fff;
  border-bottom: 1px solid #fff;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/* line 92, ../sass/style.scss */
.autism_networks .network_icon.network_youtube {
  border-bottom: 0;
}
/* line 96, ../sass/style.scss */
.autism_networks .network_icon:hover {
  background: #f08628;
}
/* line 99, ../sass/style.scss */
.autism_networks .network_icon span {
  display: none;
}
/* line 102, ../sass/style.scss */
.autism_networks .network_icon i.fa {
  font-size: 40px;
}

/* line 108, ../sass/style.scss */
#autism_easytoread {
  position: fixed;
  top: 201px;
  right: 0;
  z-index: 1000;
  opacity: 0;
  -moz-transition: -moz-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  /*@media (max-width: 1200px){
  	display: none;
  }*/
}
/* line 120, ../sass/style.scss */
#autism_easytoread.showed {
  opacity: 1;
}
/* line 124, ../sass/style.scss */
#autism_easytoread.closed {
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
/* line 128, ../sass/style.scss */
#autism_easytoread.closed_animated {
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.41, 1.35, 0.36, 1.58);
  -o-transition: -o-transform 300ms cubic-bezier(0.41, 1.35, 0.36, 1.58);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.41, 1.35, 0.36, 1.58);
  transition: transform 300ms cubic-bezier(0.41, 1.35, 0.36, 1.58);
}
/* line 133, ../sass/style.scss */
#autism_easytoread:hover {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: -moz-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
/* line 138, ../sass/style.scss */
#autism_easytoread > a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0;
  text-align: center;
  background: #00457d;
  color: #fff;
  border-bottom: 1px solid #fff;
  -moz-transition: -moz-transform 300ms ease-in;
  -o-transition: -o-transform 300ms ease-in;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
}
/* line 149, ../sass/style.scss */
#autism_easytoread > a:hover {
  background: #f08628;
}
/* line 153, ../sass/style.scss */
#autism_easytoread > a:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(../images/icon_easytoread.png) no-repeat 50% 50%;
}
/* line 162, ../sass/style.scss */
#autism_easytoread > a span {
  display: inline-block;
  font-weight: bold;
  float: right;
  padding: 0 20px;
  font-size: 22px;
  width: 200px;
  text-align: center;
}

/* line 174, ../sass/style.scss */
#octAccess {
  top: 281px !important;
}
@media (max-width: 767px) {
  /* line 174, ../sass/style.scss */
  #octAccess {
    display: none;
  }
}
/* line 181, ../sass/style.scss */
#octAccess .open {
  width: 80px;
  height: 80px;
  padding: 10px 0px !important;
  background-color: #00457d !important;
  border-radius: 0 !important;
  overflow: hidden;
  -moz-transition: -moz-transform 1s, opacity 1.5s, background 300ms !important;
  -o-transition: -o-transform 1s, opacity 1.5s, background 300ms !important;
  -webkit-transition: -webkit-transform 1s, opacity 1.5s, background 300ms !important;
  transition: transform 1s, opacity 1.5s, background 300ms !important;
}
/* line 190, ../sass/style.scss */
#octAccess .open:hover {
  background: #f08628 !important;
}
/* line 195, ../sass/style.scss */
#octAccess .octIcon.octIcon-chair {
  background: url(../images/icon_accessibility.png) no-repeat 50% 50% !important;
  width: 56px;
  height: 48px;
  margin-top: 4px !important;
  margin-bottom: 30px !important;
}

/******************* HEADER ******************************/
/* line 206, ../sass/style.scss */
header.header_main {
  width: 100%;
  background: #005395;
  border-bottom: 1px solid white;
  padding: 30px 0 0;
}
/* line 212, ../sass/style.scss */
header.header_main .topbar {
  background: #00457d;
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0;
  z-index: 10001;
}
/* line 220, ../sass/style.scss */
body.logged-in header.header_main .topbar {
  top: 30px;
}
/* line 224, ../sass/style.scss */
header.header_main .topbar .navigation {
  height: 30px;
  color: white;
  margin: 0;
}
/* line 229, ../sass/style.scss */
header.header_main .topbar .navigation li {
  position: relative;
  height: 100%;
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 8px;
}
@media (max-width: 767px) {
  /* line 229, ../sass/style.scss */
  header.header_main .topbar .navigation li {
    padding: 0 4px;
  }
}
/* line 241, ../sass/style.scss */
header.header_main .topbar .navigation li:after {
  content: '|';
  position: absolute;
  top: 0;
  right: -5px;
  color: white;
}
/* line 249, ../sass/style.scss */
header.header_main .topbar .navigation li a {
  color: white;
}
@media (max-width: 480px) {
  /* line 249, ../sass/style.scss */
  header.header_main .topbar .navigation li a {
    font-size: 10px;
  }
}
/* line 256, ../sass/style.scss */
header.header_main .topbar .navigation li a:hover {
  color: #f08628;
}
/* line 260, ../sass/style.scss */
header.header_main .topbar .navigation li a.active {
  font-weight: bold;
}
/* line 265, ../sass/style.scss */
header.header_main .topbar .navigation li.donate {
  padding: 0;
}
/* line 268, ../sass/style.scss */
header.header_main .topbar .navigation li.donate a {
  display: block;
  background: #f08628;
  text-transform: uppercase;
  padding: 0 17px;
}
@media (max-width: 480px) {
  /* line 268, ../sass/style.scss */
  header.header_main .topbar .navigation li.donate a {
    padding: 0 8px;
  }
}
/* line 278, ../sass/style.scss */
header.header_main .topbar .navigation li.donate a.hvr-sweep-to-right:before {
  background: #d66d0f;
}
/* line 282, ../sass/style.scss */
header.header_main .topbar .navigation li.donate a:hover {
  color: white;
}
/* line 292, ../sass/style.scss */
header.header_main .topbar .navigation.navigation-left li:last-child:after {
  display: none;
}
/* line 302, ../sass/style.scss */
header.header_main .topbar .navigation.navigation-right li:last-child:after, header.header_main .topbar .navigation.navigation-right li:nth-last-child(2):after {
  display: none;
}
/* line 311, ../sass/style.scss */
header.header_main .navbar {
  border: 0;
  margin-bottom: 0;
  padding: 17px 0 27px;
}
@media (max-width: 767px) {
  /* line 311, ../sass/style.scss */
  header.header_main .navbar {
    padding: 15px 0;
  }
}
/* line 320, ../sass/style.scss */
header.header_main .navbar img {
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 325, ../sass/style.scss */
header.header_main .navbar-brand {
  height: auto;
  padding: 0;
}
/* line 329, ../sass/style.scss */
header.header_main .navbar-brand img {
  width: 248px;
}
@media (max-width: 1200px) {
  /* line 329, ../sass/style.scss */
  header.header_main .navbar-brand img {
    width: 150px;
  }
}
/* line 338, ../sass/style.scss */
header.header_main .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
}
/* line 344, ../sass/style.scss */
header.header_main .navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
  margin: 0;
}
/* line 349, ../sass/style.scss */
header.header_main .navbar-toggle .icon-bar {
  background: white;
  width: 30px;
  height: 4px;
}
/* line 354, ../sass/style.scss */
header.header_main .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/* line 360, ../sass/style.scss */
header.header_main .nav.navbar-nav {
  padding-top: 56px;
  float: right;
}
@media (max-width: 1200px) {
  /* line 360, ../sass/style.scss */
  header.header_main .nav.navbar-nav {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  /* line 360, ../sass/style.scss */
  header.header_main .nav.navbar-nav {
    padding-top: 0px;
    float: none;
    margin: 0;
  }
}
/* line 374, ../sass/style.scss */
header.header_main .nav.navbar-nav > li {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  /* line 374, ../sass/style.scss */
  header.header_main .nav.navbar-nav > li {
    padding-left: 0px;
  }
}
/* line 382, ../sass/style.scss */
header.header_main .nav.navbar-nav > li:after {
  content: '/';
  position: absolute;
  top: 0;
  right: -16px;
  color: #2595d2;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 382, ../sass/style.scss */
  header.header_main .nav.navbar-nav > li:after {
    display: none;
  }
}
/* line 396, ../sass/style.scss */
header.header_main .nav.navbar-nav > li:last-child:after {
  display: none;
}
/* line 401, ../sass/style.scss */
header.header_main .nav.navbar-nav > li > a {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  letter-spacing: 0.02em;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1200px) {
  /* line 401, ../sass/style.scss */
  header.header_main .nav.navbar-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* line 401, ../sass/style.scss */
  header.header_main .nav.navbar-nav > li > a {
    font-size: 17px;
    padding: 10px 0;
  }
}
/* line 419, ../sass/style.scss */
header.header_main .nav.navbar-nav > li > a:focus, header.header_main .nav.navbar-nav > li > a:hover {
  background: none;
  color: #f08628;
}
/* line 426, ../sass/style.scss */
header.header_main .nav.navbar-nav > li.current_page_item a {
  color: #f08628;
}
/* line 433, ../sass/style.scss */
header.header_main.stuck {
  position: fixed;
  top: 0;
  z-index: 1000;
}
/* line 438, ../sass/style.scss */
header.header_main.stuck .navbar {
  padding: 10px 0;
}
/* line 441, ../sass/style.scss */
header.header_main.stuck .navbar img {
  width: 122px;
}
/* line 446, ../sass/style.scss */
header.header_main.stuck .nav.navbar-nav {
  padding-top: 3px;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 450, ../sass/style.scss */
header.header_main.stuck .nav.navbar-nav > li > a {
  font-size: 14px;
}

/******************* FOOTER ******************************/
/* line 458, ../sass/style.scss */
footer {
  background: #303036;
  color: #9c9c9c;
  padding: 0;
  font-size: 13px;
}
/* line 464, ../sass/style.scss */
footer .footer_inner {
  padding-top: 40px;
  padding-bottom: 50px;
}
/* line 468, ../sass/style.scss */
footer .footer_inner > .container {
  padding: 0 45px;
}
/* line 472, ../sass/style.scss */
footer .footer_inner h3 {
  margin-top: 0;
  color: #2595d2;
  font-size: 15px;
  font-family: 'Candara', 'Orienta', sans-serif;
  font-weight: bold;
}
/* line 480, ../sass/style.scss */
footer .footer_inner a {
  color: #d8d8d8;
}
/* line 484, ../sass/style.scss */
footer .footer_inner .socials {
  margin-top: -4px;
  margin-bottom: 6px;
}
/* line 488, ../sass/style.scss */
footer .footer_inner .socials a {
  display: block;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  border: 2px solid #9c9c9c;
  color: #9c9c9c;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 499, ../sass/style.scss */
footer .footer_inner .socials a:hover {
  border: 2px solid #f0f5f8;
  color: #f0f5f8;
}
/* line 506, ../sass/style.scss */
footer .footer_inner .funded_ue {
  float: right;
  text-align: center;
  opacity: 0.7;
  color: white;
  margin-top: -20px;
}
@media (max-width: 767px) {
  /* line 506, ../sass/style.scss */
  footer .footer_inner .funded_ue {
    margin: auto;
    float: none;
  }
}
/* line 518, ../sass/style.scss */
footer .footer_inner .funded_ue img {
  display: inline-block;
  margin-bottom: 5px;
}
/* line 523, ../sass/style.scss */
footer .footer_inner .funded_ue p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
/* line 531, ../sass/style.scss */
footer .footer_bar {
  background: #25252b;
  padding-top: 20px;
  padding-bottom: 40px;
}
/* line 537, ../sass/style.scss */
footer .footer_bar #copyright #logo_aki {
  display: block;
  opacity: 0.5;
  width: 116px;
  height: 35px;
  margin: auto;
  background: url(../images/aki/aki_logo.png) no-repeat 0 0;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
/* line 546, ../sass/style.scss */
footer .footer_bar #copyright #logo_aki:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: url(../images/aki/aki_logo_hover.png) no-repeat 0 0;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 555, ../sass/style.scss */
footer .footer_bar #copyright #logo_aki:hover {
  opacity: 1;
}
/* line 558, ../sass/style.scss */
footer .footer_bar #copyright #logo_aki:hover:after {
  width: 100%;
}

/**********************************************************/
/******************* HOMEPAGE *****************************/
/**********************************************************/
/* line 572, ../sass/style.scss */
.slider_home {
  height: 490px;
  overflow: hidden;
  margin-bottom: -45px;
}
@media (max-width: 768px) {
  /* line 572, ../sass/style.scss */
  .slider_home {
    margin-bottom: -52px;
  }
}
/* line 581, ../sass/style.scss */
.slider_home .slide {
  height: 490px;
  background-size: cover;
  background: no-repeat 50% 50%;
}
/* line 586, ../sass/style.scss */
.slider_home .slide > .container {
  position: relative;
  height: 100%;
}
/* line 591, ../sass/style.scss */
.slider_home .slide .slide_caption {
  position: absolute;
  bottom: 65px;
  right: 15px;
  background: white;
  width: 360px;
  padding: 30px;
  opacity: 0;
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media (max-width: 767px) {
  /* line 591, ../sass/style.scss */
  .slider_home .slide .slide_caption {
    width: 80%;
  }
}
/* line 606, ../sass/style.scss */
.slider_home .slide .slide_caption h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}
/* line 613, ../sass/style.scss */
.slider_home .slide .slide_caption .caption_content {
  color: #2595d2;
  font-size: 14px;
  margin-bottom: 25px;
}
/* line 619, ../sass/style.scss */
.slider_home .slide .slide_caption p.readmore {
  margin-bottom: 0;
}
/* line 623, ../sass/style.scss */
.slider_home .slide .slide_caption .timer-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 4px;
  background: #f08628;
}
/* line 635, ../sass/style.scss */
.slider_home .slide.slick-active .slide_caption {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* line 643, ../sass/style.scss */
.slider_home .slick-dots {
  left: auto;
  right: 50%;
  bottom: 90px;
  width: 150px;
  margin-right: -590px;
}
/* line 650, ../sass/style.scss */
.slider_home .slick-dots li, .slider_home .slick-dots li.slick-active {
  width: auto;
}
/* line 653, ../sass/style.scss */
.slider_home .slick-dots li button, .slider_home .slick-dots li.slick-active button {
  width: auto;
  padding: 0;
}
/* line 657, ../sass/style.scss */
.slider_home .slick-dots li button:before, .slider_home .slick-dots li.slick-active button:before {
  color: #f08628;
  width: auto;
}

/* line 666, ../sass/style.scss */
.container_white {
  position: relative;
  z-index: 100;
}
/* line 670, ../sass/style.scss */
.container_white:before {
  content: '';
  display: block;
  z-index: 99;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -585px;
  background: url(../images/container_home_shadow.png) no-repeat 50% 0;
  background-size: 100%;
}
@media (max-width: 1200px) {
  /* line 670, ../sass/style.scss */
  .container_white:before {
    margin-left: -485px;
    display: none;
  }
}
/* line 689, ../sass/style.scss */
.container_white .content_inner {
  position: relative;
  z-index: 101;
  background: white;
  padding: 0 30px;
  margin: 0;
  overflow: auto;
  min-height: 400px;
}
@media (max-width: 767px) {
  /* line 689, ../sass/style.scss */
  .container_white .content_inner {
    padding: 0 15px;
  }
}
/* line 703, ../sass/style.scss */
.container_white .breadcrumb {
  position: relative;
  z-index: 101;
  background: #2595d2;
  height: 45px;
  border-radius: 0;
  padding: 13px 30px;
  margin: 0;
  color: #fff;
}
@media (max-width: 480px) {
  /* line 703, ../sass/style.scss */
  .container_white .breadcrumb {
    padding: 12px 30px;
    line-height: 13px;
  }
}
/* line 718, ../sass/style.scss */
.container_white .breadcrumb a {
  color: #fff;
}

/* line 724, ../sass/style.scss */
.home_menu_intern {
  list-style: none;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 768px) {
  /* line 724, ../sass/style.scss */
  .home_menu_intern {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 734, ../sass/style.scss */
.home_menu_intern li {
  padding: 0;
  display: block;
  float: left;
}
@media (max-width: 991px) {
  /* line 734, ../sass/style.scss */
  .home_menu_intern li {
    width: 25%;
  }
}
/* line 743, ../sass/style.scss */
.home_menu_intern li a {
  display: block;
  padding: 8px 50px;
  background: #005395;
  color: white;
  border-right: 1px solid white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
}
/* line 755, ../sass/style.scss */
.home_menu_intern li a:hover {
  background: #2595d2;
  color: white;
}
/* line 760, ../sass/style.scss */
.home_menu_intern li a.active {
  background: white;
  color: #00457d;
}
@media (max-width: 991px) {
  /* line 743, ../sass/style.scss */
  .home_menu_intern li a {
    padding: 8px 10px;
  }
}
/* line 771, ../sass/style.scss */
.home_menu_intern li:last-child a {
  border-right: 0;
}

/* line 778, ../sass/style.scss */
.home_slide_intro {
  outline: 0;
}

@media (max-width: 991px) {
  /* line 782, ../sass/style.scss */
  .home_nutshell {
    overflow: hidden;
  }
}
/* line 787, ../sass/style.scss */
.home_nutshell h1 {
  font-size: 28px;
  font-weight: bold;
  color: #005395;
}
/* line 793, ../sass/style.scss */
.home_nutshell .home_introduction {
  margin: 15px 0 30px;
  color: #2595d2;
  font-size: 18px;
  line-height: 26px;
}
/* line 800, ../sass/style.scss */
.home_nutshell .link_mag {
  display: block;
}
/* line 803, ../sass/style.scss */
.home_nutshell .link_mag:hover {
  cursor: pointer;
}
/* line 807, ../sass/style.scss */
.home_nutshell .link_mag .link_mag_arrow {
  position: absolute;
  top: 190px;
  left: -180px;
}
@media (max-width: 991px) {
  /* line 807, ../sass/style.scss */
  .home_nutshell .link_mag .link_mag_arrow {
    display: none;
  }
}
/* line 816, ../sass/style.scss */
.home_nutshell .link_mag .link_mag_pic {
  float: right;
}
/* line 819, ../sass/style.scss */
.home_nutshell .link_mag .btn-orange {
  position: absolute;
  top: 224px;
  right: -15px;
}
@media (max-width: 991px) {
  /* line 819, ../sass/style.scss */
  .home_nutshell .link_mag .btn-orange {
    right: 15px;
  }
}

/* line 831, ../sass/style.scss */
.home_googlemaps_wrapper {
  position: relative;
}
/* line 834, ../sass/style.scss */
.home_googlemaps_wrapper .home_googlemaps {
  height: 400px;
}
/* line 838, ../sass/style.scss */
.home_googlemaps_wrapper .home_maps_filters {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f0f5f8;
  color: #fff;
}
/* line 849, ../sass/style.scss */
.home_googlemaps_wrapper .home_maps_filters p {
  float: left;
  font-size: 15px;
  margin: 0;
  margin-right: 20px;
  line-height: 20px;
  color: #9c9c9c;
}
/* line 858, ../sass/style.scss */
.home_googlemaps_wrapper .home_maps_filters ul {
  float: left;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
/* line 864, ../sass/style.scss */
.home_googlemaps_wrapper .home_maps_filters ul li {
  float: left;
  list-style: none;
  color: #9c9c9c;
}
/* line 869, ../sass/style.scss */
.home_googlemaps_wrapper .home_maps_filters ul li .map_legend_color {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 5px;
}
/* line 876, ../sass/style.scss */
.home_googlemaps_wrapper .home_maps_filters ul li .map_legend_color.color_member {
  background: #005395;
}
/* line 880, ../sass/style.scss */
.home_googlemaps_wrapper .home_maps_filters ul li .map_legend_color.color_service {
  background: #f08628;
}
/* line 885, ../sass/style.scss */
.home_googlemaps_wrapper .home_maps_filters ul li a {
  border-radius: 4px;
  margin-right: 10px;
  font-size: 15px;
  color: #9c9c9c;
}

/* line 902, ../sass/style.scss */
.news {
  height: 250px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 902, ../sass/style.scss */
  .news {
    height: auto;
  }
}
/* line 910, ../sass/style.scss */
.news .news_link {
  display: block;
  height: 100%;
}
/* line 915, ../sass/style.scss */
.news .news_inner {
  position: relative;
  background: #f0f5f8;
  display: block;
  height: 100%;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
/* line 922, ../sass/style.scss */
.news .news_inner.hvr-sweep-to-right:before {
  background: #005395;
}
/* line 926, ../sass/style.scss */
.news .news_inner > .row {
  height: 100%;
}
@media (max-width: 767px) {
  /* line 926, ../sass/style.scss */
  .news .news_inner > .row {
    height: auto;
    min-height: 100px;
  }
}
/* line 934, ../sass/style.scss */
.news .news_inner > .row > .col {
  height: 100%;
}
@media (max-width: 767px) {
  /* line 934, ../sass/style.scss */
  .news .news_inner > .row > .col {
    height: auto;
    min-height: 100px;
  }
}
/* line 944, ../sass/style.scss */
.news .news_inner .news_pic_wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 944, ../sass/style.scss */
  .news .news_inner .news_pic_wrapper {
    height: 200px;
  }
}
/* line 953, ../sass/style.scss */
.news .news_inner .news_pic {
  height: 100%;
  background: #005395 no-repeat;
  background-size: cover;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  /*&.news_pic_hover {
      position: absolute;
      top:0;
      left:0;
      width:0%;
      background-blend-mode: lighten;
  }*/
}
/* line 968, ../sass/style.scss */
.news .news_inner .news_description {
  padding: 30px;
  padding-left: 0;
}
@media (max-width: 767px) {
  /* line 968, ../sass/style.scss */
  .news .news_inner .news_description {
    padding: 15px 20px;
  }
}
/* line 977, ../sass/style.scss */
.news .news_inner .post_date {
  color: #9c9c9c;
  margin: 0;
}
/* line 982, ../sass/style.scss */
.news .news_inner h2 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #2595d2;
  padding: 0;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  /* line 982, ../sass/style.scss */
  .news .news_inner h2 {
    margin-top: 0;
  }
}
/* line 998, ../sass/style.scss */
.news .news_inner .news_intro {
  color: #9c9c9c;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
/* line 1003, ../sass/style.scss */
.news .news_inner .news_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1011, ../sass/style.scss */
.news .news_inner:hover {
  color: white;
}
/* line 1015, ../sass/style.scss */
.news .news_inner:hover .post_date {
  color: white;
}
/* line 1019, ../sass/style.scss */
.news .news_inner:hover h2 {
  color: white;
}
/* line 1023, ../sass/style.scss */
.news .news_inner:hover .news_intro {
  color: white;
}
/* line 1034, ../sass/style.scss */
.news.news_newsletter > a {
  background: #f08628;
  padding: 75px 20px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}
/* line 1042, ../sass/style.scss */
.news.news_newsletter > a .subscribe {
  display: block;
  font-weight: 600;
}
/* line 1047, ../sass/style.scss */
.news.news_newsletter > a.hvr-sweep-to-right:before {
  background: #a6540c;
}

/* line 1054, ../sass/style.scss */
.newsletter_ribbon {
  position: relative;
  top: 0;
  background: #f08628;
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  /* line 1054, ../sass/style.scss */
  .newsletter_ribbon {
    font-size: 20px;
  }
}
/* line 1068, ../sass/style.scss */
.newsletter_ribbon a {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  padding: 15px 30px;
  background: url(../images/newsletter_subscription.png) no-repeat -40px 50%;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 1200px) {
  /* line 1068, ../sass/style.scss */
  .newsletter_ribbon a {
    background-position: -185px 50%;
  }
}
@media (max-width: 768px) {
  /* line 1068, ../sass/style.scss */
  .newsletter_ribbon a {
    background: #f08628;
    text-align: center;
    line-height: 22px;
  }
}
/* line 1087, ../sass/style.scss */
.newsletter_ribbon a span.subscribe_newsletter_stayinformed {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  display: block;
  width: 50%;
  line-height: 24px;
}
/* line 1094, ../sass/style.scss */
.newsletter_ribbon a span.subscribe_newsletter_wrapper {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  float: right;
  color: #f08628;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  text-align: right;
}
@media (max-width: 1200px) {
  /* line 1094, ../sass/style.scss */
  .newsletter_ribbon a span.subscribe_newsletter_wrapper {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  /* line 1094, ../sass/style.scss */
  .newsletter_ribbon a span.subscribe_newsletter_wrapper {
    float: none;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  /* line 1120, ../sass/style.scss */
  html.backgroundcliptext .newsletter_ribbon a span.subscribe_newsletter_wrapper .subscribe_newsletter {
    background: url(../images/newsletter_subscription.png) 0 0;
    -webkit-background-clip: text;
    color: transparent;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
}
/* line 1130, ../sass/style.scss */
.newsletter_ribbon a:hover {
  background-position: 433px 50%;
}
/* line 1133, ../sass/style.scss */
.newsletter_ribbon a:hover .subscribe_newsletter_wrapper {
  color: white;
}
/* line 1137, ../sass/style.scss */
html.backgroundcliptext .newsletter_ribbon a:hover .subscribe_newsletter_wrapper .subscribe_newsletter {
  background-position: 470px 0;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

/* line 1150, ../sass/style.scss */
.home_map_container h2 {
  margin: 30px 0;
}
@media (max-width: 767px) {
  /* line 1150, ../sass/style.scss */
  .home_map_container h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

/* line 1162, ../sass/style.scss */
.marker_map .marker_item {
  margin-bottom: 10px;
}
/* line 1166, ../sass/style.scss */
.marker_map h3 {
  font-size: 16px;
  margin: 0 0 5px;
}
/* line 1171, ../sass/style.scss */
.marker_map h4 {
  font-size: 14px;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #005395;
}
/* line 1178, ../sass/style.scss */
.marker_map p {
  margin: 0;
}
/* line 1182, ../sass/style.scss */
.marker_map span.member_address {
  display: block;
}
/* line 1186, ../sass/style.scss */
.marker_map span.member_country {
  display: block;
}

/* line 1191, ../sass/style.scss */
.home_links {
  margin: 30px 0;
}
/* line 1194, ../sass/style.scss */
.home_links .box_twitter {
  overflow: hidden;
  background: #f0f5f8;
  padding: 0 15px;
  /* Plugin Custom Twitter Feeds */
}
@media (max-width: 767px) {
  /* line 1194, ../sass/style.scss */
  .home_links .box_twitter {
    height: auto;
    margin-bottom: 15px;
  }
}
/* line 1205, ../sass/style.scss */
.home_links .box_twitter h3 {
  color: #2595d2;
  font-size: 18px;
  font-weight: bold;
  margin: 23px 0 5px;
}
/* line 1212, ../sass/style.scss */
.home_links .box_twitter .twitter_logo_container {
  text-align: center;
  padding: 30px 0;
  padding-left: 15px;
}
/* line 1217, ../sass/style.scss */
.home_links .box_twitter .twitter_logo_container > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 1224, ../sass/style.scss */
.home_links .box_twitter p {
  color: #9c9c9c;
  font-size: 13px;
}
/* line 1229, ../sass/style.scss */
.home_links .box_twitter a {
  color: #2595d2;
}
/* line 1234, ../sass/style.scss */
.home_links .box_twitter #ctf .ctf-item {
  padding: 10px 5px;
}
/* line 1239, ../sass/style.scss */
.home_links .box_involved {
  text-align: center;
  height: 140px;
  line-height: 140px;
}
@media (max-width: 767px) {
  /* line 1239, ../sass/style.scss */
  .home_links .box_involved {
    height: auto !important;
    line-height: 140px !important;
    padding: 30px 0;
  }
}
/* line 1250, ../sass/style.scss */
.home_links .box_involved > a {
  display: block;
  background: #f08628;
  color: white;
  font-size: 28px;
  font-weight: 300;
  height: 100%;
  /*@include box-shadow(inset 0px 0px 0px 2px $color_orange);
  @include transition(all 300ms ease-in-out);*/
  /*&:hover {
      background: white;
      color: $color_orange;
  }*/
}
@media (max-width: 767px) {
  /* line 1250, ../sass/style.scss */
  .home_links .box_involved > a {
    line-height: 30px;
    padding: 30px 20px;
  }
}
/* line 1265, ../sass/style.scss */
.home_links .box_involved > a strong {
  font-weight: 600;
}
/* line 1269, ../sass/style.scss */
.home_links .box_involved > a.hvr-sweep-to-right:before {
  background: #d66d0f;
}

/**********************************************************/
/*******************   PAGE   *****************************/
/**********************************************************/
/* line 1285, ../sass/style.scss */
.banner_page {
  height: 292px;
  overflow: hidden;
  margin-bottom: -45px;
  background-color: #b9c3cc;
}

/* line 1293, ../sass/style.scss */
article .entry-header {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 967px) {
  /* line 1293, ../sass/style.scss */
  article .entry-header {
    padding-top: 0;
  }
}
/* line 1302, ../sass/style.scss */
article h1.entry-title {
  font-size: 28px;
  font-weight: bold;
  color: #005395;
  line-height: 21px;
  line-height: 31px;
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 1312, ../sass/style.scss */
article p.entry-date {
  color: #2595d2;
}
/* line 1316, ../sass/style.scss */
article blockquote {
  padding: 0 20px;
  color: #2595d2;
  font-size: 14px;
  line-height: 22px;
  border-left: 5px solid #2595d2;
}
/* line 1324, ../sass/style.scss */
article .chapeau {
  padding: 0 20px;
  color: #2595d2;
  font-size: 16px;
  line-height: 24px;
  border-left: 5px solid #2595d2;
  margin-bottom: 15px;
  font-weight: 600;
}
/* line 1334, ../sass/style.scss */
article .entry-content {
  margin-bottom: 60px;
  line-height: 22px;
}
/* line 1338, ../sass/style.scss */
article .entry-content p {
  margin-bottom: 15px;
}
/* line 1342, ../sass/style.scss */
article .entry-content .page_pic {
  width: 100%;
  margin-bottom: 30px;
}
/* line 1347, ../sass/style.scss */
article .entry-content a {
  color: #f08628;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/* line 1351, ../sass/style.scss */
article .entry-content a:hover {
  background: #f08628;
  color: #fff;
}

/* line 1359, ../sass/style.scss */
.navigation-tree {
  position: relative;
  padding: 30px 0;
  padding-right: 15px;
}
/* line 1364, ../sass/style.scss */
.navigation-tree:before {
  content: '';
  display: block;
  width: 71px;
  height: 302px;
  background: url(../images/navigation-tree-separator.jpg) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}
@media (max-width: 1200px) {
  /* line 1364, ../sass/style.scss */
  .navigation-tree:before {
    display: none;
  }
}
/* line 1380, ../sass/style.scss */
.navigation-tree .categorie-title {
  padding-bottom: 30px;
}
/* line 1383, ../sass/style.scss */
.navigation-tree .categorie-title a {
  display: inline-block;
  background: #f08628;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 600;
}
/* line 1395, ../sass/style.scss */
.navigation-tree ul {
  padding: 0;
}
/* line 1398, ../sass/style.scss */
.navigation-tree ul > li {
  list-style: none;
}
/* line 1401, ../sass/style.scss */
.navigation-tree ul > li > a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding-left: 23px;
  background: url(../images/arrow_blue.svg) no-repeat 7px 50%;
  line-height: 12px;
  display: inline-block;
  margin: 5px 0px;
}
/* line 1413, ../sass/style.scss */
.navigation-tree ul > li.active > a {
  color: #f08628;
}
/* line 1418, ../sass/style.scss */
.navigation-tree ul > li > ul {
  padding-left: 50px;
  display: none;
}
/* line 1422, ../sass/style.scss */
.navigation-tree ul > li > ul > li {
  list-style: initial;
  color: #2595d2;
}
/* line 1426, ../sass/style.scss */
.navigation-tree ul > li > ul > li > a {
  position: relative;
  padding-left: 0;
  background: none;
  color: #2595d2;
  text-transform: inherit;
}
/* line 1434, ../sass/style.scss */
.navigation-tree ul > li > ul > li.active {
  color: #f08628;
}
/* line 1437, ../sass/style.scss */
.navigation-tree ul > li > ul > li.active a {
  color: #f08628;
}
/* line 1440, ../sass/style.scss */
.navigation-tree ul > li > ul > li.active a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #f08628;
}
/* line 1455, ../sass/style.scss */
.navigation-tree ul > li.active ul {
  display: block;
}

/**********************************************************/
/*******************   NEWS   *****************************/
/**********************************************************/
/* line 1467, ../sass/style.scss */
.page_news_block {
  margin-bottom: 30px;
}
/* line 1470, ../sass/style.scss */
.page_news_block header {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 60px;
}
/* line 1475, ../sass/style.scss */
.page_news_block header h1, .page_news_block header h2 {
  text-align: center;
  font-family: 'Candara', 'Orienta', sans-serif;
  color: #00457d;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
/* line 1483, ../sass/style.scss */
.page_news_block header .subtitle {
  text-align: center;
  color: #2595d2;
  margin: 0;
}
/* line 1495, ../sass/style.scss */
.page_news_block.page_news_block_publications .row_publications_first {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 1495, ../sass/style.scss */
  .page_news_block.page_news_block_publications .row_publications_first {
    margin-bottom: 0;
  }
}

/* line 1506, ../sass/style.scss */
.page_news_simple_listing .news:nth-child(2) {
  margin-bottom: 5px;
}

/* line 1511, ../sass/style.scss */
.news_readmore {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 1511, ../sass/style.scss */
  .news_readmore {
    margin-bottom: 30px;
  }
}
/* line 1518, ../sass/style.scss */
.news_readmore a {
  font-size: 16px;
  border-bottom: 1px solid #005395;
}

/* line 1524, ../sass/style.scss */
.box_news_vertical {
  margin-bottom: 5px;
}
/* line 1527, ../sass/style.scss */
.box_news_vertical > a {
  position: relative;
  display: block;
  background: #2595d2;
  color: white;
}
/* line 1533, ../sass/style.scss */
.box_news_vertical > a .news_pic_wrapper {
  height: 280px;
}
/* line 1536, ../sass/style.scss */
.box_news_vertical > a .news_pic_wrapper .news_pic {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
/* line 1541, ../sass/style.scss */
.box_news_vertical > a .news_pic_wrapper .news_pic.news_pic_pressrelease {
  background: #00457d url(../images/pressrelease.png) no-repeat 20px 30px;
}
/* line 1547, ../sass/style.scss */
.box_news_vertical > a .box_news_inner {
  position: relative;
  padding: 0px;
  height: 250px;
  overflow: hidden;
}
/* line 1553, ../sass/style.scss */
.box_news_vertical > a .box_news_inner:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #00457d;
  position: absolute;
  z-index: 9;
  -moz-transition: width 300ms ease-out;
  -o-transition: width 300ms ease-out;
  -webkit-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
}
/* line 1564, ../sass/style.scss */
.box_news_vertical > a .box_news_inner .box_news_inner_content {
  position: relative;
  z-index: 10;
  padding: 30px;
  height: 100%;
}
/* line 1571, ../sass/style.scss */
.box_news_vertical > a .box_news_inner .category {
  text-transform: uppercase;
  color: #00457d;
  font-family: 'Candara', 'Orienta', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 13px;
  margin: 0;
  -moz-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
/* line 1582, ../sass/style.scss */
.box_news_vertical > a .box_news_inner h3 {
  font-family: 'Candara', 'Orienta', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin: 0;
  margin-top: 10px;
}
/* line 1596, ../sass/style.scss */
.box_news_vertical > a:hover .box_news_inner:before {
  width: 100%;
}
/* line 1600, ../sass/style.scss */
.box_news_vertical > a:hover .box_news_inner .category {
  color: white;
  -moz-transition: color 150ms ease-out;
  -o-transition: color 150ms ease-out;
  -webkit-transition: color 150ms ease-out;
  transition: color 150ms ease-out;
}
/* line 1608, ../sass/style.scss */
.box_news_vertical .no_box {
  display: block;
  background: #f0f5f8;
  color: white;
  height: 530px;
}

/* line 1616, ../sass/style.scss */
.link_category_publication {
  display: block;
  height: 180px;
  background: #f0f5f8;
  padding: 30px;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 1200px) {
  /* line 1616, ../sass/style.scss */
  .link_category_publication {
    height: auto;
    margin-bottom: 30px;
  }
}
/* line 1628, ../sass/style.scss */
.link_category_publication .hvr-sweep-to-right:before, .link_category_publication.hvr-sweep-to-right:before {
  background: #005395;
}
/* line 1632, ../sass/style.scss */
.link_category_publication h3 {
  font-family: 'Candara', 'Orienta', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2595d2;
  margin: 0;
  margin-bottom: 15px;
}
/* line 1641, ../sass/style.scss */
.link_category_publication .description {
  color: #9c9c9c;
  margin: 0;
}
/* line 1646, ../sass/style.scss */
.link_category_publication:hover {
  /*background: $color_bluedarker;*/
  color: white;
}
/* line 1650, ../sass/style.scss */
.link_category_publication:hover h3 {
  color: white;
}
/* line 1654, ../sass/style.scss */
.link_category_publication:hover .description {
  color: white;
}
/* line 1659, ../sass/style.scss */
.link_category_publication.link_category_publication_big {
  height: 240px;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 1659, ../sass/style.scss */
  .link_category_publication.link_category_publication_big {
    height: auto;
    margin-bottom: 30px;
  }
}
/* line 1668, ../sass/style.scss */
.link_category_publication.link_category_publication_big .link_magazine_bg {
  background: #2595d2;
  height: 240px;
}
/* line 1672, ../sass/style.scss */
.link_category_publication.link_category_publication_big .link_magazine_bg > img {
  position: absolute;
  top: -23px;
  left: 0;
  max-width: 100%;
}
/* line 1680, ../sass/style.scss */
.link_category_publication.link_category_publication_big .goodpractice_icon {
  background: #2595d2 url(../images/icon_book.png) no-repeat 50% 50%;
  height: 240px;
}
@media (max-width: 767px) {
  /* line 1680, ../sass/style.scss */
  .link_category_publication.link_category_publication_big .goodpractice_icon {
    background-size: 70px;
    height: 240px;
  }
}
/* line 1690, ../sass/style.scss */
.link_category_publication.link_category_publication_big .link_cat_content {
  padding: 30px;
  padding-left: 0;
}
@media (max-width: 1200px) {
  /* line 1690, ../sass/style.scss */
  .link_category_publication.link_category_publication_big .link_cat_content {
    padding: 15px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 1690, ../sass/style.scss */
  .link_category_publication.link_category_publication_big .link_cat_content {
    padding: 30px;
  }
}

/* line 1706, ../sass/style.scss */
.linked_publication_wrapper {
  margin-top: 30px;
}
/* line 1709, ../sass/style.scss */
.linked_publication_wrapper h2 {
  font-size: 18px;
  color: #2595d2;
}
/* line 1714, ../sass/style.scss */
.linked_publication_wrapper .linked_publication {
  background: #f0f5f8;
  padding: 15px;
  margin-bottom: 15px;
}
/* line 1719, ../sass/style.scss */
.linked_publication_wrapper .linked_publication .report_picture_link {
  display: block;
  float: left;
  margin-right: 15px;
}
/* line 1725, ../sass/style.scss */
.linked_publication_wrapper .linked_publication .report_picture {
  display: block;
}
/* line 1732, ../sass/style.scss */
.linked_publication_wrapper .linked_publication .linked_pub_content h3 {
  margin-top: 0;
}
/* line 1735, ../sass/style.scss */
.linked_publication_wrapper .linked_publication .linked_pub_content h3 a {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
/* line 1740, ../sass/style.scss */
.linked_publication_wrapper .linked_publication .linked_pub_content h3 a:hover {
  color: white;
}

/*** Report Template ***/
/* line 1751, ../sass/style.scss */
.report_documents {
  margin-top: 30px;
}
/* line 1754, ../sass/style.scss */
.report_documents .doc {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

/*** Pagination news ***/
/* line 1763, ../sass/style.scss */
.pagination {
  display: block;
  text-align: center;
}
/* line 1767, ../sass/style.scss */
.pagination h2.screen-reader-text {
  display: none;
}
/* line 1771, ../sass/style.scss */
.pagination svg {
  display: none;
}
/* line 1775, ../sass/style.scss */
.pagination .nav-links {
  position: relative;
}
/* line 1778, ../sass/style.scss */
.pagination .nav-links .page-numbers {
  padding: 0 10px;
}
/* line 1781, ../sass/style.scss */
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  /* line 1781, ../sass/style.scss */
  .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
    position: relative;
  }
}
/* line 1790, ../sass/style.scss */
.pagination .nav-links .page-numbers.prev {
  left: 0;
}
/* line 1794, ../sass/style.scss */
.pagination .nav-links .page-numbers.next {
  right: 0;
}

/*** Header page ***/
/* line 1802, ../sass/style.scss */
.page-header {
  margin-top: 15px;
}
/* line 1805, ../sass/style.scss */
.page-header h1 {
  font-size: 28px;
  font-weight: bold;
  color: #005395;
  margin: 0;
}

/*** Accordions FAQ ***/
/* line 1816, ../sass/style.scss */
.accordion h2 {
  outline: 0;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 0 20px;
  color: #2595d2;
  font-size: 16px;
  line-height: 24px;
  border-left: 5px solid #2595d2;
  margin-bottom: 15px;
  font-weight: 600;
}
/* line 1827, ../sass/style.scss */
.accordion h2:hover, .accordion h2.open {
  cursor: pointer;
  background: #2595d2;
  color: white;
}

/* Template member */
/* line 1838, ../sass/style.scss */
.panel-group .panel.member_card {
  background: #d8d8d8;
  background: #FFF;
  padding: 30px;
  padding: 0;
  margin-bottom: 30px;
  box-shadow: 1px 2px 49px -9px rgba(156, 156, 156, 0.44);
}
/* line 1846, ../sass/style.scss */
.panel-group .panel.member_card .panel-heading {
  padding: 0;
}
/* line 1850, ../sass/style.scss */
.panel-group .panel.member_card .member_pic {
  float: left;
  margin-right: 30px;
}
/* line 1855, ../sass/style.scss */
.panel-group .panel.member_card .member_card_infos {
  position: relative;
  height: 200px;
  padding: 15px 0;
}
/* line 1860, ../sass/style.scss */
.panel-group .panel.member_card .member_card_infos .toggleBio {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 3px solid #2595d2;
  color: #2595d2;
  border-radius: 0;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 1869, ../sass/style.scss */
.panel-group .panel.member_card .member_card_infos .toggleBio .fa-caret-up {
  display: block;
}
/* line 1872, ../sass/style.scss */
.panel-group .panel.member_card .member_card_infos .toggleBio .fa-caret-down {
  display: none;
}
/* line 1877, ../sass/style.scss */
.panel-group .panel.member_card .member_card_infos .toggleBio.collapsed .fa-caret-up {
  display: none;
}
/* line 1880, ../sass/style.scss */
.panel-group .panel.member_card .member_card_infos .toggleBio.collapsed .fa-caret-down {
  display: block;
}
/* line 1885, ../sass/style.scss */
.panel-group .panel.member_card .member_card_infos .toggleBio:hover {
  background: #2595d2;
  color: white;
}
/* line 1893, ../sass/style.scss */
.panel-group .panel.member_card .member_card_inner.hover .toggleBio {
  background: #2595d2;
  color: white;
}
/* line 1899, ../sass/style.scss */
.panel-group .panel.member_card h3 {
  margin-top: 0;
  font-weight: bold;
  color: #005395;
}
/* line 1905, ../sass/style.scss */
.panel-group .panel.member_card .member_job_country {
  font-weight: 600;
}
/* line 1918, ../sass/style.scss */
.panel-group .panel.member_card .member_socials a {
  font-size: 15px;
  padding: 0;
  background: #005395;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
/* line 1932, ../sass/style.scss */
.panel-group .panel.member_card .member_biography {
  padding: 30px;
  background: #005395;
  color: #fff;
}
/* line 1937, ../sass/style.scss */
.panel-group .panel.member_card .member_biography h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/*** Events list ***/
/* line 1949, ../sass/style.scss */
.ecs-event-list {
  list-style: none;
  padding: 0;
}

/*** Paypal don shortcode ***/
/* line 1956, ../sass/style.scss */
.paypal_don {
  border: 2px solid #f08628;
  padding: 20px;
}
/* line 1960, ../sass/style.scss */
.paypal_don label {
  display: block;
}
/* line 1964, ../sass/style.scss */
.paypal_don input.submit {
  display: block;
  margin-top: 10px;
}

/* line 1970, ../sass/style.scss */
.category-list {
  margin-bottom: 70px;
  margin-top: 15px;
  padding-left: 0;
  overflow: hidden;
}
/* line 1975, ../sass/style.scss */
.category-list li {
  float: left;
  overflow: hidden;
  list-style: none;
  margin: 0 5px 5px;
}
/* line 1980, ../sass/style.scss */
.category-list li a {
  padding: 5px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 1986, ../sass/style.scss */
.category-list li a:hover {
  background-color: #f1f1f1;
}

/* line 1993, ../sass/style.scss */
.list-documents, .list-documents ul {
  list-style: none;
}
/* line 1996, ../sass/style.scss */
.list-documents a, .list-documents ul a {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

/* line 2004, ../sass/style.scss */
.pagination .nav-links .page-numbers {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/** Register ***/
/* line 2017, ../sass/style.scss */
.wppb-user-forms > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2023, ../sass/style.scss */
.wppb-user-forms h4 {
  font-family: 'Candara', 'Orienta', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #005395;
  margin-top: 30px;
}
/* line 2032, ../sass/style.scss */
.wppb-user-forms .wppb-form-field {
  margin-bottom: 10px;
}
/* line 2035, ../sass/style.scss */
.wppb-user-forms .wppb-form-field label {
  display: block;
}
/* line 2039, ../sass/style.scss */
.wppb-user-forms .wppb-form-field input.text-input, .wppb-user-forms .wppb-form-field textarea {
  width: 100%;
  padding: 5px;
  background: #d8d8d8;
  border: none;
}
/* line 2047, ../sass/style.scss */
.wppb-user-forms #wppb_general_top_error_message, .wppb-user-forms .wppb-form-error {
  background: #e4acac;
  display: block;
  padding: 5px 10px;
  margin: 10px 0;
}
/* line 2054, ../sass/style.scss */
.wppb-user-forms .button {
  background: #005395;
  color: white;
  padding: 10px;
  float: right;
  border: none;
  margin-bottom: 60px;
}

/**** Gallery ****/
/* line 2065, ../sass/style.scss */
.gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2069, ../sass/style.scss */
.gallery .gallery-item {
  margin-bottom: 15px;
  padding: 10px;
}
/* line 2073, ../sass/style.scss */
.gallery .gallery-item img {
  width: 100%;
  height: auto;
}
/* line 2078, ../sass/style.scss */
.gallery .gallery-item figcaption {
  background: #f0f5f8;
  color: #9c9c9c;
  padding: 10px;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-1 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 100%;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-2 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 50%;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-3 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 33.33333%;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-4 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 25%;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-5 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 20%;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-6 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 16.66667%;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-7 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 14.28571%;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-8 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 12.5%;
}
/* line 2087, ../sass/style.scss */
.gallery.gallery-columns-9 .gallery-item {
  /*flex-basis: 50%;*/
  flex-basis: 11.11111%;
}
