﻿@charset "utf-8";
/* CSS Document */

#blue-bar-holder {
  background: #002549;
  background: -moz-linear-gradient(top, #002549 0%, #0f1235 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002549), color-stop(100%,#0f1235));
  background: -webkit-linear-gradient(top, #002549 0%,#0f1235 100%);
  background: -o-linear-gradient(top, #002549 0%,#0f1235 100%);
  background: -ms-linear-gradient(top, #002549 0%,#0f1235 100%);
  background: linear-gradient(to bottom, #002549 0%,#0f1235 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002549', endColorstr='#0f1235',GradientType=0 );
  font-size: 12px;
  overflow: hidden;
}
#gold-bar li a {
    color: white;
}
#gold-bar li span {
  top: 9px;
  position: relative;
}
#header-holder {
background-color: #051f44;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#012047), to(#0a1a3d));
    background-image: -webkit-linear-gradient(top, #012047, #0a1a3d);
    background-image: -moz-linear-gradient(top, #012047, #0a1a3d);
    background-image: -o-linear-gradient(top, #012047, #0a1a3d);
    background-image: linear-gradient(to bottom, #012047, #0a1a3d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012047', endColorstr='#0a1a3d', GradientType=0);
}
.logo-holder {
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
}
.header-links {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-links a {
  color: white;
  text-decoration: none;
}
.apply-link:before, .contact-link:before, .chat-link:before {
  vertical-align: text-top;
  padding-right: 4px;
}
a.apply-link {
  color: #f78b49;
  white-space: nowrap;
}
a.contact-link {
  color: #f0c85a;
  white-space: nowrap;
}
.call-link:before {
  content: "\e145";
  font-family: 'Glyphicons Halflings';
  padding-right:4px;
}
a.call-link {
  color: #3a6fcd;
  white-space: nowrap;
  position: relative;
}
a.request-link {
  color: #3a75d1;
  white-space: nowrap;
}
a.learning-link {
  text-decoration: none;
}

#erauMenu li {
    padding: 0;
    border: 0;
    margin: 0;
}
#erauMenu li a, #erauMenuBar li a:link {
    padding: 10px 10px 10px 15px;
    color: #0d153c;
    border-bottom: 1px solid #e4e5e9;
}

#nav-holder {
  font-size: 0.9em;
  color: #c9c9c9;
  background-color: #051f44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#012047), to(#0a1a3d));
  background-image: -webkit-linear-gradient(top, #012047, #0a1a3d);
  background-image: -moz-linear-gradient(top, #012047, #0a1a3d);
  background-image: -o-linear-gradient(top, #012047, #0a1a3d);
  background-image: linear-gradient(to bottom, #012047, #0a1a3d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012047', endColorstr='#0a1a3d', GradientType=0);
}

@media (min-width: 768px) {
    .header-links {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}