body {
  font-family: Tahoma, sans-serif;
  background-color: whitesmoke;
  font-size: 20px;
  color: #606060;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #606060;
  text-decoration: none;
}

#iconDonate{
    float: right;
    line-height: 0;
    margin-top: 10px;
}

@media (max-width: 500px) {
  #iconDonate{
    display: none;
  }
}

#bizname{
  font-size: 35px;
  padding-top: .8%;
  letter-spacing: 0.08em;
  font-weight: 550;
}

#energyText{
    text-align: Left;
    font-size: 1.8em;
    font-style: italic;
    color: white;
    padding-right: 2%;
}

.bannerDiv{
    background-color: #158DCF;
    padding-top: 1%;
    padding-bottom:1%;
    align-content: center;
    width: 96%;
    border-radius: 8px;
    padding-left: 2%;
    margin-left: 1%;
    margin-top: 2%;
}

#srcText{
    padding-left: 15%;
    font-size: 1em;
    font-style: italic;
    border-radius: 5px;
    width: 96%;
    color: white;
    margin: 0;
    text-decoration: none;
    line-height: 1;
}

/* Responsive layout - makes a one column layout instead of a two-column layout*/
@media (max-width: 800px) {
  #srcText{
    font-size:11px;
  }
}

/* Responsive layout - makes a one column layout instead of a two-column layout*/
@media (min-width: 1700px) {
    #div-button-sidebyside{
        margin-left: 13%;
    }
} 

#flexContent{
    margin-top: 40px;
    display: flex;
    
}

/* Responsive layout - makes a one column layout instead of a two-column layout*/
@media (max-width: 800px) {
  #flexContent{
    flex-direction: column;
  }
} 

.infoText{
    letter-spacing: .05em;
    font-weight: 550;
    color: white;
}

#gbContent{
    margin-top: 50px;
}

#iconGB{
    padding-top: .7%;
}

.hero-head{
    font-size: 36px;
    letter-spacing: .05em;
    font-weight: 550;
    color: #535353;
    text-align: left;
    margin-bottom: 35px;;
}

#aa_hero_div{
    padding-top: 8px;
}


.prdLogo{
    display: flex;
/*    width: 100%;*/
    justify-content: center;
}

#orngLogo{
    padding-top: 33px;
    height: 50px;
}

#blueLogo{
    
    margin-top: 60px;
    height: 50px;
    
}


.hero-content {
    width: 85%;
    padding: 20px;
    text-align: center;

} 

.hero-sub{
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
}

#addChromeG{
    white-space: nowrap;
    background: #E25B10;
    border-radius: 30px;
    padding: 5px 17px 13px 0px;
    border: none;
    color: #f2f2f2;
    font-size: 24px;
    margin-top: 15px;
}

#chromeIcon{
    text-align: left;
    height: 32px;
    margin-top: 4px;
}

#buttonText{
    padding-left: 4px;
}

#addChromeG:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  opacity: 0.92;
    cursor: pointer;
}

#addEdgeG{
    white-space: nowrap;
    background: #E25B10;
    border-radius: 30px;
    padding: 5px 30px 12px 0px;
    border: none;
    color: #f2f2f2;
    font-size: 25px;
    margin-top: 15px;
    margin-left: 10%;
    
}

#addEdgeGM{
    white-space: nowrap;
    background: #E25B10;
    border-radius: 30px;
    padding: 5px 30px 12px 0px;
    border: none;
    color: #f2f2f2;
    font-size: 25px;
    margin-top: 15px; 
}

#addSafari{
    white-space: nowrap;
    background: #E25B10;
    border-radius: 30px;
    padding: 5px 30px 12px 0px;
    border: none;
    color: #f2f2f2;
    font-size: 25px;
    margin-top: 15px;
    
}

#edgeIcon{
    text-align: left;
    height: 32px;
    margin-top: 4px;
}

#safariIcon{
    text-align: left;
    height: 32px;
    margin-top: 4px;
    
}


#buttonText{
    text-align: center;
}

#addEdgeG:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  opacity: 0.92;
    cursor: pointer;
}

#addSafari:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  opacity: 0.92;
    cursor: pointer;
}

#addSafari-btm:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  opacity: 0.92;
    cursor: pointer;
}

#addEdgeGM:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  opacity: 0.92;
    cursor: pointer;
}

.infoImg{
    margin-top: 120px;
    width: 99%;  
}

.imgClass{
/*    width: 65%;
    margin-left: 18%;*/
}

#reportImg{
    width: 99%;
    margin-left: 1%;
    margin-bottom: 5%;
}

#elecDiv{
   background-color: #158DCF;
    width: 96%;
    margin-bottom: 5%;
    margin-top: 120px;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 2%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#elecID{
    
    letter-spacing: .05em;
    font-weight: 550;
    color: white;
    text-align: center;
    font-size: 5rem;

}


#aa_title_btm{
    line-height: 1;
    text-align: center;
    margin-top: 115px;
    font-size: 3.0em;
}

.buttonDiv_btm{
    display: flex;
    width: 98%;
    justify-content: center;
}

.edgeLowerButtons{
    margin-left: 50px;
}

#div-button-sidebyside{
    display: flex;
    width: 100%;
    padding-left: 8%;
   
}

/* Responsive layout - makes a one column layout instead of a two-column layout*/
@media (max-width: 800px) {
  .buttonDiv_btm{
    flex-direction: column;
    text-align: center;
  }
    .edgeLowerButtons{
        margin-left: 0;
    }
    #div-button-sidebyside{
    flex-direction: column;
    text-align: center;
    padding-left: 0;
}
    #addEdgeG{
        margin-left: 0;
    }
    #addSafari-btm{
     margin-left: 0;   
    }
}

.titleLogoDiv{
    display: flex;
    width: 98%;
    justify-content: center;
    
}

#btm_AA_btn{
    margin-top: 4%;
}

.titleLogo{
    height: 70px;
    margin-top: 110px;
}


#addSafari-btm{
    white-space: nowrap;
    background: #E25B10;
    border-radius: 30px;
    padding: 5px 30px 12px 0px;
    border: none;
    color: #f2f2f2;
    font-size: 25px;
    margin-top: 15px;
    margin-left: 20%;
    
}


@media (max-width: 800px) {
  .titleLogo{
    height: 45px;
  }
    #aa_title_btm{
       font-size: 1.50em;
       margin-bottom: 0px;
    }
    #addSafari-btm{
    margin-left: 0%;
    }
}

#badgeExample{
    width: 100%;
}

#formDiv{
    width: 100%;
    text-align: center;
}

#formID{
   font-size: 30px;
}

.privacy{
    padding-left: 10px;
}

.about{
    text-align: center;
    margin-top: 10%;
}

.terms{
    padding-left: 10px;
}

.footer{
  position: absolute;
  width: 99%;
/*  bottom:0;*/
  margin-top: 10%;

}

#rr{
    text-align: center;
    font-size: 12px;
}

#side-menu{
  display: flex;
  justify-content: flex-end;
}

.vertical-menu {
  padding-bottom: 20px;

}

.vertical-menu a {
  color: #606060;
  display: block;
}

.vertical-menu a:hover {
  color: #E25B10;
}

#supportID{
    font-size: 18px;
    font-weight: 550;
    padding-right: 30px;
}

#companyID{
    font-size: 18px;
    font-weight: 550;
    padding-right: 20px;
    margin-right: 5px
}

.linkText{
    padding-bottom: 9px;
    margin-left: 9px;
}



.cookies-infobar {
  background: #606060;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: left;
  display: flex;
  font-size: .8em;
  z-index: 1;
  opacity: 95%;
}

.cookies-infobar.cookies-infobar_accepted {
  display: none;
}

.cookies-infobar_wrapper {
  margin: 10px;
}

.cookies-infobar a {
  color: inherit;
}

.cookies-infobar_btn {
  display: inline-block;
  padding: 15px 18px;
  background: #E25B10;
  text-decoration: none;
  border-radius: 3px;
  color: #f2f2f2;
  font-size: 1.2em;
  margin-left: 20%;
  line-height: 0;
}


