body {
  padding-top: 0;
}
h1 {
  color: #20409a;
}
h2 {
  color: #444;
}
h3 {
  font-weight: normal;
}
h4 {
  color: #666;
}
.asteriskField {
  color: #c33;
}
.page-top {
  display: none;
  background-color: #ccc;
  padding: 6px 0;
  border-bottom: 1px solid #999;
}
.page-top > .container > p {
  margin: 0;
  line-height: 14px;
  text-align: right;
}
body > header > .container {
  position: relative;
}
body > header > .container > .master-electricians {
  background: url('/static/css/images/master-electricians-sml.png?7690105baf2e') 0 0 no-repeat;
  width: 65px;
  height: 59px;
  position: absolute;
  right: 60px;
  top: 5px;
  text-indent: -99999px;
  z-index: 100;
  display: none;
}
.navbar-brand {
  display: block;
  width: 247px;
  height: 104px;
  background: url('/static/css/images/alpha-electrical-logo-compact.png?7690105baf2e') 0 0 no-repeat;
  text-indent: -99999px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 124px;
  position: relative;
  top: 5px;
}
.primary-nav {
  position: absolute;
  right: 0px;
  top: 47px;
  z-index: 100;
}
.primary-nav > ul > li {
  padding-right: 10px;
}
.primary-nav > ul > li > a {
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #20409a;
  font-weight: bold;
  background-color: #eee;
  box-shadow: 0 0 8px #aaa;
}
.primary-nav > ul > li > a:hover {
  background-color: #fff;
  color: #333;
}
.primary-nav > ul > li.active > a {
  background-color: #20409a;
  border-radius: 8px;
  color: #fff;
}
.navbar-header .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.secondary-nav {
  margin-bottom: 6px;
}
.secondary-nav > ul > li {
  /*width: 25%;
    float: left;
    text-align: center;*/
}
.secondary-nav > ul > li > a {
  border-bottom: 5px solid #999;
  font-size: 18px;
  border-radius: 0;
  color: #20409a;
  background-color: #eee;
  text-shadow: 0 0 4px #fff;
}
.secondary-nav > ul > li > a:hover {
  background-color: #fff;
}
.secondary-nav > ul > li.active > a,
.secondary-nav > ul > li.active > a:hover {
  background-color: #20409a !important;
  color: #fff !important;
  border-color: #20409a !important;
  border-top: 4px solid;
  border-right: 1px solid #fff;
  text-shadow: 0 0 4px #000;
  border-radius: 4px 4px 0 0;
}
.secondary-nav > ul > li#tree-menu-residential > a {
  border-color: #016aeb;
}
.secondary-nav > ul > li#tree-menu-residential > a:hover {
  background-color: rgba(1, 106, 235, 0.2);
  color: #0153b8;
}
.secondary-nav > ul > li#tree-menu-commercial > a {
  border-color: #e28501;
}
.secondary-nav > ul > li#tree-menu-commercial > a:hover {
  background-color: rgba(226, 133, 1, 0.2);
  color: #af6701;
}
.secondary-nav > ul > li#tree-menu-industrial > a {
  border-color: #be1919;
}
.secondary-nav > ul > li#tree-menu-industrial > a:hover {
  background-color: rgba(190, 25, 25, 0.2);
  color: #911313;
}
.secondary-nav > ul > li#tree-menu-rural > a {
  border-color: #209a20;
}
.secondary-nav > ul > li#tree-menu-rural > a:hover {
  background-color: rgba(32, 154, 32, 0.2);
  color: #177017;
}
body > footer {
  margin-top: 50px;
}
.dimmed {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.contact-details {
  margin: 2em 0;
}
.contact-details h3 {
  margin: 0 0 4px;
  border-bottom: 1px solid #ccc;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body > footer dl {
  clear: both;
  line-height: 20px;
  font-size: 0.9em;
  margin: 0 0 0 14px;
  text-align: center;
}
body > footer dl dt {
  display: inline;
  margin: 0 0.25em 0 0;
  font-weight: bold;
}
body > footer dl dd {
  display: inline;
  margin: 0 1.5em 0 0;
}
.media.staff-profile {
  margin: 4em 0;
}
.staff-profile .media-body h2 {
  font-size: 1.5em;
}
.csscolumns ul.two-column {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.csscolumns ul.two-column > li {
  border-bottom: 1px solid #ccc;
}

.staff-profile .media-body h2 {
  margin-top: 0;
}
.staff-profile .media-body dl > dt {
  width: 30%;
  float: left;
  clear: left;
  border-bottom: 1px dotted #ccc;
  padding-right: 5%;
  margin-right: 1%;
}
.staff-profile .media-body dl > dd {
  width: 60%;
  float: left;
  clear: right;
}
