html {
  background: #fff; }

body {
  overflow-x: hidden;
  background-image: url("images/vms-body-bg.png");
  font-size: 87.5%;
  font-family: latoregular,Arial,Helvetica,sans-serif; }

html, body, * {
  box-sizing: border-box !important; }

.contextual-links-wrapper {
  text-transform: none !important;
  font-size: 12px !important;
  font-family: latoregular !important; }

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
h1 {
  color: #023681;
  text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 55px;
  font-family: 'open_sansregular';
  line-height: 1em; }

.view-blogs .views-field-title, .view-blogs .views-field-title a, #block-views-news-block-2 .views-field-title a, .field-name-field-blog-headline, h2 {
  margin-top: 1.2em;
  margin-bottom: .5em;
  color: #023681;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'open_sansregular'; }

#wide-wrap {
  width: 100%;
  background-size: 1px 65px;
  /*background-image: url(images/top-bg.png);*/
  background-repeat: repeat-x; }

pre, code, tt, samp, kbd, var {
  font-family: Consolas,Monaco,'Courier New',Courier,monospace,sans-serif; }

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
.front #page {
  width: 100%; }

#page {
  overflow-x: hidden; }

/*
 * Wraps all header elements - branding and .region-header
 */
#flexslider-1 .views-field-field-image {
  overflow: hidden; }

/*
 * Wraps the sidebars the content column
 */
#columns {
  padding: 20px;
  padding-top: 10px; }

.not-front #columns {
  padding-top: 20px; }

/*
 * Main content column wrapper
 */
.front #content-column {
  width: 100%;
  text-align: center; }

.not-front #main-content {
  padding-top: 5px;
  padding-left: 40px;
  color: #666;
  padding-right: 20px; }

#content {
  margin-bottom: 60px;
  line-height: 1.9em; }

.front #content {
  display: none; }

.not-front #main-content {
  padding-top: 0; }

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
.front #main-content {
  display: inline-block;
  clear: both;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto; }

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
.front #content {
  max-width: 1305px; }

/*
 * Footer wrapper
 */
#footer {
  background-color: #333;
  padding-bottom: 100px; }

.region-footer {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5); }

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5); }

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
  position: fixed;
  z-index: 7;
  display: inline-block;
  margin-top: -50px;
  max-width: 1600px;
  width: 100%;
  text-align: right; }
  .admin-menu #branding {
    z-index: 0 !important; }

/*
 * Logo
 */
#logo {
  padding: 10px 0;
  padding-right: 20px;
  width: 15%;
  max-width: 198px;
  min-width: 80px;
  float: right; }

#logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

/*
 * Wrapper for the site name and slogan (hgroup)
 */
/*
 * Site name (h1)
 */
#site-name {
  margin: 0; }

#site-name a:link, #site-name a:visited {
  text-decoration: none; }

#site-name a:hover, #site-name a:focus {
  text-decoration: underline; }

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0; }

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
  padding-bottom: 30px; }

.front #page-title {
  display: none; }

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px; }

.feed-details dt, .feed-details dd {
  display: inline;
  margin: 0; }

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0; }

ul.links.inline {
  display: block; }

ul.links li {
  display: inline;
  padding: 0 10px 0 0;
  list-style: none; }

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0; }

/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
.region-sidebar-first {
  padding-top: 1px !important; }

/*
 * Tertiary content
 */
.region-tertiary-content {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center; }

.region-tertiary-content .region-inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1600px; }
  @media only screen and (max-width: 1024px) {
    .region-tertiary-content .region-inner #mosaic #mosaic-learn-more {
      display: contents !important; }
      .region-tertiary-content .region-inner #mosaic #mosaic-learn-more img {
        max-width: 60%; } }
  @media only screen and (max-width: 767px) {
    .region-tertiary-content .region-inner #mosaic #mosaic-learn-more img {
      max-width: 92%; } }
  @media only screen and (max-width: 1024px) {
    .region-tertiary-content .region-inner #mosaic #mosaicContainer .mosaicitem {
      width: 19.2% !important; } }
  @media only screen and (max-width: 767px) {
    .region-tertiary-content .region-inner #mosaic #mosaicContainer .mosaicitem {
      width: 48% !important; } }
  .region-tertiary-content .region-inner #mosaic #mosaicContainer .mosaicitem div.item {
    background-size: cover;
    width: 100%;
    margin-left: 0; }

/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
a {
  text-decoration: none; }

a:link, a:visited {
  color: #333; }

a:active, a.active {
  color: #333; }

a:hover, a:focus {
  text-decoration: underline; }

#footer a:hover {
  color: #A6D3DA !important; }

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
#page {
  max-width: 1600px; }

#block-block-1 {
  margin-right: auto;
  margin-left: auto; }

#menu-bar .block {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

#menu-bar {
  margin: auto;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

#menu-wrap {
  background-color: #333;
  position: fixed;
  z-index: 15; }

#menu-bar {
  position: relative;
  z-index: 20; }

#header {
  z-index: 7; }

#menu-wrap {
  display: inline-block;
  width: auto;
  background-color: transparent; }

/*.not-front #menu-bar-wrap { margin-bottom:0!important; width:100%; height:82px; }*/
.nav {
  clear: both;
  margin: 0; }

.nav ul, .nav ul.menu {
  margin: 0;
  padding: 0; }

.nav li, .nav ul.menu li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.nav li a, .nav ul.menu li a {
  display: block;
  padding: 0 20px;
  white-space: nowrap; }

.nav .block {
  margin-bottom: 0; }

#block-block-1 {
  position: relative;
  z-index: 99;
  display: inline-block;
  float: left;
  padding-right: 10px;
  height: 51px;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  font-family: latolight; }

.tb-megamenu,
.tb-megamenu.style-black {
  position: relative;
  z-index: 1;
  padding-right: 0px;
  padding-left: 0;
  max-width: 925px;
  background-color: #333; }

.tb-megamenu .nav > li > a,
.tb-megamenu.style-black .nav > li > a {
  border: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-style: 13px;
  font-family: latoregular;
  padding: 0px 20px; }
  @media only screen and (max-width: 1160px) {
    .tb-megamenu .nav > li > a,
    .tb-megamenu.style-black .nav > li > a {
      padding: 0px 8px; } }

#block-tb-megamenu-main-menu {
  float: left;
  height: 55px; }

#block-tb-megamenu-main-menu {
  position: relative;
  z-index: 9;
  background-color: #333; }

#block-menu-menu-sticky-menu {
  width: 254px;
  margin-top: 2px;
  margin-left: 1px;
  position: fixed;
  z-index: 8; }
  #block-menu-menu-sticky-menu div.block-content ul.menu {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0; }
    #block-menu-menu-sticky-menu div.block-content ul.menu li {
      list-style: none;
      text-align: center;
      background-color: rgba(102, 128, 136, 0.7);
      margin: 2px; }
      #block-menu-menu-sticky-menu div.block-content ul.menu li a {
        color: #fff;
        line-height: 2.2;
        text-decoration: none; }
      #block-menu-menu-sticky-menu div.block-content ul.menu li.active-trail {
        background-color: #b3b3b3 !important; }
      #block-menu-menu-sticky-menu div.block-content ul.menu li:hover {
        background-color: #333 !important; }

.tb-megamenu .nav > li > a,
.tb-megamenu.style-black .nav > li > a {
  background-color: #333;
  background-image: none;
  background-attachment: scroll;
  background-position: 100% 0;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  border-right-width-value: medium;
  border-right-style-value: none; }

body .tb-megamenu.style-black .dropdown-menu li > a:hover,
body .tb-megamenu.style-black .dropdown-menu li > a:focus,
body .tb-megamenu.style-black .dropdown-submenu:hover > a {
  color: #ddd; }

body .tb-megamenu .nav > li .mega-dropdown-inner > div.row-fluid:nth-of-type(2) .span3 .mega-inner {
  padding: 0px !important; }

body .tb-megamenu .nav > li .mega-dropdown-inner > div.row-fluid:nth-of-type(2) .span3 #block-block-5 {
  padding-left: 0px !important; }

body .tb-megamenu, .tb-megamenu.style-black {
  background: #333 !important; }

.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover,
.tb-megamenu.style-black .nav > li > a:focus, .tb-megamenu.style-black .nav > li > a:hover {
  outline-width: medium;
  outline-style: none;
  background-color: #666;
  color: #fff;
  text-shadow: none; }

.tb-megamenu .row-fluid + .row-fluid,
.tb-megamenu.style-black .row-fluid + .row-fluid {
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #ddd; }

/* Line 28 */
.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover,
.tb-megamenu.style-black .nav > li > a:focus, .tb-megamenu.style-black .nav > li > a:hover {
  outline-width: medium;
  outline-style: none;
  background-color: #666;
  color: #fff;
  text-shadow: none; }

.dropdown-toggle {
  font-size: 12px;
  font-family: 'open_sansregular'; }

.tb-megamenu .dropdown-menu,
.tb-megamenu.style-black .dropdown-menu {
  border: none;
  background-color: #666;
  background-color: transparent;
  background-image: url(images/tb-mega-menu-bg.png);
  background-repeat: repeat;
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 16px; }

.tb-megamenu-block .block-inner img[style] {
  width: 100% !important;
  max-width: 475px !important;
  height: auto !important; }

/* Line 114 */
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle,
.tb-megamenu.style-black .nav li.dropdown.open > .dropdown-toggle {
  background-color: #666;
  color: #fff; }

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu.style-black .dropdown-menu li > a {
  border: 0; }

.tb-megamenu .mega-col-nav ul ul,
.tb-megamenu.style-black .mega-col-nav ul ul {
  border-color: #777;
  border-bottom: 1px solid #777 !important;
  padding-bottom: 10px !important;
  display: block; }

.tb-megamenu .mega-col-nav .last-group ul,
.tb-megamenu.style-black .mega-col-nav .last-group ul {
  border: 0 !important; }

.tb-megamenu .mega-col-nav.last-group,
.tb-megamenu.style-black .mega-col-nav.last-group {
  border-bottom: 0 solid #777 !important; }

#block-tb-megamenu-main-menu {
  overflow: hidden;
  background-color: transparent; }

#block-tb-megamenu-main-menu .tb-megamenu,
#block-tb-megamenu-main-menu .tb-megamenu.style-black {
  margin-left: -925px; }

.tb-megamenu .mega-inner {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0; }

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu.style-black .dropdown-menu li > a {
  line-height: 1.5em; }

.tb-megamenu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title,
.tb-megamenu.style-black .mega-nav .mega-group > .mega-group-title,
.tb-megamenu.style-black .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu.style-black .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  margin-bottom: 5px; }

a.disable, .mega-group-title:hover {
  text-decoration: none;
  cursor: default;
  color: #888 !important; }

#block-tb-megamenu-main-menu.menu-open {
  overflow: visible;
  background-color: #333; }

#block-tb-megamenu-main-menu.menu-open-complete {
  overflow: visible; }

#block-menu-menu-footer-menu {
  display: inline-block;
  float: left;
  padding-bottom: 0px; }

#block-menu-menu-footer-menu {
  width: 60%;
  float: left; }

#block-block-13 {
  display: inline-block;
  float: left;
  clear: left;
  color: #666;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 14px; }

#block-block-13 a {
  color: #666; }

#block-menu-menu-footer-menu ul.menu {
  display: inline-block;
  padding-top: 10px;
  width: auto;
  margin-bottom: 0px; }

#block-menu-menu-footer-menu li {
  float: left;
  clear: none;
  margin: 10px 0px;
  padding: 0 20px;
  list-style-type: none;
  list-style-image: none;
  border-right: 1px solid #666;
  padding-bottom: 0px; }

#block-menu-menu-footer-menu li.last {
  list-style-type: none;
  list-style-image: none;
  border-right: 0px; }

#block-menu-menu-footer-menu a {
  color: #A6D3DA;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'open_sanslight'; }

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
ul.menu {
  padding-left: 15px; }

ul.menu ul {
  padding-left: 15px; }

ul.menu li {
  margin: 0; }

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0; }

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
.book-navigation .page-up {
  white-space: nowrap;
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em; }

.book-navigation .menu {
  margin-left: 0; }

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
#breadcrumb {
  display: none;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  max-width: 1600px; }

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  display: inline;
  padding-right: 10px;
  font-size: 1em; }

#breadcrumb .breadcrumb-label:after {
  content: ":"; }

#breadcrumb ol {
  margin: 0;
  padding: 0; }

#breadcrumb .with-breadcrumb-label ol {
  display: inline; }

#breadcrumb li {
  display: inline;
  list-style: none; }

#breadcrumb a {
  color: #666;
  text-transform: uppercase;
  font-size: 11px; }

/* =============================================================================
 *   Pagers
 * ========================================================================== */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center; }

.item-list ul.pager li {
  margin: 0; }

ul.pager li {
  display: inline;
  padding: .5em;
  background-image: none;
  list-style-type: none; }

ul.pager li.pager-current {
  font-weight: 700; }

.block ul.pager li {
  margin: 0; }

/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
#skip-link {
  position: absolute;
  left: 50%;
  z-index: 50;
  margin-top: 0;
  margin-left: -6.5em;
  padding: 0 .5em;
  width: 12em; }

#skip-link a {
  display: block;
  padding: 0;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 2; }

#skip-link a:link, #skip-link a:visited {
  display: block;
  padding: 0;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 2; }

#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0; }

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
#tasks {
  margin-bottom: 15px; }

ul.primary {
  margin: 20px 0;
  padding: 0 0 0 5px;
  border-bottom-color: #ccc; }

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px; }

ul.primary li a {
  display: block;
  float: left;
  margin-right: 1px;
  padding: 0 10px;
  height: 1.5em;
  border-color: #ccc;
  background-color: #f5f5f5;
  line-height: 1.5em; }

ul.primary li a:hover, ul.primary li a:focus {
  border-color: #ccc;
  background-color: #eee; }

ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus {
  border-bottom-color: #fff;
  background-color: #fff; }

ul.secondary {
  margin: 1em 0 0;
  padding: 0 .3em 1em;
  border-bottom: 1px solid #ccc; }

ul.secondary li {
  padding: 0 10px 0 0;
  border-right: 0;
  list-style: none; }

ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline; }

/* =============================================================================
 *   Action links
 * ========================================================================== */
ul.action-links {
  margin: 20px 0 0;
  list-style: none; }

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1em;
  font-family: inherit;
  line-height: inherit; }

/*
 * Field types (Core)
 */
/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em; }

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0; }

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  padding: 0 10px 0 0;
  list-style: none; }

/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
.ia-l .field-type-image figure, .iat-l .field-type-image figure {
  margin: 5px 20px 15px 0; }

/*
 * Centered setting
 */
.ia-c .field-type-image figure, .iat-c .field-type-image figure {
  margin: 5px auto 15px; }

/*
 * Float right setting
 */
.ia-r .field-type-image figure, .iat-r .field-type-image figure {
  margin: 5px 0 15px 20px; }

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/*.front #main-content .block,.front #main-content .block-bean {
  display:inline-block;
  margin-bottom:0!important;
  padding:0!important;
}

.block-bean h2.field-label {
  display:none;
}*/
/*
 * Block title
 */
.block-title {
  margin: 0; }

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
.block-content ul, .block-content ol {
  padding: 0; }

.flexslider .block-content ul, .flexslider .block-content ol {
  padding: 0; }

.flex-control-paging li a {
  margin: 5px;
  width: 14px;
  height: 14px; }

.flexslider {
  margin-top: 0 !important; }

.not-front #header {
  margin-top: 0 !important;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; }

.not-front #header {
  max-width: 1600px;
  margin-top: 71px !important; }

.flex-control-nav {
  position: absolute;
  bottom: -40px;
  z-index: 3;
  width: 100%;
  text-align: center; }

.flex-control-nav {
  top: 70px;
  display: inline-block;
  float: right; }

.views-field-field-home-messge {
  position: absolute;
  bottom: 7%;
  left: 4%;
  z-index: 999;
  width: 90%;
  height: auto;
  color: #fff;
  line-height: 1em; }

.views-field-field-home-messge .field-content {
  width: 90%;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-family: 'open_sanslight';
  word-spacing: 10px;
  line-height: 1em; }

.views-field-field-home-messge span {
  display: block;
  width: 50%;
  text-transform: uppercase; }

.block-content li {
  margin: 0;
  padding: 0; }

.front #header {
  margin-top: 65px; }

#block-vms-media-homepage-video,
#block-views-flexslider-images-block {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px; }

#block-vms-media-homepage-video video#homepageVideo {
  width: 100%; }

@media only screen and (max-width: 767px) {
  #block-vms-media-homepage-video {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  #block-views-flexslider-images-block {
    display: none !important; } }

/*
 * Block for the latest news items in the first category
 */
/*
 * First block created with "Add block" link
 */
#block-block-1 {
  padding-top: 14px;
  padding-right: 30px;
  padding-left: 30px;
  padding-left: 30px; }

/* =============================================================================
 *   Node Styling
 * ========================================================================== */
.node {
  margin-bottom: 20px; }

.node .node-title {
  margin: 0; }

/*
* All nodes are given a node-FOO class that describes the type of content that
* it is. If you create a new content type called my-custom-type,it will
* receive a node-my-custom-type class.
*/
/* =============================================================================
* Comment Styling - Comments,comment wrapper,comment form
* ========================================================================== */
/*
* Wrapper for the list of comments and its titles
*/
#comments {
  margin: 1.5em 0; }

#comments h2.comment-title {
  margin: 0; }

#comments h2.comment-form {
  margin: 0; }

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px; }

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00; }

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px; }

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #c00; }

.form-item label {
  font-weight: 700; }

/*
 * Highlight marks and form required mark
 */
.marker, .form-required {
  color: #c00; }

.form-item .description {
  font-size: .85em; }

/*
 * The submit button
 */
.container-inline div, .container-inline label {
  display: inline; }

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc; }

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
a.button {
  display: inline-block;
  padding-right: 60px;
  padding-left: 20px;
  min-height: 40px;
  background-image: url(images/callout-btn-bg.jpg);
  background-image: url(images/arrow-news.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 40px; }

.button-wrap {
  display: inline-block;
  padding-right: 10px;
  height: 40px;
  background: #174387;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #174387 0%, #012559 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#174387',endColorstr='#012559',GradientType=0);
  /* IE6-8 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3NDM4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTI1NTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

/*
 * Password confirmation
 */
.password-parent, .confirm-parent {
  margin: 0; }

/* =============================================================================
 *   Tables
 * ========================================================================== */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%; }

table.sticky-header {
  z-index: 10; }

table, thead, tbody, tr, th, td {
  border-color: #ccc; }

table, td, th {
  vertical-align: middle; }

caption, th, td {
  text-align: left; }

thead tr {
  background-color: #e5e5e5;
  font-weight: 700; }

td, th {
  margin: 0;
  padding: 5px 7px;
  border-bottom: 0; }

tbody tr {
  border-top: 1px solid #ccc; }

tr.odd {
  background: #fff; }

tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5; }

tr.odd td.active {
  background-color: #eee; }

tr.even td.active {
  background-color: #ebebeb; }

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td .created, #forum td .posts, #forum td .topics, #forum td .last-reply, #forum td .replies, #forum td .pager {
  white-space: normal; }

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* Left and right margin are set by the global gutter width */
div.messages {
  margin-top: 10px;
  margin-bottom: 10px; }

div.messages ul {
  margin-top: 0;
  margin-bottom: 0; }

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 .node-unpublished > *, .lt-ie8 .comment-unpublished > * {
  position: relative; }

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
.maintenance-page .container {
  padding: 40px 0; }

.maintenance-page #site-name, .maintenance-page #page-title {
  margin: 0; }

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 960px;
  width: 100%; }

.db-offline div.messages {
  margin: 20px 0 0; }

.db-offline #content {
  padding: 20px 0; }

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0; }

/*
 * Devel Module
 */
.dev-query {
  padding: 30px;
  background: #eee; }

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px; }

#styleguide-header .item-list {
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
  font-family: inherit; }

/*------------------*/
/*-----------bean multi block---------------*/
/*----------------*/
.block-multiblock {
  overflow: hidden;
  margin-bottom: 10px;
  max-width: 240px;
  max-height: 350px;
  height: 260px; }

.block-multiblock img {
  max-width: 240px; }

.block-multiblock .field-name-field-hover-text {
  z-index: 9;
  margin-top: 0;
  max-width: 320px;
  height: 260px;
  text-align: center; }

.block-multiblock .field-name-field-hover-text .field-item {
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  width: 90%;
  text-transform: uppercase;
  font-family: latoregular; }

.block-multiblock .field-name-field-square-photo-url {
  display: none;
  overflow: hidden;
  border: 1px solid #fff !important; }

.block-multiblock .field-name-field-square-photo-icons {
  position: absolute;
  z-index: 99;
  overflow: hidden;
  padding-top: 90px;
  width: 240px;
  height: 220px;
  text-align: center; }

.field-name-field-square-photo-icons img {
  /*border:1px solid #fff;*/ }

.block-multiblock .field-name-field-square-photo-icons img {
  position: relative; }

.block-multiblock .field-name-field-hover-text {
  position: relative;
  z-index: 1;
  margin-top: 0;
  max-height: 260px;
  width: 100%;
  background-image: url(images/hover.png);
  color: #fff; }

/*------------------*/
/*-----------multi block---------------*/
/*----------------*/
/*.front #main-content .block {
  display:inline-block;
  float:left;
  overflow:hidden;
  margin-bottom:0!important;
  padding-bottom:0!important;
  max-height:356px;
  clear:none;
}

.front #main-content .block img {
}

.field-name-field-hover-text {
  position:relative;
  z-index:0;
}

.field-name-field-hover-text {
  position:relative;
  z-index:98;
  max-height:356px;
  width:100%;
  background-image:url(images/hover.png);
  color:#fff;
}

.block-bean .field-name-field-square-photo {
  position:relative;
  z-index:0;
}

.field-name-field-hover-text .field-item {
  margin-top:100px;
  margin-right:auto;
  margin-left:auto;
  width:90%;
  text-transform:uppercase;
  font-family:latoregular;
}

.date {
  position:relative;
  z-index:99;
}

.front #main-content .block-bean .field-name-field-square-photo-icons img {
  cursor:default;
  cursor:pointer;
}

#block-bean-weather-tile,#block-block-2,#block-block-3,#block-bean-facebook-photo-block,#block-bean-blog-photo-block,#block-bean-calendar-photo-block,#block-bean-video-photo-block,#block-bean-international-photo-block,#block-bean-facebook-photo-block,#block-bean-headmaster-photo-block {
  max-width:326px;
  width:25%;
}

#block-block-2 {
  max-height:300px;
  background-color:transparent;
}*/
#block-bean-weather-tile img,
#block-block-2 img,
#block-block-3 img,
#block-bean-facebook-photo-block img,
#block-bean-blog-photo-block img,
#block-bean-calendar-photo-block img,
#block-bean-video-photo-block img,
#block-bean-international-photo-block img,
#block-bean-facebook-photo-block img,
#block-bean-headmaster-photo-block img {
  max-width: 326px;
  max-height: 356px;
  width: 100%; }

#block-bean-news-photo-block img {
  height: 356px; }

#block-bean-weather-tile .weather-icon img {
  max-width: 179px;
  width: 100%; }

#block-block-2 {
  text-align: center !important; }

#block-bean-weather-tile .weather-container, #block-block-2 .date {
  width: 100%;
  text-align: center !important; }

/*#block-bean-weather-tile .weather-container .weather-inner,#block-block-2 .date .inner {
  margin-right:auto;
  margin-left:auto;
  width:60%;
}*/
.weather-container {
  position: relative;
  z-index: 99; }

.field-name-field-square-photo-icons img {
  margin-left: 0;
  width: 100%; }

.field-name-field-square-photo-icons img {
  position: absolute;
  z-index: 999;
  max-width: 130px !important;
  width: 100%;
  height: auto !important;
  cursor: default;
  cursor: pointer; }

.block-bean .field-name-field-square-photo-icons {
  position: relative;
  z-index: 99; }

#block-block-2 .date div {
  line-height: 1em; }

/*#title-weather,#block-block-2 #tile-day {
  margin-right:auto;
  margin-left:auto;
  margin-left:5%;
  padding:0;
  width:70%;
  text-align:center;
  white-space:nowrap;
}*/
#icon-weather {
  position: relative;
  top: -517px;
  z-index: 999999999;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  width: 60%;
  border: 1px solid #fff;
  text-align: center;
  white-space: nowrap; }

#icon-weather .inner-title {
  margin-left: 5%;
  width: 70%; }

/*#block-block-2 #tile-num {
  margin-right:auto;
  margin-left:auto;
  width:100%;
  text-align:center;
  white-space:nowrap;
}

#block-block-2 #tile-month {
  margin-right:auto;
  margin-left:auto;
  margin-left:5px;
  width:85%;
  white-space:nowrap;
}*/
#block-bean-weather-tile, #block-block-2, #block-block-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

#block-block-3, #block-block-3 img {
  max-height: 356px; }

#ri-grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px; }

.page-content-viewer #content .field-type-taxonomy-term-reference {
  display: none; }

.not-front #columns {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; }

#block-block-4 {
  position: fixed;
  z-index: 99;
  display: inline-block;
  margin-top: -64px;
  margin-left: 0;
  width: 345px;
  text-align: right;
  height: 48px;
  padding-top: 15px; }

.tb-megamenu-row h2 {
  margin-bottom: 5px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'open_sanslight'; }

.tb-megamenu-row .block {
  padding-left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'open_sansregular';
  max-width: 545px; }

.tb-megamenu-row .block img {
  width: 100%;
  height: auto; }

#block-views-menu-photos-block {
  padding-right: 20px; }

/*mobile menu*/
#block-menu-block-2 {
  position: fixed;
  z-index: 10;
  display: none;
  margin-top: -62px;
  margin-left: 280px;
  width: 54px; }
  #block-menu-block-2 .block-title {
    width: 54px;
    height: 46px;
    background-repeat: no-repeat;
    text-indent: -5000px;
    background-image: url(images/show-menu-front.gif); }
  #block-menu-block-2 .block-content,
  #block-menu-block-2 .menu-block-wrapper {
    display: none; }

#block-block-5 {
  padding-left: 10px; }

#block-views-testimonials-block .view-header, #block-views-news-block-3 .view-header {
  margin-bottom: 15px;
  margin-left: -5px;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'open_sanslight'; }

a.read-more, #block-views-news-block-3 .views-field-view-node a {
  display: inline-block;
  margin-top: 30px;
  padding-right: 42px;
  background-image: url(images/arrow-news.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px; }

#block-views-news-block-3 .views-field-body {
  line-height: 1.8em; }

#block-views-news-block-3 .block-inner {
  padding: 25px; }

#block-views-news-block-3 {
  padding-bottom: 20px;
  width: 240px;
  height: auto;
  background-image: url(images/news-sidebar-bg.png);
  color: #fff;
  font-size: 17px; }

.page-content-viewer .sidebar h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'open_sanslight';
  color: #333;
  margin-bottom: 10px !important; }

.page-content-viewer .region-sidebar-first {
  padding-top: 150px;
  background-image: url(/sites/vms.edu/themes/vms2014/css/images/learn-more.png);
  background-size: 200px 135px;
  background-repeat: no-repeat; }

.page-content-viewer #block-vms-content-viewer-left {
  margin-top: 135px; }

.page-content-viewer .sidebar {
  padding-top: 20px !important;
  color: #fff; }

.page-content-viewer .sidebar {
  /*background-image:url(images/news-sidebar-bg.png);*/
  padding-left: 10px;
  padding-bottom: 20px;
  min-height: 750px; }

.page-content-viewer .sidebar a {
  color: #023681;
  font-family: 'open_sansregular'; }

.page-content-viewer .sidebar .block-content a {
  display: inline-block;
  padding: 5px;
  width: 90%;
  border-bottom: 1px dotted #9EB0B6;
  color: #023681;
  line-height: 1.3em; }

.page-content-viewer #page {
  margin-left: 0 !important;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  color: #636363; }

.page-content-viewer h1 {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  color: #333; }

.page-content-viewer h1 a {
  color: #023681 !important; }

.page-content-viewer .node .node-title {
  margin-bottom: 20px; }

.page-content-viewer img {
  padding: 20px; }

.page-content-viewer #content {
  margin-left: 10px;
  width: 90%;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding: 20px;
  padding-bottom: 80px;
  border-left: 1px dotted #9EB0B6;
  border-right: 1px dotted #9EB0B6; }

.page-content-viewer #columns {
  padding-top: 0 !important; }

.page-content-viewer .field-label {
  display: none; }

/*mosaic*/
#mosaic-learn-more {
  display: inline-block;
  float: left;
  margin-top: 1px;
  margin-right: 2px;
  max-width: 376px;
  max-height: 258px;
  width: 30%;
  height: auto;
  background-image: url(images/learn-more.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -5000px; }

.mosaic-item {
  width: 10%;
  height: auto; }

.mosaic-item img {
  width: 100%;
  height: auto; }

#block-views-mosaic-block-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1304px; }

#block-views-secondary-hero-photos-block {
  width: 100%;
  margin-top: -5px;
  text-align: center; }

#block-views-secondary-hero-photos-block img {
  width: auto; }

/*news*/
#block-views-news-block-2 .views-row {
  margin-bottom: 20px; }

.view-blogs .views-field-view-node, #block-views-news-block-2 .views-field-view-node {
  display: inline-block;
  padding-right: 40px;
  background-image: url(images/nav-arrow.png);
  background-position: right center;
  background-size: 28px 18px;
  background-repeat: no-repeat;
  text-transform: uppercase; }

span.flyout-text {
  font-size: 15px;
  font-family: 'open_sanslight';
  text-transform: uppercase;
  line-height: 64px;
  padding-left: 10px; }

.flexslider-1 .slides li.first .views-field-field-home-messge .field-content {
  display: none; }

#block-block-8 .icons {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  height: 61px;
  float: right;
  color: #fff !important; }

#block-block-8 .icons img {
  height: auto; }

#menu-bar, #menu-wrap, #block-tb-megamenu-main-menu .tb-megamenu {
  height: 65px;
  overflow: hidden;
  background-color: #333; }

/*
.not-front #menu-bar,
.not-front #menu-wrap,
.not-front #block-tb-megamenu-main-menu .tb-megamenu{
overflow: visible;

}
*/
#block-views-testimonials-block {
  padding: 20px;
  width: 100%;
  height: auto;
  background-image: url(images/news-sidebar-bg.png);
  color: #fff;
  font-size: 17px;
  margin-top: 10px; }

#block-views-testimonials-block .views-field-field-testimonia-author {
  font-style: italic;
  padding-top: 20px;
  font-size: 15px; }

.active .dropdown-toggle, .dropdown-toggle {
  cursor: default; }

#block-block-8 {
  float: right;
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  display: inline-block; }

#block-block-8 .icons img {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

#block-views-testimonials-block {
  margin-bottom: 10px; }

.st_facebook_large .stLarge {
  background-image: url(images/icon-fb.png) !important;
  background-repeat: no-repeat;
  border-right: 1px solid #666;
  background-position: center center;
  width: 47px !important;
  margin-top: 14px !important; }

.st_email_large .stLarge {
  background-image: url(images/icon-email.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 47px !important;
  margin-top: 14px !important; }

.stButton .stLarge:hover {
  opacity: .75;
  background-position: center center !important; }

.flyout-inner {
  display: block;
  line-height: 61px;
  float: left;
  margin-top: 0 !important; }

.page-content-viewer- iframe {
  max-width: 100% !important;
  height: auto !important;
  min-height: 300px;
  overflow: hidden; }

.page-user #header {
  z-index: 0 !important;
  position: relative; }

.page-user #main-content, .page-user #main-content-header, .page-user #columns {
  z-index: 9 !important;
  position: relative; }

#columns {
  position: relative;
  z-index: 0; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  z-index: 10000; }

#block-facebook-pull-facebook-pull-default h2.block-title {
  display: none; }

.facebook-feed-from {
  margin-top: 1.2em;
  margin-bottom: .5em;
  color: #023681;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'open_sansregular';
  font-weight: 400;
  display: none !important; }

.facebook-feed-from a {
  color: #023681 !important; }

#fb-root {
  display: none; }

/* To fill the container and nothing else */
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
  width: 100% !important;
  display: block;
  z-index: 2000;
  position: relative; }

.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {
  width: 100% !important;
  display: block;
  z-index: 2000;
  position: relative; }

#block-block-8 {
  color: #fff;
  float: right !important;
  display: inline-block; }

#block-menu-block-3 {
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  padding-top: 30px;
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 10;
  background-color: #333;
  display: none;
  height: 500px;
  overflow-y: auto !important; }

#block-menu-block-3 a {
  color: #fff;
  font-family: 'open_sansregular';
  text-transform: uppercase;
  font-size: 12px;
  color: #eee; }

#block-menu-block-3 ul {
  margin-top: 0;
  margin-bottom: 20px; }

#block-menu-block-3 li {
  list-style-image: none;
  list-style-type: none;
  border-bottom: 1px solid #333; }

#block-menu-block-3 .menu-depth-1 a {
  font-size: 18px;
  border-bottom: 1px solid #888;
  display: inline-block;
  margin-bottom: 10px; }

#block-menu-block-3 .menu-depth-1 {
  font-weight: 700;
  margin-bottom: 10px !important;
  display: block; }

#block-menu-block-3 .menu-depth-2 a, #block-menu-block-3 .menu-depth-3 a {
  font-weight: 400;
  color: #ccc;
  font-size: 13px;
  border: 0;
  margin-bottom: 5px; }

.menu-depth-2 a.disable {
  font-weight: bold;
  font-size: 16px !important; }

#block-block-12 {
  display: none; }

.field-name-field-video-embed-code {
  width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 100%;
  height: auto;
  width: 100%;
  overflow: visible !important;
  margin-bottom: 30px; }

.embed-container {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*TECHNOLOGY BLOG*/
#block-views-blogs-block-3 .views-field-field-mosaic-image {
  display: inline-block;
  float: left;
  margin-right: 20px; }

body .tb-megamenu.style-black .nav li.dropdown.active > .dropdown-toggle,
body .tb-megamenu.style-black .nav li.dropdown.open > .dropdown-toggle,
body .tb-megamenu.style-black .nav li.dropdown.open.active > .dropdown-toggle {
  color: #eee; }

body .tb-megamenu .dropdown-menu .active > a,
body .tb-megamenu .dropdown-menu .active > a:hover {
  background: none; }

#widgets-element-socialmedia_share-default::before {
  content: 'Share';
  margin-bottom: 1px;
  display: block;
  font-size: 1.17em;
  font-weight: bold; }

#widgets-element-socialmedia_share-default {
  border-top: 2px solid #666;
  padding-top: 25px;
  margin-top: 25px; }
  #widgets-element-socialmedia_share-default .widgets-element {
    margin-right: 10px; }

#block-block-14 p {
  margin-bottom: 45px; }

#block-block-14 h3 {
  margin: 0; }

.node-blog-headmaster, .node-division-directors-blog, .node-blog-news {
  margin-bottom: 0; }

/* =============================================================================
 *   Branding Scroll
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
  opacity: 0.97;
  transition: all 0.15s linear; }

#branding.stuck {
  background: #c4cccf;
  margin-top: -65px !important;
  height: 140px; }
  #branding.stuck #logo img {
    width: 68%; }
