  #searchform{
    position: relative;
    z-index: 9999;
  }

  #searchform div > input[type=text]{
    padding: 10px 5px;
    width: 300px;
    margin-bottom: 30px;
    margin-right: 15px;
  }

  #searchform div > input[type=submit]{
    border: 1px solid #fefefe;
    color: #fefefe;
    padding: 8.4px 25px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    transition: all .2s ease;
  }

  #searchform div > input[type=submit]:hover{
    color: #f57a1d;
    background-color: #fefefe;
  }



  .list_posts_container{
    background-color: rgba(0,36,54,.9);
    width: 95%;
    border-top: 2px solid #fefefe;
    border-left: 2px solid #fefefe;
    border-radius: 25px 0px 0px 0px;
    padding: 100px 80px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5%;
  }

  .list_posts_news{
    position: relative;
    z-index:9999;
  }

  .list_posts_container h3{
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fefefe;
  }
  .list_posts_container .underline{
    width: 40px;
    height: 10px;
    background: linear-gradient(to bottom,rgba(246,133,31,1) 0%,rgba(249,166,95,1) 100%);
    margin-bottom: 30px;
  }
  .single-post-container{
    padding: 20px;
  }

  .single-post-container:nth-child(odd){
    background-color: rgb(1, 40, 56);
    border-bottom: 2px solid rgb(0,36,54);
  }
  .single-post-container:nth-child(odd):hover{
    background-color: rgb(144, 156, 164);
  }
  .single-post-container h3{
    font-weight: bolder;
    font-size: 30px;
    color: #fefefe;
    text-transform: uppercase;
  }

  .list_posts .post-home-link, .list_presentations .post-home-link{
    color: #fefefe;
    border: 1px solid #fefefe;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }

  .list_posts .post-home-link:hover, .list_presentations .post-home-link:hover {
    background-color: #fefefe;
    color: rgb(245, 122, 29);
  }

  .list_posts_news .accordion-navigation{
    margin-top: 35px;
  }

  .list_posts_news .accordion-navigation > span{
    text-transform: uppercase;
    font-weight: bold;
  }

  .list_posts_news .accordion-navigation > span > a{
    color: #fefefe;
    transition: color .2s ease;
  }

  .list_posts_news .accordion-navigation > span > a:hover{
    color: #f57a1d;
  }

  .list_posts_news .accordion-navigation > span:nth-child(1) > a{
     margin-right: 35px
  }


  /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #fefefe;
}



.accordion > div:nth-child(1){
    float: left;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.accordion > div > span:nth-child(1){
  font-size: 22px;
}
.accordion > div > span:nth-child(2){
  font-weight: lighter;
  text-transform: capitalize;
  font-size: 16px;
  color: #bbbdbf;
}

.accordion > i{
  float:right;
  font-size: 18px;
  color: #bbbdbf;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;

}

/* Style the accordion panel. Note: hidden by default */
.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: rgb(67, 89, 103);
    color: rgb(254, 254, 254);
    font-weight: lighter;
    letter-spacing: 1px;
    line-height: 200%;
    padding: 0px 20px;

}

.page-id-142 .panel > p:nth-child(1){
    padding: 20px;
}

.page-id-142 .panel > p:nth-child(1) > a{
  color: #fefefe;
  text-transform: uppercase;
  transition: color .2s ease;
}

.page-id-142 .panel > p:nth-child(1) > a:hover{
  color: rgb(245 122 29);
}

.panel > p:nth-child(2){
  padding: 20px;
  font-size: 14px;
}

.panel > div{
  padding: 0px 0px 20px 20px;
}

.hide-icon{
  display: none;
}



@media only screen and (max-width: 500px) {
    .list_posts_container{
      padding: 100px 20px;
    }

    
}













