/* CSS Document */
/* this prevents the scrollbar from shifting the content: http://stackoverflow.com/questions/9141629/how-do-i-add-a-placeholder-for-vertical-scrollbar-with-twitter-bootstrap-2-0 */
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
body {
  background-color: #e6e6e6;
  background-image: url(../img/footer_pattern.png);
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* CSS for the type */
a:link {
  color: #324d75;
  text-decoration: underline; }

a:visited, a:hover, a:active {
  color: #14325c;
  text-decoration: underline; }

a.plain:link, a.plain:visited {
  text-decoration: none; }

a.plain:hover, a.plain:active {
  text-decoration: underline; }

a.footerlink:link, a.footerlink:visited {
  color: #666666;
  text-decoration: none; }

a.footerlink:hover, a.footerlink:active {
  text-decoration: underline; }

p {
  font-weight: normal;
  color: #252525;
  font-size: 15px;
  line-height: 19px;
  margin-top: 12px; }

h3 {
  font-family: "Asap", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #2d4667;
  font-size: 16px;
  line-height: 20px; }

h4 {
  /* Contact Us Header */
  font-family: "Asap", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: white;
  font-size: 18px;
  line-height: 22px; }

h5 {
  /* Address Header */
  color: #252525;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0px 4px 0px;
  font-size: 12px;
  line-height: 16px; }

.banner {
  font-family: "Asap", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: right; }

.values {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px; }

.footer {
  font-weight: normal;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 6px; }

.footer2 {
  font-weight: normal;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-top: 6px; }

.bold {
  font-weight: bold; }

.add12 {
  margin-top: 12px; }

@media (min-width: 768px) {
  h1 {
    font-size: 18px;
    line-height: 22px; }

  h2 {
    font-size: 16px;
    line-height: 20px; }

  h3 {
    font-size: 18px;
    line-height: 22px; }

  .banner {
    font-size: 20px;
    line-height: 28px; }

  .values {
    font-size: 15px;
    line-height: 19px; } }
@media (min-width: 992px) {
  p {
    font-size: 14px;
    line-height: 18px; }

  .footer {
    text-align: left; }

  .footer2 {
    text-align: right;
    margin-top: 14px; } }
/* sitewide CSS */
.white-container {
  background-color: white;
  padding-bottom: 40px; }

.center {
  margin: 0 auto; }

.clear-float {
  clear: both; }

@media (min-width: 768px) {
  .white-container {
    padding-bottom: 60px; } }
/* CSS for the navigation */
.navbar-default {
  background-color: white;
  border-color: white;
  margin-bottom: 8px; }

.navbar-collapse {
  margin-top: 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.navbar-default .navbar-text {
  color: #252525; }

.navbar-brand {
  padding: 12px 0px 0px; }

.navbar-default .navbar-nav > li > a {
  color: #252525;
  font-size: 14px; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #2d4667;
  background-color: #e6e9eb; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #2d4667;
  font-weight: bold;
  background-color: transparent; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: white;
  margin-top: 8px;
  margin-right: 0px; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e6e9eb; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #2d4667; }

@media (min-width: 768px) {
  .navbar-default {
    margin-bottom: 10px; }

  .navbar-collapse {
    margin-top: 0px;
    border-top: none;
    border-bottom: none; }

  .navbar-default .navbar-nav > li > a {
    color: #252525;
    padding-top: 16px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 30px;
    margin-right: 0px;
    font-size: 1em; }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #2d4667;
    background-color: transparent;
    border-bottom: solid #3d5e8a;
    border-bottom-width: 3px; }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #252525;
    font-weight: bold;
    background-color: transparent;
    border-bottom: none; }

  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
/* CSS for the homepage */
.rule {
  background-color: #a4a4a4;
  height: 1px; }

.hero-img {
  margin-top: 2px;
  margin-bottom: 2px; }

.banner-container {
  background-image: url(../img/banner.png), -webkit-linear-gradient(#2d4667, #21334b);
  /* For Safari 5.1 to 6.0 */
  background-image: url(../img/banner.png), -o-linear-gradient(#2d4667, #21334b);
  /* For Opera 11.1 to 12.0 */
  background-image: url(../img/banner.png), -moz-linear-gradient(#2d4667, #21334b);
  /* For Firefox 3.6 to 15 */
  background-image: url(../img/banner.png), linear-gradient(#2d4667, #21334b);
  /* Standard syntax (must be last) */
  box-shadow: 0px 2px 3px #a4a4a4;
  margin-top: 8px;
  margin-bottom: 10px;
  width: 100%;
  padding: 26px 30px 16px 30px; }

.values-container {
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #a4a4a4;
  border-width: 1px;
  padding: 16px 30px 8px; }

.core-value {
  padding-right: 0px;
  padding-left: 0px; }

.icon {
  margin-top: 30px; }

@media (min-width: 500px) and (max-width: 767px) {
  .core-value {
    padding-right: 20%;
    padding-left: 20%; } }
@media (min-width: 768px) {
  .banner-container {
    padding: 26px 0px 16px 0px; }

  .banner-container-small {
    padding: 8px 0px 8px 0px; }

  .core-value {
    padding-right: 0px;
    padding-left: 0px; }

  .icon {
    margin-top: 0px; } }
/* CSS for the content pages */
.banner-container-small {
  background-image: url(../img/banner.png), -webkit-linear-gradient(#2d4667, #21334b);
  /* For Safari 5.1 to 6.0 */
  background-image: url(../img/banner.png), -o-linear-gradient(#2d4667, #21334b);
  /* For Opera 11.1 to 12.0 */
  background-image: url(../img/banner.png), -moz-linear-gradient(#2d4667, #21334b);
  /* For Firefox 3.6 to 15 */
  background-image: url(../img/banner.png), linear-gradient(#2d4667, #21334b);
  /* Standard syntax (must be last) */
  box-shadow: 0px 2px 3px #a4a4a4;
  margin-top: 8px;
  margin-bottom: 10px;
  width: 100%;
  padding: 4px 0px 4px 0px; }

.map {
  border-style: solid;
  border-color: #a4a4a4;
  border-width: 1px;
  padding: 2px 2px 0px 2px;
  margin: 22px auto 0px auto; }

/* CSS for the footer */
.footer-container {
  margin-top: 6px; }
