/*
Theme Name: Sedna
Theme URI: https://github.com/WordPress/twentynineteen
Author: ORNL
Description: Responsive Wordpress Theme developed at Oak Ridge National Laboratory
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sedna

Features custom logo and no menu.

*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);
/* media queries */
/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.wp-caption {
  text-align: center;
  font-style: italic;
}

/* line 6, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.imp-tooltip {
  max-width: 300px;
}

/* mega menu styles */
/* line 12, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu {
  background: #fff;
  height: 110px;
}

/* line 16, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu {
  min-height: 110px;
}

/* line 20, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 26, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-links {
  flex-basis: 100%;
}

/* line 31, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-links > li > a {
  color: #462a6a;
  line-height: 80px;
}

/* line 35, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-links > li > a:hover {
  color: #79c600;
}

/* line 40, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-links > li.active a {
  /*------------------------------------- ACTIVE CLASS MENU LINKS */
  background-color: transparent;
  color: #79c600;
}

/* line 46, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-logo img {
  height: 100px;
  margin: 5px 0;
}

/* line 51, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu.desktopTopFixed .menu-list-items {
  /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0px 10px;
  background: #fff;
  border-bottom: 2px solid #462a6a;
}

/* line 64, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .drop-down-multilevel a:hover {
  color: #92c83d;
}

/* line 69, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:before,
.menu .mega-menu .menu-mobile-collapse-trigger:after,
.menu .mega-menu .menu-mobile-collapse-trigger span {
  background: #462a6a;
  width: 30px;
  height: 3px;
}

/* line 78, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:before {
  top: 10px;
}

/* line 82, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:after {
  top: 30px;
}

/* line 86, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger {
  /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
  margin-top: 17px;
  height: 45px;
  width: 55px;
  background: transparent;
}

/* line 94, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 98, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 104, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  line-height: 50px;
  height: 50px;
  padding: 0px 10px 0px 10px;
}

@media only screen and (max-width: 992px) {
  /* line 114, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .menu #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
    margin-top: 35px;
  }
}

@media (max-width: 992px) {
  /* line 127, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .menu .mega-menu #mega-menu-primary {
    top: 62px;
  }
  /* line 131, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .menu .mega-menu .menu-logo > li > a {
    line-height: normal;
    /* padding-top: 16px; */
    /* padding-bottom: 16px; */
    position: relative;
    z-index: 10;
    width: auto;
    padding: 0px;
  }
  /* line 141, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .menu .mega-menu .menu-links > li > a {
    line-height: 40px;
  }
  /* line 145, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .menu .mega-menu .desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 60px;
  }
}

/* line 153, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.download {
  color: #92c83d;
  display: flex;
  justify-content: flex-end;
}

/* line 159, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.download .download-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* line 166, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.download span.icon {
  font-size: 22px;
}

/* line 172, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.download p {
  padding: 0;
}

/* line 176, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.download [data-icon]:before {
  font-size: 80px;
}

/* line 181, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.one_third,
.one_half {
  padding-right: 15px;
}

/* line 186, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.fasc-button {
  padding: 10px 40px;
  border-radius: 40px;
}

/* line 191, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.document-gallery .document-icon {
  margin: 5px 0 20px;
}

/* line 195, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.document-gallery .document-icon a {
  font-size: 12px;
  line-height: 22px;
}

@media only screen and (min-width: 641px) {
  /* line 202, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    background: transparent;
    color: #333;
    text-transform: uppercase;
    width: auto;
    margin: 0 16px 0 0;
    padding: 6px 35px;
    border: solid 2px #333;
    border-radius: 40px;
    -ms-radius: 40px;
    -o-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
  }
  /* line 227, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .gform_wrapper .gform_footer input.button:hover,
  .gform_wrapper .gform_footer input[type=submit]:hover,
  .gform_wrapper .gform_page_footer input.button:hover,
  .gform_wrapper .gform_page_footer input[type=submit]:hover {
    border-color: #e22e51;
    color: #e22e51;
  }
  /* line 233, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .gform_wrapper textarea,
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: none;
    border-radius: 3px;
    background: #f1f1f1;
  }
  /* line 240, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .gform_wrapper label.gfield_label,
  .gform_wrapper legend.gfield_label {
    color: #333;
  }
}

/* line 247, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
.imp-wrap {
  margin: 0 auto;
}

@media (max-width: 992px) {
  /* line 252, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_vendor.scss */
  .download {
    justify-content: center;
  }
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_custom.scss */
.circle-headshot {
  float: left;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 100px;
  height: 180px;
  width: 240px;
}

/* line 9, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_custom.scss */
.circle-headshot img {
  height: 180px;
  width: 180px;
  margin-bottom: 10px;
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

@media (max-width: 992px) {
  /* line 21, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_custom.scss */
  .circle-headshot {
    margin: 0 40px 100px;
  }
}

@media (max-width: 767px) {
  /* line 28, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_custom.scss */
  .circle-headshot {
    margin: 0 auto;
    float: none;
    height: 280px;
    width: 280px;
  }
  /* line 34, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_custom.scss */
  .circle-headshot img {
    height: 220px;
    width: 220px;
  }
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_columns.scss */
.column-block {
  display: flex;
  padding: 40px;
  background: transparent;
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(187, 124, 139, 0.3) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, transparent), color-stop(100%, rgba(187, 124, 139, 0.3)));
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(187, 124, 139, 0.3) 100%);
  background: -o-linear-gradient(bottom, transparent 0%, rgba(187, 124, 139, 0.3) 100%);
  background: -ms-linear-gradient(bottom, transparent 0%, rgba(187, 124, 139, 0.3) 100%);
  background: linear-gradient(to top, transparent 0%, rgba(187, 124, 139, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  content: "";
}

/* line 16, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_columns.scss */
.col-wrapper {
  flex: 1 1 0px;
  padding-right: 25px;
}

/* line 22, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_columns.scss */
.col-gallery {
  flex-basis: 100%;
  width: 90%;
  margin: 0 auto 50px;
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_call-to-action.scss */
.call-to-action {
  padding: 60px 20px;
  background: #92c83d;
}

/* line 6, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_call-to-action.scss */
.call-wrapper {
  text-align: center;
}

/* line 9, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_call-to-action.scss */
.call-wrapper h3 {
  color: #fff;
  font-size: 36px;
}

/* line 38, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
html {
  box-sizing: border-box;
  font-size: 16px;
}

/* line 43, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
body {
  font-size: 16px;
}

/* line 47, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ==========================================================================
Typography
========================================================================== */
/* line 58, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
p {
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #252627;
  padding-bottom: 10px;
}

/* line 65, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
h1,
h2,
h3,
h4 {
  color: #462a6a;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  clear: both;
}

/* line 76, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
h1 {
  font-size: 2.5rem;
}

/* line 80, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3D4351;
}

/* line 86, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
h3 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #3D4351;
}

/* line 93, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
h4 {
  font-size: 18px;
}

/* line 97, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
h5 {
  font-size: 15px;
  color: #3D4351;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 104, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
h1.headline {
  font-size: 10px;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 111, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_typography.scss */
.slider-header {
  font-size: 60px;
  color: #fff;
  font-weight: normal;
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  opacity: 0.9;
  display: block;
}

/* line 14, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  display: flex;
}

/* line 25, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.video-block {
  width: 100%;
}

/* line 29, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.video-section {
  padding: 20px 0;
}

/* line 32, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.video-section h2 {
  margin: 45px 0;
}

/* line 37, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.video-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  background-color: rgba(77, 77, 77, 0.1);
}

/* video popup */
/* line 52, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.video-section {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

/* line 88, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.play-video {
  display: flex;
  padding: 200px 0;
  justify-content: center;
}

/* line 94, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.play-video a {
  color: #fff;
  background: #462a6a;
  font-size: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-flex;
  line-height: 80px;
  text-align: center;
  padding-left: 6px;
  justify-content: center;
  align-items: center;
}

/* line 109, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.play-video a:hover {
  border-color: #92c83d;
  background: #92c83d;
  color: #fff;
}

/* line 115, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.play-video a span {
  line-height: 75px;
}

/* line 121, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.news-video {
  padding: 50px 0;
}

/* line 125, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.our-story-content {
  padding: 80px;
  color: #fff;
}

/* line 129, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.our-story-content span {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  line-height: 33px;
}

/* line 138, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-wrapper {
  margin: 0 auto 1em;
  padding: 0 30px;
}

/* line 148, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-wrapper h2 {
  margin-bottom: 30px;
}

/* line 153, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 0;
  gap: 15px;
}

/* line 162, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 171, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-entry .entry-image {
  position: relative;
  overflow: hidden;
}

/* line 175, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-entry .entry-image img {
  width: 100%;
}

/* line 179, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-entry .entry-image .entry-overlay {
  background: rgba(146, 200, 61, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 193, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-entry .entry-image .entry-overlay .fa {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-size: 2em;
  z-index: 5;
}

/* line 207, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_videos.scss */
.media-entry:hover .entry-image .entry-overlay {
  opacity: 1;
}

/* line 2, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-row h3 {
  margin: 0 0 15px;
}

/* line 6, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-row ul {
  list-style-type: none;
}

/* line 11, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-button {
  padding: 1.5em 0;
  text-align: center;
}

/* line 16, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-list {
  display: flex;
  gap: 20px;
}

/* line 21, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-columns {
  flex-direction: column;
  flex: 0 1 100%;
}

/* line 26, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-entry {
  margin: 0 0 1.5em;
  overflow: hidden;
  position: relative;
  min-height: 150px;
  display: flex;
  gap: 20px;
}

/* line 34, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-entry .news-image {
  flex: 0 0 0;
}

/* line 38, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-entry .news-thumb {
  flex: 0 0 150px;
}

/* line 42, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-list.scss */
.news-entry .entry-meta {
  font-style: italic;
}

/* line 2, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
.link-flex hr {
  height: 2px;
  background: #e6e6e6;
  margin: 50px 0;
}

/* line 9, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
.link-section {
  background: #F3F4F8;
}

/* line 12, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
.link-section h2 {
  text-align: center;
  margin-bottom: 50px;
}

/* line 18, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
.link-card {
  display: flex;
  margin: 25px auto;
  width: 75%;
  position: relative;
  height: 100px;
}

/* line 25, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
.link-card .link-overlay {
  position: absolute;
  background: rgba(50, 50, 50, 0.5);
}

/* line 33, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
.stack-button .link-text {
  width: 55%;
}

/* line 36, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
.stack-button .link-text .stack-name {
  color: #fff;
  font-size: 1.5em;
  padding: 25px 70px 25px 25px;
  margin: 0px;
  height: 100px;
  background: rgba(61, 0, 116, 0.7);
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/* line 53, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
.stack-button:hover .link-text .stack-name {
  background: #92c83d;
}

@media (max-width: 768px) {
  /* line 62, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
  .link-card {
    flex-direction: column;
  }
  /* line 65, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
  .link-card .headshot {
    margin: 0 auto 15px;
  }
  /* line 69, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
  .link-card .link-text h3 {
    text-align: center;
  }
  /* line 74, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
  .link-card .text-desc .btn {
    margin: 0 auto;
    display: block;
    width: 200px;
  }
  /* line 83, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
  .stack-button .link-text {
    width: 55%;
  }
  /* line 86, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_link-stack.scss */
  .stack-button .link-text .stack-name {
    text-align: left;
    padding: 25px 0px 25px 20px;
  }
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_search.scss */
.search-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2em;
}

/* line 7, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_search.scss */
.search-field {
  display: block;
  width: 250px;
  border-radius: 20px;
  border: 1px solid #462a6a;
  background: #fff;
}

/* line 14, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_search.scss */
.search-field .search-form {
  margin: 0;
}

/* line 18, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_search.scss */
.search-field .search-input {
  border: none;
  box-shadow: none;
  margin: 5px;
  width: 80%;
  vertical-align: top;
  font-size: 1.25rem;
  padding: 0;
  border-radius: 40px;
  text-indent: 1.0em;
  display: inline-block;
  background: transparent;
}

/* line 32, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_search.scss */
.search-field .search-submit {
  width: 10%;
  margin: 0;
  text-indent: -1000em;
  border: none;
  background: url(./images/search-icon.png) no-repeat 10% center transparent;
  border-radius: 0px 8px 8px 0px;
  line-height: 2.2em;
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.navigation {
  position: relative;
}

/* line 5, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.ribbon {
  background: #92c83d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

/* line 14, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.ribbon p {
  margin: 0;
  padding: 0;
  color: #fff;
}

/* line 19, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.ribbon a {
  color: #fff;
  outline: 1px solid #fff;
  padding: 5px;
  margin: 0 0 0 5px;
}

/* line 24, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.ribbon a:visited, .ribbon a:focus {
  color: #fff;
}

/* line 27, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.ribbon a:hover {
  color: #fff;
  background: #92c83d;
  outline: 1px solid #92c83d;
}

/* line 35, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.announcement-strip {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background: #92c83d;
}

/* line 41, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.announcement-strip .btn {
  color: #fff;
  margin-left: 5px;
}

/* line 45, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.announcement-strip .btn:hover {
  color: #fff;
  background-color: #6ad400;
  border-color: #6ad400;
}

/* line 53, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header {
  padding: 10px 0;
  position: relative;
  width: 1170px;
  margin: 0 auto;
  transition: padding 300ms ease-in-out;
}

/* line 61, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header a {
  color: #252627;
  font-size: 16px;
  cursor: pointer;
}

/* line 67, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header a.login {
  margin-right: 20px;
}

/* line 72, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header .logo {
  display: inline-block;
}

/* line 75, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header .logo img {
  max-height: 70px;
}

/* line 80, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.primary-nav {
  margin: 0 0 0 40px;
  padding: 0;
}

/* line 84, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.primary-nav li {
  display: inline;
  margin-left: 0px;
}

/* line 88, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.primary-nav li a {
  color: #252627;
  padding-right: 20px;
  margin-left: 0px;
}

/* line 93, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.primary-nav li a:hover {
  color: #6ad400;
}

/* line 98, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.primary-nav li:last-child a {
  padding-right: 0px;
}

/* line 104, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header #menu-main-menu {
  margin-right: 80px;
}

/* line 108, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.member-actions {
  display: flex;
  justify-content: center;
}

/* line 113, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.member-actions li {
  display: inline;
}

/* line 116, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.member-actions li a {
  color: #252627;
}

/* line 119, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.member-actions li a:hover {
  color: #6ad400;
}

/* line 123, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header ul.member-actions li a .fab {
  margin-right: 20px;
  font-size: 32px;
}

/* line 131, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header .header-nav {
  display: inline-block;
}

/* line 134, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header .header-nav ul li {
  margin: 5px 0 0 20px;
}

/* line 139, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header .header-nav.open .social-icons {
  margin-right: 80px;
}

/* line 145, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header .member-actions {
  position: absolute;
  right: 0;
  top: 28px;
  transition: all 300ms ease-in-out;
}

/* line 151, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
header .member-actions.social {
  top: 37px;
}

/* line 157, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 167, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
.navigation:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: '';
  background: #fff;
}

@media (max-width: 992px) {
  /* line 187, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
  .announcement-strip {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background: #92c83d;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* line 196, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_header.scss */
  .announcement-strip .btn {
    margin-top: 5px;
  }
}

/* ==========================================================================
Hero
========================================================================== */
/* line 4, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
.hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background: url("./images/default-background.jpg") center center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

/* line 17, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
.hero .down-arrow a {
  color: #fff;
}

/* line 21, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
.hero h1 {
  color: #fff;
  margin: 0 0 0.35em;
}

/* line 26, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
.hero p.intro {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 80px;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.5rem;
}

/* line 36, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
.hero .hero-wrapper {
  padding: 215px 0;
}

/* line 40, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
.hero .hero-content {
  padding: 1em 0;
  background: rgba(50, 55, 60, 0.5);
}

/* line 46, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
.navigation {
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 999;
}

/* line 53, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
.fixed {
  position: fixed;
  background-color: #462a6a;
  z-index: 999;
  width: 100%;
}

@media (max-width: 992px) {
  /* line 63, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hero.scss */
  .hero .hero-content {
    padding-top: 32%;
  }
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hex-section {
  padding: 80px 0 60px;
}

/* line 4, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hex-section h2 {
  text-align: center;
}

/* line 10, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hex-flex {
  display: flex;
  padding: 40px 0 0;
}

/* line 17, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hex-description {
  text-align: left;
  margin-bottom: 60px;
  font-size: 22px;
}

/* line 24, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.honeycomb {
  margin: 50px auto 0;
}

/* line 32, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.arrow-cint {
  content: '';
  position: absolute;
  top: 0px;
  left: 140px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid rgba(50, 55, 60, 0.5);
  transform: rotate(57deg);
}

/* line 45, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.arrow-nersc {
  content: '';
  position: absolute;
  top: 100px;
  left: 430px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid rgba(50, 55, 60, 0.5);
  transform: rotate(120deg);
}

/* line 58, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.arrow-aps {
  content: '';
  position: absolute;
  top: 10px;
  left: 577px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid rgba(50, 55, 60, 0.5);
  transform: rotate(120deg);
}

/* line 71, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.arrow-cnms {
  content: '';
  position: absolute;
  top: 60px;
  left: 783px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid rgba(50, 55, 60, 0.5);
  transform: rotate(180deg);
}

/* line 84, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.arrow-sns {
  content: '';
  position: absolute;
  top: 83px;
  left: 120px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid rgba(50, 55, 60, 0.5);
  transform: rotate(-60deg);
}

/* line 97, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.arrow-nhmfl {
  content: '';
  position: absolute;
  top: 10px;
  left: 285px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid rgba(50, 55, 60, 0.5);
  transform: rotate(120deg);
}

/* line 110, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.arrow-olcf {
  content: '';
  position: absolute;
  top: 95px;
  left: 560px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid rgba(50, 55, 60, 0.5);
  transform: rotate(240deg);
}

/* line 123, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
  position: relative;
  display: inline-block;
  z-index: 1;
}

/* line 137, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon .cint-lab {
  background: url("./images/cint-tile.jpg");
  background-size: cover;
}

/* line 142, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon .cnms-lab {
  background: url("./images/cnms-tile.jpg");
  background-size: cover;
}

/* line 147, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon .nhmfl-lab {
  background: url("./images/nhmfl-tile.jpg");
  background-size: cover;
}

/* line 152, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon .aps-lab {
  background: url("./images/aps-tile.jpg");
  background-size: cover;
}

/* line 157, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon .nersc-lab {
  background: url("./images/nersc-tile.jpg");
  background-size: cover;
}

/* line 162, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon .olcf-lab {
  background: url("./images/olcf-tile.jpg");
  background-size: cover;
}

/* line 167, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon .sns-lab {
  background: url("./images/sns-tile.jpg");
  background-size: cover;
}

/* line 172, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon .honeycomb {
  margin: 130px auto 0;
  text-align: center;
}

/* line 180, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.cint-lab {
  background: url("./images/cint-tile.jpg");
  background-size: cover;
}

/* line 185, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.cnms-lab {
  background: url("./images/cnms-tile.jpg");
  background-size: cover;
}

/* line 190, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.nhmfl-lab {
  background: url("./images/nhmfl-tile.jpg");
  background-size: cover;
}

/* line 195, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.aps-lab {
  background: url("./images/aps-tile.jpg");
  background-size: cover;
}

/* line 200, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.nersc-lab {
  background: url("./images/nersc-tile.jpg");
  background-size: cover;
}

/* line 205, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.olcf-lab {
  background: url("./images/olcf-tile.jpg");
  background-size: cover;
}

/* line 210, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.sns-lab {
  background: url("./images/sns-tile.jpg");
  background-size: cover;
}

/* line 217, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  position: relative;
}

/* line 229, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon1:nth-child(even) {
  margin-top: -90px;
}

/* line 233, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon-in2 {
  width: 100%;
  height: 100%;
  background: #462a6a;
  align-items: center;
  justify-content: center;
  display: flex;
  background-repeat: no-repeat;
  background-position: 50%;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  font-size: 28px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

/* line 253, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon-in2 .fa {
  font-size: 60px;
  opacity: 0;
}

/* line 259, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon-hover {
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

/* line 264, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon-hover:hover {
  background: #92c83d;
}

/* line 268, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon-hover:hover .fa {
  opacity: 1.0;
}

/* line 274, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hexagon1 {
  width: 170px;
  height: 150px;
  margin: 0px -25px 0 0px;
}

/* line 280, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hex-row {
  display: flex;
  margin-top: 20px;
  position: relative;
}

/* line 286, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.hex-hide {
  opacity: 0;
}

/* line 290, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.lab-squares {
  display: none;
  width: 100%;
  margin-bottom: 50px;
}

/* line 296, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.lab-block {
  display: flex;
  padding: 5px;
  flex-basis: 50%;
  height: 150px;
}

/* line 303, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.lab-title {
  background-color: #462a6a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
  font-size: 32px;
}

/* line 313, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.lab-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

/* line 319, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.lab-image {
  font-size: 46px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-basis: 50%;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

/* line 330, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.lab-image .fa {
  opacity: 0;
  color: #fff;
}

/* line 335, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.lab-image:hover {
  background: #92c83d;
}

/* line 339, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
.lab-image:hover .fa {
  opacity: 1.0;
}

@media (max-width: 992px) {
  /* line 347, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
  .hex-flex {
    display: none;
  }
  /* line 351, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_hex-map.scss */
  .lab-squares {
    display: flex;
  }
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.image-chain-section {
  padding: 80px 0;
}

/* line 4, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.image-chain-section h2 {
  text-align: center;
}

/* line 9, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.bgrd-gray {
  background: #F3F4F8;
}

/* line 14, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-wrapper {
  display: flex;
  margin-bottom: 40px;
}

/* line 19, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-block {
  padding: 10px;
  flex-basis: 20%;
  text-align: center;
  position: relative;
}

/* line 27, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-block h3 {
  height: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 35, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-block .chain-circle {
  border: 8px #fff solid;
  border-radius: 50%;
  box-shadow: 0 0 5px #333;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  margin-top: 35px;
  z-index: 1;
}

/* line 48, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-block .chain-circle img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

/* line 55, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-block .chain-circle span {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #92c83d;
  color: #fff;
  padding: 0 5px;
}

/* line 70, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-block .chain-circle:before {
  content: '';
  border-left: 5px dotted #92c83d;
  height: 20px;
  width: 5px;
  position: absolute;
  left: 50%;
  top: -35px;
}

/* line 80, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-block .chain-circle:after {
  content: '';
  border-left: 5px dotted #92c83d;
  height: 20px;
  width: 5px;
  position: absolute;
  left: 50%;
  bottom: -35px;
}

/* line 92, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.chain-block .chain-description {
  padding: 35px 5px 0;
  font-size: 14px;
  z-index: 1;
}

/* line 101, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.connect-image:before {
  content: '';
  background: url(./images/chain-line.png);
  background-size: cover;
  height: 17px;
  width: 100px;
  position: absolute;
  left: -50px;
  top: 152px;
  z-index: 0;
}

/* line 116, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.connect-image:first-child:before {
  content: '';
  background: url(./images/chain-line-fade.png);
  background-size: cover;
  height: 17px;
  width: 100px;
  position: absolute;
  left: -50px;
  top: 152px;
  z-index: 0;
}

/* line 131, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
.connect-text:before {
  content: '';
  background: url(./images/chain-arrow.png);
  background-size: cover;
  height: 33px;
  width: 100px;
  position: absolute;
  left: -72px;
  top: 142px;
  z-index: 0;
}

@media (max-width: 1199px) {
  /* line 149, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block .chain-circle {
    width: 131px;
    height: 131px;
  }
  /* line 154, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block .chain-circle span {
    width: 115px;
    height: 115px;
    font-size: 16px;
  }
  /* line 160, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block .chain-circle img {
    width: 115px;
    height: 115px;
  }
  /* line 170, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-image:before {
    top: 146px;
  }
  /* line 176, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-text:before {
    top: 136px;
    left: -82px;
  }
}

@media (max-width: 992px) {
  /* line 187, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-wrapper {
    flex-direction: column;
  }
  /* line 191, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-image:first-child {
    margin-top: 0px;
  }
  /* line 194, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-image:first-child:before {
    display: none;
  }
  /* line 199, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-image {
    margin-top: 40px;
  }
  /* line 202, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-image:before {
    top: -40px;
    left: 42.7%;
    transform: rotate(90deg);
  }
  /* line 209, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-text {
    margin-top: 40px;
  }
  /* line 212, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-text:before {
    top: -46px;
    left: 42.7%;
    transform: rotate(90deg);
  }
  /* line 221, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block h3 {
    height: 40px;
    font-size: 28px;
  }
  /* line 227, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block .chain-circle {
    width: 220px;
    height: 217px;
  }
  /* line 231, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block .chain-circle img {
    width: 200px;
    height: 200px;
  }
  /* line 236, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block .chain-circle span {
    width: 204px;
    height: 200px;
    font-size: 20px;
  }
  /* line 243, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block .chain-description {
    padding: 15px;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 30px;
    border: 3px solid #ccc;
    border-radius: 20px;
  }
  /* line 253, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-image {
    margin-top: 0px;
  }
  /* line 256, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-image:before {
    display: none;
  }
  /* line 261, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-text {
    margin-top: 0px;
  }
  /* line 264, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .connect-text:before {
    display: none;
  }
  /* line 269, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-description {
    margin-top: 0px;
  }
  /* line 274, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block:first-child h3 {
    position: relative;
  }
  /* line 277, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block:first-child h3:before {
    display: none;
  }
  /* line 285, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block h3 {
    position: relative;
  }
  /* line 288, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_chain-blocks.scss */
  .chain-block h3:before {
    content: '';
    border-left: 5px dotted #92c83d;
    height: 50px;
    width: 5px;
    position: absolute;
    left: 50%;
    top: -45px;
  }
}

/* line 3, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn {
  font-size: 0.9rem;
  padding: 1em 2.25em;
  border: solid 2px;
  border-radius: 40px;
  -ms-radius: 40px;
  -o-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border-color: #92c83d;
  background-color: #92c83d;
}

/* line 14, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn:hover, .btn:focus {
  color: #92c83d;
  border-color: #92c83d;
  background-color: #fff;
}

/* line 20, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn-white {
  border: solid 2px;
  border-radius: 40px;
  -ms-radius: 40px;
  -o-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  display: inline-block;
  border-color: #fff;
  color: #fff;
}

/* line 27, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn-white:hover, .btn-white:focus {
  color: #92c83d;
  border-color: #92c83d;
}

/* line 31, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn-fill {
  color: #fff;
  border: solid 2px #92c83d;
  border-radius: 40px;
  -ms-radius: 40px;
  -o-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #92c83d;
}

/* line 39, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #6ad400;
  border-color: #6ad400;
}

/* line 44, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn-small {
  padding: 8px 40px;
}

/* line 47, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn-large {
  padding: 15px 40px;
}

/* line 50, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_buttons.scss */
.btn-margin-right {
  margin-right: 20px;
}

/* line 16, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.intro h2 {
  text-align: center;
}

/* line 22, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
section h2 {
  margin-bottom: 30px;
}

/* line 27, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.container {
  max-width: 1170px;
  width: auto;
}

/* line 32, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.content-title {
  padding: 0.25em 40px 1em;
  margin-bottom: -10px;
}

/* line 36, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.content-title img {
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 42, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.featured-image-post {
  width: 35%;
  padding: 0 10px 1em 40px;
}

/* line 46, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.featured-image-post.alignleft {
  margin: 0 20px 10px 0;
}

/* line 50, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.featured-image-post img {
  max-width: 100%;
  width: 100%;
}

/* line 61, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.anchor-link {
  color: #3D4351;
}

/* line 64, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.anchor-link:hover {
  color: #3D4351;
}

/* line 69, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.content {
  border-radius: 5px;
  margin: 40px 0;
  background: #fff;
  overflow: hidden;
}

/* line 77, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.text-block {
  background: #fff;
  padding: 15px 50px;
  text-align: left;
  border-radius: 5px;
  overflow: auto;
}

/* line 85, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4 {
  color: #462a6a;
}

/* line 92, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.text-block h1 {
  font-size: 40px;
  margin: 30px 0;
}

/* line 97, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.text-block h2 {
  font-size: 32px;
}

/* line 102, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

/* line 106, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.alignleft img {
  margin-bottom: 15px;
}

/* line 112, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.image-text-block {
  clear: both;
}

/* line 116, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.full-width-content {
  padding: 0 25px 1em;
}

/* line 119, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.full-width-content img {
  max-width: 100%;
  height: auto;
}

/* line 125, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.news-flare {
  margin: 30px 0;
}

/* line 128, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.news-flare .btn {
  --animate-duration: 2000ms;
  --animate-delay: 3.9s;
}

/* line 134, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.author-block {
  background: #fff;
  padding: 0 40px 1em;
  margin: -3em 0 3em;
  border-radius: 5px;
}

/* line 141, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.about-author-image img {
  border-radius: 50%;
}

/* line 145, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.author-bio {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}

/* line 153, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
.about-author-text p {
  margin: 0;
}

@media (max-width: 992px) {
  /* line 159, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
  .text-block {
    margin: -200px 0 50px;
  }
}

@media (max-width: 992px) {
  /* line 165, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
  .text-block {
    margin: -30% 0 50px;
    padding: 10px 30px;
  }
  /* line 169, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
  .text-block h1 {
    font-size: 32px;
  }
  /* line 174, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_layout.scss */
  .alignleft {
    float: none;
    margin: 0 auto;
  }
}

/* The Masonry Container */
/* line 2, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
.news-flex {
  margin: 1.5em auto;
  display: flex;
  flex-wrap: wrap;
}

/* The Masonry Brick */
/* line 9, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
.news-item {
  background: #fff;
  padding: 1em;
  margin: 0;
  flex-basis: 31.5%;
}

/* line 15, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
.news-item h3 {
  margin: 15px 0 10px;
  font-size: 20px;
}

/* line 20, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
.news-item p {
  margin: 0;
  line-height: 22px;
}

/* line 25, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
.news-item img {
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 31, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
  .news-item {
    flex-basis: 49.5%;
  }
  /* line 35, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
  .news-video {
    padding: 76px 0;
  }
}

@media (max-width: 992px) {
  /* line 41, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
  .news-video {
    padding: 47px 0;
  }
}

@media (max-width: 767px) {
  /* line 48, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
  .news-video {
    padding: 130px 0;
  }
  /* line 52, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_news-items.scss */
  .news-flex {
    flex-direction: column;
  }
}

/* line 2, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
.bio-flex hr {
  height: 2px;
  background: #e6e6e6;
  margin: 50px 0;
}

/* line 9, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
.bio-section {
  padding: 0 20px 0.25em;
}

/* line 13, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
.bio-card {
  display: flex;
  margin-bottom: 20px;
  padding: 0 0 0.25em;
  align-items: flex-start;
}

/* line 19, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
.bio-card .text-desc {
  padding: 15px 0 0 15px;
}

/* line 23, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
.bio-card .headshot {
  margin-right: 1.5em;
}

/* line 26, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
.bio-card .headshot img {
  border-radius: 50%;
  width: 150px;
}

/* line 32, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
.bio-card .bio-text {
  flex-basis: 100%;
}

@media (max-width: 768px) {
  /* line 39, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
  .bio-card {
    flex-direction: column;
  }
  /* line 42, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
  .bio-card .headshot {
    margin: 0 auto 15px;
  }
  /* line 46, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
  .bio-card .bio-text h3 {
    text-align: center;
  }
  /* line 51, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_bio.scss */
  .bio-card .text-desc .btn {
    margin: 0 auto;
    display: block;
    width: 200px;
  }
}

/* line 1, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 7, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer {
  text-align: center;
  font-size: 1.3em;
}

/* line 11, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer .org-wrapper {
  background-color: #fff;
  padding: 25px 0;
  color: #fff;
}

/* line 18, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.sponsor-section {
  background-color: #333;
  padding: 20px 0;
}

/* line 22, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.sponsor-section .org-logo {
  height: 70px;
}

/* line 26, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.sponsor-section .footer-logo {
  text-align: center;
}

/* line 29, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.sponsor-section .footer-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 37, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.sponsor-section .first-logo {
  flex-basis: 25%;
  height: 50px;
}

/* line 42, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.sponsor-section .second-logo {
  flex-basis: 25%;
  height: 70px;
}

/* line 47, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.sponsor-section .third-logo {
  flex-basis: 25%;
  height: 70px;
}

/* line 52, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.sponsor-section .fourth-logo {
  flex-basis: 25%;
  height: 50px;
}

/* line 59, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer .org-wrapper .default-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}

/* line 77, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer .org-wrapper .default-info img {
  height: 48px;
}

/* line 81, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer .org-wrapper .default-info .mandatory-links a {
  color: #fff;
}

/* line 89, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer .logo-padding {
  padding: 20px;
}

/* line 93, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer .credits {
  color: #fff;
  font-style: italic;
  padding: 10px 15px;
  background: #333;
  font-size: 0.9em;
}

/* line 101, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer .site__increase {
  height: 432px;
}

/* line 105, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.site-footer .mandatory-links {
  margin: 0 auto;
  font-size: 0.9em;
}

/* line 110, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.download-bar {
  background: #462a6a;
}

/* line 113, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.download-bar .download-wrapper {
  padding: 10px 35px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
}

/* line 121, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/partials/_footer.scss */
.download-bar .download-wrapper span {
  margin-left: 10px;
}

/* ==========================================================================
Global Styles
========================================================================== */
/* line 46, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 52, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.no-padding {
  padding: 0;
}

/* line 56, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.no-margin {
  margin: 0;
}

/* line 60, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.text-block img {
  max-width: 100%;
  height: auto;
}

/* line 65, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
a {
  color: #79c600;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}

/* line 75, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
a:hover,
a:focus {
  color: #6ad400;
  text-decoration: none;
}

/* line 81, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #252627;
  -webkit-text-size-adjust: 100%;
}

/* line 90, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
ul,
ol {
  margin: 0;
  padding: 0;
}

/* line 96, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
ul li {
  margin-left: 20px;
}

/* line 100, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.section-padding {
  padding: 60px 0 80px;
}

/* line 104, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 117, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 122, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 127, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 132, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 137, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 142, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px;
}

/* ==========================================================================
Animations
========================================================================== */
/* line 156, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.pulse2 {
  animation-name: pulse2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse2 {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/* line 177, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.floating-arrow {
  animation-name: floating-arrow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating-arrow {
  from {
    transform: translate(-50%, 0);
  }
  65% {
    transform: translate(-50%, 15px);
  }
  to {
    transform: translate(-50%, 0);
  }
}

/* line 198, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.floating-logo {
  animation-name: floating-logo;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating-logo {
  from {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  to {
    transform: translate(-50%, 0);
  }
}

/* ==========================================================================
Waypoinsts
========================================================================== */
/* line 222, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9 {
  visibility: hidden;
}

/* line 234, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 239, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
  visibility: visible;
}

/* ==========================================================================
Navigation
========================================================================== */
/* line 254, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 261, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer;
}

/* line 270, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle:focus {
  outline: none;
}

/* line 274, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}

/* line 289, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle span:before {
  top: -10px;
}

/* line 293, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle span:after {
  bottom: -10px;
}

/* line 297, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 306, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle.active span {
  background-color: transparent;
}

/* line 310, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}

/* line 315, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 323, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.nav-toggle.active span:after {
  top: 10px;
  -moz-transform: translatey(-10px) rotate(-45deg);
  -ms-transform: translatey(-10px) rotate(-45deg);
  -o-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

/* line 332, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

/* ==========================================================================
Intro
========================================================================== */
/* line 345, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.intro span.icon {
  font-size: 40px;
  color: #92c83d;
  font-weight: bold;
}

/* line 351, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px;
}

/* line 359, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.intro-content {
  display: inline-block;
  width: 80%;
}

/* ==========================================================================
Features-stack
========================================================================== */
/* line 367, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features {
  position: relative;
  overflow: hidden;
}

/* line 371, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features p {
  margin-bottom: 20px;
  padding-bottom: 0;
}

/* line 376, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features h3 {
  margin: 0 0 20px 0;
}

/* line 380, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features span.icon {
  font-size: 35px;
  color: #92c83d;
  font-weight: bold;
}

/* line 386, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 35px;
}

/* line 394, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features .feature-content {
  display: inline-block;
  width: 75%;
}

/* line 399, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features .intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
}

/* line 406, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features .intro-content {
  display: inline-block;
  width: 80%;
}

/* line 411, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features ul.features-stack {
  margin-top: 50px;
}

/* line 415, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features ul.features-stack li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
}

/* line 421, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features ul.features-stack li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

/* line 426, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features .ipad-wrap {
  width: 706px;
  height: 1002px;
  background: url("./../img/ipad-device.png") no-repeat center center;
  z-index: 1;
}

/* line 433, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features .iphone-wrap {
  width: 304px;
  height: 620px;
  background: url("./../img/iphone6.png") no-repeat center center;
  position: absolute;
  left: 530px;
  bottom: 129px;
  z-index: 2;
}

/* line 443, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features .device-showcase {
  position: absolute;
  bottom: 0px;
  right: 47%;
}

/* line 450, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features .responsive-feature-img,
.features-extra .responsive-feature-img {
  display: none;
}

/* line 455, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.devices {
  position: relative;
}

/* ==========================================================================
.features-extra
========================================================================== */
/* line 462, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features-extra {
  position: relative;
  z-index: 3;
}

/* line 466, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features-extra .btn {
  margin-top: 20px;
}

/* line 470, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.features-extra .macbook-wrap {
  position: absolute;
  width: 916px;
  height: 540px;
  background: url("./../img/macbook-pro.png") no-repeat center center;
  top: 114px;
  z-index: 4;
  left: 50%;
}

/* ==========================================================================
.hero-strip
========================================================================== */
/* line 484, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.hero-strip {
  margin-top: 120px;
  background: #333844 url("./../img/polygonal-bg.jpg") no-repeat center center;
  padding-bottom: 190px;
  position: relative;
}

/* line 490, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.hero-strip i {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #F69D52;
  vertical-align: top;
  margin-left: -8px;
  font-style: normal;
}

/* line 500, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.hero-strip h2 {
  color: #fff;
  margin: 0 0 20px 0;
}

/* line 505, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.hero-strip p {
  color: #ACB1B4;
}

/* line 509, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.hero-strip .btn {
  margin-top: 10px;
}

/* line 513, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.hero-strip .logo-placeholder {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -285px;
  left: 50%;
  transform: translateX(-50%);
}

/* ==========================================================================
.blog-intro
========================================================================== */
/* line 526, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog-intro {
  padding-top: 160px;
}

/* line 529, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog-intro h3 {
  margin-bottom: 70px;
}

/* line 533, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog-intro .leftcol {
  padding-right: 100px;
  border-right: solid 1px #fff;
}

/* line 538, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog-intro .rightcol {
  padding-left: 100px;
}

/* ==========================================================================
.blog
========================================================================== */
/* line 546, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog {
  padding-bottom: 120px;
}

/* line 549, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog img {
  width: 100%;
  height: auto;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 558, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog h2 {
  font-size: 11px;
  color: #ACB1B4;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 35px;
}

/* line 566, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog .btn {
  margin-top: 20px;
}

/* line 570, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog .blog-img-wrap {
  position: relative;
  overflow: hidden;
}

/* line 574, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog .blog-img-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 588, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog .blog-img-wrap i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 25px;
  right: 35px;
}

/* line 599, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog .blog-img-wrap:hover img,
.blog .blog-img-wrap:focus img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 608, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog .blog-img-wrap:hover .overlay,
.blog .blog-img-wrap:focus .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 9;
}

/* line 616, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog figcaption i {
  margin-left: 5px;
  font-size: 15px;
}

/* line 621, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog figcaption a.blog-post-title {
  color: #252627;
}

/* line 625, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.blog figcaption a.blog-post-title:hover,
.blog figcaption a.blog-post-title:focus {
  color: #3D4351;
}

/* ==========================================================================
.testimonial-slider
========================================================================== */
/* line 634, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.testimonial-slider {
  background: url("./../img/testimonials-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 641, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.testimonial-slider .avatar {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  border: solid 3px #fff;
  background-color: #fff;
}

/* line 651, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.testimonial-slider .avatar img {
  width: 82px;
  height: auto;
}

/* line 657, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.testimonial-slider h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  margin: 30px 0;
}

/* line 665, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.testimonial-slider p {
  color: #ACB1B4;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ==========================================================================
Sign up form
========================================================================== */
/* line 677, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .sign-up-btn {
  padding: 15px 0;
  border-radius: 3px;
  width: 80%;
  font-size: 13px;
}

/* line 684, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group {
  width: 80%;
  height: 55px;
  margin: 0 auto 10px;
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #fff;
  text-align: left;
  position: relative;
}

/* line 693, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group i {
  color: #92c83d;
  font-size: 14px;
}

/* line 698, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group i:after {
  content: "";
  height: 30px;
  width: 1px;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

/* line 709, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group i.fa-lock {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

/* line 717, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group i.fa-envelope {
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

/* line 725, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group input {
  padding-left: 68px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -ms-radius: 6px;
  -o-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: none;
}

/* line 733, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group input::-webkit-input-placeholder {
  color: #BCC1C3;
}

/* line 737, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group input:-moz-placeholder {
  color: #BCC1C3;
}

/* line 741, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group input::-moz-placeholder {
  color: #BCC1C3;
}

/* line 745, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.sign-up .signup-form .form-input-group input:-ms-input-placeholder {
  color: #BCC1C3;
}

/* ==========================================================================
To top
========================================================================== */
/* line 755, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.to-top {
  height: 60px;
  background-color: #525252;
}

/* line 759, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.to-top .to-top-wrap {
  height: 60px;
  width: 70px;
  position: absolute;
  right: 0;
  text-align: center;
}

/* line 766, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.to-top .to-top-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 774, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.to-top .to-top-wrap a:hover,
.to-top .to-top-wrap a:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 779, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.to-top .to-top-wrap i {
  font-size: 30px;
  line-height: 55px;
}

/* line 785, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.to-top .row {
  position: relative;
}

/* ==========================================================================
Footer
========================================================================== */
/* line 793, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer {
  background-color: #3D4351;
  position: relative;
}

/* line 797, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer p {
  color: #ACB1B4;
  font-size: 13px;
}

/* line 802, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer a {
  color: #fff;
}

/* line 806, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer a:hover {
  color: #92c83d;
}

/* line 810, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer ul.footer-group {
  border-top: solid 1px #4E566C;
  padding-top: 25px;
  margin-bottom: 45px;
}

/* line 816, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer ul.footer-group li {
  display: inline-block;
}

/* line 820, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer ul.footer-group li a {
  font-size: 13px;
  text-transform: uppercase;
}

/* line 825, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer ul.footer-group li a:hover {
  color: #92c83d;
}

/* line 829, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer ul.footer-group li {
  margin-right: 30px;
}

/* line 833, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer ul.footer-group li:last-child {
  margin-right: 0;
}

/* line 837, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer span.fa-heart {
  color: #ff415c;
  font-size: 15px;
  margin: 0 2px;
}

/* line 843, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share {
  position: absolute;
  background-color: #373D4A;
  right: 0;
  width: 40%;
  height: 100%;
  padding: 142px 0 0 70px;
}

/* line 851, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share p {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 857, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share a.twitter-share {
  height: 60px;
  width: 60px;
  background-color: #1AB4EF;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

/* line 868, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share a.twitter-share:hover,
footer .social-share a.twitter-share:focus {
  background-color: #1590BF;
}

/* line 873, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share a.facebook-share:hover,
footer .social-share a.facebook-share:focus {
  background-color: #324C85;
}

/* line 878, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share a.facebook-share {
  height: 60px;
  width: 60px;
  background-color: #3B5898;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
}

/* line 888, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share a {
  color: #fff;
}

/* line 892, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share a:hover {
  color: #fff;
}

/* line 896, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .social-share a i {
  margin-top: 20px;
}

/* line 901, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
footer .footer-links {
  margin: 120px 0 120px 0;
}

/* ==========================================================================
Icon font (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: 'et-line';
  src: url("./../fonts/et-line.eot");
  src: url("./../fonts/et-line.eot#iefix") format("embedded-opentype"), url("./../fonts/et-line.woff") format("woff"), url("./../fonts/et-line.ttf") format("truetype"), url("./../fonts/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 918, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 938, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-mobile,
.icon-laptop,
.icon-desktop,
.icon-tablet,
.icon-phone,
.icon-document,
.icon-documents,
.icon-search,
.icon-clipboard,
.icon-newspaper,
.icon-notebook,
.icon-book-open,
.icon-browser,
.icon-calendar,
.icon-presentation,
.icon-picture,
.icon-pictures,
.icon-video,
.icon-camera,
.icon-printer,
.icon-toolbox,
.icon-briefcase,
.icon-wallet,
.icon-gift,
.icon-bargraph,
.icon-grid,
.icon-expand,
.icon-focus,
.icon-edit,
.icon-adjustments,
.icon-ribbon,
.icon-hourglass,
.icon-lock,
.icon-megaphone,
.icon-shield,
.icon-trophy,
.icon-flag,
.icon-map,
.icon-puzzle,
.icon-basket,
.icon-envelope,
.icon-streetsign,
.icon-telescope,
.icon-gears,
.icon-key,
.icon-paperclip,
.icon-attachment,
.icon-pricetags,
.icon-lightbulb,
.icon-layers,
.icon-pencil,
.icon-tools,
.icon-tools-2,
.icon-scissors,
.icon-paintbrush,
.icon-magnifying-glass,
.icon-circle-compass,
.icon-linegraph,
.icon-mic,
.icon-strategy,
.icon-beaker,
.icon-caution,
.icon-recycle,
.icon-anchor,
.icon-profile-male,
.icon-profile-female,
.icon-bike,
.icon-wine,
.icon-hotairballoon,
.icon-globe,
.icon-genius,
.icon-map-pin,
.icon-dial,
.icon-chat,
.icon-heart,
.icon-cloud,
.icon-upload,
.icon-download,
.icon-target,
.icon-hazardous,
.icon-piechart,
.icon-speedometer,
.icon-global,
.icon-compass,
.icon-lifesaver,
.icon-clock,
.icon-aperture,
.icon-quote,
.icon-scope,
.icon-alarmclock,
.icon-refresh,
.icon-happy,
.icon-sad,
.icon-facebook,
.icon-twitter,
.icon-googleplus,
.icon-rss,
.icon-tumblr,
.icon-linkedin,
.icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* line 1050, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-mobile:before {
  content: "\e000";
}

/* line 1054, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-laptop:before {
  content: "\e001";
}

/* line 1058, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-desktop:before {
  content: "\e002";
}

/* line 1062, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-tablet:before {
  content: "\e003";
}

/* line 1066, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-phone:before {
  content: "\e004";
}

/* line 1070, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-document:before {
  content: "\e005";
}

/* line 1074, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-documents:before {
  content: "\e006";
}

/* line 1078, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-search:before {
  content: "\e007";
}

/* line 1082, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-clipboard:before {
  content: "\e008";
}

/* line 1086, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-newspaper:before {
  content: "\e009";
}

/* line 1090, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-notebook:before {
  content: "\e00a";
}

/* line 1094, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-book-open:before {
  content: "\e00b";
}

/* line 1098, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-browser:before {
  content: "\e00c";
}

/* line 1102, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-calendar:before {
  content: "\e00d";
}

/* line 1106, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-presentation:before {
  content: "\e00e";
}

/* line 1110, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-picture:before {
  content: "\e00f";
}

/* line 1114, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-pictures:before {
  content: "\e010";
}

/* line 1118, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-video:before {
  content: "\e011";
}

/* line 1122, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-camera:before {
  content: "\e012";
}

/* line 1126, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-printer:before {
  content: "\e013";
}

/* line 1130, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-toolbox:before {
  content: "\e014";
}

/* line 1134, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-briefcase:before {
  content: "\e015";
}

/* line 1138, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-wallet:before {
  content: "\e016";
}

/* line 1142, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-gift:before {
  content: "\e017";
}

/* line 1146, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-bargraph:before {
  content: "\e018";
}

/* line 1150, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-grid:before {
  content: "\e019";
}

/* line 1154, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-expand:before {
  content: "\e01a";
}

/* line 1158, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-focus:before {
  content: "\e01b";
}

/* line 1162, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-edit:before {
  content: "\e01c";
}

/* line 1166, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-adjustments:before {
  content: "\e01d";
}

/* line 1170, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-ribbon:before {
  content: "\e01e";
}

/* line 1174, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-hourglass:before {
  content: "\e01f";
}

/* line 1178, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-lock:before {
  content: "\e020";
}

/* line 1182, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-megaphone:before {
  content: "\e021";
}

/* line 1186, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-shield:before {
  content: "\e022";
}

/* line 1190, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-trophy:before {
  content: "\e023";
}

/* line 1194, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-flag:before {
  content: "\e024";
}

/* line 1198, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-map:before {
  content: "\e025";
}

/* line 1202, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-puzzle:before {
  content: "\e026";
}

/* line 1206, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-basket:before {
  content: "\e027";
}

/* line 1210, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-envelope:before {
  content: "\e028";
}

/* line 1214, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-streetsign:before {
  content: "\e029";
}

/* line 1218, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-telescope:before {
  content: "\e02a";
}

/* line 1222, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-gears:before {
  content: "\e02b";
}

/* line 1226, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-key:before {
  content: "\e02c";
}

/* line 1230, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-paperclip:before {
  content: "\e02d";
}

/* line 1234, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-attachment:before {
  content: "\e02e";
}

/* line 1238, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-pricetags:before {
  content: "\e02f";
}

/* line 1242, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-lightbulb:before {
  content: "\e030";
}

/* line 1246, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-layers:before {
  content: "\e031";
}

/* line 1250, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-pencil:before {
  content: "\e032";
}

/* line 1254, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-tools:before {
  content: "\e033";
}

/* line 1258, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-tools-2:before {
  content: "\e034";
}

/* line 1262, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-scissors:before {
  content: "\e035";
}

/* line 1266, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-paintbrush:before {
  content: "\e036";
}

/* line 1270, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-magnifying-glass:before {
  content: "\e037";
}

/* line 1274, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-circle-compass:before {
  content: "\e038";
}

/* line 1278, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-linegraph:before {
  content: "\e039";
}

/* line 1282, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-mic:before {
  content: "\e03a";
}

/* line 1286, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-strategy:before {
  content: "\e03b";
}

/* line 1290, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-beaker:before {
  content: "\e03c";
}

/* line 1294, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-caution:before {
  content: "\e03d";
}

/* line 1298, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-recycle:before {
  content: "\e03e";
}

/* line 1302, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-anchor:before {
  content: "\e03f";
}

/* line 1306, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-profile-male:before {
  content: "\e040";
}

/* line 1310, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-profile-female:before {
  content: "\e041";
}

/* line 1314, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-bike:before {
  content: "\e042";
}

/* line 1318, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-wine:before {
  content: "\e043";
}

/* line 1322, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-hotairballoon:before {
  content: "\e044";
}

/* line 1326, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-globe:before {
  content: "\e045";
}

/* line 1330, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-genius:before {
  content: "\e046";
}

/* line 1334, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-map-pin:before {
  content: "\e047";
}

/* line 1338, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-dial:before {
  content: "\e048";
}

/* line 1342, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-chat:before {
  content: "\e049";
}

/* line 1346, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-heart:before {
  content: "\e04a";
}

/* line 1350, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-cloud:before {
  content: "\e04b";
}

/* line 1354, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-upload:before {
  content: "\e04c";
}

/* line 1358, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-download:before {
  content: "\e04d";
}

/* line 1362, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-target:before {
  content: "\e04e";
}

/* line 1366, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-hazardous:before {
  content: "\e04f";
}

/* line 1370, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-piechart:before {
  content: "\e050";
}

/* line 1374, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-speedometer:before {
  content: "\e051";
}

/* line 1378, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-global:before {
  content: "\e052";
}

/* line 1382, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-compass:before {
  content: "\e053";
}

/* line 1386, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-lifesaver:before {
  content: "\e054";
}

/* line 1390, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-clock:before {
  content: "\e055";
}

/* line 1394, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-aperture:before {
  content: "\e056";
}

/* line 1398, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-quote:before {
  content: "\e057";
}

/* line 1402, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-scope:before {
  content: "\e058";
}

/* line 1406, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-alarmclock:before {
  content: "\e059";
}

/* line 1410, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-refresh:before {
  content: "\e05a";
}

/* line 1414, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-happy:before {
  content: "\e05b";
}

/* line 1418, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-sad:before {
  content: "\e05c";
}

/* line 1422, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-facebook:before {
  content: "\e05d";
}

/* line 1426, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-twitter:before {
  content: "\e05e";
}

/* line 1430, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-googleplus:before {
  content: "\e05f";
}

/* line 1434, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-rss:before {
  content: "\e060";
}

/* line 1438, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-tumblr:before {
  content: "\e061";
}

/* line 1442, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-linkedin:before {
  content: "\e062";
}

/* line 1446, ../../../../../Users/de8/htdocs/vlt/wp-content/themes/sedna/sass/styles.scss */
.icon-dribbble:before {
  content: "\e063";
}

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