﻿#header {
  background-color: #18c7fc;
  color: black;
}

#pageHead {
  background-color: transparent;
  background-image: url(images/topbanner.jpg);
  background-repeat: no-repeat;
  /*margin-left: 10px;*/
  text-align: right;
}

#pageHead .header-right {
  float: right;
  margin-right: 10px;
  text-align: right;
}

#govlogo {
  background-image: url(images/govlogo.png);
  background-repeat: no-repeat;
  height: 76px;
  width: 386px;
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px;
  float: left;
}

#fontCtrlBar, #langBar {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  margin-top: 15px;
}

#fontCtrlBar .sepbar, #langBar .sepbar {
  border-left: solid #6f6 1px;
  margin: 0 3px;
}

.langLink {
  color: black;
}

#A1, #A2, #A3 {
  background-color: #ccc;
  color: black;
  vertical-align: bottom;
  text-align: center;
  display: inline-block;
  width: 18px;
  line-height: 20px;
}

#A1, #mA1 {
  font-size: 12px;
}

#A2, #mA2 {
  font-size: 16px;
}

#A3, #mA3 {
  font-size: 20px;
}

#siteLogo {
  background-image: url(images/iamlogo.png);
  background-repeat: no-repeat;
  background-position: right center;
  height: 60px;
  min-width: 199px;
  margin-right: 5px;
  margin-top: 5px;
}

.lang-block {
  border-bottom: solid 1px #e7e7e7;
}

#logoSection {
  height: 100px;
}

#headerTitle {
  clear: both;
  text-align: right;
  color: #fff;
  min-height: 80px;
  padding-bottom: 10px;
}

#headerTitle h1, #headerTitle h3 {
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 0;
}

.m-b-1 {
  margin-bottom: 1rem;
}
