@charset "UTF-8";

button,img {
  border: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

header,main,menu,nav {
  display: block;
}

.mute {
  font-size:0.8em;
  color:#666;
}
a:active,a:hover {
  outline: 0;
}

svg:not(:root) {
  overflow: hidden;
}

a,em,small {
  line-height: inherit;
}

.vu-button,.vu-global-bar {
  text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6,md-nav-bar {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size:1.1em;
}

h2 {
  font-size:0.9em;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,::after,::before {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  background: #f7f7f7;
  -moz-osx-font-smoothing: grayscale;
}

a {
  background-color: transparent;
  cursor: pointer;
}

a:focus,a:hover {
  color: #036890;
}

a img {
  border: 0;
}

.vu-button {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu,.menu.expanded>li:first-child:last-child {
  width: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
}

.menu a,.menu button {
  margin-bottom: 0;
}

.menu {
  margin: 0;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

[data-whatinput=mouse] .menu>li {
  outline: 0;
}

.menu>li>a {
  padding: .7rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu>li>a img,.menu>li>a svg {
  margin-right: .25rem;
}

.menu>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu.expanded>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

body,html {
  height: 100%;
}

.vu-nav-menu a:active,.vu-nav-menu a:focus,.vu-nav-menu a:hover,.vu-site-title a,.vu-site-title a:hover,a.vu-button:hover {
  text-decoration: none;
}

.vu-button {
  background-color: #0479a8;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
  padding: .6rem;
  font-size: .775rem;
  font-weight: 700;
}

.vu-button:hover {
  background-color: #03678f;
}

.vu-button.vu-button-inverse {
  background-color: #fff;
  color: #0479a8;
  border-color: #0479a8;
}

.vu-logo {
  padding-bottom: 1.625rem;
}

.vu-logo a svg {
  width: 200px;
  height: 150px;
  min-width: 175px;
  fill: #adadad;
  color: #adadad;
}

.vu-logo a:hover svg {
  fill: #f7f7f7;
  color: #f7f7f7;
}

.vu-global-bar {
  background-color: #c5050c;
  color: #fff;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .825rem;
  font-weight: 600;
}

.vu-global-bar.vu-global-bar-inverse {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  z-index: 10;
}

.vu-global-bar.vu-global-bar-inverse a,.vu-global-bar.vu-global-bar-inverse a:active,.vu-global-bar.vu-global-bar-inverse a:hover,.vu-global-bar.vu-global-bar-inverse a:visited {
  color: #494949;
}

.vu-global-name-link {
  color: #fff;
  line-height: 2.2rem;
  font-family: Josefin Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.vu-global-name-link:active,.vu-global-name-link:hover,.vu-global-name-link:visited {
  text-decoration: none;
  color: currentColor;
}

.vu-site-title a,.vu-site-title.vu-red-title a {
  color: #0089CF;
}

.vu-global-name-link span {
  display: none;
}

.vu-global-name-link .vu-of {
  text-transform: none;
}

@media screen and (min-width: 17.5em) {
  .vu-global-name-link span {
    display: inline;
  }
}

.vu-header,.vu-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
}

.vu-header {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.vu-header-container {
  padding: 1rem 1rem .5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.vu-header-crest-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.vu-header-crest {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: .5rem;
}

#vu-symbol-crest,.vu-crest-svg {
  width: 2.5rem;
  height: 3.878125rem;
}

.vu-title-tagline {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.vu-site-title {
  font-weight: 800;
  font-family: Josefin Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: .1rem;
}

.vu-site-owner {
  font-family: Josefin Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.vu-site-owner a:hover,.vu-global-name-link:hover {
  text-decoration: none !important;
}

.vu-site-tagline {
  font-size: .95rem;
  font-family: Josefin Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #494949;
  text-transform: none;
  margin: .2rem 0 0 .1rem;
  line-height: 1.2;
}

.vu-nav-menu a {
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (min-width: 27.5em) {
  .vu-site-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  .vu-header-container {
    max-width: 75rem;
  }

  .vu-header-crest {
    margin-right: .8rem;
  }

  .vu-header-crest img {
    width: 4.6rem;
  }

  .vu-site-title {
    font-size: 1.7rem;
  }

  .vu-site-tagline {
    margin: -.1rem 0 0 .2rem;
  }
}

@media screen and (min-width: 64em) {
  .vu-header-crest img {
    width: 4.8rem;
  }

  .vu-site-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 75em) {
  .vu-header-crest img {
    width: 6rem;
  }

  .vu-site-title {
    font-size: 2rem;
  }
}

.vu-nav-menu a {
  display: inline-block;
  font-size: .925rem;
  line-height: 1.25;
  color: #fff;
  border-bottom: .2rem solid transparent;
}

.vu-nav-menu a:hover {
  border-bottom-color: #fff;
}

.md-button.md-accent {
  color: #fff;
}

md-nav-bar .md-button._md-nav-button.md-unselected {
  color: #CCC;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
  background-color: #0089CF;
    min-height:40px;
}

.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
  font-size:0.75em;
}

.md-toolbar-tools{
  height:40px;

}

#vu-usermenu {
  position:absolute;
  right:0px;
  top:30px;
  padding: 0 .95rem;
}

.vu-nav-menu li {
  list-style: none;
  margin-bottom: 0;
}

.vu-nav-menu ul {
  padding: 0 1rem;
  line-height: 1.625;
}

.vu-nav-menu ul ul {
  margin: 0;
}

.vu-nav-menu ul ul a {
  font-weight: 700;
  text-transform: none;
}

.vu-nav-menu ul ul {
  display: none;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: transformY .2s ease-in-out, opacity .2s ease-in-out;
  transition: transformY .2s ease-in-out, opacity .2s ease-in-out;
  padding-bottom: .5rem;
}

.vu-nav-menu ul ul ul {
  display: none;
  left: 100%;
  top: 0;
}

h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .vu-mobile-menu-button-bar {
    display: none;
  }

  .vu-nav-menu {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #0089CF;
  }

  .vu-nav-menu.vu-nav-menu-reverse {
    background-color: #fff;
  }

  .vu-nav-menu.vu-nav-menu-secondary {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    margin-bottom: 0;
    background-color: transparent;
    width: auto;
    display: inline-block;
  }

  .vu-nav-menu.vu-nav-menu-secondary>ul>li {
    float: right;
  }

  .vu-nav-menu.vu-nav-menu-secondary>ul>li>a {
    font-weight: 600;
    font-size: .825rem;
    line-height: 2.2rem;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .vu-nav-menu.vu-nav-menu-secondary>ul>li>a:hover {
    border-bottom: none;
  }

  .vu-nav-menu.vu-nav-menu-secondary.vu-nav-menu-secondary-reverse a {
    color: #494949;
  }

  .vu-nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 75rem;
  }

  .vu-nav-menu li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0 .95rem;
  }

  .vu-nav-menu li li {
    display: block;
    padding: .5rem;
    line-height: 1;
    text-align: left;
  }

  .vu-nav-menu>ul>li {
    text-align: center;
  }

  .vu-nav-menu>ul>li>a {
    padding: 1.05rem 0 .1rem;
    margin-bottom: .8rem;
  }

  .vu-nav-menu.vu-nav-menu-reverse>ul>li:first-child,  .vu-nav-menu>ul>li:first-child {
    padding-left: 0;
  }

  .vu-nav-menu.vu-nav-menu-reverse a {
    color: #282728;
    font-weight: 700;
  }

  .vu-nav-menu ul ul {
    position: absolute;
    left: 0;
    width: 188px;
    z-index: 99999;
  }

  .vu-nav-menu.vu-nav-menu-reverse {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
  }

  .vu-nav-menu.vu-nav-menu-reverse>ul>li>a {
    padding: .3rem 0 .1rem;
    margin-bottom: .8rem;
    margin-top: .8rem;
    border-bottom: .2rem solid transparent;
  }

  .vu-nav-menu.vu-nav-menu-reverse>ul>li>a:hover {
    border-bottom: .2rem solid #c5050c;
  }

  .vu-nav-menu ul ul a {
    display: inline;
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto;
    width: 168px;
  }
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#header .site-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.menu li {
  margin-bottom: 0;
}

#header {
  border-bottom: 5px solid #c5050c;
}

#header .site-header-main {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#header .site-header-main .site-branding {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: initial;
  padding-top: 40px;
}

@media screen and (min-width: 40em) {
  #header .site-header-main .site-branding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#site-navigation {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vu-nav-menu a:hover,.vu-nav-menu a:focus {
  color: #fff;
}


.vu-global-name-link,.vu-global-name-link,.vu-global-name-link {
  color: #fff;
  text-decoration: none;
}

.vu-global-name-link:active,.vu-global-name-link:hover,.vu-global-name-link:visited {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  .vu-nav-menu.vu-nav-menu-secondary>ul>li>a {
    color: #fff;
    text-decoration: none;
  }

  .vu-nav-menu.vu-nav-menu-secondary>ul>li>a:hover,  .vu-nav-menu.vu-nav-menu-secondary>ul>li>a:focus {
    color: #494949;
    text-decoration: underline;
  }
}


.vu-site-title {
  text-transform: none;
}

.vu-nav-menu ul {
  -webkit-justify-content: center;
  justify-content: center;
}

/* Mobile interface */
@media screen and (max-width: 39.9375em) {
  #vu-top-menus {
    border-bottom: 6px solid #18a8f2;
    text-align:center;
  }

  .vu-nav-menu {
    background-color: #0089CF;
  }

  .vu-nav-menu a {
    color: #282728;
  }

  .vu-nav-menu a:hover {
    border-bottom-color: #cfcfcf;
    background-color: #e8e8e8;
  }

  .vu-nav-menu ul {
    margin: 0;
    padding: 0;
    display: block;
  }

  .vu-nav-menu ul ul {
    position: static;
    padding: 0;
  }

  .vu-nav-menu ul ul a {
    font-weight: 400;
  }

  .vu-nav-menu ul ul ul {
    margin-top: 0;
  }

  .vu-nav-menu>ul>li {
    display: block;
    text-align: left;
    padding: 0;
  }

  .vu-nav-menu>ul>li li a {
    padding-left: 2rem;
  }

  .vu-nav-menu>ul>li a {
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    border: none;
    border-bottom: 1px solid #cfcfcf;
  }

  .vu-nav-menu.vu-nav-menu-secondary {
    border-top: 2px solid #cfcfcf;
  }

  .vu-nav-menu.vu-nav-menu-secondary li a {
    text-transform: none;
    font-weight: 400;
  }

  .vu-hide-for-mobile {
    display: none;
  }

  .vu-mobile-menu-button-bar {
    display: block;
    width: 100%;
    background-color: #0089CF;
    border: 0;
    padding: 1.1rem 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
  }

  .vu-mobile-menu-button-bar:focus {
    outline: 0;
  }

  .md-nav-bar {
    height: auto;
  }

  .vu-mobile-menu-button-bar svg {
    display: none;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    margin-top: -.3rem;
    margin-left: .7rem;
    fill: #fff;
  }

  .vu-mobile-menu-button-bar svg:last-child,  .vu-mobile-menu-button-bar.vu-is-closed svg {
    display: inline;
  }

  .vu-mobile-menu-button-bar.vu-is-closed svg:last-child {
    display: none;
  }
}
