/* === User Contributed Header Style ======================================== */
#bHeader {
	
}

#bHCnt {
  position: relative;
  height: 180px;
  padding: 2px;
  border-radius: 15px;
  border: 4px solid #665522;
  background-color: #ffffcd;
  margin-bottom: 20px;
}

div#topLeft {
  position: absolute;
  width: 190px;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 5px 0px;
}

div#topLeft A {
  font-size: 10pt;
  color: #111111;
}

div#topMiddle {
  position: relative;
  width: 60%;
  top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10pt;
}

div#topMiddle em {
  color: #000000;
  font-weight: bold;
  font-size: 20pt;
  text-decoration: none;
}

div#topMiddle b {
  color: #000000;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
}
div#topRight {
  position: absolute;
  width: 170px;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 20px 10px;
}
/* === end User Contributed Header Style === */

div#agLicenseREGL, div#agLicenseSNRL {
  height: 330px;
}

/* === Mobile Layout Modernization === */
@media screen and (max-width: 768px) {
  #bHeader, #bHTop {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  #bHCnt {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box;
  }

  div#topLeft {
    position: relative !important;
    width: calc(30% + 14px) !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  div#topLeft img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  div#topMiddle {
    position: relative !important;
    width: calc(70% - 14px) !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    padding: 0 10px !important;
    text-align: center !important;
    box-sizing: border-box;
  }
  
  div#topMiddle em {
    font-size: 5vw !important;
  }
  
  div#topMiddle b, 
  div#topMiddle {
    font-size: 3vw !important;
  }

  div#topRight {
    display: none !important;
  }
  
  div#topLeft a {
    display: block !important;
  }
}