/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */


 html {
    -webkit-text-size-adjust: 100%;
  }
/*type by typescale*/
  html {
    font-size: 112.5%;
  }
  body {
    --text-size-80: 0.64rem;
    --text-size-90: 0.8rem;
    --text-size-100: 1rem;
    --text-size-200: 1.25rem;
    --text-size-300: 1.563rem;
    --text-size-400: 1.953rem;
    --text-size-500: 2.441rem;
    --text-size-600: 3.052rem;
    --text-size-700: 3.815rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #222222;
    background-color: #F6F3E4;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: .8333rem;
    margin-bottom: 1rem;
    font-family: "the-seasons", sans-serif;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.022em;
  }
  p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4444rem;
  }
  small {
    font-size: var(--text-size-90);
  }
  h6, .h6, .medium {
    font-size: var(--text-size-200);
    line-height: 1.6667rem;
  }
  h5, .h5 {
    font-size: var(--text-size-300);
  }
  h4, .h4 {
    font-size: var(--text-size-400);
  }
  h3, .h3 {
    font-size: var(--text-size-500);
  }
  h2, .h2 {
    font-size: var(--text-size-600);
  }
  h1, .h1 {
    font-size: var(--text-size-700);
  }
  .text-size-80 { font-size: var(--text-size-80); }
  .text-size-90 { font-size: var(--text-size-90); }
  .text-size-100 { font-size: var(--text-size-100); }
  .text-size-200 { font-size: var(--text-size-200); }
  .text-size-300 { font-size: var(--text-size-300); }
  .text-size-400 { font-size: var(--text-size-400); }
  .text-size-500 { font-size: var(--text-size-500); }
  .text-size-600 { font-size: var(--text-size-600); }
  .text-size-700 { font-size: var(--text-size-700); }

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h1, a h2, a h3{
  color:#28347B !important;
}
p a{
  font-weight: 600;
}
p a:hover{
  color:#66965A !important;
}
a:hover, a:focus {
  color:#66965A;
}
a h1:hover, a h2:hover{
  color:#66965A !important;
}
/*CSS ideamatic*/
  .grid-container {
      max-width: 71.1111rem;
    }
/*header*/
header{
  padding-top: 1.1111rem;
  padding-bottom: 2.2222rem;
}
.site-logo img{
  margin-top: 0rem;
  width: 22.1667rem;
}
.menu_lang_user{
  position: relative;
  z-index: 2000;
}
.user_login{
  position: absolute;
  top:0px;
  right: 0px;
}
.lang{
  background-color: #fff;
  position: absolute;
  top:0px;
  right: 3.3333rem;
  width: 200px;
  font-size: .8889rem;
  border-radius: 3px;
}
.menu_lang_user .menu a{
  padding: 0.5rem 0.8rem;
}
.menu_main{
  position: relative;
  font-weight: 400;
}
.menu_main ul li a{
  color:#28347B;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.menu_main ul li a:hover, .is-dropdown-submenu-parent:hover{
  color:#66965A;
}
.menu_main .menu{
  position: absolute;
  top: 3.6111rem;
  right: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #28347B;
  border-left: 2px solid #28347B;
  transform: rotate(360deg);
  border-width: 2px;
  margin-top: -7px;
  right: 9px;
}
.is-dropdown-submenu{
  border: 0px;
  border-radius: 5px;
}
.is-submenu-item a:hover{
  background: rgba(124,155,75,0.10);
  border-radius: 8px;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
    border: solid #28347B;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
  }
}

.gt_container--hich1m .gt_switcher .gt_selected a {
  border: 1px solid #fff !important;
  padding: 5px 5px;
  font-size: 15px;
}
.gt_container--hich1m .gt_switcher .gt_option a {
  padding: 4px 5px !important;
  font-size: 16px;
}
.gt_option{
  height: 120px !important;
}
.gt_container--hich1m .gt_switcher .gt_selected {
  background: #fff linear-gradient(180deg, #fff 0%, #fff 70%)!important;
}
.gt_container--hich1m .gt_switcher .gt_option {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  background-color: #fff !important;
}
/*End header*/

/*General*/
.button{
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-size: 1.1111rem;
  color: #FFFFFF !important;
  letter-spacing: 0.52px;
  background-color: #66965A !important;
  border-radius: 6px !important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.button:hover{
  background-color: #28347B !important;
  padding-left: 30px;
  padding-right: 30px;
}
.width-75{
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
.margin-bottom-0{
  margin-bottom: 2.2222rem;
}
.margin-bottom-1{
  margin-bottom: 4.4444rem;
}
.margin-bottom-2{
  margin-bottom: 6.6667rem;
}
.padding-bottom-5{
  padding-bottom: 19.4444rem;
}
.reveal-overlay{
  z-index: 9000000;
}
/*Checkbox*/
input[type="checkbox"] {
  width: 1.2em;
  height: 1.2rem;
  accent-color: #66965A;
}
/*
input[type=checkbox]:checked, input[type="checkbox"]:not(:checked){
  display: none; 
  cursor:pointer;
}

input[type=checkbox] + label, input[type="checkbox"]:not(:checked) + label{
  cursor:pointer;
}

input[type=checkbox]:checked + label:before, input[type=checkbox]:checked{
  content:url(img/check_input.svg);
  color:#000;
}
input[type="checkbox"]:not(:checked)+ label:before, input[type="checkbox"]:not(:checked) {
  content:url(img/uncheck_input.svg);
  color:#000;
}
*/

/*End Checkbox*/



/*End General*/

/*Home*/
/*.content_home_slide{
  background-image: url(../img/bg_pine.svg), url(../img/bg_leaf.svg);
  background-repeat: no-repeat;
  background-position: 0 0, 96% 37%;
  max-width: 71.1111rem !important;
}*/
.content_home_slide{
  position: relative;
}
.content_home_slide::after{
  content: url(../img/bg_pine.svg);
  position: absolute;
  z-index: -20;
  top: -37px;
  right: 75%;
}
.content_home_slide::before{
  content: url(../img/bg_leaf.svg);
  position: absolute;
  z-index: -20;
  top: 182px;
  left: 80%;
}

.home_slide{
  background-image: url(../img/bg_home_header.webp);
  background-repeat: no-repeat;
  min-height: 37.2222rem;
  background-size: 100% auto;
  padding: 7.6667rem 4.8889rem 0;
  -webkit-border-radius: .4444rem;
    -moz-border-radius: .4444rem;
    border-radius: .4444rem;
}
.home_slide h1{
  font-weight: 700;
  font-size: 3.5rem;
  color: #FFFFFF;
  letter-spacing: 0.16px;
  line-height: 3.8rem;
  margin-top: 0;
}
.home_slide p{
  font-weight: 500;
  font-size: 1.2222rem;
  color: #FFFFFF;
  letter-spacing: -0.34px;
  line-height: 1.6667rem;
  width: 80%;
  margin-bottom: 1.6667rem;
  margin-top: 1.2222rem;
}
.home_slide .button{
  background-color: #fff;
  color:#28347B;
}
.home_slide .button:hover{
  background-color: #EEE4B2;
  color:#28347B;
}
.content_home_01{
  position: relative;
  margin-top: 1.6667rem;
  max-width: 71.1111rem !important;
}
.content_home_02{
  z-index: 20000;
  position: relative;
  margin-top: 3.3333rem;
  margin-bottom: 3.3333rem;
}
.content_home_03{
  position: relative;
  border: 2px #66965A dotted;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-top: 2.2222rem;
  padding-bottom: 3.3333rem;
  margin-bottom: 4.4444rem;
}
.header-with-link h2{
  margin-bottom: 1.1111rem !important;
}
.header-with-link a h2{
  position: relative;
}
.content_home_03 p{
  width: 80%;
  margin: 0 auto;
}
.content_home_03 .button{
  margin-right: 1.6667rem;
}
.content_home_04{
  background-color: #CFD2DC;
  position: relative;
  z-index: 0;
  padding: 4.4444rem 0;
}
.content_home_04 h3{
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #000000;
  letter-spacing: 0.22px;
  line-height: 3.6667rem;
}
.content_home_03 .content_block_resource{
  border: 0px #66965A dotted;
  padding-bottom: 0px;
    margin-bottom: 0px;
}
.content_home_03 .block_resource h3{
  margin: 20px 0px 0 0px;
}
.content_home_03 .block_resource .type_resource {
  margin: 15px 0px 20px;
}
.content_home_03 .block_resource>p{
  margin: 0px 0px 24px 0px;
  width: 100%;
}
.content_home_03 .block_resource .button_more_01{
margin-left: 0;
}
.bg_mushroom_home{
  position: absolute;
  top: -8.8889rem;
  left: -5.7222rem;
}
.bg_bear_home{
  position: absolute;
  top: -8.8889rem;
  right: -9%;
}
.bg_forest01_home{
  position: absolute;
  bottom: -185px;
  left: -5.7222rem;
  z-index: 1;
  height: 429px;
  width: 632px;
}
.bg_squirrel_home{
  background-image: url(../img/bg_squirrel.svg);
  background-repeat: no-repeat;
  background-position: 169% 109%;
  background-size: 78%;
  padding-bottom: 30px;
}
.block_journey_home{
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  padding: 1.6667rem;
  text-align: center;
  margin-bottom: 2.2222rem;
  position: relative;
}
.block_journey_home img:first-child{
  height: 176px;
  width: 176px;
  border-radius: 100px;
}
.block_journey_home .button_arrow_01 img{
  height: .8889rem;
  width: .8889rem;
}

.block_journey_home h3{
  min-height: 3.5556rem;
  margin-bottom: .5556rem;
}
.block_journey_home p{
  line-height: 1.2rem !important;
  font-size: .9444rem !important;
  height: 110px;
  margin-bottom: 60px;
  overflow: hidden;
}
.block_marketplace_home{
  z-index: 1;
}
a.button_arrow_01{
  background-color: #28347B;
  width: 46px;
  height: 46px;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 0 auto;
  padding-top: 7px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  bottom: 31px;
  left: 40%;
}
a.button_arrow_01:hover{
  background-color: #66965A;
  width: 45px;
  height: 45px;
}
.block_resource_list_column_02{
  padding-left: 30px;
}
.content_block_resource{
  position: relative;
  padding: 2.2222rem 1.6667rem;
  z-index: 7;
}
.block_resource, .block_resource_list{
  background-color: #fff;
  padding: 1.5rem;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
.block_resource_list{
  border-radius: 8px;
}
.block_resource:hover, .block_resource_list:hover{  
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.block_resource_header:hover{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
}
.block_resource_list .type_resource_list p::before{
  transform: scale(0.9);
}
.block_resource_list .type_resource_list p{
  padding-left: 37px;
}
.block_resource_list a.button_more_02{
  width: 30px;
  height: 30px;
  padding: 10px;
}
.block_resource_list a.button_more_02:hover{
  padding: 11px;
}
.block_resource h3{
  font-weight: 700;
  font-size: 1.4444rem;
  color: #28347B;
  letter-spacing: 0.27px;
  line-height: 1.6111rem;
  margin: 30px 30px 0 30px;
}
.block_resource_list h3{
  font-weight: 700;
  font-size: 22px;
  color: #28347B;
  letter-spacing: 0.27px;
  line-height: 26px;
  margin: 10px 0px 10px 0px;
}
.block_resource p{
  margin: 0px 30px 24px 30px;
}
.summary_list{
  border-bottom: 1px solid #C0C0C0;
  margin: 0px 0px 16px 0px;
  padding-bottom: 12px;
}

.block_resource_photo{
  overflow: hidden;
  height: 185px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.block_resource_list .block_resource_photo{
  border-radius: 8px;
}
.type_resource{
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  margin: 15px 30px 20px;
  padding: 15px 0;
}
.type_resource_list{
  margin-left: 0px;
}
.type_resource p, .type_resource_list p{
  font-weight: 600;
  font-size: .8889rem;
  letter-spacing: 0.19px;
  margin: 0rem;
  position: relative;
  padding-left: 40px;
}
.date_resource{
  position: relative;
  font-size: .8889rem;
  padding-left: 18px;
  border-left: 1px solid #000;
  padding-left: 33px;
}
.date_resource::before{
  position: absolute;
  content: url(img/icon_calendar.svg);
  left: 0px;
  top: 0px;
  margin-left: 13px;
}
.ico_publications p::before{
  position: absolute;
  content: url(../img/ico_publications.svg);
  left: 0px;
  top: -4px;
}
.ico_educational-materials p::before {
  position: absolute;
  content: url(img/ico_ducational-material.svg);
  left: 0px;
  top: -4px;
}
a.button_more_01{
  content: url(../img/ico_plus.svg);
  background-color: #66965A;
  width: 35px;
  height: 35px;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 11px;
  margin-left: 30px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a.button_more_01:hover{
  background-color: #28347B;
  padding: 13px;
}
a.button_more_02{
  content: url(../img/ico_plus.svg);
  background-color: #66965A;
  width: 35px;
  height: 35px;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 11px;
  margin-left: 0px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -5px;
}
a.button_more_02:hover{
  background-color: #28347B;
  padding: 12px;
}
/*End home*/


/*About us*/
.bg_owl{
  position: relative;
}
.bg_owl::after{
  content: url(../img/bg_owl.svg);
  position: absolute;
  top: 0px;
  right: -240px;
}
.width-85{
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.bg_full_green{
  background: rgba(102,150,90,0.13);
  padding-top: 4.4444rem;
  padding-bottom: 3.3333rem;
  margin-top: 2.2222rem;
}
.margin-top-1{
  margin-top: 2.2222rem;
}
.bg_full_green h3{
margin-top: 0;
}
.padding-bottom_30{
  margin-bottom: 1.6667rem;
}
.bg_full_orange{
  background-color: #EEE4B2;
  padding-top: 3.1667rem;
  padding-bottom: 3.3333rem;
  position: relative;
}
.bg_full_orange::after{
  content: url(../img/bg_tree_about.svg);
  position: absolute;
  top: -42px;
  right: 10%;
}
.title_partner{
  text-align: center;
  margin-top: 4.4444rem;
  background-color: #fff;
  padding: 1.1111rem 0;
  border-radius: .4444rem .4444rem 0 0;
}
.img_align_right{
  text-align: right;
  padding-right: 1.1111rem;
}
.img_align_left{
  text-align: left;
  padding-left: 1.1111rem;
}
.logo_partner{
  margin-bottom: 4.4444rem;
  background-color: #fff;
  padding-bottom: 2.2222rem;
  border-radius: 0 0 .4444rem .4444rem;
}
.logo-wrapper .overlay {
  background: rgba(124,155,75,0.32) !important;
  border-radius: 8px;
}
.logo-wrapper img {
  padding: 5px;
}
/*End About us*/

/*Inside user journey*/
.content_header_user_journey{
position: relative;
}
.content_header_user_journey{
  padding: 0;
  margin-bottom: 3.6111rem;
}

.content_header_user_journey .orbit-next, .content_header_user_journey .orbit-previous {
  padding: 1rem;
  color: rgba(255,255,255,0.00);
  background-color: #F6F3E4;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 2.5rem;
  width: 2.5rem;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content_header_user_journey .orbit-previous {
  background-image: url(../img/arrow_carousel_previos.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -60px;
}
.content_header_user_journey .orbit-next {
  background-image: url(../img/arrow_carousel_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: -60px;
}
.content_header_user_journey .orbit-next:hover, .content_header_user_journey .orbit-previous:hover{
  cursor:pointer;
  background-color: #EEE4B2;
}
.content_header_user_journey h1{
  font-size: 2.8889rem;
}
.content_grid_topic{
  position: relative;
}
.orbit-slide .large-3 img{
width: 100%;
height: auto;
}
.orbit-slide .large-9 p{
  font-size: 1.2222rem;
  font-style: italic;
  font-weight: 300;
}
.testimonial-photo{
  width: 220px;
    height: 220px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
}

#topic{
  margin-bottom: 4.4444rem;
}
.grid-topic{
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.grid-topic:hover{
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.31);
  box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.31);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.grid-topic-content{
  background-color: #fff;
  padding: .5556rem 1.6667rem;
  height: 395px;
  overflow: hidden;
  position: relative;
}
.grid-topic-content a.button_more_01{
  margin-left: 0;
  position: absolute;
  left: 28px;
  bottom: 20px;
}
.grid-topic-content::before {
  background-image: url(img/bg_content_parrafo_degradado_2.svg);
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 130px;
}
.grid-topic-content h4{
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
  font-size: 1.6667rem;
}
.grid-topic-content p{
  font-size: .9444rem;
  line-height: 1.2222rem;
}

.grid-topic-photo {
  overflow: hidden;
  height: 100%;
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
}
.grid-topic-photo img{
  width: 100%;
  height: auto;
}
.grid-subtopic-content h4 {
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
  font-size: 1.6667rem;
  margin-top: 0;
}
.grid-subtopic-content a{
  display: block;
  width: 100%;
  height: 100%;
}
.grid-subtopic-content p{
  color:#000000;
  font-size: .9444rem;
  line-height: 1.2222rem;
}
.grid-subtopic-content {
  position: relative;
  background-color: #fff;
  background-image: url(img/arrow_01.svg), url(img/bg_subtopic_row.svg);
  background-repeat: no-repeat, repeat-y;
  background-position: 97.5% 93%, right top;
  padding: 1.6667rem 4.4444rem 0.5rem 1.6667rem !important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-size: 20px, 50px;
  -webkit-border-radius: 0 .4444rem .4444rem 0;
  -moz-border-radius: 0 .4444rem .4444rem 0;
  border-radius: 0 .4444rem .4444rem 0;
  height: 16.6667rem;
  overflow: hidden;
}

.grid-subtopic-content::after{
  position: absolute;
  bottom: -10px;
  left:0px;
  content: "";
  display: block;
  width: 88%;
  height: 62px;
  background-image: url(img/bg_content_parrafo_degradado.svg);
  background-size: contain;
  background-repeat: no-repeat;

}

.large-4.medium-4.small-12.grid-subtopic-photo, .large-4.medium-4.small-12 .grid-subtopic-photo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  overflow: hidden;
}
.content_guidelines .grid-subtopic-photo img{
  width: 100% !important;
  object-fit: cover !important;
  height: 22rem !important;
}
.grid-subtopic:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
}
.topic-description-container th, .topic-description-container td {
font-size: .8889rem;
line-height: 1rem;
}


.bg_bear_01{
  position: absolute;
  left: calc((17% / 3) - 20px) !important;
  top: 418px;
}
.bg_leaf_01 img{
  display: none;
}
.bg_leaf_01{
  position: relative;
}
.bg_leaf_01::before{
  position: absolute;
  content: url(img/bg_pine.svg);
  z-index: -100000;
  top: 1.2778rem;
  left: 0;
}

.bg_forest_01{
  position: absolute;
  right: -140px;
  bottom: 0px;
  z-index: -1;
}
.has-submenu-toggle > a {
  margin-right: 10px;
}
.menu.vertical {
  padding-top: 0rem !important;
  padding-bottom: 2rem !important;
}
.menu_vertical_topic .is-accordion-submenu a {
  padding: 0.4rem 0rem;
  font-weight: 400;
  line-height: 1.1111rem;
  font-size: .9444rem;
}
.menu_vertical_topic {
  background-color: #405842;
  border-radius: 0 0 2.7778rem 2.7778rem;
  -webkit-border-radius: 0 0 2.7778rem 2.7778rem;
  -moz-border-radius: 0 0 2.7778rem 2.7778rem;
  padding: 1rem 1rem 3.6111rem 1rem !important;
  position: relative;
}
.menu_vertical_topic a {
  color: #fff;
  padding-left: 5px;
  font-weight: 600;
  letter-spacing: 0px;
}
.content_block_resource_subtopic {
  border: 2px #66965A dotted;
  padding: 45px 60px 70px 60px;
  margin-top: 4.4444rem;
  margin-bottom: 4.4444rem;
  -webkit-border-radius: .4444rem;
  -moz-border-radius: .4444rem;
  border-radius: .4444rem;
}
.menu_bg_userjourney_page::after {
  position: absolute;
  content: url(img/bg_bear_02.svg) !important;
  bottom: -428px !important;
  left: -85px !important;
  z-index: -1 !important;
  animation: fade-left 1s ease-in;
  transform: scale(0.6);
}
.menu_bg_topic::after {
  position: absolute;
  content: url(img/bg_deer.svg) !important;
  bottom: -408px !important;
  left: -85px !important;
  z-index: -1 !important;
  transform: scale(0.8);
}
.submenu-toggle::after {
  border: solid #F6F3E4;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
}
.submenu-toggle[aria-expanded=true]::after {
  transform: rotate(-133deg);
}
.content_block_resource_subtopic .block_resource h3{
  margin: 20px 0px 0 0px;
}
.content_block_resource_subtopic .block_resource .type_resource{
  margin: 15px 0px 20px;
}
.content_block_resource_subtopic .block_resource p{
  margin:0px;
  line-height: 1.3333rem;
}
.content_block_resource_subtopic .block_resource a.button_more_01{
margin-left: 0;
margin-top: 20px;
}
.topic-shortdescription-container, .description_resources_file {
  background: rgba(102, 150, 90, 0.13);
  border-radius: .4444rem;
  padding: 1.4583rem;
  margin-bottom: 1.8889rem;
  margin-top: 3.3333rem;
  font-size: 1.1667rem;
  line-height: 1.5556rem;
  font-weight: 600;
}
.medium ul{
  padding-left: 1.1111rem !important;
}
/*Resources*/
#filters .countries-select{
  margin-bottom: 20px;
}
/*End Resources*/

/*Inside Resources*/

@media print, screen and (min-width: 64em) {
  .large-3-page01{
    width: 27% !important;
  }
  .large-9-page01{
    width: 73% !important;
  }
}

.content_header_resources{
  position: relative;
}
.content_header_resources>.grid-x{
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  padding: 1.1111rem 6.6667rem 2.6667rem 6.6667rem;
  margin-bottom: 5rem;
  z-index: 1;
}
.content_header_resources::before{
  content: url(img/bg_pine_02.svg);
  position: absolute;
  top: -6px;
  left: -178px;
}
.content_header_resources::after{
  content: url(img/bg_bird_01.svg);
  position: absolute;
  top: 15px;
  right: -137px;
}
.block_form_resources{
  padding-bottom: 2px;
  border-bottom: 1px solid #979797;
  margin-bottom: 26px;
}
.block_form_resources:last-child{
  border-bottom: 0px solid #979797;
}
.block_form_resources li{
  list-style-type: none;
}
.checkbox-list li {
  display: grid;
  grid-template-columns: 5% 85% 10%;
  align-items: center;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 4px 0 !important;
}
.block_form_resources h4{
  position: relative;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1111rem;
  color: #405842;
  letter-spacing: -0.31px;
  padding-left: 34px;
}
.block_form_resources h4::before{
  position: absolute;
  content: url(img/ico_arrow_03.svg);
  left: 0;
  top: -2px;
}
.block_form_resources [type=checkbox] {
  margin: 0 0 0rem;
}
.checkbox-list label{
  line-height: 1rem;
}
.search_resource{
  margin-bottom: 50px;
}
.search_resource .input-group-label{
  background-color: #fff;
  border: solid 1px #fff;
  padding: 0 0.5rem;
  border-radius: .4444rem 0 0 .4444rem;
  -webkit-border-radius: .4444rem 0 0 .4444rem;
  -moz-border-radius: .4444rem 0 0 .4444rem;
}
.search_resource .input-group-field{
  border: solid 1px #fff;
  -webkit-box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0.1);
  padding: 24px 10px;
}
.search_resource .button{
  background-image: url(img/ico_arrow_04.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -2000px;
  border-radius: .4444rem !important;
}
.block_form_resources select{
  border:0;
}
.content_block_resource{
  border: 2px #66965A dotted;
  margin-top: 0;
  margin-bottom: 4.4444rem;
  -webkit-border-radius: .4444rem;
  -moz-border-radius: .4444rem;
  border-radius: .4444rem;
}
.content_block_resource_header{
border: none !important;
padding: 0 0 10px 0 !important;
}
.block_resource_header .filter-number{
  padding: 3px 10px;
}
.content_block_resource_header .block_resource_header{
padding: 0 !important;
}
.block-brief_description, .block-brief_description p{
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2rem;
  font-size: .9444rem;
}
.block-brief_description p{
  margin-top: 0;
  margin-bottom: 0;
}
.card_tag ul{
  margin-left: 1.5rem !important;
  margin-bottom: 0px !important;
}
.card_tag{
  background-image: url(img/ico_tag.svg);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}
.card_tag li{
  list-style-type: none;
  display: inline;
  background-color: #F8F8F8;
  color: #28347B;
  font-size: .8889rem;
  font-weight: 400;
  padding: 2px 8px !important;
  margin-right: .4rem!important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: .2222rem;
  -moz-border-radius: .2222rem;
  border-radius: .2222rem;
}
.card_tag li a{
  background-color: #F8F8F8;
  color: #28347B;
  font-size: .8889rem;
  font-weight: 400;
  padding: 2px 8px !important;
  margin-right: .1rem!important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: .2222rem;
  -moz-border-radius: .2222rem;
  border-radius: .2222rem;
}
.card_tag li a:hover{
  color: #405842;
  background-color: #DFE9DD;
}
.card_tag.expand-tags > ul > li:not(:first-child)::before {
  content: inherit !important;
  margin-right: inherit !important;
}
.block_meta {
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 10px;
  padding-top: 6px;
}
.block_pagination{
  margin: 0 auto;
}
.pagination a {
  color: #28347B;
  font-weight: 400;
}
.pagination .current {
  padding: 1px 11px 0px;
  background: #66965A;
  -webkit-border-radius: .4444rem;
  -moz-border-radius: .4444rem;
  border-radius: .4444rem;
}
.pagination a:hover{
  padding: 1px 11px 0px;
  background: #fff;
  -webkit-border-radius: .4444rem;
  -moz-border-radius: .4444rem;
  border-radius: .4444rem;
}
.image-preview img{
  width: 100%;
  height: auto;
}
.resourcesMainCta-container{
  margin-top: 20px;
}
#preview-img-frg_resource_newImages{
  margin-top: 10px;
}
/*End Inside Resources*/

/*Resource file*/
.content_header_resources_file{
  position: relative;
}
.content_header_resources_file>.grid-x{
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  padding: 1.3333rem 1.5rem 1.9167rem 1.5rem;
  margin-bottom: 5rem;
  z-index: 1;
}
.content_header_resources_file::before{
  content: url(img/bg_pine_02.svg);
  position: absolute;
  top: -23px;
  left: -183px;
  z-index: -1;
}
.content_header_resources_file::after{
  content: url(img/bg_bird_01.svg);
  position: absolute;
  top: 29px;
  right: -135px;
  transform: scale(0.7);
}
.subtitle_resource_file{
  border-bottom: solid 1px #979797;
  padding-top: 0px !important;
  padding-bottom: 25px;
}
.content_header_resources_file .block_meta {
  border-bottom: 0px solid #C0C0C0;
  padding-bottom: 0px;
  padding-top: 0px;
}
.button_go_back {
  border-radius: 100px 25px 25px 100px;
  background-image: url(img/ico_arrow_05.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  padding: 5px 10px 5px 29px;
  font-family: "the-seasons", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-right: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #66965A;
  color: #fff !important;
}
.button_go_back:hover{
  padding: 5px 10px 5px 39px;
}
.content_button_go_back{
  text-align: right;
  padding-top: 24px;
}
.block_resource_header_photo {
  overflow: hidden;
  height: 450px;
  width: 100%;
  -webkit-border-radius: .4444rem;
  -moz-border-radius: .4444rem;
  border-radius: .4444rem;
  margin-bottom: 1.8889rem;
}
.description_resources_file{
  background: rgba(102,150,90,0.13);
  border-radius: 8px;
  padding: 1.4583rem;
  margin-bottom: 1.8889rem;
}
.description_resources_file p{
  padding: 0;
  margin: 0;
  font-weight: 600 !important;
  line-height: 1.5556rem;
}
.media_resource{
  background-color: #fff;
  -webkit-border-radius: .3333rem;
  -moz-border-radius: .3333rem;
  border-radius: .3333rem;
  background-image: url(img/corner_media.svg);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 2.4167rem;
  margin: 1.8889rem 0;
}
.media_resource h4{
  margin-top: 0;
}
.disclaimer_block{
  background-image: url(img/ico_disclaimer.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 1.7rem;
  color: #805817;
  font-size: 16px;
  min-height: 45px;
  font-weight: 500;
}
.button_view_full{
  background-image: url(img/ico_arrow_06.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 11px 21px 11px 53px;
  font-size: 18px !important;
}
.button_view_full:hover{
  padding: 11px 26px 11px 53px;
}
.taxonomies_list .title_taxonomy{
  font-weight: 600;
  color: #405842;
  padding-bottom: 6px;
  display: block;
}
.taxonomies_list ul li{
  list-style-image: url(img/ico_arrow_list_01.svg);
  color: #28347B;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  padding-left: 0px;
}
.list_authors{
  background-color: #E5E2D3;
  padding: .8333rem;
  -webkit-border-radius: .3333rem;
  -moz-border-radius: .3333rem;
  border-radius: .3333rem;
}
.list_authors h5{
  background-image: url(img/ico_authors.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 50px;
  min-height: 46px;
  margin-top: 0;
  padding-top: 7px;
  font-size: 26px;
}
.list_authors ul, .list_links_resources ul, .list_docs_resources ul{
  margin-left: 5px;
  margin-bottom: 0;
}
.list_authors li{
  list-style-type: none;
  color: #000;
  border-bottom: 1px solid #CBC9BC;
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
}
.list_authors li:last-child, .list_links_resources li:last-child, .list_docs_resources li:last-child{
  border-bottom: none;
}
.list_links_resources h5{
  background-image: url(img/ico_links.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 50px;
  min-height: 46px;
  margin-top: 0;
  padding-top: 4px;
}
.list_links_resources li{
  list-style-type: none;
  border-bottom: 1px solid #CBC9BC;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-left: 15px;
  font-weight: 500;
  font-size: 16px;
}
.list_docs_resources h5{
  background-image: url(img/ico_download_docs.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 50px;
  min-height: 46px;
  margin-top: 0;
  padding-top: 4px;
}
.list_docs_resources li{
  list-style-type: none;
  background-image: url(img/ico_list_doc.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  border-bottom: 1px solid #CBC9BC;
  padding-bottom: 7px;
  padding-left: 24px;
  margin-bottom: 7px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
}
.taxonomies_list, .list_authors, .list_links_resources{
  margin-bottom: 1.8889rem;
}
.content_resources_file{
  margin-bottom: 3.3333rem;
}
.orbit-bullets button {
    width: 0.6rem;
    height: 0.6rem;
}
.orbit-caption {
  font-size: 16px !important;
}
.linkedvideo_resources_file{
  margin-top: 24px;
  margin-bottom: 30px;
}
.linkedvideo_resources_file a{
  background-image: url(img/ico_link_video.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 50px;
  display: block;
  font-weight: 600;
}
.video-container_resources_file.flex-video {
  max-width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.8889rem;
}
.block_resource_photo img.default-image, .block_resource_header_photo img.default-image, .block_topic_header_photo img.default-image {
  opacity: inherit!important;
  filter: inherit!important;
}
ul.menu.vertical li a.button_create_txt {
  border-radius: 100%;
  /* width: 20px; */
  padding: 14px;
  background-position: 3.5px !important;
  margin: 0px !important;
  /* height: 22px; */
}
.block_sort_header .order-select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
  width: auto;
  font-size: 16px;
}
.content_description_user_journey .medium p, .content_description_user_journey .medium li{
  line-height: 1.4444rem;
  font-size: 1rem;
}
.content_description_user_journey .large-9{
  padding-left: 4rem !important;
  padding-right: 4.5rem !important;
}

/*End Resource file*/

/*End Inside user journey*/

/*Guidelines*/
.content_header_guidelines>.grid-x {
  background-color: #fff;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  padding: 1.4rem 6.6667rem 1.7rem 6.6667rem !important;
  margin-bottom: 2.2222rem;
  z-index: 1;
  position: relative;
}
.content_header_guidelines>.grid-x::before{
  content: url(img/bg_header_guideline_01.svg);
  position: absolute;
  left: -42px;
  bottom: -54px;
}
.content_header_guidelines>.grid-x::after{
  content: url(img/bg_header_beetle.svg);
  position: absolute;
  right: -134px;
  bottom: -132px;
  transform: scale(0.8);
}
.content_description_guidelines p.p1, .content_description_guidelines li{
  font-size: 1rem;
  line-height: 1.4444rem !important;
}
/*End Guidelines*/

/******************************************************************************/
/***********ADMIN PAGES********************************************************/
/******************************************************************************/

/*Form login*/
.log-in-form [type=email], .log-in-form [type=password]{
  width: 313px;
}
/*General admin*/
select{
  border: 1px solid #fff;
  border-radius: 4px;
  padding-left: .8333rem;
}
.button-back{
  background-color: #F6F3E4 !important;
    color: #28347B !important;
    padding: 0px 0px 0px 30px;
    font-size: 1rem;
    background-image: url(img/ico_arrow_07.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.button-back:hover{
  color:#66965A !important;
  background-color: #F6F3E4 !important;
}
#topic .button_create_txt, #county .button_create_txt{
  background-color: #66965A !important;
  border: none !important;
  color: #FFFFFF !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-top: 40px !important;
  border-radius: 8px 20px 20px 8px;
  background-image: url(img/ico_plus_button.svg);
  background-repeat: no-repeat;
  background-position: 80% center;
  width: auto;
  padding: 15px 70px 15px 20px;
  float: left;
}
#topic .button_create_txt:hover, #county .button_create_txt:hover {
  padding: 15px 90px 15px 20px !important;
  background-color: #28347B !important;
}
.controls{
  text-align: right;
}
.controls::first-letter{
  text-transform: uppercase;
}
/*End General admin*/
/*End Form login*/
/*Header admin*/
.top-bar {
  background-color: inherit;
  border-bottom: 2px solid #28347B;
  margin-top: 27px;
}
.top-bar ul{
  background-color: inherit;
}
.top-bar {
  padding: 0rem;
} 
.top-bar-right li a{
  color:#28347B;
  font-weight: 600;
  padding: 0.7rem 0.8rem;
}
.top-bar-right li:last-child a, .top-bar-right li:nth-child(6) a, .top-bar-right li:nth-child(5) a{
  padding: 5px 0 0 10px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top-bar-right li:last-child a:hover, .top-bar-right li:nth-child(6) a:hover, .top-bar-right li:nth-child(5) a:hover{
  padding: 3px 0 0 10px;
}
/*Page taxonomy*/
#resourcetaxonomies h1{
  margin-bottom: 3.3333rem;
}
.sidebar-title{
  font-family: "the-seasons", sans-serif;
  font-size: 1.4444rem;
}
.sidebar .vertical{
  background-color: #E3E7D2;
  border-radius: 0 0 50px 50px;
  padding: 20px 20px 50px 0px;
  margin-top: .7222rem;
  margin-bottom: 4.4444rem;
}
#user a.sidebar-link.active, #resourcetaxonomies a.sidebar-link.active {
  border-left: 4px solid #7d9b4b !important;
  border-right: 0 !important;
  font-weight: 600;
}
.unstriped{
  margin-bottom: 10%;
}
thead{
  background-color: #F6F3E4 !important;
  border-bottom: 1px solid #405842!important;
}
thead th, thead td, tfoot th, tfoot td {
  padding: 0.9rem 0.6rem 0.9rem 0.8rem;
  font-weight: 700;
  font-size: 1.0556rem;
}
tbody tr{
border-bottom: 1px dotted #66965A !important;
background-color: #F6F3E4 !important;
}
td.controls{
  text-align: right;
}
.edit-taxonomy, .edit-button{
  content: url(img/icon-edit.svg);
  height: 35px;
  width: 35px;
  background-color: #66965A !important;
  border-color: #66965A !important;
  border-radius: 100%  !important;
  text-indent: -20000px;
  padding: 5px !important;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.edit-taxonomy:hover, .edit-button:hover{
  padding: 6px !important;
  background-color: #28347B !important;
  border-color: #28347B !important;
}
.delete-button:hover{
  padding: 9px !important;
  background-color: #28347B !important;
  border-color: #28347B !important;
}
.delete-button{
  content: url(img/icon-delete-01.svg);
  height: 35px;
  width: 35px;
  background-color: #66965A !important;
  border-color: #66965A !important;
  border-radius: 100% !important;
  text-indent: -20000px;
  padding: 8px !important;
}
.move-down{
  content: url(img/table_arrow_down.svg);
  height: 35px;
  width: 35px;
  background-color: #F6F3E4 !important;
  border-color: #C8D6B9 !important;
  border-radius: 100%;
  text-indent: -20000px;
  padding: 5px;
  background-image: url(img/table_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.move-down:hover, .move-up:hover{
  padding: 5px !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.move-up{
  content: url(img/table_arrow_up.svg);
  height: 35px;
  width: 35px;
  background-color: #F6F3E4 !important;
  border-color: #C8D6B9 !important;
  border-radius: 100%;
  text-indent: -20000px;
  padding: 5px;
  background-image: url(img/table_arrow_up.svg);
    background-repeat: no-repeat;
    background-position: center;
  display: inline-block;
}
.edit-taxonomy, .delete-button, .move-down, .move-up{
  margin-top: 6px;
  margin-bottom: 4px;
  margin-left: 4px;
}
.new-taxonomy{
  background-color: #66965A !important;
  border: none !important;
  color:#FFFFFF !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-top: 40px !important;
  border-radius: 8px 20px 20px 8px!important;
  background-image: url(img/ico_plus_button.svg);
  background-repeat: no-repeat;
  background-position: 80% center;
  width: inherit!important;
  padding: 20px 70px 20px 20px !important;
}
.new-taxonomy:hover{
  padding: 20px 90px 20px 20px !important;
  background-color: #28347B !important;
}
.edit-button {
  content: url(img/icon-edit.svg);
  height: 35px;
  width: 35px;
  background-color: #66965A !important;
  border-color: #66965A !important;
  border-radius: 100% !important;
  text-indent: -20000px;
  padding: 5px !important;
  margin-bottom: 0rem;
}

.show-button {
  content: url(img/icon-show.svg)!important;
  height: 35px;
  width: 35px;
  background-color: #66965A !important;
  border-color: #66965A !important;
  border-radius: 100% !important;
  text-indent: -20000px;
  padding: 7px !important;
  margin-bottom: 0rem;
}
#editResourcetaxonomiesModal{
  background-color: #F6F3E4;
}
#editResourcetaxonomiesModal [type=text]{
  margin-bottom: 0px;
  border: 0px solid #cacaca;
  -webkit-box-shadow: inset 0 0px 0px rgba(10, 10, 10, 00);
  box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0);
}
#editResourcetaxonomiesModal .text-right label{
font-size: 1rem !important;
}
#editResourcetaxonomiesModal .grid-margin-x {
  padding-bottom: .7778rem;
}
.switch.small {
  margin-bottom: 0px;
}
input:checked ~ .switch-paddle, .switch-paddle {
  border-radius: 25px;
}
.switch.small input:checked ~ .switch-paddle::after, .switch-paddle::after {
  border-radius: 100%;
}
/*Page general User Journey*/
.bg_userjourney_01{
  background-image: url(img/ico_big_landowner.svg), url(img/admin_bg_userjourney_01.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 20px, -77px -8px;
  padding-top: 111px !important;
  background-size: 30%, 87%;
}
.bg_userjourney_02{
  background-image: url(img/ico_big_funder.svg) !important;
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 111px !important;
  background-size: 30%;
}
.bg_userjourney_03{
  background-image: url(img/ico_big_legislator.svg), url(img/admin_bg_userjourney_03.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 20px,0px -20px;
  padding-top: 111px !important;
  background-size: 30%, 87%;
}
.bg_userjourney_04{
  background-image: url(img/ico_big_planner.svg), url(img/admin_bg_userjourney_04.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 20px,21px -41px;
  padding-top: 111px !important;
  background-size: 30%, 87%;
}
.button_edit_txt, .button_topict_txt{
  background-color: #66965A;
  color:#fff !important;
}
.button_edit_txt:hover, .button_topict_txt:hover{
  background-color: #28347B;
  color:#fff !important;
}
.button_edit_txt{
  border-radius: 100px 14px 14px 100px;
  background-image: url(img/icon-edit.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  padding: 5px 10px 5px 43px;
  font-family: "the-seasons", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-right: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button_topict_txt{
  border-radius: 14px 80px 80px 14px;
  background-image: url(img/icon_topic.svg);
  background-repeat: no-repeat;
  background-position: 85% center;
  padding: 5px 38px 5px 10px;
  font-family: "the-seasons", sans-serif;
  font-size: 18px;
  font-weight: 600;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button_subtopict_txt{
  background-image: url(img/icon_subtopic.svg);
  border-radius: 80px;
  padding: 5px 29px 5px 15px;
  background-position: 90% center;
}
/*End Page general User Journey*/
/*Page User Journey*/
#userjourney .form-group a:first-child, .second-column .form-group a:first-child{
background-color: #F6F3E4 !important;
color:#28347B !important;
padding: 0px 0px 0px 30px;
font-size: 1rem;
background-image: url(img/ico_arrow_07.svg);
background-repeat: no-repeat;
background-position: left center;
}
#userjourney h1{
  margin-bottom: 2.2222rem;
}
.second-column h4{
  font-size: 1.4444rem;
  margin-top: 2.1111rem;
}
.second-column .form-group label {
  font-size: .8889rem;
  font-weight: 600;
  padding-left: 0px;
  line-height: .8889rem;
  margin-top: 0.8rem;
  margin-bottom: 8px;
}
.second-column .input-disabled{
background-color: #ECE9DB;
border: 0rem;
border-radius: 5px;
-webkit-box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0);
box-shadow: inset 0 0px 0px rgba(10, 10, 10,0);
margin: 0px;
height: 1.4rem;
padding: 17px 0 17px 7px;
font-size: .8889rem;
}
.userjourney-second-column .delete-button, .userjourney-first-column .delete-button{
  content: url(img/icon-delete-03.svg);
  background-color: #EA8555!important;
  border-color: #EA8555!important;
  height: 30px;
  width: 30px;
}
#topic .second-column .small{
  border: solid 1px #66965A !important;
  background-color: #F6F3E4 !important;
  color: #66965A !important;
  font-size: .8889rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02rem;
}
#userjourney [type=text],  .tox-editor-container,  #userjourney textarea, .first-column [type=text], .second-column [type=text], .first-column textarea, #frg_country [type=text], [type=date]{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0);
    box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0);
    border-color: #fff;
}
 [type=text]:focus, [type=password]:focus, [type=email]:focus, #user [type=text]:focus, textarea:focus{
  -webkit-box-shadow: 0 0 5px #cacaca !important;
  box-shadow: 0 0 5px #cacaca !important;
  -webkit-transition: border-color 0.25sease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25sease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25sease-in-out;
  transition: box-shadow 0.5s, border-color 0.25sease-in-out, -webkit-box-shadow 0.5s;
  border-color: #BFBFBF !important;
}

#userjourney textarea, .first-column textarea{
  min-height: 8.3333rem;
}
.tox-tinymce {
  border: 0px solid #fff !important;
}
 .first-column label, #frg_country label{
  font-weight: 600;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 4px !important;
}
 .first-column h3{
  font-size: 1.4444rem;
  margin-top: 2.2222rem;
}
#add-testimonial-container{
  background-color: #EAE6D1;
}
#add-testimonial-container .block_journey_home-add{
  margin-top: 90%;
}
#testimonials-collection .block_journey_home{
  padding: 1rem !important;
  border-radius: 20px 20px 0 0 !important;
  margin-bottom: 4.4444rem;
}
@media print, screen and (min-width: 40em) {
  #testimonials-collection .grid-margin-x > .cell {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
  }
}
.question-label,  .question-label label{
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: .8889rem;
}
.good-practices-block{
  background-color: #FFF7D0;
  border-radius: 0 .3333rem 0.333rem 0;
  padding: 1rem 2.4167rem;
  margin: 1.8889rem 0;
  border-left: 4px solid #E1AC54;
}
.good-practices-block h4{
  font-size: 1.5556rem;
}
.impact-block{
  background-color: #fff;
}
.impact-block .good-practices-block{
padding: 0;
margin: 0;
background-color: #fff;
border-left: 0;
}
.context h4{
  background-image: url(img/ico_good_practices_context.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.problem-description h4{
  background-image: url(img/ico_good_practices_problem.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.implementation-steps h4{
  background-image: url(img/ico_good_practices_steps.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.stakeholder-engagement h4{
  background-image: url(img/ico_good_practices_stakeholder.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.knowledge-types h4{
  background-image: url(img/ico_good_practices_knowledge.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.replicability-block h4{
  background-image: url(img/ico_good_practices_replicability.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.key-success-factors h4{
  background-image: url(img/ico_good_practices_success.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.common-constraints h4{
  background-image: url(img/ico_good_practices_constraints.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.lessons-learnt h4{
  background-image: url(img/ico_good_practices_lesson.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.positive-impact h4{
  background-image: url(img/ico_good_practices_positive.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.negative-impact h4{
  background-image: url(img/ico_good_practices_negative.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 2.3rem;
}
.degradation-driver{
  background-color: #fff;
  padding: 1px .8333rem 0 .8333rem;
    -webkit-border-radius: .3333rem .3333rem 0 0;
    -moz-border-radius: .3333rem .3333rem 0 0;
    border-radius: .3333rem .3333rem 0 0;
}
.scale-area{
  background-color: #fff;
  padding: 0px .8333rem 1px .8333rem;
    -webkit-border-radius: .3333rem .3333rem 0 0;
    -moz-border-radius: .3333rem .3333rem 0 0;
    border-radius: 0 0 .3333rem .3333rem;
}
.degradation-driver h5, .scale-area h5{
  font-size: 1.2222rem;
}
#preview_banner .callout.alert{
  border:0px !important;
  background: rgba(231,96,30,0.90) !important;
  border-radius: 0 0 .2222rem .2222rem;
  font-size: 18px;
  font-weight: 600;
}
/*End Page User Journey*/
/*Page User Resources*/
.block_resource_home{
  background-color: #fff;
    border-radius: 50px 50px 0 0;
    padding: 6rem 1.6667rem 2rem;
    text-align: center;
    margin-bottom: 2.2222rem;
}
.block_resource_home h3{
  min-height: 4.8889rem;
}
.bg_resource_01, .bg_resource_02, .bg_resource_03, .bg_resource_04, .bg_resource_05, .bg_resource_06, .bg_resource_07{
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: 30%;
}
.bg_resource_01{
  background-image: url(img/ico_big_stories.svg), url(img/admin_bg_userjourney_02.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 25px, -16px -18px;
  background-size: 30%, 80%;

}
.bg_resource_02{
  background-image: url(img/ico_big_publication.svg);
}
.bg_resource_03{
  background-image: url(img/ico_big_tools.svg), url(img/admin_bg_userjourney_03.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 25px, 0px -20px;
  background-size: 30%, 80%;
}
.bg_resource_04{
  background-image: url(img/ico_big_good_practice.svg), url(img/admin_bg_userjourney_04.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 25px, 82px -20px;
  background-size: 30%, 80%;
}
.bg_resource_05{
  background-image: url(img/ico_big_education_material.svg);
}
.bg_resource_06{
  background-image: url(img/ico_big_projects.svg);
}
.bg_resource_07{
  background-image: url(img/ico_big_external_platform.svg), url(img/admin_bg_admin_tools.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 25px, 171px -92px;
  background-size: 30%, 100%;
}
.button_create_txt{
  border-radius: 100px 14px 14px 100px;
  background-image: url(img/icon_new.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  padding: 5px 10px 5px 43px;
  font-family: "the-seasons", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-right: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #66965A;
  color: #fff !important;
}
.button_list_txt {
  border-radius: 14px 80px 80px 14px;
  background-image: url(img/icon_list.svg);
  background-repeat: no-repeat;
  background-position: 81% center;
  padding: 5px 38px 5px 10px;
  font-family: "the-seasons", sans-serif;
  font-size: 18px;
  font-weight: 600;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #66965A;
  color: #fff;
}
.button_create_txt:hover, .button_list_txt:hover{
  background-color: #28347B;
  color: #fff;
}
.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
  border: 0px solid #fff !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  padding-left: 10px !important;
}
.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}
.ts-dropdown, .ts-control, .ts-control input {
  font-size: 1rem !important;
  line-height: 1.1111rem !important;
}
#add_new_link.button{
  border: solid 1px #66965A !important;
  background-color: #F6F3E4 !important;
  color:#66965A !important;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: -0.04rem;
}
.first-column .custom_upload_btn{
  border: solid 1px #66965A !important;
  background-color: #F6F3E4 !important;
  color:#66965A !important;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: -0.04rem;
  padding: 10px 15px;
  border-radius: 6px !important;
}
.first-column label label{
  margin: 0;
}
.first-column .question-label .custom_upload_btn{
  border: 0 !important;
  padding: 0 !important;
}
#frg_resource_topics-ts-label{
  margin-top: 37px;
}
.question-icon {
  font-weight: 600!important;
  margin-left: 5px!important;
  background-color: #D0C9AB !important;
  display: inline-block;
  width: 21px !important;
  height: 21px !important;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 21px !important;
  font-size: 16px !important;
  cursor: pointer;
}
.ts-control{
  border-radius: 4px !important;
  border: solid 1px #fff !important;
  padding: .8333rem !important;
}
.ts-control input::placeholder{
  color:#B6B096 !important;
}
#preview-img-frg_resource_secondaryImages, #preview-img-frg_resource_newDocuments{
  margin: 0px 0 26px;
}
#preview-img-frg_resource_secondaryImages li{
  display: inline-block;
  margin-bottom: 1.3333rem;
}
#preview-img-frg_resource_secondaryImages li img{
  width: 7.5556rem;
}
.remove-image{
  margin-right: 10px;
  margin-left: 2px !important;
}
.secondary-link div{
  margin-right: 10px;
}
.frg_resource_secondaryImages{
  margin-top: 20px;
}
.frg_resource_resourcesMainCta{
  margin-top: 20px;
}
#resources{
  margin-bottom: 4.4444rem;
}
.filter-number{
  background-color: #ECE9DB;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}
.secondary-link-key label{
  margin-right: 10px;
  font-weight: 400;
}
.preview-button{
  font-family: 'DM Sans', sans-serif !important;
  font-size: .8889rem !important;
  background-color: #fff !important;
  color:#28347B !important;
  border: .1111rem solid #DFDCCD !important;
  padding: 10px 0px !important;
  font-weight: 500 !important;
  letter-spacing: -0.5px !important;
  width: 47.5%;
  margin: 1.6667rem 3.3% .5556rem 0;
}
.preview-button:hover{
  color:#28347B !important;
  border: .1111rem solid #28347B !important;
  background-color: #F6F3E4 !important;
}
.exit-button{
  font-family: 'DM Sans', sans-serif !important;
  font-size: .8889rem !important;
  background-color: #28347B !important;
  border: .1111rem solid #28347B !important;
  color:#fff !important;
  border: none !important;
  padding: 10px 0px !important;
  font-weight: 500 !important;
  letter-spacing: -0.5px !important;
  width: 47.5%;
  margin: 1.6667rem 0 .5556rem 0;
}
.remove-button{
  font-family: 'DM Sans', sans-serif !important;
  font-size: .8889rem !important;
  background-color: #EA8555 !important;
  border: .1111rem solid #EA8555 !important;
  color:#fff !important;
  border: none !important;
  padding: 10px 0px !important;
  font-weight: 500 !important;
  letter-spacing: -0.5px !important;
  width: 47.5%;
  margin-left: 52.5%;
}
.save-exit-button, .save-button{
  width: 47.5%;
  padding: 10px 0px;
  -webkit-text-stroke: .0167rem #fff;
}
.save-button{
  margin-right: 3%;
}
.save-exit-button:hover, .save-button:hover{
  padding: 10px;
}
.exit-button:hover{
  background-color: #4352AB !important;
}
.two-columns li{
  background-image: url(img/bg_lines.svg);
    background-repeat: repeat;
    padding: 10px;
    border-radius: 4px !important;
    border: solid 1px #D1CCB6;
    margin: 0px 0 26px;
}
.two-columns {
  column-count: 2;
  column-gap: 20px !important;
  column-rule: none !important; 
}
.related-resources-container{
  background-color: #E3E7D2;
  padding: .5556rem;
  border-radius: 8px;
  margin: 0 !important;
}
.related-resources-container #related-resources-table .align-justify .text-right, .related-resources-container #related-resources-table .align-justify select, .related-resources-container #related-resources-table #resources-filter{
  font-size: .8889rem;
  font-weight: 400;

}
.related-resources-container #resourceTableContainer table, .related-resources-container #resourceTableContainer thead, .related-resources-container #resourceTableContainer tbody tr{
  background-color: #E3E7D2 !important;
}
.related-resources-container tbody, .related-resources-container tfoot {
  border: 0px solid rgb(241.3, 241.3, 241.3) !important;
}
 .related-resources-container thead{
  border: 0px solid rgb(241.3, 241.3, 241.3) !important;
  border-bottom: 1px solid #000 !important;
}
.related-resources-container thead th {
  padding: .5556rem 0 !important;
  font-size: .8889rem;
}
.related-resources-container td {
  font-size: .8889rem;
}
.related-resources-container .pagination, .related-resources-container #ResourceBodyContainer{
  background-color: #E3E7D2 !important;
}
.related-resources-container .button:hover{
background-color: #fff !important;
}
.related-resources-container .pagination{
padding-top: 3rem;
}
.related-resources-table {
  margin-top: -4px !important;
}
.related-resources-container #related-resources-table{
  padding-top: 1.6667rem;
}
.menu-active{
  padding-top: .5556rem;
}
.menu-active label{
  margin-top: 0;
  vertical-align: text-bottom;
}


/*End Page User Resources*/

/*Page Guidelines*/
.bg_guideline_00 {
  background-image: url(img/ico_big_guideline.svg), url(img/admin_bg_userjourney_01.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 20px, -121px -4px;
  padding-top: 111px !important;
  background-size: 30%, 87%;
}
/*End Page Guidelines*/
/*Windows modals*/
.reveal{
  background-color: #F6F3E4;
  border-radius: 8px;
  border: 1px solid #F6F3E4;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.4);
}
.reveal h4, .reveal h2{
  font-size: 1.6667rem;
  border-bottom: 1px solid #7C9B4B;
  padding-bottom: 10px;
}

.reveal [type=text], .reveal [type=password], .reveal [type=date], .reveal [type=email], .reveal [type=search], .reveal [type=tel], .reveal [type=time], .reveal [type=url], .reveal textarea {
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0);
  box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0);
  border-radius: .2222rem;
}
.reveal .button{
  border: 0;
}
.hollow{
  border: solid 1px #66965A !important;
  background-color: #F6F3E4 !important;
  color: #66965A !important;
  font-size: .9444rem !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02rem;
}
.hollow:hover{
  border: solid 1px #28347B !important;
  color: #28347B !important;
}
.reveal .success{
font-size: 1rem;
}
#galleryModal .cell:first-child{
  padding-left: 0;
  border-right: 1px dashed #7C9B4B;
}
/*End Windows modals*/
/*Countries*/
#county{
  margin-bottom: 4.4444rem;
}
#custom-controls {
  background-color: #E3E7D2;
  border-radius: 0 0 50px 50px;
  padding: 30px 30px 50px 30px;
  margin-top: 13px;
}
table.dataTable th, table.dataTable td {
  box-sizing: inherit !important;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 14px 10px !important;
}
table.dataTable {
  border-collapse: collapse !important;
  border-spacing: inherit !important;
}
table.dataTable.no-footer {
  margin-bottom: 4rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #EEE4B2 !important;
  background-color: #EEE4B2 !important;
  background: #EEE4B2 !important;
  border-radius: .4444rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #E1AC54!important;
  background-color: #E1AC54!important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E1AC54), color-stop(100%, #E1AC54))!important;
  background: -webkit-linear-gradient(top, #E1AC54 0%, #E1AC54 100%)!important;
  background: -moz-linear-gradient(top, #E1AC54 0%, #E1AC54 100%)!important;
  background: -ms-linear-gradient(top, #E1AC54 0%, #E1AC54 100%)!important;;
  background: -o-linear-gradient(top, #E1AC54 0%, #E1AC54 100%)!important;
  background: linear-gradient(to bottom, #E1AC54 0%, #E1AC54 100%)!important;
  border-radius: .4444rem;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
  font-size: .9444rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: .2em 1em !important;
}
/*End Countries*/
/*Dashboard */
.bg_dashboard_01, .bg_dashboard_02, .bg_dashboard_03{
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  padding: 1.6667rem;
  text-align: center;
  margin-bottom: 2.2222rem;
  padding-top: 175px !important;
}
.bg_dashboard_01{
  background-image: url(img/admin_bg_usejourney.svg), url(img/admin_bg_userjourney_02.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 45px, -16px -18px;
}
.bg_dashboard_02{
  background-image: url(img/admin_bg_resources.svg), url(img/admin_bg_userjourney_03.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 45px, 0px -20px;
}
.bg_dashboard_03{
  background-image: url(img/admin_bg_taxonommies.svg), url(img/admin_bg_userjourney_04.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 45px, 146px 0px;
}
/*End Dashboard */
/*Admin tools */
.bg_admintools_01, .bg_admintools_02, .bg_admintools_03, .bg_admintools_05, .bg_admintools_06{
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  padding: 1.6667rem;
  text-align: center;
  margin-bottom: 2.2222rem;
  padding-top: 125px !important;
}
.bg_admintools_01{
  background-image: url(img/ico_big_country.svg), url(img/admin_bg_userjourney_02.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 25px, 0px -38px;
  background-size: 25%, 48%;
}
.bg_admintools_02{
  background-image: url(img/ico_big_messages.svg) !important;
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: 25%;
}
.bg_admintools_03{
  background-image: url(img/ico_big_site_config.svg), url(img/admin_bg_userjourney_04.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 25px, 153px -28px;
  background-size: 25%, 69%;
}
.bg_admintools_05{
  background-image: url(img/ico_big_page_config.svg)!important;
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: 33%;
}
.bg_admintools_06{
  background-image: url(img/ico_big_page_config.svg), url(img/admin_bg_admin_tools.svg) !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center 25px, 177px 29px;
  background-size: 33%, 100%;
}
/*End Admin tools */
/*Users admin*/
#user{
  margin-bottom: 4.4444rem;
}
#user [type=email], #user [type=text]{
border: #fff !important;
border-radius: 6px;
}
#user .button{
  margin-top: 1.6667rem;
  margin-left: .8333rem;
}
#user h1{
  margin-bottom: 3.3333rem;
}
#user label{
  font-size: 1rem;
}

/*End Users admin*/

/*End Header admin*/

/***********END ADMIN PAGES********************************************************/
/**********************************************************************************/


/*Footer*/
.site-footer{
  background-color: #405842;
  color: #fff;
  padding: 4.4444rem 0;
}
.site-footer a{
  color: #fff;
}
.menu_links{
  padding-top: 30px;
}
.menu_links li{
  display: inline;
  margin-right: 20px;
}

.footer_social li{
  display: inline;
  margin-right: 5px;
}
.footer_policy{
  font-size: .8889rem;
  padding-top: 1.6667rem;
}
.footer_policy a{
  margin-left: 1.1111rem;
  border-bottom: 1px solid #405842;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px dashed #fff;
}
.footer_policy a:hover{
  border-bottom: 1px dashed #EEE4B2;
  color:#EEE4B2;
}
.menu_links a{
  border-bottom: 1px solid #405842;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu_links a:hover{
  border-bottom: 1px dashed #fff;
}
.sf-toolbar-clearer {
  height: 0px !important;
}
.footer-eu{
  text-align: right !important;
}
.site-footer .menu_links a{
  font-size: .8889rem;
  color:#EEE4B2;
}
.footer_social>ul.no-bullet:not(:first-child) {
  margin-left: 5px !important;
  padding-left: 10px !important;
  border-left: 1px solid;
}
/*End Footer*/
/*Animation*/
.fade-bottom, .fade-left, .fade-right, .fade {
  opacity: 0;
}

.fade-bottom.active, .fade-left.active, .fade-right.active, .fade.active {
  opacity: 1;
}
.active.fade {
  animation: fade 1s ease-in;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade {
  0% {
    transform: translateX(1px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*End Animation*/


/* JRM MODIFICACIONS */

/* no separar espais en submenus */
.is-dropdown-submenu > li {
  white-space: nowrap;
  padding: 8px;
}

/* modifico comportament selector idiomes */
.gt_switcher_wrapper {
  position: relative!important;
  top: 0px!important;
  float:right!important;
}
.gt_container--hich1m .gt_switcher .gt_option{
  position: absolute!important;
}

/* END JRM MODIFICACIONS */

/***********************RESPONSIVE*******************************/

/*Changes grid firefox*/
.title-bar {
  background: #F6F3E4;
}
.title-bar{
  background-color: #F6F3E4;
  color: #F6F3E4;
}
.menu-icon::after{
  background-color: #F6F3E4;
  -webkit-box-shadow: 0 7px 0 #F6F3E4, 0 14px 0 #F6F3E4;
  box-shadow: 0 7px 0 #F6F3E4, 0 14px 0 #F6F3E4;
}


@media print, screen and (min-width: 64em) {
  @-moz-document url-prefix() {
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.9rem);
    }
  }

}

@media print, screen and (min-width: 64em) {
  @-moz-document url-prefix() {
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 1.9rem);
    }
  }

}
@media print, screen and (min-width: 64em) {
  @-moz-document url-prefix() {
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.9rem);
    }
  }

}
@media print, screen and (min-width: 40em) {
  @-moz-document url-prefix() {
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.9rem) !important;
    }
  }

}
@media print, screen and (min-width: 40em) {
  @-moz-document url-prefix() {
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.9rem) !important;
    }
  }

}


/*End Changes grid firefox*/





@media all and (max-width: 1280px) {
  .content_home_03::after {
    right: 0px;
  }
}

/* Ipad landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* Ipad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*General*/
  h1{
    font-size: 2.6667rem;
  }
  /*About*/
  .bg_owl::after {
    transform: scale(0.8);
}
.bg_full_orange::after {
  right: 0%;
  transform: scale(0.8);
}
.grid-subtopic-content{
  width: 59% !important;
}
.orbit-slide .large-3 img {
  width: 87%;
}
.grid-subtopic-content::after {
  width: 80%;
}
.content_header_resources_file::after
 {  top: 51px;
    right: -53px;
}
.list_authors h5 {
  font-size: 1.1111rem;
}
/*Best practice*/
.content_header_guidelines>.grid-x::after {
  right: -75px;
  bottom: -132px;
  transform: scale(0.65);
}
.grid-topic-content h4 {
  font-size: 1.3rem;
}
.block-brief_description, .block-brief_description p {
  line-height: 1.2222rem;
  font-size: .8889rem;
}
.grid-topic-content p{
  font-size: .8889rem;
  line-height: 1.2222rem;
}
/*Backend Admin*/
.block_dashboard h3, .block_resource_home h3, .block_admintools h3 {
  font-size: 1.4444rem !important;
}
.block_journey_home h3 {
  font-size: 1.3rem !important;
}
.bg_guideline_00 {
  padding-top: 4.4444rem !important;
}
.block_journey_home {
  padding: 0.6667rem;
}
.button_edit_txt {
  padding: 5px 7px 5px 38px;
}
.save-button {
  margin-right: 1%;
}
.preview-button {
  margin: 1.6667rem 2% .5556rem 0;
}
.button {
  font-size: 1rem !important;
}
.second-column h4 {
  font-size: 1.26rem;
  margin-top: 1.5rem;
}
#testimonials-collection .block_journey_home img{
  height: 116px;
  width: 116px;
  border-radius: 125px;
}
#add-testimonial{
  font-size: .7222rem !important;
}
.button_create_txt {
  padding: 5px 6px 5px 38px;
}
.button_list_txt {
  padding: 5px 30px 5px 6px;
}
.block_resource_home {
  padding: 6rem 1rem 2rem;
}
table.dataTable tbody th, table.dataTable tbody td {
  font-size: .8889rem;
  line-height: 1.1111rem;
}
.show-button, .delete-button, .edit-button, .edit-taxonomy{
  height: 30px !important;
  width: 30px !important;
} 
.button_topict_txt {
  font-size: 15px;
}
.button_subtopict_txt {
  padding: 5px 24px 5px 9px !important;
}

}

@media all and (min-width: 1024px) {
  .dropdown.menu > li > a {
    padding: 0.7rem 0.6rem;
  }
  /*home*/
  .content_header_resources::after {
    right: -39px;
    transform: scale(0.7);
  }
  .home_slide {
    background-size: auto auto;
    padding: 5rem 5rem 0;
  }
  .home_slide h1{
    width: 100%;
  }
  .bg_mushroom_home img{
    width: 100%;
  }
  .content_home_03::after {
    right: -28px;
    transform: scale(0.8);
  }
  .content_home_03 p {
    width: 70%;
  }
  .block_resource_photo img{
    object-fit: cover;
    height: 235px;
  }
  .bg_forest_01 {
    right: 0px;
    left: 0;
  }
  .bg_leaf_01 {
    right: 19px;
  }
  /*User Journey*/
 
  .grid-topic-photo{
    height: 22rem;
  }
  .grid-topic-photo img{
    width: 100%;
    object-fit: cover;
    height: 22rem;
  }
  .grid-subtopic-photo {
    height: 22rem;
  }
  .grid-subtopic-photo img {
    width: 100%;
    object-fit: cover;
    height: 22rem;
  }
  .bg_bear_01 img{
    width: 329px;
  }
  .width-75 {
    width: 60%;
  }
  .content_description_guidelines .width-75 {
    width: 75%;
  }
  .margin-bottom-2 {
    margin-bottom: 4rem;
  }
  .content_header_user_journey>.grid-x {
    padding: 1.1111rem 4.6667rem 2.6667rem 4.6667rem;
    background-color: #fff;
    -webkit-border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  /*Subtopic*/
  .content_block_resource_subtopic {
    padding: 29px 40px 25px 40px;
  }


}

@media all and (min-width: 768px) and (max-width: 980px) {
  /*home*/
  .dropdown.menu > li > a {
    padding: 0.7rem 0rem 0 1rem;
  }
  .menu_main .menu {
    top: 2.5rem;
  }
  header {
    padding-bottom: 2.3889rem;
  }
  .home_slide {
    background-size: auto auto;
    padding: 3rem 3rem 0;
  }
  .home_slide p {
    width: 90%;
  }
  .bg_mushroom_home img{
    width: 70%;
  }
  .content_home_03::after {
    transform: scale(0.6);
    right: -57px;
  }
  .block_resource_photo img {
    height: 100%;
    width: auto;
  }
  .block_resource h3 {
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin: 20px 20px 0 20px;
  }
  .type_resource {
    margin: 15px 20px 20px;
  }
  .block_resource>p {
    margin: 0px 20px 24px 20px;
  }
  .bg_forest01_home img{
    width: 70%;
  }
  .bg_squirrel_home {
    background-size: 84%;
  }
  .content_home_04 h3 {
    font-size: 50px;
    line-height: 55px;
  }
  .content_home_slide {
    background-position: -71px -13px, 100% 37%;
  }
  .content_home_03 .content_block_resource {
    padding: 2rem 2rem 0;
  }
  /*user journey*/
  .content_header_user_journey>.grid-x {
    padding: 1.1111rem 3.6667rem 1.6667rem 3.6667rem;
  }
  .bg_bear_01 img{
    top: 524px;
  }
  .bg_bear_01 img{
    width: 67%;
  }
  .bg_bear_01 {
    left: -88px;
    top: 487px;
  }
  .bg_forest_01 {
    position: absolute;
    right: 0px;
  }
.menu_bg_topic::after {
  bottom: -472px;
  transform: scale(0.5);
}
.grid-subtopic-content, .grid-subtopic-content:hover {
  background-position: 98% 93%, 108% top;
  padding: 1rem 2.5rem 1rem 1rem;
}
.grid-subtopic-photo {
  height: 18rem;
}
.grid-subtopic-photo img {
  width: 100%;
  object-fit: cover;
  height: 18rem;
}
/*User Jorney subtopic*/
.menu_bg_subtopic::after {
  bottom: -445px;
  transform: scale(0.5);
}
.content_block_resource_subtopic {
  padding: 21px 30px 21px 30px;
}
/*Resources*/
.content_header_resources::after {
  right: -64px;
  transform: scale(0.5);
}
.content_header_resources::before {
  top: -46px;
  left: -121px;
  transform: scale(0.6);
}
} 

@media all and (max-width: 767px) {
  h1{
    font-size: 2.2222rem;
  }
  h2{
    font-size: 2rem;
  }
  h3{
    font-size: 1.5556rem;
  }
  /*Header*/
  .site-logo img {
    margin-top: 0rem;
    margin-bottom: 19px;
    transform: scale(0.9);
    margin-left: calc(97% - 20.6667rem);
}
  .menu_lang_user {
    top: 6px;
  }
  .title-bar{
    background-color: #fff;
    color: #222222;
    border-radius: .5556rem .5556rem 0 0;
  }
  .menu-icon::after{
    background-color: #222222;
    -webkit-box-shadow: 0 7px 0 #222222, 0 14px 0 #222222;
    box-shadow: 0 7px 0 #222222, 0 14px 0 #222222;
  }

  .menu.vertical{
    padding-top: 0rem !important;
  }
  .menu_main .menu {
    top: 0;
    width: 100%;
    position: relative;
  }
  ul.drilldown{
    padding-top: 1.1111rem !important;
  }
  .is-drilldown {
    max-width: 100% !important;
    background-color: #fff;
  }
  .drilldown .is-drilldown-submenu {
    position: relative;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
  .gt_switcher_wrapper {
    top: 9px !important;
    position: absolute !important;
    right: 11% !important;
  }
  .user_login {
    top: 7px;
    right: 7px;
  }
  .menu_lang_user .menu a{
    padding: 0.8rem 0.8rem;
  }
  ul.drilldown{
    padding-top: 1.1111rem !important;
  }
  /*Home*/
  .home_slide h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .home_slide {
    background-size: auto 100%;
    padding: 1.6667rem 1.5rem 0;
  }
  .content_home_slide::before{
content: none;
  }
  .home_slide p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }
  .bg_mushroom_home {
    top: -10.8889rem;
    width: 60%;
  }
  .width-75 h2{
    font-size: 3.0556rem;
  }
  .bg_bear_home {
    top: -10.8889rem;
    right: -39px;
    width: 42%;
  }
  .content_home_03 .content_block_resource {
    padding: 3rem 1rem 0;
  }
  .block_resource_photo img{
    height: 100%;
    width: auto;
  }
  .bg_forest01_home {
    bottom: -382px;
    left: -5.7222rem;
    width: 90%;
  }
  .content_home_04 h3 {
    font-size: 3.2222rem;
  }
  .bg_squirrel_home {
    background-size: 82%;
    padding-bottom: 93px;
    background-position: 169% 100%;
  }
  .content_home_03::after{
    transform: scale(.5);
    z-index: -1;
  }
  
  /*Resources*/
  .content_header_resources::before {
    top: -91px;
    left: -161px;
    transform: scale(0.5);
  }
  .content_header_resources::after {
    top: -7px;
    right: -93px;
    transform: scale(0.4);
  }
  .content_header_resources>.grid-x {
    padding: 1.1111rem 1rem 1rem 1.5rem;
  }
  .content_header_resources h1{
    font-size: 2.1667rem;
  }
  .content_block_resource {
    padding: 1.5rem 0.8rem;
  }
  /*User Journey*/
  .content_header_user_journey>.grid-x {
    padding: 1.1111rem 4.6667rem 2.6667rem 4.6667rem;
    background-color: #fff;
    -webkit-border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
  }
  .content_header_user_journey {
    text-align: center;
    margin-bottom: 100px;
  }
  .content_header_user_journey>.grid-x {
    padding: 1rem;
    margin: 0 30px;
  }
  .content_header_user_journey h1{
    font-size: 2.1667rem;
  }
  .bg_bear_01 {
    top: 754px;
    width: 57%;
    left: 0;
  }
  .bg_forest_01 {
    position: absolute;
    right: 0px;
  }
  .bg_leaf_01{
    display: none;
  }
  .testimonial-photo {
    margin: 0 auto;
  }
  .menu_bg_userjourney_page::after {
    bottom: -278px !important;
    left: -273px !important;
}



    /*User Jorney topic*/
  .bg_leaf_02 {
    top: 157px;
    left: 0px;
    width: 43%;
    z-index: -1;
  }
  .content_header_topic{
    margin-bottom: 2.2222rem;
  }
  .menu_bg_topic::after {
    bottom: -323px !important;
    left: -104px !important;
    transform: scale(0.6);
  }
  .menu_bg_subtopic::after {
    bottom: -401px;
  } 
  .menu_bg_topic{
    margin-bottom: 200px;
  }
  .grid-subtopic-photo{
    margin-bottom: 10px;
  }
  .grid-subtopic {
    margin-bottom: 2.5rem;
  }
  .content_header_user_journey .orbit-previous {
    margin-left: -35px;
  }
  .content_header_user_journey .orbit-next {
    margin-right: -31px;
  }
  .content_description_user_journey .large-9 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}
  /*User Jorney subtopic*/
  .menu_bg_subtopic{
    margin-bottom: 200px;
  }
  .menu_bg_subtopic::after{
    bottom: -422px;
    left: -50px;
    transform: scale(0.4);
  }
  .img_align_left {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .img_align_right {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .content_block_resource_subtopic {
    padding: 1.1111rem;
  }
  .large-4.medium-4.small-12.grid-subtopic-photo {
    display: block !important;
    height: 11.1111rem !important;
    width: 100%;
    align-items: center;
}
.grid-subtopic-photo {
  overflow: hidden;
  height: 11.1111rem !important;
  width: 100% !important;
  align-items: center;
  margin-bottom: 0;
  -webkit-border-radius: .4444rem .4444rem 0 0;
  -moz-border-radius: .4444rem .4444rem 0 0;
  border-radius: .4444rem .4444rem 0 0 !important;
}
.content_guidelines .grid-subtopic-photo img {
  width: 44.4444rem !important;
  object-fit: cover !important;
  height: 100% !important;
}
.grid-subtopic {
  margin-bottom: 2.5rem !important;
}
.grid-topic-photo {
  border-radius: 8px 8px 0 0px;
  -webkit-border-radius: 8px 8px 0 0px;
  -moz-border-radius: 8px 8px 0 0px;
}
.grid-subtopic-content::after{
  bottom: -33px;
  width: 85%;
}
.grid-subtopic-content {
  -webkit-border-radius: 0  0 .4444rem .4444rem !important;
  -moz-border-radius: 0  0 .4444rem .4444rem !important;
  border-radius: 0  0 .4444rem .4444rem !important;
}
  /*About*/
  .bg_owl::after {
    top: -116px;
    left: 61%;
    transform: scale(0.5);
  }
  .bg_full_green img{
    width: 6.6667rem;
    margin-bottom: 1.1111rem;
  }
  .bg_full_orange::after {
    top: 146px;
    right: -44%;
    transform: scale(0.5);
}
/*Guides*/
.content_header_guidelines>.grid-x {
  padding: 1.4rem 2rem 1.7rem 2rem !important;
}
.content_header_guidelines>.grid-x::before {
  left: -81px;
  bottom: -89px;
}
.content_header_guidelines>.grid-x::after {
display: none;
}
/*Resources*/
.block_resource_list_column_02 {
  padding-left: 0px;
  padding-top: 20px;
}
.block_meta .small-4 {
  width: 100%;
  margin-bottom: .5556rem;
}
.block-brief_description, .block-brief_description p {
  line-height: 1.1rem;
  font-size: 16px;
}
.date_resource {
  border-left: 0px solid #000;
  padding-left: 20px;
}
.date_resource::before {
  margin-left: 0px;
}
.content_header_resources_file::after {
display: none;
}
.content_header_resources_file .small-9, .content_header_resources_file .small-3 {
  width: 100%;
}
  /*Footer*/

  .footer_policy {
    padding-bottom: 1.1111rem;
  }
  
}

@media all and (max-width: 767px) and (orientation: landscape) {
}

