@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: transform 0.35s ease-out;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  -moz-transition: -moz-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  -ms-transition: -ms-transform 0.35s ease-out;
}

.white-text{
  color: #ffffff !important;
}

body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  background: #292E3F;
  min-height: 100%;
}

body.touch {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#fixed-background {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 0.95;
  top: 0;
  background: black no-repeat center 0;
  background-size: cover;
  display: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.tiny {
  font-size: 0.82em;
}

a, .main-content a i {
  color: #4d88d6;
}

a:visited, .main-content a:visited i {
  color: #4d88d6;
}

a.continue {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
}

a.continue:after {
  content: "\e014";
  display: inline-block;
  font: normal normal normal 14px/1 VBFontIcons;
  font-size: 0.9em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
  opacity: 0.5;
}

a.btn.continue {
  text-transform: uppercase;
  font-size: 0.95em;
  display: block;
  margin-top: 10px;
  background: rgba(200, 200, 200, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  a.btn.continue {
    text-align: center !important;
    padding: 8px !important;
    background: rgba(200, 200, 200, 0.2) !important;
  }
}

.continue.right {
  z-index: 2;
}

.nav + .continue.right {
  margin-top: 4%;
}

.main-content i, .featured i {
  color: #000000;
}

.btn-primary {
  background-color: #4d88d6;
}

span + i {
  padding: 0 6px;
  font-size: 1.1em;
}

h2, h3, h4, h6, .nav li.headline, #top-nav li.headline {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
}

.main-content h1,
.main-content h1 + h2,
.main-content h1 + h3,
.main-content h1 + h4 {
  padding: 8px 20px;
  margin-bottom: 0;
  border-left: 8px solid #FFD478;
  color: #01447B;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}

.main-content h1 + h2,
.main-content h1 + h3,
.main-content h1 + h4 {
  margin-top: 0;
  display: inline-block;
  color: #08416B;
  border-color: #dddddd;
  background: #f3f4f4;
  font-size: 1.2em;
  margin-bottom: 30px;
  z-index: 1;
  font-family: "Lato", Arial, sans-serif;
}

.main-content h1 + p,
.main-content h1 + div {
  margin-top: 30px;
}

.main-content h3 {
  margin-top: 30px;
}

.headline {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
}

.nav li.headline {
  font-size: 1.2em;
  padding: 10px 15px 0;
}

.main-content .nav > li > a {
  display: inline-block;
}

h1 {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
}

.main-content h1 {
  font-size: 2.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

h6, .navbar-sidebar li.headline {
  font-size: 1.3em;
}

h5, .h5 {
  margin-top: 0;
  font-size: 1.5em;
}

.h4, .h6, h4, h5, h6 {
  padding-top: 15px;
}

.main-content h2 {
  margin-top: 40px;
  color: #01447B;
}

.main-content .featured a:hover,
.main-content .featured a:focus,
.main-content a[href] {
  text-decoration: underline;
}

.main-content .nav a[href] {
  text-decoration: none;
}

.main-content a.btn-primary[href] {
  color: white;
  border-bottom: 1px solid #2e6da4;
}

.main-content .navbar a,
.main-content .nav a, .main-content a.continue, .main-content .tout a,
.main-content .featured a, .main-content .grid a, .main-content a.icon-topic,
.main-content .contact-info a {
  text-decoration: none;
  border-bottom: 0 !important;
}

.featured.col-md-5 {
  border: 1px solid #cccccc;
  padding: 0 20px 40px;
  border-radius: 5px;
  background: #f3f4f4;
  background: rgba(200, 200, 200, 0.1);
  margin: 0 4.1%;
}

.featured.col-md-5 > i {
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .featured.col-md-5 {
    margin: 0 2.5%;
  }
  .featured.col-md-5 + .featured.col-md-5 {
    margin: 30px 2.5% 0;
  }
}

.featured > .vb, .featured > i {
  margin-top: 14px;
  color: #000000;
}

.featured {
  padding: 20px 2% 20px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.main-content img {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

img.left {
  margin-right: 10px;
  margin-bottom: 10px;
}

img.right {
  margin-left: 10px;
  margin-bottom: 10px;
}

img.center {
  display: block;
  margin: 10px auto;
}

iframe {
  max-width: 100%;
}

table {
  width: 100%;
  height: auto;
}

.table.center th {
  text-align: center;
}

.table th {
  background: #efefef;
  background: rgba(200, 200, 200, 0.4);
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.0em;
}

.table tr:nth-child(odd) {
  background: #f4f3f3;
  background: rgba(200, 200, 200, 0.15);
}

.table {
  display: table;
}

table.table {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.table.no-style {
  box-shadow: none;
  border: 0;
}

.table.no-style .td {
  vertical-align: top;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: middle;
}

.events-list table {
  width: initial;
}

.band {
  margin: 0;
  width: 100%;
}

.band:before, .band:after {
  display: table;
  content: " ";
  clear: both;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

p {
  color: #000000;
  margin-bottom: 1.5em;
}

form .input-group + .input-group {
  margin-top: 1px;
}

.main-content .input-group textarea.form-control {
  width: 538px;
  height: 80px;
}

@media (max-width: 768px) {
  .main-content .input-group textarea.form-control {
    width: initial;
    height: initial;
  }
}

.main-content .contact-info {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  padding: 20px;
  margin-top: 40px;
}

/*
 * Container Mods
 */
.container.full-width {
  width: 100%;
}

.main-content > .band {
  padding: 30px;
}

.featured-headlines + .row:before, .featured-headlines + .band:before {
  background: transparent;
}

.main-content ul.related-links, .related-links, .main-content ul.nav {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.related-links li {
  display: inline-block;
}

.related-links li + li:before {
  content: "•";
  margin: 0 10px;
}

.main-content ul.updates-list.nav, .updates-list {
  margin: 0;
}

.main-content ul.updates-list.navbar-sidebar li.headline {
  margin-top: 0;
  padding-top: 0;
}

.nav.updates-list > li > a {
  padding: 10px 0;
}

.main-content ul.updates-list {
  background: #f3f4f4;
  background: rgba(100, 100, 100, 0.1);
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.main-content ul.updates-list > li.headline {
  padding: 10px 24px;
}

.main-content ul.updates-list > li > a {
  padding: 10px 20px;
  margin: 0 4px;
  text-align: left;
}

.navbar-sidebar li.headline {
  margin-top: 10px;
  padding: 10px 0;
}

.secondary-nav.navbar-sidebar li.headline {
  padding: 10px 15px;
}

/* site map/quick find */
.site-map-wrapper {
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}

.site-map-wrapper > .sub {
  float: right;
  z-index: 1;
  position: relative;
  box-shadow: none;
}

.site-map-wrapper > .sub.out {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
}

.main-content ul.site-map,
ul.site-map {
  padding: 0 1%;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}

ul.site-map li.has-child:before {
  content: "\f196";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  font-size: 1em;
  margin-right: 6px;
  opacity: 0.5;
}

ul.site-map li.has-child.open:before {
  content: "\f147";
}

.site-map.nav .open > a {
  background: transparent;
}

ul.site-map > li {
  padding: 0 8px;
}

ul.site-map > li.open {
  background: #f3f4f4;
  padding-bottom: 20px;
}

ul.site-map li.inline {
  display: block;
  float: left;
  width: 50%;
}

ul.site-map.nav > li > a, ul.site-map .headline {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  cursor: pointer;
  padding: 8px;
}

ul.site-map .inset {
  clear: both;
  border: 1px solid #cccccc;
  padding: 8px;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

ul.site-map.nav > li > a,
ul.site-map.nav li > a {
  background: transparent;
  border-bottom: 1px solid transparent;
  display: inline;
  line-height: 1.4em;
}

ul.site-map.nav > li > a:hover,
ul.site-map.nav > li > a:focus,
ul.site-map.nav li > a:hover,
ul.site-map.nav li > a:focus,
.main-content ul.site-map li.has-child:hover,
.main-content ul.site-map li.has-child:focus,
.main-content ul.site-map a[href*="."]:focus,
.main-content ul.site-map a[href*="."]:hover {
  background: rgba(255, 255, 255, 0.4);
  border-bottom-color: transparent;
}

ul.site-map > li + li {
  border-top: 1px solid #cccccc;
}

ul.site-map .subnav {
  margin: 0 2%;
}

ul.site-map .subnav li {
  margin-left: 0;
}

ul.site-map .subnav li .headline,
ul.site-map .subnav li .nav {
  margin-top: 0;
}

ul.site-map .subnav li .nav {
  margin-bottom: 15px;
}

ul.site-map .subnav li .nav > li > a {
  padding: 2px 15px;
}

ul.site-map .subnav.nav > li > a {
  padding: 2px 4px;
}

ul.site-map .inset .headline {
  padding: 0 8px;
  font-size: 1.2em;
}

ul.site-map .navbar {
  min-height: 0;
  margin-bottom: 0;
}

ul.site-map .navbar > li {
  display: inline-block;
}

ul.site-map .navbar.nav > li > a {
  padding: 0 4px;
}

.site-map-quick-find {
  padding: 8px;
  background: #08416B;
  border-bottom: 4px solid #FFD478;
  z-index: 2;
  position: relative;
}

.site-map-quick-find:before {
  content: "\f0e7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  margin-left: 10px;
}

.site-map-quick-find.no-matches {
  background: #000000;
  padding-left: 4px;
}

.site-map-quick-find.no-matches:before {
  content: "\f119";
}

.site-map-quick-find.no-matches:after {
  content: "No matches";
  position: relative;
  float: right;
  padding-top: 4px;
  color: white;
}

.site-map-wrapper .site-map-quick-find.site-map-quick-find.no-matches:after {
  display: none;
}

.site-map-quick-find input {
  width: 100%;
  max-width: 300px;
  width: calc(100% - 30px);
  font-size: 0.8em;
  background: white;
}

ul.site-map a,
ul.site-map a:hover,
ul.site-map a:focus,
ul.site-map a:active {
  background: transparent !important;
}

@media (max-width: 768px) {
  ul.site-map > li > a {
    font-size: 1.2em;
  }
  ul.site-map.nav > li > a, ul.site-map .headline {
    display: block;
    font-size: 1.1em;
    padding: 6px 6px 6px 30px;
  }
  ul.site-map li.has-child:before {
    position: absolute;
    top: 6px;
    left: 2px;
    width: 30px;
    height: 2.0em;
    z-index: 1;
  }
}

@media (max-width: 625px) {
  ul.site-map li.inline {
    float: none;
    width: 100%;
  }
}

.hilite {
  background: yellow;
  background: rgba(255, 255, 126, 0.7);
}

/*
  * Messages and Warnings
  */
.status i {
  margin-right: 6px;
}

.status.on, .status.on i {
  color: #88BB6C;
}

/*
   * Secondary Pages
   */
.main-content {
  background: white url("/_assets/_img/clean_textile.png") repeat 0 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  min-height: 100%;
  padding: 20px 30px 80px;
  font-size: 1.2em;
  max-width: 1300px;
}

.main-content ul, .main-content ol {
  margin-left: 40px;
}

.no-bullet, .main-content ul.no-bullet, .main-content ol.no-bullet {
  list-style: none;
  margin-left: 0;
}

.main-content ul li, .main-content ol li, .right-rail ul li, .right-rail ol li {
  margin: 8px 0;
}

@media (max-width: 1100px) {
  .main-content {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 768px) {
  .main-content .band {
    padding: 30px 1%;
  }
  .main-content {
    width: 100%;
    margin: 0 0;
    padding: 2.5%;
  }
  .main-content ul.updates-list.nav + .updates-list.nav {
    margin-top: 40px;
  }
}

@media (max-width: 625px) {
  .main-content img.alignleft, .main-content img.alignright
.main-content img.left, .main-content img.right {
    float: none;
    display: block;
    margin: 10px 0;
  }
}

/*
 * Footer
 */
footer {
  background: #292E3F;
  box-shadow: inset 0 4px 20px #000000;
  min-height: 100px;
  color: #ffffff;
  padding: 20px 0;
  margin-top: 0;
  position: relative;
}

footer a, footer h6, footer .navbar li.headline, footer i {
  text-align: left;
  color: #ffffff;
}

footer .navbar > li > a {
  padding: 4px 15px;
  text-transform: none;
  font-size: 1.1em;
}

footer a:hover,
footer a:focus,
footer .navbar > li > a:hover,
footer .navbar > li > a:focus {
  color: white;
  cursor: pointer;
}

footer .navbar li.headline {
  padding-left: 15px;
  font-size: 1.2em;
  margin-left: -15px;
}

footer .col-sm-12 {
  margin: 30px auto 10px;
}

footer .navbar.lg {
  opacity: 0.7;
  font-size: 1.1em;
}

footer .band {
  padding-top: 40px;
}

footer img {
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  footer li a, footer .navbar li.headline {
    text-align: center;
  }
  footer .navbar > li {
    text-align: center;
    display: block;
  }
  footer .navbar > li > a {
    display: inline-block;
  }
}

.vb-pagination {
  padding-top: 10px;
}

.vb-pagination a.next, .vb-pagination a.prev {
  margin-top: 2px !important;
}

.main-content .vb-pagination a[href] {
  text-decoration: none;
}

.updates-list + .vb-pagination {
  background: transparent;
  margin-left: 8px;
  margin-top: 10px;
  padding: 3px 8px;
}

.updates-list + .vb-pagination:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Top Navigation Bars
 */
#nav-wrapper:before {
  content: "";
  width: 100%;
  height: 103px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#logo {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 2.5%;
  background: transparent url("/_assets/_img/logo.png") center center no-repeat;
  background-size: contain;
  width: 285px;
  height: 103px;
  border: 1px solid transparent;
  border-bottom-width: 10px;
  border-top-width: 10px;
  border-right-width: 30px;
  border-left-width: 0;
  transition: transform 0s;
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  -o-transition: -o-transform 0s;
  -ms-transition: -ms-transform 0s;
}

#logo + *:before {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
}

#logo.fixed {
  position: fixed;
  top: -18px;
  transform: translateY(-23px);
  -webkit-transform: translateY(-23px);
  -moz-transform: translateY(-23px);
  -o-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  background: transparent url("/_assets/_img/logo-no-mark.png") center -4px no-repeat;
  background-size: contain;
  z-index: 11;
}

#logo.fixed + *:before {
  content: "";
  width: 285px;
  height: 57.2222222222px;
  box-shadow: inset 0 0 40px white;
  background: white;
  position: fixed;
  top: 0;
  left: 1.25%;
  z-index: -1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

#top-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: #01447B;
  position: absolute;
  top: 50px;
  left: 285px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  height: auto;
  min-height: 0;
  margin: 10px 2.5%;
  z-index: 5;
  right: 0;
}

.ms-core-listMenu-horizontalBox {
  width: 100%;
}

#top-nav.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

#dept-nav.nav-pills > li {
  display: inline-block;
  float: none;
}

#home-link {
  display: none;
}

.nav > li > a {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
}

.search-center {
  position: absolute;
  top: -1px;
  right: 0;
  width: 0;
  max-width: 100%;
}

.search-center .input-group {
  width: 100%;
  display: none;
}

.search-center .input-group input {
  height: 29px;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-family: "Lato", Arial, sans-serif;
}

@media (max-width: 1100px) {
  .search-center {
    top: 0;
  }
  .search-center .input-group input {
    height: 24px;
    font-size: 16px;
    background: white;
    background: rgba(255, 255, 255, 0.9);
  }
}

.search-center.searchboxcontainer {
  max-width: 300px;
  right: 100%;
  position: absolute;
  top: 4px;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .search-center.searchboxcontainer {
    position: fixed;
    right: 0;
    left: auto;
    top: 50px;
    background: transparent !important;
    padding: 0 !important;
    width: 0;
    max-width: initial;
  }
  .search-center .input-group input {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    border: 1px solid #292E3F;
    margin: 0;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
  }
}

/*
  * Main Menu
  */
nav .ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root {
  display: block;
}

nav .ms-core-listMenu-root > li.static {
  display: table-cell;
  float: none;
  width: 1%;
  text-align: center;
  padding: 4px;
  position: relative;
  box-shadow: inset 0 25px 36px rgba(244, 241, 251, 0.2);
}

nav .ms-core-listMenu-root > li.static + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

nav .ms-core-listMenu-root > li.static > a.ms-core-listMenu-item {
  /*Top Menu*/
  text-transform: uppercase;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  color: white;
  padding: 0;
  margin-right: 0;
  border: 0;
  display: inline-block;
}

nav .ms-core-listMenu-root > li.static > a.ms-core-listMenu-item:hover,
nav .ms-core-listMenu-root > li.static > a.ms-core-listMenu-item:focus,
nav .ms-core-listMenu-root > li.static > a.ms-core-listMenu-item:active {
  color: white;
}

nav .ms-core-listMenu-root > li.static:hover,
nav .ms-core-listMenu-root > li.static:focus,
nav .ms-core-listMenu-root > li.static:active {
  background: rgba(255, 255, 255, 0.3);
}

li .dropdown-toggle {
  border-radius: 0;
}

#breadcrumbs a:hover, #breadcrumbs a:focus,
li .dropdown-toggle:hover,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
li.open .dropdown-toggle,
.secondary-nav li > a.selected,
.secondary-nav li > a.active,
.secondary-nav li > a:hover,
.secondary-nav li > a:focus,
.right-rail .nav li > a:hover,
.right-rail .nav li > a:focus {
  box-shadow: none;
  background: #7E869C;
  background: rgba(211, 222, 247, 0.4);
  text-decoration: none;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 8px;
}

.navbar.top {
  background: transparent;
  min-height: 0;
  text-align: right;
  padding: 0;
  margin: -2px 2.5% 2px;
  z-index: 6;
}

.navbar.top > * {
  margin-left: 1%;
  text-align: right;
}

.navbar.top .nav-pills {
  background: white;
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.navbar.top a {
  color: #01447B;
}

.navbar.alert + .navbar.white #top-nav {
  padding-left: 0;
}

.navbar.white + .col-xs-12 {
  z-index: 0;
}

.navbar.coral {
  background: #ee451e;
  color: white;
  min-height: 0;
  font-weight: 300;
}

.navbar.sand {
  background: #78714E;
  color: white;
  min-height: 0;
}

.navbar.green {
  background: #7FC38B;
  color: white;
  min-height: 0;
}

.navbar.sand,
.navbar.coral p,
.navbar.green p {
  color: white;
}

.navbar.alert {
  margin-left: 285px;
}

.alert-title {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin: 4px 0;
}

.alert-title i {
  display: block;
  float: left;
  margin: 2px 8px 1.2em 0;
}

@media (max-width: 1000px) {
  .alert-title i {
    margin-bottom: 2px;
  }
}

@media (max-width: 768px) {
  .alert .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
}

.nav-pills.lg {
  font-size: 1.5em;
}

.navbar.top .nav-pills.lg > li {
  float: right;
  padding: 0;
  cursor: pointer;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
}

.navbar.top .nav-pills.lg > li:last-child {
  border-left: 0;
}

.navbar.top .nav-pills.lg > li + li {
  margin-left: 0;
}

.navbar.top .nav-pills.lg > li.open .dropdown-menu {
  display: block;
}

.navbar.top .nav-pills.lg:first-child > li {
  float: right;
}

.navbar.top .nav-pills.lg > li#search-btn,
.navbar.top .nav-pills.lg > li > div,
.navbar.top .nav-pills.lg > li > a {
  padding: 4px 25px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #01447B;
  display: block;
  border-radius: 0;
}

.navbar.top .nav-pills.lg > li#search-btn:focus,
.navbar.top .nav-pills.lg > li#search-btn:hover,
.navbar.top .nav-pills.lg > li > div:hover,
.navbar.top .nav-pills.lg > li > div:focus,
.navbar.top .nav-pills.lg > li > a:hover,
.navbar.top .nav-pills.lg > li > a:focus {
  background: #cccccc;
  background: rgba(0, 0, 0, 0.1);
}

.navbar.top .nav-pills.lg > li#search-btn .search-center:focus,
.navbar.top .nav-pills.lg > li#search-btn .search-center:hover,
.navbar.top .nav-pills.lg > li#search-btn .open:hover,
.navbar.top .nav-pills.lg > li#search-btn .open:focus {
  background: transparent;
}

.navbar.top .nav-pills.lg > li i {
  margin-right: 8px;
}

.navbar.top .nav-pills.lg > li > span,
.navbar.top .nav-pills.lg > li > * span {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
  background: transparent;
  padding-right: 0;
}

.ms-core-listMenu-root ul {
  list-style: none;
  width: 100% !important;
  padding: 0;
}

.ms-core-listMenu-root > li > ul {
  left: 0 !important;
}

.ms-core-listMenu-root > li:last-child > ul > li > ul {
  left: -100% !important;
}

.ms-core-listMenu-root ul li {
  margin: 4px 0;
  text-align: left;
  position: relative;
}

.ms-core-listMenu-root ul li a {
  padding: 4px 20px 4px 10px;
}

.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover,
.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:focus {
  background: rgba(0, 0, 0, 0.1);
}

.ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
  background-image: none;
}

.ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background .menu-item-text:after,
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background .menu-item-text:after {
  content: "\f142";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.7em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1em;
  right: 10px;
  color: #AACEE7;
}

@media (max-width: 768px) {
  .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background .menu-item-text:after,
  .ms-core-listMenu-horizontalBox .dynamic-children.additional-background .menu-item-text:after {
    display: none;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  #logo {
    background: url("/_assets/_img/logo-small-no-mark.png") center center no-repeat;
    background-size: contain;
    left: 2%;
    height: 60px;
  }
  .navbar.top {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #top-nav {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    left: 2%;
    right: 2%;
    margin: 0;
    top: 60px;
  }
  #logo.fixed + *:before,
  #logo.fixed {
    display: none;
  }
  nav .ms-core-listMenu-root > li.static > a.ms-core-listMenu-item {
    font-size: 1.0em;
  }
  .navbar.top .nav-pills.lg > li i {
    margin-right: 0;
  }
  .navbar.top .nav-pills.lg > li#search-btn > span,
  .navbar.top .nav-pills.lg > li > * span {
    display: none;
  }
}

@media (max-width: 768px) {
  .ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited,
  .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited {
    color: white;
    line-height: 1.9em;
  }
  nav .ms-core-listMenu-root > li.static > a.ms-core-listMenu-item {
    font-size: 0.9em;
  }
  #nav-wrapper:before {
    display: none;
  }
  #nav-wrapper {
    width: 100%;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
  }
  #nav-wrapper.fixed {
    position: fixed;
    top: -36px;
    left: 0;
  }
  .navbar.top {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .navbar.top .nav-pills.lg > li span {
    display: none;
  }
  .navbar.top .nav-pills {
    display: inline;
    font-size: 1.5em;
    text-align: left;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .navbar.top .nav-pills.lg > li {
    float: right;
    display: inline-block;
    border-left: 0;
  }
  .navbar.top .nav-pills li + li {
    margin-right: 0;
  }
  #logo {
    position: relative;
    top: auto;
    left: auto;
    padding-left: 0;
    display: inline-block;
    border: 0;
    z-index: 7;
    margin: 0 auto;
  }
  #logo.fixed {
    display: inline-block;
    position: relative;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-bottom: -8px;
  }
  #top-nav, #top-nav.fixed {
    padding-left: 0;
    display: block;
    top: auto;
    left: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 4;
    margin: 0;
    position: relative;
    font-size: 1.4em;
  }
  ul.dynamic {
    left: auto !important;
    top: auto;
    position: relative !important;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    margin: 10px auto;
    font-size: 0.8em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    border: rgba(0, 0, 0, 0.1);
    width: auto;
    padding: 0;
  }
  nav .ms-core-listMenu-root > li.static {
    text-align: left;
  }
  nav .ms-core-listMenu-root > li.static:hover,
  nav .ms-core-listMenu-root > li.static:focus,
  nav .ms-core-listMenu-root > li.static:active {
    background: transparent;
  }
  .ms-core-listMenu-verticalBox .ms-core-listMenu-item,
  ul.dynamic .ms-core-listMenu-item,
  .ms-core-listMenu-item, .ms-core-listMenu-item:link {
    display: inline-block;
  }
  nav .ms-core-listMenu-root > li.dynamic-children {
    position: relative;
  }
  .ms-core-listMenu-root > li:last-child > ul > li > ul {
    left: auto !important;
  }
  nav .ms-core-listMenu-root li.dynamic-children:after {
    content: "\f142";
    font-family: FontAwesome;
    padding-top: 0;
    display: block;
    text-align: right;
    color: #AACEE7;
    height: 100%;
    position: absolute;
    top: 0.8em;
    right: 0;
    padding-right: 10px;
    font-size: 0.8em;
  }
  nav .ms-core-listMenu-root > li.static > a.ms-core-listMenu-item {
    display: inline-block;
  }
  nav .ms-core-listMenu-root:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-shadow: inset 0 18px 63px rgba(244, 241, 251, 0.2);
  }
  #nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .navbar-toggle {
    display: block;
    float: left;
    z-index: 6;
    position: absolute;
    top: 10px;
    left: 0;
    min-width: initial;
  }
  #fixed-background {
    top: 50px;
  }
  #top-nav,
  .ms-core-listMenu-horizontalBox,
  .ms-core-listMenu-horizontalBox ul {
    width: 100%;
  }
  .ms-core-listMenu-horizontalBox ul {
    left: auto !important;
    width: 100% !important;
    top: auto !important;
  }
  nav .ms-core-listMenu-root > li.static {
    display: block;
    width: 100%;
    padding: 10px 2%;
    float: none;
    box-shadow: none;
  }
  nav .ms-core-listMenu-root > li.static + li.static {
    border-left: 0;
  }
  #logo + #top-nav {
    position: fixed;
    top: 50px;
    display: none;
    max-height: calc(100% - 50px);
    overflow-y: scroll;
  }
  #logo {
    height: 50px;
    width: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    background: white;
    z-index: 5;
  }
  #logo:after {
    content: "";
    background: white url("/_assets/_img/logo-small-no-mark.png") center center no-repeat;
    background-size: contain;
    margin: 10px 25% 0;
    width: 50%;
    height: 30px;
    display: block;
  }
  .navbar.top .nav-pills {
    position: fixed;
    top: 10px;
    right: 1%;
    z-index: 6;
  }
  .navbar.top .nav-pills.lg:first-child > li {
    display: none;
    width: auto;
    text-align: center;
  }
  .navbar.top .nav-pills.lg:first-child > li:last-child {
    display: block;
    float: right;
  }
  .navbar.top .nav-pills.lg > li#search-btn,
  .navbar.top .nav-pills.lg > li > div,
  .navbar.top .nav-pills.lg > li > a, .navbar-toggle {
    padding: 2px 8px;
    margin: 0;
  }
  .navbar.top .nav-pills.lg > li i {
    margin-right: 0;
  }
  .navbar.top > * {
    margin-left: 0;
  }
}

/*
 * Navbar lg used for icon links
 */
.navbar.lg > li {
  display: inline-block;
  font-size: 3.0em;
}

.navbar.lg > li > a {
  padding: 2px 4px;
  margin: 0 6px;
}

.navbar.lg > li > a:hover {
  background: transparent;
}

.navbar.lg > li > a:hover i {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
}

/*
 * Secondary Nav and Subnav
 */
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit,
.ms-core-listMenu-heading, .ms-tv-header {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
}

.secondary-nav .root > li {
  display: none;
  /*hide anything not in this selected root*/
}

.secondary-nav .root > li.selected {
  display: block;
}

.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item {
  padding: 10px 15px;
}

.secondary-nav {
  background: #292E3F;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  z-index: 3;
  padding-bottom: 20px;
  padding-right: 0;
  overflow: hidden;
  margin-top: 24px;
}

.secondary-nav.navbar-sidebar li.headline i {
  display: none;
}

.secondary-nav .ms-core-listMenu-item,
.secondary-nav .ms-core-listMenu-item:link,
.secondary-nav .ms-core-listMenu-item:visited,
.secondary-nav li > a, .secondary-nav .headline {
  color: white;
}

ul.static ul.static, .nav.subnav {
  margin-left: 20px;
  padding-right: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  list-style: none;
}

ul.static ul.static ul.static {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item,
.nav.subnav > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (max-width: 1100px) {
  .secondary-nav.navbar-sidebar {
    display: block;
    position: absolute;
    top: 0;
    right: 5%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
    max-height: calc(100% - 24px);
    width: 240px;
    box-shadow: none;
    padding-bottom: 0;
    background: transparent;
    z-index: 3;
  }
  .secondary-nav.navbar-sidebar .root > li.selected > ul {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    display: none;
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    text-align: left;
    margin: 0;
    color: #000000;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 0;
  }
  .secondary-nav.navbar-sidebar .root > li {
    display: none;
  }
  .secondary-nav.navbar-sidebar .root > li.selected {
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    width: auto;
    text-align: left;
    background: transparent;
  }
  .secondary-nav .ms-core-listMenu-item,
  .secondary-nav .ms-core-listMenu-item:link,
  .secondary-nav .ms-core-listMenu-item:visited,
  .secondary-nav li > a, .secondary-nav .headline {
    color: #000000;
  }
  .secondary-nav.navbar-sidebar .root > li.selected > ul > li:last-child:after {
    content: "";
    height: 10px;
    width: 100%;
    display: block;
    background: transparent;
  }
  .secondary-nav.navbar-sidebar.open a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .secondary-nav.navbar-sidebar .root > li.selected > a {
    padding: 0;
    color: white;
    background: #01447B;
    display: block !important;
    line-height: 1em;
    box-shadow: inset 0 25px 36px rgba(244, 241, 251, 0.2);
    position: relative;
    z-index: 2;
  }
  aside .ms-core-navigation .secondary-nav.navbar-sidebar {
    background: transparent;
  }
  .secondary-nav.navbar-sidebar .root > li.selected > a:before {
    content: "\f0c9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    top: 0.7em;
    left: 8px;
  }
  .secondary-nav.navbar-sidebar .root > li.selected > a > span {
    display: block;
    padding-left: 30px;
  }
  .secondary-nav.navbar-sidebar .root > li.selected > a > span > .menu-item-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
  }
  .secondary-nav.navbar-sidebar .root > li.selected,
  .secondary-nav.navbar-sidebar .root > li.selected > ul.slidein {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .secondary-nav.navbar-sidebar ul.static ul.dynamic {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.1);
    border-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ms-core-listMenu-root ul li {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .secondary-nav.navbar-sidebar {
    left: 0;
    right: auto;
    position: fixed;
    top: 50px;
    margin-top: 0;
    width: 100%;
    max-height: calc(100% - 50px);
    overflow-y: scroll;
  }
}

@media (max-width: 625px) {
  .main-content {
    padding-top: 35px;
  }
}

/* Breadcrumbs */
#breadcrumbs {
  margin-left: 19%;
  width: 74%;
  padding: 2px 10px;
  background: #292E3F;
  opacity: 0.9;
  color: #777777;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  max-width: calc(1300px - 5%);
}

#breadcrumbs a {
  color: #eeeeee;
  margin: 0 6px;
  padding: 2px 4px;
}

@media (max-width: 1100px) {
  #breadcrumbs {
    width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #breadcrumbs {
    width: 100%;
    border-radius: 0;
  }
}

/*
  * Application navbars
  */
ul.nav.nav-pills.navbar {
  padding: 0;
  background: #01447B;
  margin: 0;
  min-height: 0;
  height: 2.0em;
  overflow: hidden;
}

ul.nav.nav-pills.navbar.hasOverflow:after,
ul.nav.nav-pills.navbar.hasOverflow:before {
  content: "More";
  padding-top: 6px;
  display: block;
  width: auto;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 0.8em;
  z-index: 0;
}

ul.nav.nav-pills.navbar.hasOverflow:before {
  content: "\e032";
  font-family: VBFontIcons;
  padding-right: 43px;
}

.navbar.nav-pills.nav > li {
  margin: 0;
  opacity: 0.9;
  display: block;
}

.navbar.nav-pills.nav > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar.nav-pills.nav.hasOverflow > li {
  border: 0;
  margin: 0;
}

.navbar.nav-pills.nav.hasOverflow > li > a {
  background: transparent;
}

.navbar.nav-pills.nav.hasOverflow > li.active:last-child > a {
  border-radius: 0;
}

.navbar.nav-pills.nav > li > a {
  padding: 4px 20px;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0;
  font-size: 1.35em;
}

.navbar.nav-pills.nav > li > a i {
  color: white;
  margin-right: 6px;
}

.navbar.nav-pills.nav > li.active > a {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.navbar.nav-pills.nav > li.active > a i {
  color: white;
}

.nav-pills.nav.center > li {
  float: none;
  display: inline-block;
}

.nav-pills.nav.center.icons > li {
  margin: 0 4px;
}

.nav-pills.nav.center.icons > li > a {
  padding: 1px;
}

.main-content .nav-pills.navbar.nav {
  background: #FFD478;
}

.main-content .tabs .nav-pills.navbar.nav {
  background: #01447B;
}

.main-content .nav-pills.navbar.nav > li > a,
.main-content .nav-pills.navbar.nav > li > a i {
  color: #333333;
}

.main-content .tabs .nav-pills.navbar.nav > li > a,
.main-content .tabs .nav-pills.navbar.nav > li > a i {
  color: white;
}

.main-content .nav-pills.navbar.nav > li + li {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.main-content .tabs .nav-pills.navbar.nav > li + li {
  border-left-color: rgba(255, 255, 255, 0.1);
}

.main-content .nav-pills i {
  margin-top: 4px;
}

@media (max-width: 768px) {
  ul.nav.nav-pills.navbar {
    height: auto;
  }
  .navbar.nav-pills.nav > li {
    width: 49%;
    display: block;
    margin: 10px 0;
  }
  .navbar.nav-pills.nav > li + li {
    border-left: 0;
  }
}

@media (max-width: 625px) {
  .navbar.nav-pills.nav > li {
    width: 100%;
    float: none;
  }
}

/* Calendar Datepicker */
.ui-datepicker {
  background: white;
}

.events-wrapper .ui-datepicker {
  background: transparent;
}

.ui-datepicker-header {
  padding: 0;
  margin: 0;
}

.ui-datepicker-header:after {
  content: "";
  display: table;
  clear: both;
}

.ui-datepicker-title {
  font-size: 1.6em;
  margin: 8px 0;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  z-index: 0;
  color: #000000;
}

.datepicker a.ui-state-disabled {
  /*opacity: 0.8;
    box-shadow: inset 0 -20px 20px #666666;
    color: #cccccc;
    cursor: not-allowed;*/
  visibility: hidden;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 1.5em;
  color: #000000;
  background: transparent;
  padding: 2px 8px;
  border-radius: 5px;
  border: 0;
  float: left;
  z-index: 1;
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
  opacity: 0.7;
  border-bottom: 0 !important;
}

.ui-datepicker-prev > .ui-icon,
.ui-datepicker-next > .ui-icon {
  display: none;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  text-decoration: none;
}

.ui-datepicker-prev:before {
  content: "\f190";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}

.ui-datepicker-next:after {
  content: "\f18e";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
}

table.ui-datepicker-calendar,
.datepicker table {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  color: #292E3F;
}

.datepicker table {
  background: rgba(255, 255, 255, 0.9);
  width: 98%;
  margin: 0 1%;
}

table.ui-datepicker-calendar td.day,
.datepicker td.day {
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

table.ui-datepicker-calendar td.day.old,
table.ui-datepicker-calendar td.day.new,
.datepicker td.day.old,
.datepicker td.day.new {
  background: transparent;
}

table.ui-datepicker-calendar th,
.datepicker th {
  padding: 2px 10px;
  background: #292E3F;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 14.285%;
}

table.ui-datepicker-calendar td,
.datepicker td {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
  padding: 0 2px;
  position: relative;
  width: 14.285%;
  vertical-align: middle;
  text-align: center;
}

.events-wrapper .datepicker td {
  font-size: 0.8em;
  vertical-align: top;
  text-align: left;
}

table.ui-datepicker-calendar td:after {
  /* spacer for empty days */
  display: block;
  content: "";
  height: 10px;
  width: 1px;
}

.tabs .events-wrapper {
  padding-bottom: 30px;
}

.events-wrapper .datepicker td:after {
  /* spacer for empty days */
  display: block;
  content: "";
  height: 80px;
  width: 100px;
}

.datepicker td.hasEvents:after {
  display: none;
}

.datepicker td .wrapper {
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.datepicker td a.hasOverflow + .wrapper:after {
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,003f5d+100&amp;0+0,0.4+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20FFFFFF', endColorstr='#90FFFFFF',GradientType=0 );
  /* IE6-9 */
}

.datepicker td > a.hasOverflow.hideAfter:after,
.datepicker td a.hasOverflow + .wrapper.hideAfter:after {
  display: none;
}

.datepicker td .list {
  box-shadow: none;
  margin: 2px auto;
  border: 0;
  max-width: 100%;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #000000;
}

.tabs .datepicker td > a,
.datepicker td > a {
  font-weight: 700;
  display: block;
  padding: 4px 10px;
  font-size: 1.2em;
  border-bottom: 1px solid #cccccc;
}

.datepicker td > a.hasOverflow:before {
  content: "\f078";
  font-family: FontAwesome;
  margin-right: 6px;
  display: inline-block;
  text-align: left;
  font-size: 0.5em;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.datepicker td > a.hasOverflow.ui-state-active:before {
  display: none;
}

td.ui-datepicker-current-day {
  background: #E5E5E5;
}

.events-wrapper td.ui-datepicker-current-day {
  background: #F7F7F7;
}

.datepicker td > .list + .list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.datepicker .item, .datepicker .item + .item {
  vertical-align: top;
  padding: 2px 0;
  border-left: 0;
}

.datepicker .vb {
  margin-bottom: 1.0em;
}

.events-wrapper {
  position: relative;
  overflow: visible;
  margin: 0;
  background: #F7F7F7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.tabs .events-wrapper {
  background: transparent;
}

.tabs .events-wrapper {
  margin: 0;
}

.events-wrapper .events.updates-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  height: 100%;
}

.events-wrapper .events.updates-list.out {
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -o-transform: translateX(120%);
  -ms-transform: translateX(120%);
}

.datepicker .timespan {
  background: rgba(100, 100, 100, 0.1);
  text-align: center;
  color: #666666;
  display: block;
  font-family: "PT Sans Narrow", Arial, sans-serif;
}

.event-date {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 1.5em;
}

.event-location {
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.whitepatternbgmiddle .event-location a[href*="."] {
  text-decoration: none;
}

.event-location .fa {
  margin-right: 6px;
}

.events-wrapper .input-group-btn {
  position: static;
}

.filter-header .dropdown-menu,
.events-wrapper .dropdown-menu {
  min-width: 400px;
  width: 70%;
  margin-left: 0;
  border-radius: 0;
}

@media (max-width: 1100px) {
  .filter-header .dropdown-menu,
  .events-wrapper .dropdown-menu {
    width: 100%;
    min-width: 0;
  }
}

.filter-header .dropdown-menu > li,
.events-wrapper .dropdown-menu > li {
  width: 50%;
  float: left;
}

.filter-header .dropdown-menu > li > a,
.events-wrapper .dropdown-menu > li > a {
  white-space: normal;
}

@media (max-width: 625px) {
  .filter-header .dropdown-menu > li > a,
  .events-wrapper .dropdown-menu > li > a {
    padding: 8px;
  }
}

.whitepatternbgright .filter-header .dropdown-menu {
  right: 0;
  left: auto;
}

.filter-header,
.events-wrapper .quick-find.input-group {
  padding: 8px;
  background: #01447B;
  z-index: 12;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #FFD478;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.tabs .events-wrapper .quick-find.input-group {
  margin-top: -2px;
}

.events-wrapper .quick-find input {
  max-width: 300px;
}

.events-wrapper .quick-find i {
  font-size: 18px;
  line-height: 18px;
}

.events-wrapper .quick-find .search-all i.vb-calendar-multi {
  font-size: 22px;
}

/* Small Column Calendar */
.events-wrapper.small {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.events-wrapper.small .ui-datepicker-header {
  padding-top: 2px;
  border-top: 4px solid #01447B;
  background: rgba(255, 255, 255, 0.8);
  width: 98%;
  margin: 0 1%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.events-wrapper.small .datepicker table {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.events-wrapper.small .datepicker th,
.events-wrapper.small .datepicker td.ui-datepicker-other-month {
  display: none;
}

.events-wrapper.small
.datepicker td {
  display: none;
  width: 100%;
}

.events-wrapper.small
.datepicker td.hasEvents {
  display: block;
  background: #f3f4f4;
}

.events-wrapper.small
.datepicker td:after {
  width: 40px;
  height: 40px;
}

.events-wrapper.small
.datepicker .list {
  max-width: 100% !important;
  width: 100% !important;
}

.events-wrapper.small .datepicker .item,
.events-wrapper.small .datepicker .item + .item {
  border-top: 0;
}

.events-wrapper.small
.datepicker td > a {
  text-align: center;
  float: left;
  margin: 2px 2px 0 -1px;
  border: 0;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  background: transparent;
  text-shadow: none;
}

.events-wrapper.small
.datepicker td > a:hover {
  text-decoration: none;
}

.events-wrapper.small
.datepicker td > a.hasOverflow:after {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: right;
  right: 6px;
  margin-left: 0;
  z-index: 3;
  color: black;
}

.events-wrapper.small
.datepicker td.ui-datepicker-current-day {
  background: white;
}

.events-wrapper.small
.datepicker td.ui-datepicker-current-day > a {
  color: white;
  background: #A3C39E;
}

.events-wrapper.small
.datepicker td .wrapper {
  height: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1px;
  font-size: 1.2em;
  background: white;
}

.events-wrapper.small
.datepicker td .wrapper a + a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.events-wrapper.small
.datepicker .timespan {
  float: right;
  padding: 2px 4px;
}

@media (max-width: 1560px) {
  .events-wrapper .datepicker .vb-2x {
    font-size: 1.2em;
    margin-top: 2px;
    margin-bottom: 0;
  }
}

@media (max-width: 1350px) {
  .events-wrapper .datepicker td:after {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 1100px) {
  .events-wrapper {
    margin-left: -19px;
    margin-right: -19px;
  }
  .events-wrapper .datepicker .ui-datepicker-header {
    margin: 0;
    width: 100%;
  }
  .events-wrapper .datepicker table {
    box-shadow: none;
    margin: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 768px) {
  .events-wrapper .datepicker .timespan {
    display: block;
  }
  .events-wrapper .datepicker .list {
    text-align: center;
    padding: 0;
  }
  .events-wrapper .datepicker .vb-2x {
    font-size: 2.0em;
    margin-top: 2px;
    margin-bottom: 0;
    float: none;
  }
}

@media (max-width: 625px) {
  /* Basically the same as the small calendar */
  .events-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .events-wrapper .datepicker th, .events-wrapper .datepicker td.ui-datepicker-other-month {
    display: none;
  }
  .events-wrapper .datepicker td {
    display: none;
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .events-wrapper .datepicker td.hasEvents {
    display: block;
    background: #f3f4f4;
  }
  .events-wrapper .datepicker td:after {
    width: 40px;
    height: 40px;
  }
  .events-wrapper .datepicker .list {
    max-width: 100% !important;
    width: 100% !important;
  }
  .events-wrapper .datepicker .item, .events-wrapper .datepicker .item + .item {
    border-top: 0;
  }
  .events-wrapper .datepicker td > a {
    float: left;
    margin: 2px 2px 0 0;
    border: 0;
    width: 30px;
    padding-left: 10px;
    padding-right: 0;
    color: #000000;
    background: transparent;
    text-shadow: none;
  }
  .events-wrapper .datepicker td > a:hover {
    text-decoration: none;
  }
  .events-wrapper .datepicker td > a.hasOverflow:before {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: right;
    right: 6px;
    margin-left: 0;
    z-index: 3;
    color: black;
  }
  .events-wrapper .datepicker td.ui-datepicker-current-day {
    background: #DBE3D6;
  }
  .events-wrapper .datepicker td .wrapper {
    height: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 1px;
    background: white;
  }
  .events-wrapper .datepicker td .wrapper {
    height: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 1px;
    font-size: 1.3em;
  }
  .events-wrapper .datepicker td .wrapper a {
    min-height: 40px;
  }
  .events-wrapper .datepicker td .wrapper a + a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .events-wrapper .datepicker .timespan {
    float: right;
    padding: 2px 4px;
  }
  .events-wrapper .datepicker .item {
    text-align: left;
    display: inline;
    vertical-align: middle;
  }
  .events-wrapper .datepicker .vb-2x {
    display: inline;
    font-size: 1.0em;
    margin-left: 2px;
  }
  .events-wrapper .datepicker .list {
    text-align: left;
  }
  .events-wrapper .ui-datepicker-header {
    padding-top: 2px;
    border-top: 4px solid #01447B;
    background: rgba(255, 255, 255, 0.8);
    width: 98%;
    margin: 0 1%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .events-wrapper .datepicker table {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}

.events-wrapper .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  background: #F7F7F7;
  padding: 0 5%;
}

.events-wrapper .details.out {
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -o-transform: translateX(110%);
  -ms-transform: translateX(110%);
}

.events-wrapper .datepicker.out {
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
}

.whitepatternbgmiddle .events-wrapper .details a.back,
.events-wrapper .details a.back {
  margin-top: 20px;
  line-height: 1.0em;
  border-bottom: 1px solid #cccccc;
}

.events-wrapper .quick-find.input-group .right label {
  display: inline;
  color: white;
  margin-right: 2px;
  font-size: 1.1em;
}

.events-wrapper.no-next .datepicker .ui-datepicker-next,
.events-wrapper.no-next .datepicker .ui-datepicker-prev {
  display: none !important;
}

#ctl00_ctl50_ExplicitLogin {
  color: white;
}

#SharepointRibbonWrapper {
  z-index: 999;
  position: relative;
  width: 100%;
  background: white;
}

#SharepointRibbonWrapper * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
}

#SharepointRibbonWrapper img {
  max-width: none;
}

#pageStatusBar,
#pageStatusBar[class], .ms-status-msg {
  margin-bottom: 0;
}

.ms-webpartzone-cell {
  margin: auto;
}

body[spellcheck] table {
  width: auto;
}

#MSO_tblPageBody > tbody > tr > td {
  display: block;
  float: left;
  max-width: calc(100% - 260px);
  position: relative;
}

#MSO_tblPageBody > tbody > tr > td#MSOTlPn_MainTD {
  z-index: 10;
  top: 207px;
  position: fixed;
  height: calc(100% - 207px);
  width: auto !important;
  max-width: 100% !important;
  right: 0;
  overflow-x: visible;
  overflow-y: scroll;
}

#DeltaBreadcrumbDropdown {
  display: none;
}

.ms-webpart-chrome-vertical {
  display: block;
}

.ms-webpart-menuLink {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  position: relative;
  border-radius: 2px;
}

.ms-webpart-menuLink:before {
  content: "\f142";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #666666;
}

.ms-core-menu-list {
  margin-left: 0 !important;
}

.ms-core-menu-list img {
  box-shadow: none;
}

.ms-webpart-titleText.ms-webpart-titleText {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  img.ms-rtePosition-1, img.ms-rtePosition-2 {
    float: none;
    margin: 20px auto !important;
    display: block;
  }
  /*Elements are fixed normally; this is for loggedin Sharepoint*/
  #s4-ribbonrow[style*="display: block"] + #s4-workspace aside.col.two,
  #s4-ribbonrow[style*="display: block"] + #s4-workspace .header-container {
    position: absolute;
  }
}

/*
 * Sliding/Scroll Tray Objects
 */
.scroll .btn-arrow {
  position: absolute;
  float: none;
  text-align: center;
  z-index: 999;
  height: 100%;
  top: 0;
  padding: 3px;
  border-radius: 0;
  opacity: 0.95;
}

.scroll .btn-arrow span {
  color: #345463;
  font-size: 0.8em;
  display: inline-block;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  text-transform: uppercase;
  z-index: 2;
}

.scroll .btn-arrow.left {
  left: 0;
}

.scroll .btn-arrow.right {
  right: 0;
}

.btn-arrow i, .main-content .btn-arrow i {
  color: #345463;
  font-size: 24px;
}

.btn-arrow:before {
  content: "";
  height: 40%;
  display: block;
}

.btn-arrow:focus, .btn-arrow:hover, .btn-arrow:active {
  box-shadow: none;
  opacity: 1.0;
}

.scroll-x {
  overflow: visible;
  position: relative;
}

.scroll-x .container {
  overflow-y: visible;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 0;
}

.scroll-x .tray {
  overflow-y: hidden;
  width: auto;
  position: relative;
  height: 100%;
}

.scroll-x .container .band {
  padding: 0 35px;
  height: 100%;
}

.scroll-x .container,
.scroll-x .tray,
html.no-touch .scroll-x .container,
html.no-touch .scroll-x .tray {
  overflow-x: hidden;
}

html.touch .scroll-x .container,
html.touch .scroll-x .tray {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.tray .band + .band:before {
  display: none;
}

.scroll-x .tray .band.ready {
  position: absolute;
  top: 0;
  overflow: visible;
}

@media (max-width: 1100px) {
  .scroll-x .container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .scroll-x .tray, .scroll-x .tray > *, .scroll-x .tray .band.ready {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
  .scroll-x .container .band {
    padding: 0;
  }
}

.icon-topics .container {
  background-color: #E5E5E5;
}

.icon-topics .btn-arrow.left {
  left: 1%;
  box-shadow: none;
}

.icon-topics .btn-arrow.right {
  right: 1%;
  box-shadow: none;
}

.icon-topics i {
  font-size: 5em;
}

.icon-topics .btn i {
  font-size: 2em;
}

.icon-topic, a.icon-topic:visited {
  padding-top: 8px;
  text-align: center;
  color: #000000;
}

.icon-topic a, .icon-topic a i {
  color: #000000;
  text-decoration: none !important;
}

.td.icon-topic {
  width: 10%;
}

a.icon-topic i, a.icon-topic:visited i {
  color: #000000;
}

body#home .icon-topic .headline,
.icon-topic .headline {
  padding-top: 0;
  font-size: 1.3em;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  td.icon-topics:after {
    content: "";
    display: block;
    clear: both;
  }
  td.icon-topic {
    width: 32%;
    font-size: 0.5em;
    margin: 10px 0;
    float: left;
  }
  td.icon-topic .headline {
    font-size: 16px;
  }
}

@media (max-width: 625px) {
  td.icon-topic > * {
    vertical-align: middle;
  }
  .table.icon-topics:last-child {
    margin-bottom: 40px;
    width: 100%;
  }
}

.accolades a i, .icon-topic i {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}

.accolades a i:before, .icon-topic i:before {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.accolades a:hover i, .icon-topic:hover i {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
}

.accolades a:hover i:before, .icon-topic:hover i:before {
  background-color: rgba(1, 68, 123, 0.8);
  color: #AACEE7;
  border-color: #01447B;
  text-shadow: 0 -1px 1px #000000;
}

.icon-topic a:hover, a.icon-topic:hover,
.icon-topic a:focus, a.icon-topic:focus {
  text-decoration: none;
}

.main-content .icon-topic a:visited i, .main-content a.icon-topic:visited i {
  color: #000000;
}

.icon-topics.descriptive .icon-topic {
  margin-bottom: 30px;
}

/*
 * Touts
 */
.touts:after {
  content: "";
  clear: both;
  display: block;
}

.tout {
  display: block;
  float: left;
  vertical-align: middle;
  margin: 20px 0;
  max-width: 140px;
}

.tout + .tout {
  margin-left: 80px;
}

.tout.full-width {
  max-width: 100%;
  float: none;
}

.tout a {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  display: block;
  color: black;
}

.main-content .tout a i {
  color: black;
}

.tout a:hover, .tout a[href]:hover > .headline {
  text-decoration: none;
  color: #4d88d6;
}

.tout a > * {
  display: block;
  line-height: 1.0em;
}

.tout a > .headline {
  line-height: 0.9em;
  margin: 8px 0 0;
  padding: 0;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
  font-size: 3.5em;
  text-transform: uppercase;
}

.tout a > .headline .tiny {
  display: block;
  font-size: 0.5em;
  line-height: 1.1em;
}

.tout a > headline em {
  font-weight: 700;
}

.tout a > img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  height: auto;
  margin: 0;
  width: 100%;
  max-width: 120px;
}

.tout a:hover > img {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
}

.tout h4 {
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}

.tout > * > div {
  padding: 4px;
  text-align: center;
}

.tout a > img + .continue {
  padding: 10px 0;
  font-size: 0.9em;
  text-align: left;
  display: block;
}

.tout a > img + .continue:before {
  display: none;
}

@media (max-width: 768px) {
  .tout {
    text-align: center;
    float: none;
    margin: 20px auto;
  }
}

/*
 * Tabbed Containers
 */
.tabs .ms-WPBody, .tabs .ms-webpartzone-cell {
  padding: 0;
  margin: 0 auto;
}

.tabs h2.ms-webpart-titleText {
  display: none;
}

.tabs {
  margin: 0 auto 40px;
  border-width: 0;
  overflow: visible;
  display: block;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.tabs:after {
  content: "";
  clear: both;
  display: table;
}

.tabs > .target {
  position: relative;
  max-width: 100%;
  margin-top: 0;
  padding: 0 2.5% 40px;
  display: block;
  border-top: 6px solid #FFD478;
}

.tabs .target .ms-webpart-chrome-vertical {
  padding-bottom: 40px;
}

.tabs .target .ms-WPBorder {
  border: 0;
}

.tabs .target > *:first-child {
  padding-top: 20px;
}

.tabs .target .navbar-sidebar i {
  vertical-align: middle;
  margin-right: 6px;
}

.tabs .target .closebtn {
  display: none;
}

@media (max-width: 768px) {
  .tabs .target {
    position: fixed;
    bottom: -1px;
    top: 78px;
    left: 0;
    width: 100%;
    transform: translateY(120%);
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -ms-transform: translateY(120%);
    height: 100%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 80px;
    background: white url("/_assets/_img/clean_textile.png") repeat 0 0;
    border: 0;
  }
  #s4-ribbonrow[style*="display: block"] + #s4-workspace .tabs .target {
    top: 148px;
    height: calc(100% - 148px);
  }
  .tabs-zone .target h2.ms-webpart-titleText {
    display: none;
  }
  .tabs .target.on {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-top: 2px solid #FFD478;
  }
  .tabs .target .target {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    height: auto;
  }
  .tabs .target a.continue.btn {
    margin-top: -3px;
  }
  .tabs .target .closebtn {
    display: block;
    width: 30px;
    height: 1.3em;
    text-align: right;
    position: absolute;
    top: 8px;
    right: 2.5%;
    z-index: 6;
    text-align: center;
    font-size: 1.3em;
    text-decoration: none;
    padding-top: 0;
  }
  .tabs .target .closebtn i {
    color: white;
    color: rgba(255, 255, 255, 0.8);
    display: block;
  }
  .tabs .target h3.headline {
    margin: 0 -2.5% 4px;
    padding: 10px 5%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    background: #01447B;
    color: white;
    font-size: 1.4em;
  }
  .tabs .target h3.headline i {
    margin-right: 10px;
  }
  .tabs {
    height: 0;
    margin: 0;
  }
}

@media (max-width: 625px) {
  .tabs .target {
    top: 51px;
  }
}

/* Search Form */
.search-center .lookahead {
  position: absolute;
  top: 32px;
  width: 99%;
  z-index: 5;
  background: #292E3F;
  text-align: left;
  display: none;
  opacity: 0.95;
  padding: 0;
}

.search-center .lookahead > li > a {
  color: white;
  margin: 4px 15px;
  text-transform: none;
  font-size: 1.2em;
  padding: 8px;
}

.search-center .lookahead > li > a:focus {
  background: #e7edfa;
  background: rgba(211, 222, 247, 0.5);
}

.ms-mpSearchBox {
  width: 100%;
  max-width: 500px;
}

.searcharea .ms-floatRight {
  float: left;
}

.searchboxcontainer {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 2px 2.5%;
}

.searchboxcontainer .btn-default {
  margin-top: 0px !important;
}

#searchInputBox .ms-WPBody {
  padding: 0px;
}

/* Search Page */
form.gsc-search-box {
  padding: 20px;
  margin-top: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
}

.main-content a.gs-title[href*="."] {
  color: #4d88d6;
  text-decoration: none;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 1.2em;
}

a.gs-title:hover, a.gs-title:focus {
  background: rgba(255, 255, 255, 0.8);
}

a.gs-image {
  padding-right: 12px;
  display: block;
}

.gsc-selected-option-container,
.gsc-url-top, .gs-watermark, .gsc-thumbnail-inside,
.gsc-url-bottom, .gsc-tabHeader, .gsc-resultsHeader {
  display: none !important;
}

.gsc-webResult {
  margin: 20px 0;
  padding: 20px 0;
}

.gsc-results > .gsc-webResult + .gsc-expansionArea,
.gsc-webResult + .gsc-webResult {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.gsc-results > .gsc-webResult {
  margin-top: 0;
  padding-top: 0;
}

.gsc-table-result td {
  vertical-align: middle;
}

.gsc-input input {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.gsc-search-button {
  margin-left: -2px;
  width: 72px;
}

.gsc-search-button input[type="button"] {
  background: white;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 8px 12px 7px;
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.gcsc-branding,
.gsc-branding {
  margin-top: 4px;
  width: 115px;
  text-align: left;
  font-size: 0.7em;
  color: #888888;
}

.gcsc-branding {
  width: 180px;
  font-size: 0.8em;
}

.gcsc-branding-text,
.gsc-branding-text {
  display: inline;
}

.main-content .gcsc-branding-img-noclear img,
.main-content .gsc-branding-img img {
  box-shadow: none;
}

.gsc-cursor-page {
  display: inline-block;
  margin: 0 8px;
  padding: 0 8px;
  color: #4d88d6;
  cursor: pointer;
}

.gsc-cursor-page:first-child {
  margin-left: 0;
}

.gsc-cursor-current-page,
.gsc-cursor-page:hover, .gsc-cursor-page:focus {
  background: rgba(255, 255, 255, 0.8);
}

.gsc-result-info-container {
  font-size: 0.8em;
  color: #888888;
}

.gsc-option-menu-item-highlighted .gsc-option {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}

.gsc-orderby {
  text-align: right;
  font-size: 0.8em;
}

.gsc-option-menu-item, .gsc-orderby-label {
  color: #888888;
}

.gsc-option-menu-item,
.gsc-option-menu-item-highlighted .gsc-option {
  display: inline-block;
  padding: 2px 4px;
  cursor: pointer;
}

.gsc-orderby-label {
  text-transform: uppercase;
  font-family: "PT Sans Narrow", Arial, sans-serif;
}

.gsc-inline-block {
  display: inline-block;
}

.gsc-above-wrapper-area-container td {
  width: 50%;
}

.gsc-completion-container {
  background: white;
  color: #000000;
}

.gsc-clear-button {
  background: transparent;
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
}

.gsc-completion-selected {
  background: #e7edfa;
}

.gsc-completion-container span {
  padding: 10px 15px;
  display: block;
}

.gsc-loading-resultsRoot {
  opacity: 0.5;
}

.gsc-branding-img img {
  box-shadow: none;
}

@media (max-width: 1100px) {
  .gsc-table-result td {
    vertical-align: top;
  }
  a.gs-image {
    padding-top: 4px;
  }
  .gsc-table-result td.gsc-thumbnail {
    width: 30%;
  }
}

@media (max-width: 625px) {
  .gsc-above-wrapper-area {
    display: none;
  }
  .gsc-cursor {
    overflow: hidden;
    text-overflow: clip;
    height: 20px;
  }
}

@media (max-width: 1300px) {
  .searchboxcontainer {
    padding-left: 285px;
  }
  #search-lookahead {
    width: auto;
  }
}

@media (max-width: 768px) {
  .searchboxcontainer {
    padding-left: 2.5%;
  }
  #search-lookahead {
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    overflow-y: scroll;
    width: 100%;
    display: none;
  }
}

.gsc-result .gs-title {
  height: auto;
  overflow: initial;
  text-decoration: none;
}

#google-cse-results > li > a {
  padding: 6px 4px;
  display: block;
  clear: both;
}

#google-cse-results a[href]:before,
.gsc-thumbnail:empty + .gsc-table-cell-snippet-close .gs-title[data-ctorig]:before {
  display: block;
  float: left;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.0em;
  margin-right: 20px;
  margin-bottom: 1.0em;
}

#google-cse-results a[href]:before {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-right: 8px;
  line-height: 1.3em;
  content: "\e001";
}

#google-cse-results.initial a[href]:before {
  display: none;
}

#google-cse-results a[href$=".pdf"]:before,
.gsc-thumbnail:empty + .gsc-table-cell-snippet-close .gs-title[data-ctorig$=".pdf"]:before {
  content: "\f1c1";
}

#google-cse-results a[href$=".doc"]:before,
#google-cse-results a[href$=".docx"]:before,
.gsc-thumbnail:empty + .gsc-table-cell-snippet-close .gs-title[data-ctorig$=".doc"]:before,
.gsc-thumbnail:empty + .gsc-table-cell-snippet-close .gs-title[data-ctorig$=".docx"]:before {
  content: "\f1c2";
}

#google-cse-results a[href$=".xls"]:before,
#google-cse-results a[href$=".xlsx"]:before,
.gsc-thumbnail:empty + .gsc-table-cell-snippet-close .gs-title[data-ctorig$=".xls"]:before,
.gsc-thumbnail:empty + .gsc-table-cell-snippet-close .gs-title[data-ctorig$=".xlsx"]:before {
  content: "\f1c3";
}

#google-cse-results a[href$=".ppt"]:before,
#google-cse-results a[href$=".pptx"]:before,
.gsc-thumbnail:empty + .gsc-table-cell-snippet-close .gs-title[data-ctorig$=".ppt"]:before,
.gsc-thumbnail:empty + .gsc-table-cell-snippet-close .gs-title[data-ctorig$=".pptx"]:before {
  content: "\f1c4";
}

table.gsc-search-box {
  position: relative;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 1em;
}

.translated .contactlinks a,
.notranslate > a,
ul.site-map .subnav li > .notranslate a,
.icon-topic span.notranslate *,
.contactlinks .notranslate, .translated .contactlinks .notranslate > span,
.translated .contactlinks .translate {
  display: inline;
  padding: 0;
}

#zz2_RootAspMenu > li.static:first-child > .notranslate {
  display: none;
}

.icon-topic span.notranslate {
  display: block;
}

.nav > li > .notranslate > a {
  padding: 10px 15px;
  display: inline-block;
}

.featured .nav > li > .notranslate > a {
  padding: 0;
}

.translated .bluenavrow .col .ms-tableCell {
  padding: 10px 15px;
}

.translated .bluenavrow .col .ms-tableCell:hover {
  color: white;
  background-color: rgba(60, 57, 44, 0.6) !important;
  text-decoration: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.translated .bluenavrow .col #header_button.ms-tableCell {
  padding: 0;
}

.translated .top-nav ul.static > li.static > ul.dynamic[style*="width"] {
  top: 39px !important;
}

.translated .top-nav ul.static > li.static > ul.dynamic[style*="width"] > li.hover ul.dynamic[style*="width"] {
  top: 0 !important;
}

.translated .top-nav .dynamic.ms-core-listMenu-item:link {
  margin-right: 0;
  padding: 4px;
}

@font-face {
  font-family: 'VBFontIcons';
  src: url("/_assets/_fonts/VBFontIcons-Regular/VBFontIcons-Regular.eot");
  src: url("/_assets/_fonts/VBFontIcons-Regular/VBFontIcons-Regular.eot?#iefix") format("embedded-opentype"), url("/_assets/_fonts/VBFontIcons-Regular/VBFontIcons-Regular.ttf") format("truetype"), url("/_assets/_fonts/VBFontIcons-Regular/VBFontIcons-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+00-FFFF;
}

.vb {
  display: inline-block;
  font: normal normal normal 1em VBFontIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vb-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.vb-2x {
  font-size: 2em;
}

.vb-3x {
  font-size: 3em;
}

.vb-4x {
  font-size: 4em;
}

.vb-5x {
  font-size: 5em;
}

.vb-fw {
  width: 1.28571429em;
  text-align: center;
}

.vb-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.vb-ul > li {
  position: relative;
}

.vb-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.vb-li.vb-lg {
  left: -1.85714286em;
}

.vb-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.vb-pull-left {
  float: left;
}

.vb-pull-right {
  float: right;
}

.vb.vb-pull-left {
  margin-right: .3em;
}

.vb.vb-pull-right {
  margin-left: .3em;
}

.vb-logo:before {
  content: "\e000";
}

.vb-wave:before {
  content: "\e001";
}

.vb-aquarium:before {
  content: "\e002";
}

.vb-arts:before {
  content: "\e003";
}

.vb-econ:before {
  content: "\e004";
}

.vb-museum:before {
  content: "\e005";
}

.vb-vbps:before {
  content: "\e006";
}

.vb-sandler:before {
  content: "\e007";
}

.vb-tourism:before {
  content: "\e008";
}

.vb-virginia:before {
  content: "\e009";
}

.vb-works-app:before {
  content: "\e00a";
}

.vb-econ-app:before {
  content: "\e00b";
}

.vb-vbpl-app:before {
  content: "\e00c";
}

.vb-park-finder-app:before {
  content: "\e00d";
}

.vb-vb-logo-app:before {
  content: "\e00e";
}

.vb-tourism-app:before {
  content: "\e00f";
}

.vb-parkmobile-app:before {
  content: "\e010";
}

.vb-aml-app:before {
  content: "\e011";
}

.vb-city-hall:before {
  content: "\e012";
}

.vb-city-hall-cupola:before {
  content: "\e013";
}

.vb-continue:before {
  content: "\e014";
}

.vb-neptune:before {
  content: "\e015";
}

.vb-town-center:before {
  content: "\e016";
}

.vb-city-hall-app:before {
  content: "\e017";
}

.vb-lighthouse:before {
  content: "\e018";
}

.vb-lighthouse-top:before {
  content: "\e019";
}

.vb-calendar-multi:before {
  content: "\e01a";
}

.vb-property-search:before {
  content: "\e01b";
}

.vb-arena:before {
  content: "\e01c";
}

.vb-train:before {
  content: "\e01d";
}

.vb-sessoms:before {
  content: "\e01e";
}

.vb-speakup-app:before {
  content: "\e01f";
}

.vb-zinio-app:before {
  content: "\e020";
}

.vb-overdrive-app:before {
  content: "\e021";
}

.vb-oneclickdigital-app:before {
  content: "\e022";
}

.vb-mango-app:before {
  content: "\e023";
}

.vb-hoopla-app:before {
  content: "\e024";
}

.vb-freading-app:before {
  content: "\e025";
}

.vb-freegal-app:before {
  content: "\e026";
}

.vb-ebsco-app:before {
  content: "\e027";
}

.vb-bookmyne-app:before {
  content: "\e028";
}

.vb-bookmyne-app:before {
  content: "\e028";
}

.vb-eccs:before {
  content: "\e029";
}

.vb-alert:before {
  content: "\e02a";
}

.vb-311:before {
  content: "\e02b";
}

.vb-equal-housing:before {
  content: "\e02c";
}

.vb-search-app:before {
  content: "\e02d";
}

.vb-outlook:before {
  content: "\e02e";
}

.vb-beachnet:before {
  content: "\e02f";
}

.vb-vbnet:before {
  content: "\e030";
}

.vb-citrix:before {
  content: "\e031";
}

.vb-more-vertical:before {
  content: "\e032";
}

.vb-skype-square:before {
  content: "\e033";
}

.vb-lesner-bridge:before {
  content: "\e034";
}

.vb-events-app:before {
  content: "\e035";
}

.vb-beach-ball:before {
  content: "\e036";
}

/* Aliases */
.vb-:before, .vb-communications-office:before, .vb-th-anniversary:before {
  content: "\e015";
}

.vb-agriculture:before {
  font-family: FontAwesome;
  content: "\f06c";
}

.vb-budget:before, .vb-budget-management-services:before {
  font-family: FontAwesome;
  content: "\f200";
}

.vb-city-auditor:before {
  font-family: FontAwesome;
  content: "\f00e";
}

.vb-city-attorney:before, .vb-commonwealths-attorney:before, .vb-commonwealth-attorney:before {
  font-family: FontAwesome;
  content: "\f24e";
}

.vb-city-clerk:before {
  font-family: FontAwesome;
  content: "\f044";
}

.vb-city-manager:before {
  content: "\e012";
}

.vb-city-treasurer:before {
  font-family: FontAwesome;
  content: "\f14e";
}

.vb-commissioner-of-the-revenue:before {
  font-family: FontAwesome;
  content: "\f1b3";
}

.vb-information-technology:before {
  font-family: FontAwesome;
  content: "\f109";
}

.vb-convention-visitors-bureau:before, .vb-convention-and-visitors-bureau:before {
  content: "\e008";
}

.vb-courts:before {
  font-family: FontAwesome;
  content: "\f0e3";
}

.vb-cultural-affairs:before {
  content: "\e003";
}

.vb-economic-development:before {
  content: "\e004";
}

.vb-emergency-communications-citizen-services:before {
  content: "\e029";
}

.vb-ems:before, .vb-emergency-medical-services:before {
  font-family: FontAwesome;
  content: "\f0f9";
}

.vb-finance:before {
  font-family: FontAwesome;
  content: "\f0d6";
}

.vb-fire:before {
  font-family: FontAwesome;
  content: "\f06d";
}

.vb-housing:before, .vb-housing-neighborhood-preservation:before {
  font-family: FontAwesome;
  content: "\f015";
}

.vb-human-resources:before, .vb-human-resources-city:before {
  font-family: FontAwesome;
  content: "\f234";
}

.vb-human-services:before {
  font-family: FontAwesome;
  content: "\f0c0";
}

.vb-museums:before {
  content: "\e005";
}

.vb-parks-recreation:before {
  content: "\e00d";
}

.vb-planning:before {
  content: "\e013";
}

.vb-police:before {
  font-family: FontAwesome;
  content: "\f132";
}

.vb-public-health:before {
  font-family: FontAwesome;
  content: "\f21e";
}

.vb-libraries:before, .vb-public-libraries:before {
  font-family: FontAwesome;
  content: "\f02d";
}

.vb-public-meetings:before {
  content: "\e012";
}

.vb-public-utilities:before {
  font-family: FontAwesome;
  content: "\f085";
}

.vb-public-works:before {
  font-family: FontAwesome;
  content: "\f018";
}

.vb-real-estate-assessor:before {
  font-family: FontAwesome;
  content: "\f1ad";
}

.vb-sandler-center:before {
  content: "\e007";
}

.vb-special:before {
  font-family: FontAwesome;
  content: "\f005";
}

.vb-strategic-growth-area:before {
  font-family: FontAwesome;
  content: "\f201";
}

.vb-virginia-beach-green:before {
  font-family: FontAwesome;
  content: "\f1b8";
}

.vb-volunteer:before, .vb-volunteer-resources:before {
  font-family: FontAwesome;
  content: "\f0a3";
}

.vb-voter-registrar:before {
  font-family: FontAwesome;
  content: "\f046";
}

.vb-data-center:before {
  content: "\e043";
}

#s4-bodyContainer {
  padding-bottom: 0;
}

img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

body#home .headline {
  text-align: left;
}

body#home .center .headline,
body#home .tout .headline {
  text-align: center;
}

body#home a.td.continue,
body#home .center .headline,
body#home .tout .headline {
  padding: 0 10px;
}

body#home a.td.continue:hover,
body#home a.td.continue:focus {
  text-decoration: underline;
  color: white;
}

@media (max-width: 1100px) {
  body#home .headline {
    text-align: center;
  }
}

.chart {
  padding: 0 !important;
}

.tout .chart {
  height: 17em;
}

.wrapper {
  width: 100%;
  margin-top: 200px;
  position: relative;
  overflow: visible;
}

#home .wrapper {
  margin-top: 70px;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.smaller {
  font-size: 0.8em;
}

.yellow, blockquote {
  background: #FFD478;
}

blockquote {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border: 0;
  margin: 30px -45px 30px 10px;
  right: -15px;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

blockquote:before {
  content: "\e004";
  display: inline-block;
  font: normal normal normal 1em VBFontIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 2.0em;
}

blockquote:after {
  content: "";
  width: 1px;
  height: 15px;
  border-color: transparent;
  border-right-color: #AA9672;
  border-width: 11px;
  border-style: solid;
  position: absolute;
  right: 4px;
  bottom: -11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

blockquote > h4:first-child {
  margin-top: 0;
  padding-top: 0;
}

blockquote a {
  color: #292E3F;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  body {
    box-shadow: none;
  }
  #top-nav.fixed + .wrapper {
    margin-top: 241px;
  }
  #home #top-nav.fixed + .wrapper {
    margin-top: 239px;
  }
  .main-content {
    background: rgba(255, 255, 255, 0.95);
  }
  blockquote {
    float: none;
    width: 100%;
    margin: 10px;
    right: auto;
  }
  blockquote:after {
    display: none;
  }
}

#home .accolades {
  position: relative;
  padding: 0;
  text-align: center;
  margin: 20% 5% 10%;
  width: 90%;
  background: rgba(1, 68, 123, 0.8);
  border-top: 6px solid #01447B;
  border-bottom: 6px solid #FFD478;
}

.accolades .band {
  padding: 20px;
}

.feature {
  margin-top: 150px;
  background: rgba(1, 68, 123, 0.8);
  border-top: 6px solid #01447B;
  overflow: visible;
}

.feature.band {
  padding-bottom: 0;
}

.accolades .col-md-3 > a,
.feature .col-lg-2 > a,
.feature .col-lg-2 > .input-group {
  background: white;
  color: #01447B;
  padding: 20px 8% 20px;
  font-size: 1.3em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  display: block;
  border-radius: 5px;
  position: relative;
  border: 4px solid #FFD478;
}

.feature .col-lg-2 > a,
.feature .col-lg-2 > .input-group {
  margin-top: 20px;
  font-size: 1.2em;
}

.accolades .col-md-3 > a i,
.feature .col-lg-2 i {
  display: block;
  margin-bottom: 10px;
  font-size: 3.0em;
}

.feature .col-lg-2 i {
  font-size: 2.5em;
}

.feature .col-lg-2 > a:hover, .feature .col-lg-2 > a:focus,
.accolades .col-md-3 > a:hover, .accolades .col-md-3 > a:focus {
  text-decoration: none;
}

.feature h1.headline {
  display: inline-block;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  margin-top: -70px;
  border-bottom: 6px solid #4d88d6;
}

.feature .yellow {
  margin-top: 40px;
  padding: 0;
}

@media (max-width: 768px) {
  .feature .yellow {
    margin-left: 0;
    margin-right: 0;
  }
}

a.continue i {
  margin-right: .3em;
  vertical-align: middle;
}

#slogan {
  text-transform: uppercase;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
  position: relative;
  text-align: left;
  padding: 20px 2.5%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin-top: -60px;
}

#slogan h1 {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 20px 0 20px;
}

#slogan h1 > .callout {
  display: block;
  font-size: 0.5em;
  text-align: center;
  padding: 4px 8px;
  margin: 15px -20px 0 -20px;
  background: #4d88d6;
  color: white;
  text-transform: initial;
  line-height: 1.25em;
}

#slogan h1 > .callout:hover, #slogan h1 > .callout:focus {
  text-decoration: none;
}

#slogan h1 > .callout:before {
  margin-left: 0;
}

#slogan h1 > .callout:after {
  font-size: 0.7em;
  margin-left: 8px;
}

h1.headline {
  font-size: 3.6em;
}

h1.headline .smaller {
  display: block;
}

h1.headline .tiny {
  font-size: 0.5em;
  line-height: 1.1em;
  display: block;
}

.lg {
  font-size: 1.4em;
}

.band {
  position: relative;
  padding: 20px 0;
}

.band.no-padding {
  padding: 0;
}

.white {
  background: white;
  color: black;
}

.band.white {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  border-bottom: 8px solid #FFD478;
  overflow: hidden;
  z-index: 1;
}

.band.white h1.headline {
  color: black;
}

.band.white + .table.nav {
  margin-top: 80px;
}

.band.white > .col-lg-12 {
  padding: 0 2.5%;
}

.band.white > .col-lg-12 > .row {
  margin-right: -3%;
  margin-left: -3%;
}

.featured + .featured {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.blue {
  background: #01447B;
  color: white;
  margin-top: 40px;
  padding: 20px 2.5%;
}

.blue p {
  color: white;
}

.headline.offset-y {
  margin-top: -40px;
}

.blue .headline.offset-y {
  color: #01447B;
}

#featured-properties {
  background: rgba(255, 212, 120, 0.8);
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

#featured-properties:after {
  content: "";
  clear: both;
  display: table;
}

#featured-properties.loading:before {
  content: "\f110";
  display: inline-block;
  font: normal normal normal 1em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 3%;
  top: 50%;
  font-size: 2.0em;
  color: rgba(255, 255, 255, 0.9);
}

#featured-properties .image-wrapper {
  overflow: hidden;
  height: 90px;
}

@media (max-width: 1100px) {
  #featured-properties .image-wrapper {
    height: 65px;
  }
}

@media (max-width: 768px) {
  #featured-properties .image-wrapper {
    height: auto;
  }
}

#featured-properties h3.headline {
  background: #292E3F;
  padding: 8px 45px;
  color: white;
  margin-top: 0;
}

.main-content #featured-properties h3.headline {
  padding: 8px 15px;
}

.main-content #featured-properties a.col-sm-2[href],
#featured-properties a.col-sm-2 {
  display: block;
  text-align: center;
  color: #000000;
  border-bottom: 0;
}

#featured-properties a.col-sm-2:hover,
#featured-properties a.col-sm-2:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

#featured-properties .col-sm-2 > * {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

#featured-properties span.tiny {
  padding: 6px;
}

.bkgd {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}

#map-app #layer-map {
  position: relative;
  padding: 0 !important;
}

#map-app #layer-map > img {
  max-height: 100%;
  width: auto;
}

#map-app .td {
  vertical-align: top;
  padding-right: 15px;
}

@media (max-width: 1100px) {
  #map-app .table, #map-app .td {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #map-app .td {
    padding: 15px;
    position: relative;
  }
  #map-app .td .left {
    float: none;
    display: inline-block;
  }
  #map-app .td .nav {
    position: absolute;
    right: 0;
    top: 37px;
    background: white;
    text-align: left;
  }
  #map-app .td .nav li a, #map-app .td .nav li.headline {
    padding: 4px 8px;
    text-align: left;
  }
}

#map-app .core img {
  border: 1px solid #cccccc;
}

#map-app #layer-map .layers {
  margin: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

#map-app .table {
  width: auto;
}

#map-app > * .nav {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  width: 120px;
}

#map-app > * .nav > li > a {
  color: #01447B;
  cursor: pointer;
}

#map-app > * .nav > li > a:hover,
#map-app > * .nav > li > a:focus,
#map-app > * .nav > li > a.on {
  color: #4d88d6;
}

#map-app > * .nav > li > a.on:after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.7em;
  margin-left: 6px;
}

#map-app h4 {
  color: #01447B;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  padding-top: 0;
}

.table.nav {
  padding: 0 2.5%;
  background: rgba(1, 68, 123, 0.8);
  border-top: 8px solid #01447B;
  border-bottom: 8px solid #FFD478;
}

.table.nav * {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.band .blue:last-child {
  margin-bottom: -20px;
}

.band.yellow {
  margin-top: 80px;
  padding: 20px 2.5%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  background: rgba(255, 212, 120, 0.8);
}

.band.yellow > * {
  background: #FFD478;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.yellow a {
  color: black;
}

.yellow.band .navbar.nav > li > a {
  font-size: 1.3em;
}

.yellow.band .navbar.nav.lg > li > a {
  font-size: 0.9em;
}

.navbar.nav.inline > li > a {
  display: inline-block;
}

.input-group .dropdown-menu {
  min-width: 250px;
}

.input-group .dropdown-menu li > a > i,
.input-group .dropdown-menu img {
  width: 25%;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
}

.input-group .dropdown-menu li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  padding-top: 4px;
}

.fixed-background {
  /* a second fixed background panel on the page */
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.fixed-background > .wrapper > .band {
    @include translateY(120%);
}
.fixed-background.in > .wrapper > .band {
    @include translateY(0);
}*/
.fixed-background .wrapper {
  margin: 0 !important;
  padding: 0 5%;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
}

.fixed-background .bkgd {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top: 2px solid #000000;
  box-shadow: 0 -50px 100px rgba(0, 0, 0, 0.7);
  opacity: 1;
  display: none;
}

.fixed-background.fixed .bkgd {
  position: fixed;
}

footer h4.col-lg-12 {
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 15px;
}

@media (max-width: 1100px) {
  body {
    box-shadow: none;
  }
  #home .wrapper {
    margin-top: 0;
  }
  #lead-caption {
    position: relative;
    top: 0;
    left: auto;
    margin: 10px 5%;
  }
  .fixed-background > .wrapper > .band {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .table.nav .td, .table.nav p {
    display: block;
    text-align: center;
  }
  .accolades .col-md-3 + .col-md-4 {
    padding-left: 0;
  }
  .accolades .col-md-3 {
    margin-top: 20px;
    font-size: 0.9em;
  }
  .tout {
    margin-bottom: 50px;
    font-size: 0.9em;
  }
  .accolades .col-md-3 > a, .feature .col-lg-2 > a, .feature .col-lg-2 > .input-group {
    max-width: 200px;
    margin: 10px auto;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  #home .wrapper {
    margin-top: 70px;
  }
  #slogan {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  footer .navbar li {
    display: none;
  }
  footer .navbar li.headline {
    display: block;
  }
  #home .accolades .white {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    width: 95%;
    float: none;
    margin: 0 2.5%;
  }
  #home .accolades .table {
    padding-top: 1px;
  }
  #home .accolades .white.nav-pills > li {
    display: block;
    float: none;
  }
  h1.headline {
    padding-top: 10px;
    margin-top: 0;
    font-size: 2.9em;
    text-align: center;
  }
  .lg {
    font-size: 1.1em;
  }
  .table.nav * {
    text-align: center;
  }
  #featured-properties h3 {
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
  }
  #featured-properties > .col-sm-2 {
    position: relative;
    text-align: left;
    margin-bottom: 8px;
    display: block;
  }
  #featured-properties a.col-sm-2 {
    float: left;
    width: 50%;
    height: 100px;
    margin-bottom: 30px;
  }
  #featured-properties .col-sm-2 > span.tiny {
    position: absolute;
    top: 80px;
    left: 1%;
    padding: 2px;
    max-height: 1.8em;
    overflow: hidden;
    z-index: 2;
    font-size: 1.0em;
    width: 98%;
  }
  #featured-properties img {
    max-width: 98%;
    width: auto;
    height: 80px;
  }
}

@media (max-width: 625px) {
  body, body.ms-backgroundImage {
    background: #292E3F;
  }
  #fixed-background, .fixed-background {
    background-position: top center;
    background-size: contain;
    background-color: transparent;
  }
  #fixed-background:after {
    content: "";
    height: 50%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#292e3f+0,292e3f+100&0+50,1+100 */
    background: -moz-linear-gradient(top, rgba(41, 46, 63, 0) 0%, rgba(41, 46, 63, 0) 50%, #292e3f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(41, 46, 63, 0) 0%, rgba(41, 46, 63, 0) 50%, #292e3f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(41, 46, 63, 0) 0%, rgba(41, 46, 63, 0) 50%, #292e3f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00292e3f', endColorstr='#292e3f',GradientType=0 );
    /* IE6-9 */
  }
  #home .accolades {
    width: 100%;
    margin: 40% 0 0;
    padding: 0;
    padding-bottom: 30px;
    min-width: 0;
    background: #08416B;
    border-top: 0;
    border-bottom: 0;
  }
  .accolades .band {
    padding: 0;
  }
  #slogan {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.9);
  }
  #slogan h1 {
    width: 100%;
  }
  .fixed-background .wrapper {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .accolades .col-md-3 {
    margin-top: 0;
  }
  .accolades .col-md-3 > a, .feature .col-lg-2 > a, .feature .col-lg-2 > .input-group {
    max-width: 90%;
    padding: 8px;
    text-align: left;
  }
  .accolades .col-md-3 > a i, .feature .col-lg-2 i {
    font-size: 2.0em;
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
    margin-top: -2px;
  }
  body#home .fixed-background {
    margin-top: 0;
    padding-top: 50%;
    border-top: 2px solid black;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  }
  .accolades .col-md-3 > a:after, .feature .col-lg-2 > a:after, .feature .col-lg-2 > .input-group:after {
    content: "";
    clear: both;
    display: table;
  }
  .table.nav {
    background: #08416B;
    border-top: 0;
  }
  body#home .fixed-background + .feature {
    margin-top: 0;
    background: #08416B;
  }
  body#home .fixed-background + .feature h1.headline {
    margin: 0 0 10px;
    width: 100%;
    background: black;
    display: block;
    border-radius: 0;
  }
  body#home .fixed-background + .feature > .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .vbed-logo {
  margin-top: -23px;
}

footer a:visited {
  color: white;
}

.td .input-group-btn {
  width: auto;
}

#report-download .input-group-btn .btn,
.table.nav .input-group-btn .btn {
  background: transparent !important;
  border: 0;
  font-size: 18.5px;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 300;
}

#report-download .input-group-btn .btn {
  font-size: 15px;
}

.table.nav .input-group-btn .open > .btn {
  color: #f3f4f4;
}

.table.nav .input-group-btn .open .dropdown-menu * {
  text-shadow: none;
  color: #333333;
}

#report-download {
  position: fixed;
  top: 56px;
  left: 2.5%;
  background: #FFD478;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  text-align: center;
  width: 245px;
  transform: translateY(-103px);
  -webkit-transform: translateY(-103px);
  -moz-transform: translateY(-103px);
  -o-transform: translateY(-103px);
  -ms-transform: translateY(-103px);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  z-index: 3;
}

#report-download.fixed {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
}

@media (max-width: 1100px) {
  #report-download {
    display: none;
  }
}

.input-group-btn .btn > i {
  margin-right: 4px;
}

@media (max-width: 1100px) {
  #report-download .input-group-btn .btn,
  .table.nav .input-group-btn .btn {
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 auto;
  }
  #report-download .input-group-btn .btn > *,
  .table.nav .input-group-btn .btn > * {
    display: inline-block;
  }
  .table.nav .td .input-group-btn {
    display: block;
  }
  .table.nav .input-group-btn .open .dropdown-menu a {
    text-align: left;
  }
  .table.nav a.td {
    display: block;
    float: left;
    padding: 8px;
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 625px) {
  .table.nav a.td {
    float: none;
    padding: 8px;
    width: 100%;
  }
}

.news i.col-xs-2 {
  display: none;
}

.news .col-xs-10 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.updates-list > h3 {
  margin-top: 0;
}

.updates-list > .continue.btn.right {
  font-size: 0.8em;
  margin-bottom: -2.0em;
}

.updates-list .featured + .featured {
  margin-top: 4px;
  padding-top: 4px;
}

.media-wrapper {
  max-width: 1100px;
}

.media {
  margin: 0 auto 50px;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  overflow: visible;
  max-width: 48%;
  float: left;
}

.media:nth-child(odd) {
  clear: both;
}

.media:nth-child(even) {
  margin-left: 4%;
}

.media-wrapper.full-width .media {
  max-width: 100%;
  margin-left: 0 !important;
}

img.media-object {
  max-width: initial;
  border-radius: 200px;
  margin: -10px -10px 10px;
}

.media-body {
  overflow: visible;
}

h4.media-heading {
  font-size: 1.7em;
  background: #4d88d6;
  border-bottom: 4px solid #FFD478;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  padding: 4px 15px;
}

h4.media-heading i {
  color: white;
  text-shadow: none;
}

.contacts h4.media-heading {
  margin-right: -170px;
}

.media-body .nav i {
  margin-top: 3px;
}

@media (max-width: 1100px) {
  .media {
    max-width: 100%;
  }
  .media:nth-child(even) {
    clear: both;
    margin-left: 0;
  }
  img.media-object {
    width: 80px;
    height: 80px;
  }
  .contacts h4.media-heading {
    margin-right: -70px;
  }
}

@media (max-width: 625px) {
  .media-wrapper .media-right.media-top {
    vertical-align: middle;
  }
  .media-wrapper p,
  .media-wrapper .nav > li {
    font-size: 0.9em;
  }
  .media-wrapper p.tiny {
    font-size: 0.75em;
  }
}

.main-content .sources a[href],
.main-content .sources span {
  text-decoration: none;
  color: #01447B;
}

.main-content .sources a[href] i {
  margin-top: 4px;
}

.well > h3:first-child {
  margin-top: 0;
}

.main-content .well {
  margin-top: 30px;
}

img.ms-rtePosition-2 {
  position: relative;
  z-index: 2;
  margin: 10px;
}

#breadcrumbs.out {
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -o-transform: translateX(110%);
  -ms-transform: translateX(110%);
}

.main-content.out {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
}

#bkgd-img-btn {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  padding: 4px 8px;
  font-size: 0.9em;
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.navbar.center li {
  margin: 0 auto;
}

#map-app {
  margin: 0 auto;
  padding: 20px 10%;
}

@media (max-width: 1666px) {
  #map-app {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 1500px) {
  #map-app .navbar.center li {
    display: inline-block;
  }
  #map-app .navbar.center.left {
    float: none;
    clear: both;
  }
}

/*# sourceMappingURL=main.css.map */