
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6 {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #111;
  text-transform: none; }

/* links */
a:active, a:hover {
  outline: none; }

a, .uk-link {
  text-decoration: none;
  cursor: pointer; }

a:hover, .uk-link:hover {
  text-decoration: none; }

a, a:focus {
  color: #330099; }

a:hover {
  color: #660066; }

div#top,
div.vwstickymenu {
  border-bottom: 1px solid #DFDFDF;
}

div#top a {
  font-size: 1.3em; }

div#top a, div#top a:focus {
  color: #111; }

div#top a:hover {
  color: #660066; }

div#top ul li {
  margin-bottom: 0;
}

a.footerlink {
  font-size: 0.9rem;
  color: #F2E8EA; }

a.footerlink:hover, a.footerlink.vweb:hover {
  color: #FFFF99; }

a.footerlink.vweb {
  color: #bd8a94;
  font-size: 0.7rem; }

a.vwicon span.uk-icon:hover {
  color: #FFFF99; }

.anchor {
  position: relative;
  margin-top: -100px;
  padding-top: 100px; }

#hdr {
  background: url(../images/vmail/vmail-header-bg.jpg) center right no-repeat;
  background-size: cover;
  min-height: 590px; }

#hdr-text {
  width: 55%;
  margin-left: 50px; }

section#hdr h1, section#hdr .uk-h1 {
  font-size: 3.5em;
  font-weight: bold; }

div#hdr-text p {
  color: #777;
  font-size: 2.5em;
  font-style: italic; }

#premain {
  color: #fff;
  background-image: -webkit-linear-gradient(135deg, #5574A2, #8B4095);
  background-image: -o-linear-gradient(135deg, #5574A2, #8B4095);
  background-image: linear-gradient(-45deg, #5574A2, #8B4095); }

section#premain h2, section#premain .uk-h2 {
  color: #fff;
  font-size: 2.5em;
  text-align: center; }

section#premain p {
  color: #fff;
  font-size: 1.1em; }

section#premain p.lg {
  font-size: 1.75em; }

section#premain p.subhdr-color1 {
  text-align: center;
  color: #C5C5E2;
  font-style: italic;
  font-size: 1.5em; }

#prefooter {
  background-image: -webkit-linear-gradient(135deg, #15B2A7, #466FB7);
  background-image: -o-linear-gradient(135deg, #15B2A7, #466FB7);
  background-image: linear-gradient(-45deg, #15B2A7, #466FB7); }

section#prefooter h2, section#prefooter .uk-h2 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center; }

section#prefooter p {
  color: #fff;
  font-size: 1.35em; }

section#prefooter p.callout {
  font-size: 1.75em; }

section#prefooter li {
  color: #fff;
  font-size: 1em;
  margin-bottom: 0.5em; }

#top.uk-section-secondary {
  font-size: 0.9rem;
  color: #ccc;
  background-color: #343434; }

footer.uk-section-secondary {
  font-size: 0.9rem;
  color: #ccc;
  background-color: #343434; }

/* uikit overrides */
.uk-container.uk-container-xsmall {
  max-width: 800px; }

.uk-divider-vertical {
  height: 100%;
  color: #e8e8e8;
  border-left: 1px solid #4c4c4c; }

.uk-card {
  overflow: hidden; }

div.uk-card-media-top img,
div.uk-card-media-bottom img {
  width: 100%;
  height: auto; }

.uk-list > li:nth-child(n+2), .uk-list > li > ul {
  margin-top: 5px; }

a.vw-button-center {
  display: table;
  margin-left: auto;
  margin-right: auto; }

/* cards */
.uk-card-title {
  font-size: 1.3rem; }

.uk-card-body {
  padding: 30px;
  font-size: 0.9rem; }

/*=========== media queries =========*/
/* Small only */
@media screen and (max-width: 39.9375em) {
  #hdr-text {
    width: 85%;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.75); }
  section#hdr h1, section#hdr .uk-h1 {
    font-size: 2.25em; }
  div#hdr-text p {
    font-size: 1.5em; }
  section#premain h2, section#premain .uk-h2 {
    font-size: 1.75em; }
  div#top a {
    font-size: 1em; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #hdr-text {
    width: 75%;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5); }
  section#hdr h1, section#hdr .uk-h1 {
    font-size: 2.5em; }
  div#hdr-text p {
    font-size: 1.75em; }
  section#premain h2, section#premain .uk-h2 {
    font-size: 2em; }
  div#top a {
    font-size: 1.1em; } }

/* Large and up */
@media screen and (min-width: 64em) {
  #hdr {
    padding-top: 400px; } }
