@charset "utf-8";
/* CSS Document mega menu */

*, :after, :before {
  box-sizing: border-box
}
.clearfix:after, .clearfix:before {
  content: '';
  display: table
}
.clearfix:after {
  clear: both;
  display: block
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content {
  margin: 50px 100px 0px 100px;
}
.vita-menu > li {
  display: inline-block;
  float: left;
}
.vita-menu > li > a {
  color: #414042;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.vita-menu > li > a:hover, li.drop-down ul > li > a:hover, li.mega-drop-down:hover {
  background-color: #91d8ae;
  text-decoration: none;
}
.vita-menu > li > a.active, .vita-menu > li > a:focus {
  text-decoration: underline;
}
.vita-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down, .flyout-right, .flyout-left {
  position: relative;
}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down > ul {
  left: 0px;
  min-width: 230px;
}
.drop-down-ul {
  display: none;
}
.flyout-right > ul, .flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
}
li.drop-down > ul > li > a, .flyout-right ul > li > a, .flyout-left ul > li > a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul > li > a, .flyout-left ul > li > a {
  border-bottom: 1px dotted #B8C7BC;
}
/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display: none;
  height: 100%;
  padding: 15px;
  min-width: 742px;
}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 0.875em;
  padding-left: 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
}
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover, .flyout-mega ul > li > a:active, .flyout-mega ul > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/
.mega-menu {
  left: 0;
  right: 0;
  top: 79px;
  padding: 3em;
  display: none;
  padding-top: 0;
  min-height: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(16, 16, 16, .02), 0 3px 9px 0 rgba(24, 52, 117, .1), 0 0 0 1px rgba(0, 0, 0, .02);
  box-shadow: 0 3px 6px 0 rgba(16, 16, 16, .02), 0 3px 9px 0 rgba(24, 52, 117, .1), 0 0 0 1px rgba(0, 0, 0, .02);
}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 0.875em;
  padding-left: 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
}
.mega-menu ul li a {
  line-height: 1.5em;
  font-size: 95%;
  display: block;
}
ul.stander li a {
  padding: 3px 0px;
}
ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}
ul.description li span {
  color: #ccc;
  font-size: 85%;
}
a.view-more {
  border-radius: 1px;
  margin-top: 15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover {
  color: #fff;
  background: #0DADEF;
}
ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009FE1;
  line-height: 35px !important;
}
ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}
/*common*/
.flyout-right ul > li > a, .flyout-left ul > li > a, .flyout-mega-wrap, .mega-menu {
  background-color: #003f4a;
  z-index: 10;
}
/*hover*/
.mega-menu:hover, .drop-down-ul:hover, li.flyout-left > ul:hover, li.flyout-right > ul:hover, .flyout-mega-wrap:hover, li.flyout-left a:hover + ul, li.flyout-right a:hover + ul, li.drop-down > a:hover + .drop-down-ul, .mega-drop-down a:hover + .mega-menu, li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  padding: 10px 20px;
  height: auto;
}
/* links inside the columns */
.column a {
    float: none;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-left: -.7em;
}
.column a:hover {
  color: #414042;
  background: #91d8ae;
  text-decoration: none;
}
.column.trendlink {
  float: left;
  width: 25%;
  padding: 10px 10px 0 10px;
  height: auto;
  vertical-align: bottom;
  margin-left: -2em;
}
.column.trendlink a {
  float: none;
  color: #fff;
  padding: 6px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: .9em;
  margin-top: -1em;
}
.column.trendlink a:hover {
  background-color: transparent;
  color: #414042;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.column.trendlink .va-block__link:focus, div.column.trendlink .va-block__heading, div.column.trendlink .va-block__link:hover {
  text-decoration: none;
}
.column.vita-sectionlink {
  border-right: 1px #87cda7 solid;
  padding: 0;
}
.column p {
  text-align: left;
  color: #fff;
  font-weight: 200;
  padding: 6px 30px 6px 6px;
}
span.va-icon.va-icon--arrow-ext.va-linkArrow {
  font-size: 1.1em;
  font-weight: 500;
}
.va-button--accent {
  background: #87cda7;
  color: #003f4a;
}
.va-button--accent:focus, .va-button--accent:hover {
  background: #920075;
}
/* clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.megatitle, .megatitledesc {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    padding: 6px;
    color: #87cda7 !important;
    text-align: left;
    margin-left: -.4em;
}
.megatitledesc {
	margin-left: 0;
}
h3.megasubtitle {
  color: #87cda7 !important;
}
.va-logo {
  padding-top: 0;
  padding-left: 0;
}
.va-header__group {
  width: 100%;
  margin: 0 0 auto;
  padding-left: 0em;
  padding-right: 0em;
  position: relative;
}
.va-header__group.vita-navitemsdesktop {
  -webkit-box-shadow: 0 3px 6px 0 rgba(16, 16, 16, .02), 0 3px 9px 0 rgba(24, 52, 117, .1), 0 0 0 1px rgba(0, 0, 0, .02);
  box-shadow: 0 3px 6px 0 rgba(16, 16, 16, .02), 0 3px 9px 0 rgba(24, 52, 117, .1), 0 0 0 1px rgba(0, 0, 0, .02);
}
/*.va-row.vita-headerrow {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}*/


.va-row.vita-headerrow {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 0 1em;
}

.vita-menu > li.vita-navitems {
  display: inline-block;
  /*border-left: 1px dotted #000;*/
}
.vita-menu > li.vita-navitems.hide {
  display: none;
}
ul.vita-menu {
  display: inline-block;
}
.va-logo__img {
  max-height: 3.8rem;
  margin-right: 0;
  padding-right: 0;
}
.va-nav {
  font-size: .89rem;
  /*max-height: 81px;*/
}
.mega-menu-wrap {
  padding-top: 2em;
}
.vita--toggle {
  display: none;
}
.vita--toggle.display {
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 79px;
  padding: 0 15.5em 3em 15.5em;
  min-height: 100%;
  z-index: 10;
}
.vita-menu > li.vita-navitems > a.active, .vita-menu > li.vita-navitems > a:focus {
  text-decoration: none;
}
/* Removed ck
.vita-menu:hover:after {
  background-color: #003f4a;
  content: " ";
  width: 100%;
  height: 528px;
  left: 0;
  position: absolute;
  top: calc(100% - 3px);
  z-index: 1;
} */

.vita-megalink > li {
  display: inline-block;
  float: left;
}
.vita-megalink > li > a {
  color: #414042;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.vita-megalink > li > a:hover, li.drop-down ul > li > a:hover, li.mega-drop-down:hover {
  background-color: #91d8ae;
  text-decoration: none;
}
ul.vita-megalink {
  display: inline-block;
}
.vita--bottomborder {
  min-height: 60px;
}

/*responsive*/
@media only screen and (max-width: 1024px) and (min-width: 1009px) {
  .vita--toggle.display {
    padding: 0 2.2em 3em 1.5em;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1025px) {
  .vita--toggle.display {
    padding: 0 4.5em 3em 4.5em;
  }
}
@media only screen and (max-width: 1509px) and (min-width: 1024px) {
  .column.trendlink {
    width: 27%;
  }
}
@media only screen and (max-width: 1589px) and (min-width: 1440px) {
  .vita--toggle.display {
    padding: 0 10em 3em 10em;
  }
  .vita--bottomborder {
    min-height: 40px;
  }
}
@media (min-width: 1590px) {
  .vita--toggle.display {
    padding: 0 15.5em 3em 15.5em;
  }
}
@media (max-width:1193px) {
  .vita-menu > li > a, .vita-megalink > li > a {
    display: block;
    padding: 30px 5px;
    font-size: .94em;
  }
  .va-logo__img {
    max-height: 3rem;
  }
}
@media (min-width:1194px) {
  .vita-menu > li > a {
    display: block;
    padding: 30px 10px;
  }
  .vita-megalink > li > a, .vita-megalink > li > a {
    display: block;
    padding: 30px 10px;
  }
}
@media (min-width:1009px) {
  .mega-menu, .flyout-mega-wrap, .flyout-right > ul, .flyout-left > ul, li.drop-down > ul {
    position: absolute;
  }
}
@media (max-width:1008px) {
  .va-nav {
    font-size: .89rem;
    max-height: 100%;
  }
  .vita-navitemsdesktop {
    display: none;
  }
  .va-form--search .va-form__field.va-icon--left:after {
    display: none;
  }
  .js .va-mobile__button {
    left: 0px;
    top: 0;
    position: absolute;
    display: block;
  }
  .va-slide__panel .va-nav__header {
    color: #fff;
    background: #003f4a;
  }
  .va-slide__panel .va-nav__sub .va-nav__header {
    background: #0d6c78;
  }
  .va-slide__panel .va-nav__header .va-nav__link:focus, .va-slide__panel .va-nav__header .va-nav__link:hover {
    background: #003f4a;
  }
  .va-pagesubhead {
    display: none;
  }
  .va-logo {
    padding-left: 1.5em;
  }
  .va-row.vita-headerrow {
    min-height: 46px;
  }
  .vita-headersearch {
    padding: 0;
  }
  .va-footer__info {
    padding: 1em 0em;
  }
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
.va-logo__img {
    max-height: 6rem!important;
    height: 100% !important;
    width: 100% !important;
}
a.va-logo.vita-marker img {
    max-height: 3.8rem !important;
    margin-right: 0;
    padding-right: 0;
}
#va-commonBanner__tagline {
    padding-left: 20px !important;
}
}


