.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible; }

.navbar-inner {
  min-height: 40px;
  background: #333;
  background-color: #333;
  background: -moz-linear-gradient(top, #333333 0%, #2b2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, #333333 0%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #333333 0%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #333333 0%, #2b2b2b 100%);
  background: linear-gradient(top, #333333 0%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#2B2B2B', GradientType=0); }

.navbar .container {
  width: auto; }

.nav-collapse {
  float: none;
  margin: 0; }
  .nav-collapse.collapse {
    height: auto; }

.navbar {
  color: #999999; }
  .navbar .btn {
    margin-top: 5px; }
  .navbar .btn-group {
    margin-top: 5px; }
    .navbar .btn-group .btn {
      margin: 0; }

.navbar .nav.pull-right {
  float: right; }
.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px; }

.container.page .btn-subnavbar {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px; }

.navbar .btn-group {
  margin: 0;
  padding: 5px 5px 6px; }
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333; }
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0; }
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }

.container.page .btn-subnavbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }

.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515; }
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #080808 \9; }
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.container.page .btn-subnavbar {
  margin-top: -32px;
  right: 2%;
  background-color: #DAD9D9;
  background-image: none;
  border: none; }
  .container.page .btn-subnavbar .icon-bar + .icon-bar {
    margin-top: 3px; }
  .container.page .btn-subnavbar:active, .container.page .btn-subnavbar.active {
    background-color: #DAD9D9 \9; }
  .container.page .btn-subnavbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #3E769A;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }

#leftnav, .region.sidebar .module .menu-block-wrapper {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: 0.875em;
  margin-bottom: 1.875em; }

#leftnav ul, .region.sidebar .module .menu-block-wrapper ul {
  list-style-type: none;
  background: #f7f7f7; }

#leftnav ul li:first-child a, .region.sidebar .module .menu-block-wrapper ul li:first-child a {
  border-bottom: none; }

#leftnav ul li a, .region.sidebar .module .menu-block-wrapper ul li a {
  display: block;
  padding: .4375em .625em;
  color: #3e769a;
  background: #f7f7f7;
  border-top: 1px solid #d9d9d9;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

#leftnav ul li a.on, .region.sidebar .module .menu-block-wrapper ul li a.on, #leftnav ul li a:hover, .region.sidebar .module .menu-block-wrapper ul li a:hover, #leftnav ul li a:focus, .region.sidebar .module .menu-block-wrapper ul li a:focus {
  color: #fff;
  background: #3e769a;
  text-decoration: none; }

#leftnav ul li ul li a.on, .region.sidebar .module .menu-block-wrapper ul li ul li a.on, #leftnav ul li #leftnav ul li ul li a:hover, .region.sidebar .module .menu-block-wrapper ul li #leftnav ul li ul li a:hover, #leftnav ul li .region.sidebar .module .menu-block-wrapper ul li ul li a:hover, .region.sidebar .module #leftnav ul li .menu-block-wrapper ul li ul li a:hover, .region.sidebar .module .menu-block-wrapper ul li .menu-block-wrapper ul li ul li a:hover, #leftnav ul li ul li a:focus, .region.sidebar .module .menu-block-wrapper ul li ul li a:focus {
  color: #6c6d6d;
  background: none;
  text-decoration: none;
  font-family: 'ProximaNova-Bold', 'Helvetica Neue',Helvetica,Arial,sans-serif; }

#leftnav ul li ul li, .region.sidebar .module .menu-block-wrapper ul li ul li {
  border-bottom: none; }

#leftnav ul li ul li a, .region.sidebar .module .menu-block-wrapper ul li ul li a {
  color: #6c6d6d;
  padding: .4375em .625em .4375em 1.875em;
  background: none;
  border: none; }

#leftnav ul li ul li ul li a, .region.sidebar .module .menu-block-wrapper ul li ul li ul li a {
  padding-left: 3.125em; }

#leftnav ul li ul li ul li ul li a, .region.sidebar .module .menu-block-wrapper ul li ul li ul li ul li a {
  padding-left: 4.375em; }

#leftnav ul li ul li ul li ul li ul li a, .region.sidebar .module .menu-block-wrapper ul li ul li ul li ul li ul li a {
  padding-left: 5.625em; }

#leftnav ul li ul li a:hover, .region.sidebar .module .menu-block-wrapper ul li ul li a:hover, #leftnav ul li ul li a:focus, .region.sidebar .module .menu-block-wrapper ul li ul li a:focus {
  background: none;
  color: #6c6d6d;
  text-decoration: underline; }

.region.sidebar .module .menu-block-wrapper ul {
  margin: 0; }
  .region.sidebar .module .menu-block-wrapper ul > li {
    list-style-image: none;
    margin: 0;
    padding: 0; }

.sidebar .module.block-menu-block {
  border-bottom: none;
  font-size: inherit;
  padding-bottom: 0;
  margin-bottom: 0; }

.topnav {
  height: 5px;
  white-space: nowrap; }
  .topnav ul {
    font-size: .875em;
    line-height: 1em;
    margin-top: .5714em; }
    .topnav ul li {
      margin: 0 1.071em; }
    .topnav ul.roles li:last-child {
      margin: 0 0 0 1.071em; }
    .topnav ul.utility li:first-child {
      margin: 0 1.071em 0 0; }
  .topnav a {
    color: #d3d1d1;
    text-shadow: 0px 2px 1px #000000;
    filter: dropshadow(color=black, offx=0, offy=2); }
    .topnav a:hover, .topnav a:focus {
      color: #fff; }
    .topnav a.on {
      font-family: 'ProximaNova-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #fff; }
  .topnav .mobile-branding {
    float: left;
    width: 250px;
    text-transform: uppercase;
    color: white; }
  .topnav .mobile-branding .uc-wordmark-mobile {
    margin-top: 8px;
    display: block;
    background: url("../i/template/mobile_header_crest.png") no-repeat;
    padding-top: 4px;
    padding-left: 30px;
    padding-bottom: 10px;
    display: block; }

/*
 * TOP NAV STYLES
 * Borrowed from the plaisance_topnav subtheme.
 */
#topnav {
  background: #6A0909;
  background-color: #6A0909;
  background: -moz-linear-gradient(top, #6A0909 0%, #651110 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6A0909), color-stop(100%, #651110));
  background: -webkit-linear-gradient(top, #6A0909 0%, #651110 100%);
  background: -o-linear-gradient(top, #6A0909 0%, #651110 100%);
  background: -ms-linear-gradient(top, #6A0909 0%, #651110 100%);
  background: linear-gradient(top, #6A0909 0%, #651110 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A0909', endColorstr='#651110', GradientType=0);
  border-top: 1px solid #7D1717; }
  #topnav > ul {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center; }
    #topnav > ul > li {
      display: inline-block; }
      #topnav > ul > li a {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        display: inline-block;
        color: #fff;
        padding: 0.625em 2.2em; }
      #topnav > ul > li > a {
        margin-top: -1px; }
      #topnav > ul > li > ul.menu {
        display: block;
        opacity: 0; }
        #topnav > ul > li > ul.menu ul.menu {
          display: none; }
    #topnav > ul li.active a,
    #topnav > ul li.active-trail a,
    #topnav > ul li:hover a, #topnav > ul li a:hover,
    #topnav > ul li:focus a, #topnav > ul li a:focus {
      background: white;
      color: #670A0A !important;
      text-decoration: none;
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9; }

/* Hide dropdowns in IE 8 */
html.lt-ie9 #topnav > ul > li ul.menu {
  display: none !important; }

/*
 * Responsive
 */
@media only screen and (min-width: 768px) {
  /* Ensure that #features-outer is always visible on big screens after it's collapsed in small screen view. Yuck, this is hacky. */
  #features-outer {
    display: block !important; } }
/* Single column format */
@media only screen and (max-width: 767px) {
  body.front .container.page {
    margin-top: 1.5em; }
    body.front .container.page .btn-subnavbar {
      margin-top: .833em; }

  .toggle-subnav-container {
    border-bottom: 1px solid #DAD9D9;
    padding-bottom: 20px;
    margin-bottom: 20px; }

  /* Collapsible top nav */
  .nav-collapse ul {
    line-height: 1.5em; }
    .nav-collapse ul li {
      margin-bottom: 8px !important; }
      .nav-collapse ul li a {
        font-size: 14px !important;
        line-height: 1.25em !important;
        color: #fff;
        text-decoration: none;
        width: 100%;
        text-align: left; }
      .nav-collapse ul li a:hover {
        color: #800000; }
  .nav-collapse .menu {
    margin: 0; }
    .nav-collapse .menu > li > a:hover, .nav-collapse .menu > li > a:focus {
      /*color: #fff!important;*/
      text-decoration: underline !important; }
    .nav-collapse .menu > li > a:visited {
      color: #fff !important; }
  .nav-collapse.in form#sitesearch {
    display: block;
    position: absolute;
    top: 20px;
    height: 24px;
    margin: 0 0 0 -145px; }

  #topnav > ul > li {
    display: block; } }
/* Small desktop */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .nav-collapse {
    float: none;
    margin: 0;
    height: auto; }

  #topnav ul {
    min-width: 775px; }
    #topnav ul li a {
      padding: 0.625em 1.1em;
      font-size: .9em; } }
/* Medium desktop */
@media only screen and (min-width: 980px) and (max-width: 1249px) {
  #topnav ul li a {
    padding: .625em 1.467em; } }
/* Large desktop */
/* A random rule to always keep the left column visible for everything above the single column breakpoint */
@media only screen and (min-width: 768px) {
  #leftcol.subnav-collapse.collapse, #topnav.nav-collapse.collapse {
    height: auto !important; } }
