/* ======================
   emissions tab general
   ====================== */

.hideMyCharts{
  display:none
}

.dropdown button {
  box-shadow: 0px 0px 0px 0px;
  border-radius: 0px;
}

.dropdown button:active{
  background-color: transparent;
  color: none;
  transform: none;
  -webkit-transform: none;
}

.dropbtn {
  background-color: transparent;
  color: #b8e0d6;
  padding-left: 5px; 
  padding-right: 5px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 13px;
  border: none;
  cursor: pointer;
  line-height: 150%;
  width: max-content;
  position:relative;
  text-align: left;
}


.dropdown {
  position:inherit;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 5px 0px;
  margin: 0px 0px;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #71ac9b;
  border-bottom: 1px solid #476b60;
  background: no-repeat right  #629687;

}

.dropdown-content a {
  color: #b8e0d6;
  text-decoration: none;
  display: block;
  text-align: center;
  float:left;
  width:33%;
  padding: 0px 0px;
  margin: 0px 0px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color:white
}

.dropdown-content a:hover {
  color:white;
}

.header-container {
  border-bottom: 0px solid #114f3d;
}

.main aside{
  border-top: 10px solid #114f3d;
}
.header-container,
.main aside{
  background: #629687;
}

nav a{
  color:#b8e0d6;
}

/* ==============
   emissions.html
   ============== */

#infobox {
  background-color: white;
  text-align: left;
  border: 10px solid white;
  padding: 20px;
  padding-top: 80px;
  
}

.accordion {
  background-color: #114f3d;
  color: white;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
  box-shadow: none;
  box-shadow: 0px 0px 5px 1px #3f3f3f;
}

.panel {
  padding: 0 5px;
  display: none;
  background-color: white;
  overflow: hidden;
  width: 100%;
  align-items: center 
}

.button{
  background-color: #629687; /* Green */
  border: none;
  color: white;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 23px;
  margin: 0px 0px;
  cursor: pointer;
  border: none;
  border-radius:8px 
}

.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cruise, .LTO {
  border-bottom: 4px solid #3f3f3f;
  color: #114f3d;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-right: 2%;
  padding-bottom: 5px;
}

@media only screen and (min-width: 320px) {

  .accordion {
    width: 260px;
    font-size: 15px;
  }
      
  .panel {
    width: 260px;
  }

}

@media only screen and (min-width: 360px) {
    
  .dropbtn {
    padding: 0px 6px;
    margin-bottom: 0px;
    font-size: 15px;
  }

  .accordion {
    width: 100%;
    font-size: 15px;
  }
      
  .panel {
    width: 100%;
  }

  .cruise, .LTO {
    margin-bottom: 30px;
  }

}

@media only screen and (min-width: 375px) {
      
  .dropbtn {
    padding-bottom: 4px;
    margin-bottom: 0px;
  } 

    
}

@media only screen and (min-width: 411px) {
    
  .dropbtn {
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: 16px;
  }  

  .accordion {
    width: 100%;
    font-size: 15px;
  }
      
  .panel {
    width: 100%;
  }

}

@media only screen and (min-width: 480px) {

  .dropbtn {
    font-size: 20px;
  }
}
  
@media only screen and (min-width: 768px) {

  .dropdown {
    position:relative;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 140px;
    margin-top:0px;
    overflow: hidden;
    background: no-repeat right #629687;
    border-top: 0px solid;
    -webkit-border-radius: 0px 0px 8px 8px;
     -moz-border-radius: 0px 0px 8px 8px;
        border-radius: 0px 0px 8px 8px;
        -moz-box-shadow:    0px 2px 2px 0px #0000004f;
        -webkit-box-shadow: 0px 2px 2px 0px #0000004f;
        box-shadow:         0px 2px 2px 0px #0000004f;  
  
  }
  
  .dropdown-content a {
    color: #b8e0d6;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    float:left;
    width:150px;
    font-size:18px;
    padding-top:5px;
    padding-left: 7px;
  }
    
  #infobox {
    padding-top:90px;
  }

  .accordion {
    width: 710px;
    font-size: 20px;
  }
      
  .panel {
    width: 710px;
    font-size: 20px;
  }

  .titlehead {
    width:49.1%;
  }

  .cruise, .LTO {
    width: 60%;
  }

}

@media only screen and (max-width: 1024px) {

  .hideMyCharts{
    display:block
  }

  .charts{
    display:none
  }

}

@media only screen and (min-width: 1024px) {

  .dropdown-content {
    width: 160px;
  }

  .dropdown-content a {
    width:160px;
    font-size:20px;
    padding-top:10px;
    padding-left:8px;
  }
      
  #infobox {
    border: 10px solid white;
    padding: 30px;
    padding-top:100px;
  }

  .accordion {
    width: 920px;
    font-size: 30px;
    padding:25px;
  }
      
  .panel {
    width: 890px;
    font-size: 25px;
  }

  .main aside {
    margin-top: 5%;
  }

  .dropbtn{
    padding-top: 0px;
  }

  .titlehead {
    width: 57.5%;
  }

}

@media only screen and (min-width: 1140px) {

  /* ===============
      PC Width
    =============== */

  .dropbtn {
    margin-top: 10px;
  }  


  .dropbtn:hover{
    color: white;
  }  

  .titlehead {
    width: 61.5%;
  }

  .dropdown-content a {
    width:150px;
    font-size:18px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
  }


  #infobox {
    background-color: white;
    width: 900px;
    text-align: left;
    border: 0px solid white;
    padding-top: 70px;
    margin: auto;
  }

  .accordion {
    background-color: #114f3d;
    color: white;
    cursor: pointer;
    padding: 32px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
  }

  .panel {
    display: none;
    background-color: white;
    overflow: hidden;
    width: 100%;
    font-size: 20px;
  }

  .centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float:left;
    width: 65%;
  }

  .main aside{
    border-top: 20px solid #114f3d;
  }


  .cruise, .LTO {
    margin-bottom: 20px;
  }

}

