@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/* */
/* Principal Stylesheet for VNRC */
/* */
/********************* */
/* COLORS  &  MIXINS */
/********************* */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://use.typekit.net/znn3hzy.css");
@keyframes push {
  50% {
    transform: scale(0.8);
  }
}

@keyframes outandback {
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

/********************* */
/* GENERAL STYLES */
/********************* */
/* line 194, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
* {
  transition: all 0.3s ease-in-out;
}

/* line 197, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
html {
  font-size: 100%;
}

/* line 200, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body {
  color: #2b2b2b;
}

/********************* */
/* LINK STYLES */
/********************* */
/* line 206, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
a, a:visited {
  color: #78a13f;
}

/* line 209, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
a:link, a:visited:link {
  -webkit-tap-highlight-color: #78a13f;
}

/* line 212, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
a:hover, a:visited:hover {
  color: #2A6A35;
}

/* line 215, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.entry-content a, p.tags a {
  color: #78a13f;
}

/* line 217, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.entry-content a:hover, p.tags a:hover {
  color: #206a80;
}

/* line 221, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
a.button {
  background: #d14b27;
  color: #fff;
  border: 2px solid #d14b27;
  font-weight: bold;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
a.button:hover {
  transition: all .3s ease-in-out;
  background: rgba(209, 74, 39, 0.5);
  border: 2px solid #d14b27;
  color: #fff;
}

/* line 223, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
a.button .arrow {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  display: inline-block;
  height: 0;
  width: 0;
}

/* line 225, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
a.button:hover {
  color: #fff;
}

/* line 227, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
a.button:hover .arrow {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #2A6A35;
  display: inline-block;
  height: 0;
  width: 0;
}

/* line 230, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.wpcf7-submit {
  background: #cccccc;
  font-size: 1.25rem;
  color: #FFFFFF;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 0.85rem 1rem;
  cursor: pointer;
}

/* line 240, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.wpcf7-submit:hover {
  color: #fff;
  background-color: #2A6A35;
}

/* line 245, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.button.orange {
  background: #d14b27;
  color: #fff;
  border: 2px solid #d14b27;
  font-weight: bold;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.button.orange:hover {
  transition: all .3s ease-in-out;
  background: rgba(209, 74, 39, 0.5);
  border: 2px solid #d14b27;
  color: #fff;
}

/* line 249, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.button.white {
  background: #fff;
  color: #2A6A35;
  border: 2px solid #fff;
}

/* line 36, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.button.white:hover {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  color: #2A6A35;
}

/* line 253, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.button.green {
  background: #78a13f;
  color: #fff !important;
  border: none;
  text-decoration: none !important;
  font-weight: bold;
}

/* line 60, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.button.green:hover {
  transition: all .3s ease-in-out;
  background: #9dc16b;
  border: none;
  color: #fff;
}

/********************* */
/* H1, H2, H3, H4, H5 P STYLES */
/********************* */
/* line 259, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #2b2b2b;
}

/* line 263, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 266, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
h1, .h1 {
  line-height: 2.8rem;
}

/* line 277, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
p {
  line-height: 1.5rem;
  font-size: 1rem;
}

/* line 281, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.check {
  list-style: none;
  margin-left: 0;
}

/* line 284, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.check li {
  padding-left: 35px;
  background: url(../images/greencheck.png) no-repeat 0px 2px;
  background-size: 27px;
  font-weight: bold;
  margin-bottom: .25rem;
}

/* line 291, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
blockquote {
  font-size: 1.75rem;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 2rem;
  position: relative;
  line-height: 2.5rem;
  border-left: 0;
  color: #3e3ee3;
}

/* line 301, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
blockquote p:after, blockquote p:before {
  content: "\0022";
  position: absolute;
  font-size: 1.5rem;
}

/* line 305, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
blockquote p:before {
  left: 0;
}

/* line 308, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
select {
  border: 1px solid #2A6A35;
  color: #2A6A35;
}

/* line 312, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.search {
  position: relative;
}

/* line 314, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.search input {
  text-indent: 32px;
  border-radius: 25px;
  border-color: #fff;
}

/* line 318, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.search .fi-magnifying-glass {
  font-size: 1.75rem;
  color: #fff;
  margin-left: .5rem;
}

/* line 323, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.reveal.full {
  padding: 8rem;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 326, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.reveal.full .close-button {
  right: 2rem;
  top: 2rem;
  font-size: 2rem;
  color: #2A6A35;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.reveal.full input[type="search"] {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  padding: 2rem;
  font-size: 1.5rem;
  border-bottom: 5px solid #78a13f;
  color: #fff;
  width: 60%;
  margin-left: 15%;
  float: left;
}

/* line 343, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.reveal.full input[type="search"]:focus {
  background-color: rgba(49, 76, 54, 0.5);
  border-bottom: 5px solid #78a13f;
  color: #fff;
}

/* line 347, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.reveal.full input[type="submit"] {
  float: left;
  padding: 1.5rem 2rem 1.725rem 2rem !important;
  text-indent: 0;
  border-radius: 0;
  border: 0;
}

/* line 354, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
hr {
  margin: 4rem auto;
  width: 80%;
}

/********************* */
/* ELEMENTS */
/********************* */
/* line 362, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.accordion .accordion-title {
  text-transform: uppercase;
  font-weight: 400;
}

/* line 365, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.accordion .accordion-title:hover {
  color: #2b2b2b;
}

/* line 367, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.accordion .accordion-item:first-child > :first-child {
  border-radius: 3px;
}

/* line 369, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.accordion .accordion-item:last-child:not(.is-active) > .accordion-title {
  border-radius: 3px;
}

/* line 371, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.accordion .accordion-title::before {
  margin-top: -1rem;
}

/* line 375, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
#crumbs {
  margin-bottom: 2rem;
}

/* line 380, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.tabs .tabs-title > a {
  font-size: .9rem;
  padding: 1rem 1.25rem;
}

/* line 383, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
ul.tabs .tabs-title > a:focus, ul.tabs .tabs-title > a[aria-selected='true'] {
  font-size: 1.25rem;
}

/* line 387, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.wp-block-image figure {
  display: table;
}

/********************* */
/* PAGINATION */
/********************* */
/* line 394, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greenarrow {
  background: url("../images/svg/greenarrow.svg");
  height: 18px;
  width: 18px;
  display: block;
  float: right;
  line-height: 3rem;
  background-size: contain;
  margin: 15px 0 0 5px;
}

/* line 396, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greenarrow.excerpt {
  margin: 4px 0 0 5px;
}

/* line 399, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.excerpt-read-more {
  float: left;
  display: block;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 405, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.excerpt-read-more:hover {
  opacity: .75;
}

/* line 407, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.excerpt-read-more:hover .greenarrow {
  margin-left: 10px;
}

/* line 410, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.catLink a.readmore {
  float: right;
}

/********************* */
/* HEADER */
/********************* */
@media print, screen and (min-width: 40em) {
  /* line 419, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap .top-bar {
    padding: 1rem 0 0;
  }
  /* line 422, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover {
    background-color: #fff;
  }
  /* line 425, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover .top-bar-left #logo a img.logo.white {
    display: none;
  }
  /* line 427, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover .top-bar-left #logo a img.logo.green {
    display: block;
  }
  /* line 429, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover a.search i.fi-magnifying-glass {
    color: #2b2b2b;
  }
  /* line 432, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link {
    color: #2b2b2b;
  }
  /* line 434, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, .navWrap:hover #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link {
    color: #2b2b2b;
  }
  /* line 436, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link {
    background-color: transparent;
    border: 2px solid #2b2b2b;
    color: #2b2b2b;
  }
  /* line 440, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link:hover {
    transition: all .3s ease-in-out;
    background-color: #2b2b2b;
    color: #fff;
  }
  /* line 444, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover .button.informed {
    background-color: transparent;
    border: 2px solid #2b2b2b;
    padding: .85rem 1rem;
    color: #2b2b2b;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 30px;
    padding: .5rem 1.5rem;
    line-height: 20px;
  }
  /* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover .button.informed:hover {
    transition: all .3s ease-in-out;
    background-color: #2b2b2b;
    color: #2b2b2b;
  }
  /* line 446, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  .navWrap:hover .button.informed:hover {
    color: #fff;
  }
}

/* line 452, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-left #logo {
  width: 175px;
  position: relative;
  height: 85px;
}

/* line 456, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-left #logo a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

/* line 462, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-left #logo a img.logo.white {
  display: none;
}

/* line 467, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right .button.informed, .top-bar-right .button.search {
  background-color: transparent;
  border: 2px solid #fff;
  padding: .85rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: .5rem 1.5rem;
  line-height: 20px;
}

/* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right .button.informed:hover, .top-bar-right .button.search:hover {
  transition: all .3s ease-in-out;
  background-color: #fff;
  color: #2b2b2b;
}

/* line 469, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav {
  float: left;
}

/* line 471, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav {
  float: left;
}

/* line 473, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
  margin-top: 20px;
  border-bottom: 1px solid #ebebeb;
}

/* line 476, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link {
  padding: 0 2rem;
}

/* line 478, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, .top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link {
  padding: 0 5px;
}

/* line 480, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link i, .top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link i {
  font-size: 2rem;
}

/* line 482, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link:hover i {
  color: #3b5998;
}

/* line 484, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link:hover i {
  color: #38A1F3;
}

/* line 486, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link {
  margin-right: 1rem;
}

/* line 488, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.donate a.mega-menu-link {
  margin-right: .5rem;
  background: #d14b27;
  color: #fff;
  border: 2px solid #d14b27;
  font-weight: bold;
  border-radius: 20px;
  padding: .5rem 1.5rem;
  line-height: 20px;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav li.donate a.mega-menu-link:hover {
  transition: all .3s ease-in-out;
  background: rgba(209, 74, 39, 0.5);
  border: 2px solid #d14b27;
  color: #fff;
}

/* line 495, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav .menu .active > a {
  color: #78a13f !important;
  padding-left: 20px !important;
  background: url(../images/nav-current.png) no-repeat center left;
  background-size: 12px;
}

/* line 503, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li h4.mega-block-title {
  font-family: adobe-garamond-pro, serif !important;
  font-style: italic;
}

/* line 506, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-our-work, .top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-resources, .top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-about-us {
  display: block;
  margin-left: 0;
}

/* line 509, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-our-work li a, .top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-resources li a, .top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-about-us li a {
  padding: .35rem .5rem;
  color: #2b2b2b;
  font-size: 1rem;
}

/* line 513, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-our-work li a:hover, .top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-resources li a:hover, .top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li ul#menu-about-us li a:hover {
  color: #78a13f;
}

/* line 515, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li.image {
  background-color: #ebebeb !important;
  height: 100%;
}

/* line 518, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu li.image p.wp-caption-text {
  font-size: 1.2rem;
  float: left;
}

/* line 521, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.top-bar-right #mega-menu-wrap-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 30px;
}

/********************* */
/* PAGE TEMPLATE */
/********************* */
/* line 528, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
header.header {
  background-size: cover;
  height: 400px;
  position: relative;
}

/* line 532, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
header.header .top-bar, header.header .top-bar ul {
  background-color: transparent;
}

/* line 534, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
header.header .top-bar #logo a img.logo.white, header.header .top-bar ul #logo a img.logo.white {
  display: block;
}

/* line 536, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
header.header .top-bar #logo a img.logo.green, header.header .top-bar ul #logo a img.logo.green {
  display: none;
}

/* line 538, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
header.header #heroTitle {
  position: absolute;
  width: 70%;
  bottom: 33%;
  left: 15%;
  text-align: center;
}

/* line 544, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
header.header #heroTitle h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
}

/* line 549, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.entry-content, .inner-content {
  padding: 2rem 0;
}

/* line 551, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.entry-content h2, .inner-content h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
}

/* line 553, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.entry-content .intro, .inner-content .intro {
  margin-bottom: 3rem;
}

/* line 555, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.entry-content .intro p, .inner-content .intro p {
  text-align: center;
  font-size: 1.4rem;
}

/* line 559, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.entry-content {
  margin-bottom: 4rem;
}

/* line 564, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-default .entry-content h2, body.page-template-default .inner-content h2 {
  margin-bottom: 0.5rem;
  text-align: left;
}

/********************* */
/* SINGLE TEMPLATE */
/********************* */
/* line 575, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.single .inner-content {
  margin-top: 2rem;
}

/* line 577, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.single h1.entry-title.single-title {
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 700;
}

/* line 581, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.single p.byline {
  margin-top: -41px;
  background-color: #404040;
  color: #fff;
  opacity: .75;
  padding: .5rem;
  position: absolute;
}

/* line 588, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.single .entry-content {
  padding: 1rem 0;
}

/* line 593, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
article.category-art-gibb-award p.byline, article.category-small-grants-for-smart-growth p.byline {
  display: none;
}

/********************* */
/* ARCHIVE TEMPLATE */
/********************* */
/* line 600, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive #heroTitle h3, body.page-template-template-postsatbottom #heroTitle h3 {
  color: #fff;
  font-style: italic;
}

/* line 603, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive .inner-content, body.page-template-template-postsatbottom .inner-content {
  margin-top: 2rem;
}

/* line 605, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive header iframe, body.page-template-template-postsatbottom header iframe {
  margin-bottom: 2rem;
}

/* line 607, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive article.post:nth-child(odd), body.archive div.postsAtBottom article:nth-child(odd), body.page-template-template-postsatbottom article.post:nth-child(odd), body.page-template-template-postsatbottom div.postsAtBottom article:nth-child(odd) {
  background-color: #f2f2f2;
}

/* line 609, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive article:first-of-type, body.page-template-template-postsatbottom article:first-of-type {
  padding-top: 0;
}

/* line 611, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive article, body.page-template-template-postsatbottom article {
  margin-bottom: .5rem;
  padding: 2rem 1rem 2rem 2rem;
}

/* line 614, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive article .article-header h2, body.page-template-template-postsatbottom article .article-header h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 0;
  text-align: left;
}

/* line 620, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive article p.byline, body.page-template-template-postsatbottom article p.byline {
  color: #2b2b2b;
  font-weight: 500;
  font-size: 1rem;
  margin: .5rem 0 0 0;
}

/* line 625, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive article .entry-content, body.page-template-template-postsatbottom article .entry-content {
  padding: .5rem 0;
  margin: 0;
  font-size: .9rem;
}

/* line 630, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive article .excerpt-read-more .greenarrow, body.page-template-template-postsatbottom article .excerpt-read-more .greenarrow {
  margin: 3px 0 0 5px;
}

/* line 632, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.archive article .excerpt-read-more:hover .greenarrow, body.page-template-template-postsatbottom article .excerpt-read-more:hover .greenarrow {
  margin-left: 10px;
}

/********************* */
/* SIDEBAR */
/********************* */
/* line 641, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.sidebar .widget {
  margin-bottom: 2rem;
  float: left;
}

/* line 644, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.sidebar .widget h4.widgettitle {
  color: #2A6A35;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-bottom: 1px solid #bbd09d;
  padding-bottom: .5rem;
}

/* line 650, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.sidebar .widget_categories ul li, .sidebar .DisplayCategoriesWidget ul li {
  margin: .25rem 0;
}

/* line 655, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.sidebar .widget_categories ul li a, .sidebar .DisplayCategoriesWidget ul li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #2b2b2b;
}

/* line 659, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.sidebar .widget_categories ul li a:hover, .sidebar .DisplayCategoriesWidget ul li a:hover {
  opacity: .65;
}

/* line 661, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.sidebar .widget_recent_entries li {
  line-height: 1.25rem;
  margin: 1.25rem 0;
  color: #333;
  border-left: 5px solid lightgrey;
  padding-left: 5px;
}

/* line 667, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.sidebar .widget_recent_entries li a {
  color: #2b2b2b;
}

/* line 669, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.sidebar .widget_recent_entries li:hover {
  border-left: 10px solid #78a13f;
}

/********************* */
/* HOMEPAGE */
/********************* */
/* line 678, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .top-bar, body.home .top-bar ul {
  background-color: transparent;
}

/* line 680, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .top-bar #logo a img.logo.white, body.home .top-bar ul #logo a img.logo.white {
  display: block;
}

/* line 682, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .top-bar #logo a img.logo.green, body.home .top-bar ul #logo a img.logo.green {
  display: none;
}

/* line 684, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home header.header {
  background-size: cover;
  height: 100vh;
  position: relative;
}

/* line 688, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home header.header #heroTitle {
  position: absolute;
  width: 52%;
  bottom: 17%;
  left: 23%;
  text-align: center;
}

/* line 694, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home header.header #heroTitle h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
}

/* line 698, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home header.header #heroTitle span.since {
  color: #fff;
  font-size: 2rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: bold;
  font-style: italic;
  display: block;
}

/* line 705, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home header.header #heroTitle .button {
  margin-top: 2rem;
}

/* line 707, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .icons {
  margin: 4rem 0;
  transition: all 1s ease-in-out;
}

/* line 710, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .icons img {
  height: 100px;
  display: block;
  margin: 0 auto .75rem;
  padding: .5rem;
}

/* line 715, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .icons .cell {
  border-right: 1px solid #ddeacb;
  padding: 0 .5rem;
}

/* line 718, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .icons .cell:hover img {
  transform: scale(1.1);
}

/* line 720, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .icons .cell:hover h4 {
  color: #78a13f;
}

/* line 722, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .icons .cell:last-child {
  border-right: 0;
}

/* line 724, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.home .icons h4 {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #2b2b2b;
  margin-bottom: 0;
}

/* line 731, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper {
  background-color: #f2f2f2;
  padding: 4rem 0;
}

/* line 734, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .news {
  margin-bottom: 3rem;
}

/* line 736, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .news h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}

/* line 739, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .news h4 {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem 0 0;
  margin-bottom: 0;
}

/* line 744, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .news .catLink .readmore {
  float: right;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 3rem;
  margin-right: 5px;
}

/* line 155, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .news .catLink .readmore:hover {
  opacity: .75;
  margin-right: 0;
}

/* line 158, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .news .catLink .readmore:hover .greenarrow {
  margin-left: 10px;
}

/* line 746, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .news .byline {
  margin-top: -41px;
  background-color: #404040;
  color: #fff;
  opacity: .75;
  padding: .5rem;
  position: absolute;
}

/* line 753, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video {
  background-color: #6f7d74;
  padding: 2rem;
  position: relative;
}

/* line 758, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video .vidContent h2, .greyWrapper .video .vidContent p, .greyWrapper .video .vidContent div {
  text-align: left;
  color: #fff;
}

/* line 761, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video .vidContent h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
}

/* line 763, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video .vidContent .leadin {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

/* line 768, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video .vidContent .text {
  margin-bottom: 1.5rem;
}

/* line 770, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video .vidContent a.videoLink {
  position: absolute;
  text-transform: uppercase;
  bottom: 20px;
  left: 45px;
  color: #fff;
  font-weight: 500;
}

/* line 777, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video .vidContent a.videoLink .whitearrow {
  background: url("../images/svg/white_arrow.svg");
  height: 18px;
  width: 18px;
  display: block;
  float: right;
  line-height: 3rem;
  background-size: contain;
  margin: 2px 0 0 5px;
}

/* line 779, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video .vidContent a.videoLink:hover {
  opacity: .75;
}

/* line 781, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.greyWrapper .video .vidContent a.videoLink:hover .whitearrow {
  margin-left: 10px;
}

/* line 821, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories {
  margin: 4rem 0;
}

/* line 823, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
}

/* line 825, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories a.readmore {
  float: right;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 3rem;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories a.readmore .circle {
  background-color: #78a13f;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories a.readmore .circle i {
  color: #fff;
  padding: .25rem;
}

/* line 831, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories a.readmore:hover {
  opacity: .75rem;
  margin-left: 10px;
}

/* line 785, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post {
  position: relative;
  margin-bottom: 2rem;
}

/* line 786, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post img {
  width: 100%;
}

/* line 790, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post a.victoryLink:hover {
  opacity: .75;
}

/* line 792, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 1rem;
}

/* line 800, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post .overlay:hover {
  cursor: pointer;
}

/* line 803, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post .overlay.open .more, .victories .cell.post .overlay.open .short {
  display: inline-block;
  margin-top: .5rem;
}

/* line 806, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post .overlay h4, .victories .cell.post .overlay .short, .victories .cell.post .overlay .more {
  color: #fff;
}

/* line 808, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post .overlay .more {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 812, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post .overlay .more .whitearrow {
  background: url("../images/svg/white_arrow.svg");
  height: 18px;
  width: 18px;
  display: block;
  float: right;
  line-height: 3rem;
  background-size: contain;
  margin: 2px 0 0 5px;
  float: none;
  display: inline-block;
}

/* line 816, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post .overlay .more:hover {
  opacity: .75;
}

/* line 818, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell.post .overlay .more, .victories .cell.post .overlay .short {
  display: none;
}

/* line 835, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories a.victoryLink:hover {
  opacity: .75;
}

/* line 838, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell h4 {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.5rem 0 .25rem;
}

/* line 842, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell .eventWrap {
  padding: 0 0 .5rem;
  color: #2a6a35;
  font-weight: bold;
  border-bottom: 4px dotted #78a13e;
  margin-bottom: 1rem;
}

/* line 848, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.victories .cell .eventWrap span.eventdate {
  font-weight: normal;
  color: #0a0a0a;
  font-style: italic;
}

/* line 852, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.missionWrapper {
  padding: 4rem 0;
  background: #2A6A35 url("../images/swoosh.png") no-repeat top left;
  background-size: cover;
}

/* line 856, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.missionWrapper .mission {
  text-align: center;
}

/* line 858, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.missionWrapper .mission h3 {
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}

/* line 864, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.missionWrapper .mission p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}

/* line 869, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.advocates {
  margin: 4rem 0;
}

/* line 871, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.advocates h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin: .5rem 0 0;
}

/* line 875, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.advocates .role {
  color: #2A6A35;
  font-style: italic;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.3rem;
}

/* line 880, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.advocates blockquote {
  border-left: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #2b2b2b;
  font-family: adobe-garamond-pro, serif;
  padding: 0.5625rem 1.25rem 0 .75rem;
}

/********************* */
/* KEY ISSUES TEMPLATE */
/********************* */
/* line 895, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .top-bar, body.page-template-template-clean-energy .top-bar ul, body.page-template-template-forests-wildlife .top-bar, body.page-template-template-forests-wildlife .top-bar ul, body.page-template-template-clean-water .top-bar, body.page-template-template-clean-water .top-bar ul, body.page-template-template-smart-growth .top-bar, body.page-template-template-smart-growth .top-bar ul, body.page-template-template-statehouse .top-bar, body.page-template-template-statehouse .top-bar ul, body.page-template-template-act250 .top-bar, body.page-template-template-act250 .top-bar ul, body.page-template-template-toxic-free .top-bar, body.page-template-template-toxic-free .top-bar ul {
  background-color: transparent;
}

/* line 897, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .top-bar #logo a img.logo.white, body.page-template-template-clean-energy .top-bar ul #logo a img.logo.white, body.page-template-template-forests-wildlife .top-bar #logo a img.logo.white, body.page-template-template-forests-wildlife .top-bar ul #logo a img.logo.white, body.page-template-template-clean-water .top-bar #logo a img.logo.white, body.page-template-template-clean-water .top-bar ul #logo a img.logo.white, body.page-template-template-smart-growth .top-bar #logo a img.logo.white, body.page-template-template-smart-growth .top-bar ul #logo a img.logo.white, body.page-template-template-statehouse .top-bar #logo a img.logo.white, body.page-template-template-statehouse .top-bar ul #logo a img.logo.white, body.page-template-template-act250 .top-bar #logo a img.logo.white, body.page-template-template-act250 .top-bar ul #logo a img.logo.white, body.page-template-template-toxic-free .top-bar #logo a img.logo.white, body.page-template-template-toxic-free .top-bar ul #logo a img.logo.white {
  display: block;
}

/* line 899, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .top-bar #logo a img.logo.green, body.page-template-template-clean-energy .top-bar ul #logo a img.logo.green, body.page-template-template-forests-wildlife .top-bar #logo a img.logo.green, body.page-template-template-forests-wildlife .top-bar ul #logo a img.logo.green, body.page-template-template-clean-water .top-bar #logo a img.logo.green, body.page-template-template-clean-water .top-bar ul #logo a img.logo.green, body.page-template-template-smart-growth .top-bar #logo a img.logo.green, body.page-template-template-smart-growth .top-bar ul #logo a img.logo.green, body.page-template-template-statehouse .top-bar #logo a img.logo.green, body.page-template-template-statehouse .top-bar ul #logo a img.logo.green, body.page-template-template-act250 .top-bar #logo a img.logo.green, body.page-template-template-act250 .top-bar ul #logo a img.logo.green, body.page-template-template-toxic-free .top-bar #logo a img.logo.green, body.page-template-template-toxic-free .top-bar ul #logo a img.logo.green {
  display: none;
}

/* line 901, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy header, body.page-template-template-forests-wildlife header, body.page-template-template-clean-water header, body.page-template-template-smart-growth header, body.page-template-template-statehouse header, body.page-template-template-act250 header, body.page-template-template-toxic-free header {
  background-size: cover;
  height: 400px;
  position: relative;
}

/* line 905, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy header #heroTitle, body.page-template-template-forests-wildlife header #heroTitle, body.page-template-template-clean-water header #heroTitle, body.page-template-template-smart-growth header #heroTitle, body.page-template-template-statehouse header #heroTitle, body.page-template-template-act250 header #heroTitle, body.page-template-template-toxic-free header #heroTitle {
  position: absolute;
  width: 70%;
  bottom: 33%;
  left: 15%;
  text-align: center;
}

/* line 911, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy header #heroTitle h1, body.page-template-template-forests-wildlife header #heroTitle h1, body.page-template-template-clean-water header #heroTitle h1, body.page-template-template-smart-growth header #heroTitle h1, body.page-template-template-statehouse header #heroTitle h1, body.page-template-template-act250 header #heroTitle h1, body.page-template-template-toxic-free header #heroTitle h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  text-shadow: 0px 0px 14px #565656;
}

/* line 916, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content, body.page-template-template-forests-wildlife .inner-content, body.page-template-template-clean-water .inner-content, body.page-template-template-smart-growth .inner-content, body.page-template-template-statehouse .inner-content, body.page-template-template-act250 .inner-content, body.page-template-template-toxic-free .inner-content {
  margin-top: 4rem;
  border-bottom: 1px solid #78a13f;
  padding-bottom: 2rem;
}

/* line 920, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .key_title, body.page-template-template-forests-wildlife .inner-content .key_title, body.page-template-template-clean-water .inner-content .key_title, body.page-template-template-smart-growth .inner-content .key_title, body.page-template-template-statehouse .inner-content .key_title, body.page-template-template-act250 .inner-content .key_title, body.page-template-template-toxic-free .inner-content .key_title {
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 924, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .inquiries, body.page-template-template-forests-wildlife .inner-content .inquiries, body.page-template-template-clean-water .inner-content .inquiries, body.page-template-template-smart-growth .inner-content .inquiries, body.page-template-template-statehouse .inner-content .inquiries, body.page-template-template-act250 .inner-content .inquiries, body.page-template-template-toxic-free .inner-content .inquiries {
  text-transform: uppercase;
  color: #78a13f;
  font-weight: 700;
  font-size: .9rem;
  margin: 1rem 0 .5rem;
}

/* line 930, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .twodirectors, body.page-template-template-forests-wildlife .inner-content .twodirectors, body.page-template-template-clean-water .inner-content .twodirectors, body.page-template-template-smart-growth .inner-content .twodirectors, body.page-template-template-statehouse .inner-content .twodirectors, body.page-template-template-act250 .inner-content .twodirectors, body.page-template-template-toxic-free .inner-content .twodirectors {
  padding: 2rem 0;
  float: left;
  width: 50%;
}

/* line 934, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .twodirectors .matte, body.page-template-template-forests-wildlife .inner-content .twodirectors .matte, body.page-template-template-clean-water .inner-content .twodirectors .matte, body.page-template-template-smart-growth .inner-content .twodirectors .matte, body.page-template-template-statehouse .inner-content .twodirectors .matte, body.page-template-template-act250 .inner-content .twodirectors .matte, body.page-template-template-toxic-free .inner-content .twodirectors .matte {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-size: cover;
  background-position: 29% 19%;
  float: left;
  margin-right: 1rem;
}

/* line 936, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .twodirectors p, body.page-template-template-forests-wildlife .inner-content .twodirectors p, body.page-template-template-clean-water .inner-content .twodirectors p, body.page-template-template-smart-growth .inner-content .twodirectors p, body.page-template-template-statehouse .inner-content .twodirectors p, body.page-template-template-act250 .inner-content .twodirectors p, body.page-template-template-toxic-free .inner-content .twodirectors p {
  margin-bottom: 0;
}

/* line 938, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .director, body.page-template-template-forests-wildlife .inner-content .director, body.page-template-template-clean-water .inner-content .director, body.page-template-template-smart-growth .inner-content .director, body.page-template-template-statehouse .inner-content .director, body.page-template-template-act250 .inner-content .director, body.page-template-template-toxic-free .inner-content .director {
  padding: 2rem 0;
  float: left;
}

/* line 941, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .director .matte, body.page-template-template-forests-wildlife .inner-content .director .matte, body.page-template-template-clean-water .inner-content .director .matte, body.page-template-template-smart-growth .inner-content .director .matte, body.page-template-template-statehouse .inner-content .director .matte, body.page-template-template-act250 .inner-content .director .matte, body.page-template-template-toxic-free .inner-content .director .matte {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-size: cover;
  background-position: 29% 19%;
  float: left;
  margin-right: 1rem;
}

/* line 943, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .director p, body.page-template-template-forests-wildlife .inner-content .director p, body.page-template-template-clean-water .inner-content .director p, body.page-template-template-smart-growth .inner-content .director p, body.page-template-template-statehouse .inner-content .director p, body.page-template-template-act250 .inner-content .director p, body.page-template-template-toxic-free .inner-content .director p {
  margin-bottom: 0;
}

/* line 945, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .inner-content .keyGraphic img, body.page-template-template-forests-wildlife .inner-content .keyGraphic img, body.page-template-template-clean-water .inner-content .keyGraphic img, body.page-template-template-smart-growth .inner-content .keyGraphic img, body.page-template-template-statehouse .inner-content .keyGraphic img, body.page-template-template-act250 .inner-content .keyGraphic img, body.page-template-template-toxic-free .inner-content .keyGraphic img {
  width: 80%;
}

/* line 947, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .initiatives, body.page-template-template-forests-wildlife .initiatives, body.page-template-template-clean-water .initiatives, body.page-template-template-smart-growth .initiatives, body.page-template-template-statehouse .initiatives, body.page-template-template-act250 .initiatives, body.page-template-template-toxic-free .initiatives {
  margin: 3rem 0;
}

/* line 949, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .initiatives h2.initHeader, body.page-template-template-forests-wildlife .initiatives h2.initHeader, body.page-template-template-clean-water .initiatives h2.initHeader, body.page-template-template-smart-growth .initiatives h2.initHeader, body.page-template-template-statehouse .initiatives h2.initHeader, body.page-template-template-act250 .initiatives h2.initHeader, body.page-template-template-toxic-free .initiatives h2.initHeader {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
}

/* line 951, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .initiatives img, body.page-template-template-forests-wildlife .initiatives img, body.page-template-template-clean-water .initiatives img, body.page-template-template-smart-growth .initiatives img, body.page-template-template-statehouse .initiatives img, body.page-template-template-act250 .initiatives img, body.page-template-template-toxic-free .initiatives img {
  border-bottom: 8px solid #78a13f;
  margin-bottom: 2rem;
}

/* line 954, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .initiatives h3, body.page-template-template-forests-wildlife .initiatives h3, body.page-template-template-clean-water .initiatives h3, body.page-template-template-smart-growth .initiatives h3, body.page-template-template-statehouse .initiatives h3, body.page-template-template-act250 .initiatives h3, body.page-template-template-toxic-free .initiatives h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* line 958, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .initiatives a.excerpt-read-more, body.page-template-template-forests-wildlife .initiatives a.excerpt-read-more, body.page-template-template-clean-water .initiatives a.excerpt-read-more, body.page-template-template-smart-growth .initiatives a.excerpt-read-more, body.page-template-template-statehouse .initiatives a.excerpt-read-more, body.page-template-template-act250 .initiatives a.excerpt-read-more, body.page-template-template-toxic-free .initiatives a.excerpt-read-more {
  color: #78a13f;
}

/* line 961, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .artgibb h2, body.page-template-template-clean-energy .artgibb p, body.page-template-template-clean-energy .artgibb div, body.page-template-template-forests-wildlife .artgibb h2, body.page-template-template-forests-wildlife .artgibb p, body.page-template-template-forests-wildlife .artgibb div, body.page-template-template-clean-water .artgibb h2, body.page-template-template-clean-water .artgibb p, body.page-template-template-clean-water .artgibb div, body.page-template-template-smart-growth .artgibb h2, body.page-template-template-smart-growth .artgibb p, body.page-template-template-smart-growth .artgibb div, body.page-template-template-statehouse .artgibb h2, body.page-template-template-statehouse .artgibb p, body.page-template-template-statehouse .artgibb div, body.page-template-template-act250 .artgibb h2, body.page-template-template-act250 .artgibb p, body.page-template-template-act250 .artgibb div, body.page-template-template-toxic-free .artgibb h2, body.page-template-template-toxic-free .artgibb p, body.page-template-template-toxic-free .artgibb div {
  text-align: left;
  color: #fff;
}

/* line 964, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .artgibb h2, body.page-template-template-forests-wildlife .artgibb h2, body.page-template-template-clean-water .artgibb h2, body.page-template-template-smart-growth .artgibb h2, body.page-template-template-statehouse .artgibb h2, body.page-template-template-act250 .artgibb h2, body.page-template-template-toxic-free .artgibb h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
}

/* line 966, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .artgibb .leadin, body.page-template-template-forests-wildlife .artgibb .leadin, body.page-template-template-clean-water .artgibb .leadin, body.page-template-template-smart-growth .artgibb .leadin, body.page-template-template-statehouse .artgibb .leadin, body.page-template-template-act250 .artgibb .leadin, body.page-template-template-toxic-free .artgibb .leadin {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

/* line 971, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .artgibb .text, body.page-template-template-forests-wildlife .artgibb .text, body.page-template-template-clean-water .artgibb .text, body.page-template-template-smart-growth .artgibb .text, body.page-template-template-statehouse .artgibb .text, body.page-template-template-act250 .artgibb .text, body.page-template-template-toxic-free .artgibb .text {
  margin-bottom: 1.5rem;
}

/* line 973, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .artgibb a.videoLink, body.page-template-template-forests-wildlife .artgibb a.videoLink, body.page-template-template-clean-water .artgibb a.videoLink, body.page-template-template-smart-growth .artgibb a.videoLink, body.page-template-template-statehouse .artgibb a.videoLink, body.page-template-template-act250 .artgibb a.videoLink, body.page-template-template-toxic-free .artgibb a.videoLink {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  bottom: 20px;
}

/* line 979, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .artgibb a.videoLink .whitearrow, body.page-template-template-forests-wildlife .artgibb a.videoLink .whitearrow, body.page-template-template-clean-water .artgibb a.videoLink .whitearrow, body.page-template-template-smart-growth .artgibb a.videoLink .whitearrow, body.page-template-template-statehouse .artgibb a.videoLink .whitearrow, body.page-template-template-act250 .artgibb a.videoLink .whitearrow, body.page-template-template-toxic-free .artgibb a.videoLink .whitearrow {
  background: url("../images/svg/white_arrow.svg");
  height: 18px;
  width: 18px;
  display: block;
  float: right;
  line-height: 3rem;
  background-size: contain;
  margin: 2px 0 0 5px;
}

/* line 981, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .community, body.page-template-template-forests-wildlife .community, body.page-template-template-clean-water .community, body.page-template-template-smart-growth .community, body.page-template-template-statehouse .community, body.page-template-template-act250 .community, body.page-template-template-toxic-free .community {
  margin: 5rem 0 2rem;
}

/* line 983, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .community h2, body.page-template-template-forests-wildlife .community h2, body.page-template-template-clean-water .community h2, body.page-template-template-smart-growth .community h2, body.page-template-template-statehouse .community h2, body.page-template-template-act250 .community h2, body.page-template-template-toxic-free .community h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
}

/* line 985, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .community .leadin, body.page-template-template-forests-wildlife .community .leadin, body.page-template-template-clean-water .community .leadin, body.page-template-template-smart-growth .community .leadin, body.page-template-template-statehouse .community .leadin, body.page-template-template-act250 .community .leadin, body.page-template-template-toxic-free .community .leadin {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

/* line 989, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .community a.bold.green, body.page-template-template-forests-wildlife .community a.bold.green, body.page-template-template-clean-water .community a.bold.green, body.page-template-template-smart-growth .community a.bold.green, body.page-template-template-statehouse .community a.bold.green, body.page-template-template-act250 .community a.bold.green, body.page-template-template-toxic-free .community a.bold.green {
  font-weight: 700;
}

/* line 991, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .community img.vecan-logo, body.page-template-template-forests-wildlife .community img.vecan-logo, body.page-template-template-clean-water .community img.vecan-logo, body.page-template-template-smart-growth .community img.vecan-logo, body.page-template-template-statehouse .community img.vecan-logo, body.page-template-template-act250 .community img.vecan-logo, body.page-template-template-toxic-free .community img.vecan-logo {
  width: 165px;
  margin-top: 1.5rem;
}

/* line 994, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .resources, body.page-template-template-forests-wildlife .resources, body.page-template-template-clean-water .resources, body.page-template-template-smart-growth .resources, body.page-template-template-statehouse .resources, body.page-template-template-act250 .resources, body.page-template-template-toxic-free .resources {
  margin: 5rem 0 6rem;
}

/* line 996, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .resources h2, body.page-template-template-forests-wildlife .resources h2, body.page-template-template-clean-water .resources h2, body.page-template-template-smart-growth .resources h2, body.page-template-template-statehouse .resources h2, body.page-template-template-act250 .resources h2, body.page-template-template-toxic-free .resources h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
}

/* line 998, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .resources a.readmore, body.page-template-template-forests-wildlife .resources a.readmore, body.page-template-template-clean-water .resources a.readmore, body.page-template-template-smart-growth .resources a.readmore, body.page-template-template-statehouse .resources a.readmore, body.page-template-template-act250 .resources a.readmore, body.page-template-template-toxic-free .resources a.readmore {
  float: right;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 3rem;
  margin-right: 5px;
}

/* line 155, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .resources a.readmore:hover, body.page-template-template-forests-wildlife .resources a.readmore:hover, body.page-template-template-clean-water .resources a.readmore:hover, body.page-template-template-smart-growth .resources a.readmore:hover, body.page-template-template-statehouse .resources a.readmore:hover, body.page-template-template-act250 .resources a.readmore:hover, body.page-template-template-toxic-free .resources a.readmore:hover {
  opacity: .75;
  margin-right: 0;
}

/* line 158, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .resources a.readmore:hover .greenarrow, body.page-template-template-forests-wildlife .resources a.readmore:hover .greenarrow, body.page-template-template-clean-water .resources a.readmore:hover .greenarrow, body.page-template-template-smart-growth .resources a.readmore:hover .greenarrow, body.page-template-template-statehouse .resources a.readmore:hover .greenarrow, body.page-template-template-act250 .resources a.readmore:hover .greenarrow, body.page-template-template-toxic-free .resources a.readmore:hover .greenarrow {
  margin-left: 10px;
}

/* line 1000, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .resources img, body.page-template-template-forests-wildlife .resources img, body.page-template-template-clean-water .resources img, body.page-template-template-smart-growth .resources img, body.page-template-template-statehouse .resources img, body.page-template-template-act250 .resources img, body.page-template-template-toxic-free .resources img {
  width: 75%;
  margin: 0 auto 1.5rem;
  display: block;
  border: 1px solid #d0d0d0;
}

/* line 1005, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .resources h3, body.page-template-template-forests-wildlife .resources h3, body.page-template-template-clean-water .resources h3, body.page-template-template-smart-growth .resources h3, body.page-template-template-statehouse .resources h3, body.page-template-template-act250 .resources h3, body.page-template-template-toxic-free .resources h3 {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

/* line 1009, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-clean-energy .resources a, body.page-template-template-forests-wildlife .resources a, body.page-template-template-clean-water .resources a, body.page-template-template-smart-growth .resources a, body.page-template-template-statehouse .resources a, body.page-template-template-act250 .resources a, body.page-template-template-toxic-free .resources a {
  color: #2b2b2b;
}

/********************* */
/* SUPPORT TEMPLATE */
/********************* */
/* line 1015, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
h1.page-title {
  display: none;
}

/* line 1018, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .entry-content {
  padding: 0;
}

/* line 172, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .entry-content h4 {
  color: #2A6A35;
  text-transform: uppercase;
  border-top: 1px solid #bbd09d;
  padding-top: 2rem;
}

/* line 177, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .entry-content h4:first-child {
  padding-top: 0;
  border-top: 0;
}

/* line 180, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .entry-content p {
  margin-bottom: 2rem;
}

/* line 1020, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .intro {
  margin-bottom: 3rem;
}

/* line 1022, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .intro p {
  font-size: 1.4rem;
}

/* line 1025, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .images ul {
  list-style-type: none;
  margin-left: 0;
}

/* line 1028, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .images ul li {
  padding-bottom: 2rem;
}

/* line 1030, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .supportContacts {
  padding: 3rem 0 2.5rem;
  background-color: #f1f6eb;
}

/* line 1033, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .supportContacts a {
  color: #2A6A35;
  font-weight: bold;
}

/* line 1036, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .supportContacts div.matte {
  width: 150px;
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-size: cover;
  background-position: 29% 19%;
  float: left;
  margin-right: 1rem;
}

/* line 1040, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.supportUs .supportContacts .bymail {
  text-align: center;
  margin-top: 3rem;
}

/********************* */
/* HOW WE WORK TEMPLATE */
/********************* */
/* line 1049, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .inner-content {
  padding: 4rem 0 1rem;
}

/* line 1051, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .entry-content {
  padding: 0;
}

/* line 172, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .entry-content h4 {
  color: #2A6A35;
  text-transform: uppercase;
  border-top: 1px solid #bbd09d;
  padding-top: 2rem;
}

/* line 177, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .entry-content h4:first-child {
  padding-top: 0;
  border-top: 0;
}

/* line 180, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .entry-content p {
  margin-bottom: 2rem;
}

/* line 1054, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .greyWrapper h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
}

/* line 1056, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .greyWrapper .icons {
  margin: 4rem 0 0;
  transition: all 1s ease-in-out;
}

/* line 1059, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .greyWrapper .icons img {
  height: 100px;
  display: block;
  margin: 0 auto .75rem;
  padding: .5rem;
}

/* line 1064, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .greyWrapper .icons .cell {
  border-right: 1px solid #ddeacb;
  padding: 0 .5rem;
}

/* line 1067, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .greyWrapper .icons .cell:hover img {
  transform: scale(1.1);
}

/* line 1069, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .greyWrapper .icons .cell:hover h4 {
  color: #78a13f;
}

/* line 1071, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .greyWrapper .icons .cell:last-child {
  border-right: 0;
}

/* line 1073, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .greyWrapper .icons h4 {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #2b2b2b;
  margin: 0 auto 0;
  width: 80%;
}

/* line 1080, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .howSupportWrapper {
  background-size: cover;
}

/* line 1082, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .howSupportWrapper .howSupport {
  padding: 6rem;
  color: #fff;
  text-align: center;
}

/* line 1086, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .howSupportWrapper .howSupport h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
}

/* line 1088, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .howSupportWrapper .howSupport p {
  font-size: 1.4rem;
}

/* line 1090, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .howSupportWrapper .howSupport p.thankyou {
  font-family: adobe-garamond-pro, serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 1096, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-how-we-work .footer {
  margin-top: 0;
}

/* line 1100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.statehouse, .partnerships {
  color: #fff;
  padding: 3rem;
}

/* line 1103, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.statehouse h2, .partnerships h2 {
  color: #fff;
}

/* line 1105, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.statehouse svg, .partnerships svg {
  display: block;
  width: 150px;
  max-height: 150px;
  margin-bottom: 1rem;
}

/* line 1111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.statehouse {
  background-color: #2A6A35;
}

/* line 1114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.partnerships {
  background-color: #78a13f;
}

/* line 1116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.partnerships a {
  color: #2A6A35;
}

/* line 1119, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-statehouse .inner-content {
  border-bottom: 0;
}

/********************* */
/* STAff PAge Template */
/********************* */
/* line 1127, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff.page-id-227 p.contact {
  display: none;
}

/* line 1129, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .entry-content {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
}

/* line 1134, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .staff .cell {
  background-color: #f1f1f1;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* line 1138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .staff .cell.vcv {
  background-color: transparent;
}

/* line 1140, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .staff .cell.vcv h2 {
  margin: 2rem 0 0;
  border-bottom: 1px solid #78a13f;
}

/* line 1143, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .staff h4 {
  margin: 1rem 1rem 0;
  font-size: 1.2rem;
  color: #2b2b2b;
}

/* line 1147, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .staff div.staffTitle {
  margin: 0 1rem;
}

/* line 1149, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .staff .info {
  display: none;
}

/* line 1151, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .reveal.small {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 1151, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  body.page-template-staff .reveal.small {
    width: 80%;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 1151, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  body.page-template-staff .reveal.small {
    flex-wrap: wrap;
  }
  /* line 1158, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  body.page-template-staff .reveal.small .staffTop, body.page-template-staff .reveal.small .staffBottom {
    width: 100%;
  }
  /* line 1160, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
  body.page-template-staff .reveal.small .staffTop {
    margin-right: 0;
    padding: 1rem;
  }
}

/* line 1163, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .reveal.small .staffTop {
  margin-right: 1rem;
}

/* line 1165, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .reveal.small .staffTop img {
  max-width: 250px;
  border-bottom: 10px solid #f1f1f1;
}

/* line 1168, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .reveal.small .staffTop h4 {
  margin: 1rem 0 0;
}

/* line 1170, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .reveal.small .staffTop .staffTitle {
  text-transform: uppercase;
  color: #78a13f;
}

/* line 1173, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-staff .reveal.small .staffBottom {
  padding: 1rem;
}

/********************* */
/* VERS CATEGORY TEMPLATE */
/********************* */
/* line 1180, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-vermont-environmental-reports div.reports .cell {
  margin-bottom: 2rem;
}

/********************* */
/* VICTORIES CATEGORY TEMPLATE */
/********************* */
/* line 1189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.taxonomy-description {
  margin-bottom: 4rem;
}

/* line 1191, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.taxonomy-description p {
  font-size: 1.1rem;
  text-align: center;
}

/* line 1197, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories article.leadVictory h2 {
  font-size: 3rem;
}

/* line 1199, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories article.leadVictory .victoryDate {
  font-size: 1.25rem;
  font-weight: 500;
  font-style: italic;
}

/* line 1203, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories article.leadVictory .entry-content {
  columns: 3;
  column-gap: 2.5rem;
  font-size: 1rem;
}

/* line 1207, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories article.leadVictory .entry-content img {
  margin-bottom: 2rem;
}

/* line 785, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post {
  position: relative;
  margin-bottom: 2rem;
}

/* line 786, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post img {
  width: 100%;
}

/* line 790, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post a.victoryLink:hover {
  opacity: .75;
}

/* line 792, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 1rem;
}

/* line 800, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay:hover {
  cursor: pointer;
}

/* line 803, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay.open .more, body.category-victories .cell.post .overlay.open .short {
  display: inline-block;
  margin-top: .5rem;
}

/* line 806, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay h4, body.category-victories .cell.post .overlay .short, body.category-victories .cell.post .overlay .more {
  color: #fff;
}

/* line 808, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay .more {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 812, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay .more .whitearrow {
  background: url("../images/svg/white_arrow.svg");
  height: 18px;
  width: 18px;
  display: block;
  float: right;
  line-height: 3rem;
  background-size: contain;
  margin: 2px 0 0 5px;
  float: none;
  display: inline-block;
}

/* line 816, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay .more:hover {
  opacity: .75;
}

/* line 818, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay .more, body.category-victories .cell.post .overlay .short {
  display: none;
}

/* line 1210, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
}

/********************* */
/* VICTORIES SINGLE TEMPLATE */
/********************* */
/* line 985, /Users/Andrew/localhost/vnrc/wp-content/themes/vnrc/assets/styles/scss/_vnrc.sass */
/* line 1220, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories article.leadVictory header, div.content.victories-single article.leadVictory header {
  margin-bottom: 2rem;
}

/* line 1222, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories article.leadVictory h2, div.content.victories-single article.leadVictory h2 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 1rem;
}

/* line 1226, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories article.leadVictory .victoryDate, div.content.victories-single article.leadVictory .victoryDate {
  font-size: 1.25rem;
  font-weight: 500;
  font-style: italic;
}

/* line 1230, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories article.leadVictory .entry-content, div.content.victories-single article.leadVictory .entry-content {
  columns: 3;
  column-gap: 2.5rem;
  font-size: 1rem;
}

/* line 785, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post, div.content.victories-single .cell.post {
  position: relative;
  margin-bottom: 2rem;
}

/* line 786, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post img, div.content.victories-single .cell.post img {
  width: 100%;
}

/* line 790, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post a.victoryLink:hover, div.content.victories-single .cell.post a.victoryLink:hover {
  opacity: .75;
}

/* line 792, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay, div.content.victories-single .cell.post .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 1rem;
}

/* line 800, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay:hover, div.content.victories-single .cell.post .overlay:hover {
  cursor: pointer;
}

/* line 803, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay.open .more, body.category-victories .cell.post .overlay.open .short, div.content.victories-single .cell.post .overlay.open .more, div.content.victories-single .cell.post .overlay.open .short {
  display: inline-block;
  margin-top: .5rem;
}

/* line 806, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay h4, body.category-victories .cell.post .overlay .short, body.category-victories .cell.post .overlay .more, div.content.victories-single .cell.post .overlay h4, div.content.victories-single .cell.post .overlay .short, div.content.victories-single .cell.post .overlay .more {
  color: #fff;
}

/* line 808, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay .more, div.content.victories-single .cell.post .overlay .more {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 812, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay .more .whitearrow, div.content.victories-single .cell.post .overlay .more .whitearrow {
  background: url("../images/svg/white_arrow.svg");
  height: 18px;
  width: 18px;
  display: block;
  float: right;
  line-height: 3rem;
  background-size: contain;
  margin: 2px 0 0 5px;
  float: none;
  display: inline-block;
}

/* line 816, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay .more:hover, div.content.victories-single .cell.post .overlay .more:hover {
  opacity: .75;
}

/* line 818, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories .cell.post .overlay .more, body.category-victories .cell.post .overlay .short, div.content.victories-single .cell.post .overlay .more, div.content.victories-single .cell.post .overlay .short {
  display: none;
}

/* line 707, /Users/Andrew/localhost/vnrc/wp-content/themes/vnrc/assets/styles/scss/_vnrc.sass */
/* line 1242, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories h2, div.content.victories-single h2 {
  margin-bottom: 3rem;
  text-align: center;
}

/* line 1246, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.category-victories h2 {
  margin: 2rem 0 3rem;
}

/********************* */
/* Act250 TEMPLATE */
/********************* */
/* line 1253, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .inner-content {
  margin-top: 2rem;
}

/* line 1255, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 {
  background-color: #6f7d74;
  padding: 2rem;
  position: relative;
}

/* line 1260, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 .vidContent h2, body.page-template-template-act250 .highlight250 .vidContent p, body.page-template-template-act250 .highlight250 .vidContent div {
  text-align: left;
  color: #fff;
}

/* line 1263, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 .vidContent h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.25rem;
}

/* line 1265, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 .vidContent .leadin {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

/* line 1270, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 .vidContent .text {
  margin-bottom: 1.5rem;
}

/* line 1272, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 .vidContent a.videoLink {
  position: absolute;
  text-transform: uppercase;
  bottom: 20px;
  left: 45px;
  color: #fff;
  font-weight: 500;
}

/* line 1279, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 .vidContent a.videoLink .whitearrow {
  background: url("../images/svg/white_arrow.svg");
  height: 18px;
  width: 18px;
  display: block;
  float: right;
  line-height: 3rem;
  background-size: contain;
  margin: 2px 0 0 5px;
}

/* line 1281, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 .vidContent a.videoLink:hover {
  opacity: .75;
}

/* line 1283, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-act250 .highlight250 .vidContent a.videoLink:hover .whitearrow {
  margin-left: 10px;
}

/********************* */
/* CPT TEMPLATE */
/********************* */
/* line 1291, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap, body.page-template-template-cpt-home .navWrap, body.page-template-template-cpt-issues .navWrap, body.page-template-template-cpt-casestudies .navWrap, body.page-template-template-cpt-tools .navWrap, body.search-results .navWrap, body.search-no-results .navWrap {
  background-color: #fff;
}

/* line 1294, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap .top-bar-left #logo a img.logo.white, body.page-template-template-cpt-home .navWrap .top-bar-left #logo a img.logo.white, body.page-template-template-cpt-issues .navWrap .top-bar-left #logo a img.logo.white, body.page-template-template-cpt-casestudies .navWrap .top-bar-left #logo a img.logo.white, body.page-template-template-cpt-tools .navWrap .top-bar-left #logo a img.logo.white, body.search-results .navWrap .top-bar-left #logo a img.logo.white, body.search-no-results .navWrap .top-bar-left #logo a img.logo.white {
  display: none;
}

/* line 1296, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap .top-bar-left #logo a img.logo.green, body.page-template-template-cpt-home .navWrap .top-bar-left #logo a img.logo.green, body.page-template-template-cpt-issues .navWrap .top-bar-left #logo a img.logo.green, body.page-template-template-cpt-casestudies .navWrap .top-bar-left #logo a img.logo.green, body.page-template-template-cpt-tools .navWrap .top-bar-left #logo a img.logo.green, body.search-results .navWrap .top-bar-left #logo a img.logo.green, body.search-no-results .navWrap .top-bar-left #logo a img.logo.green {
  display: block;
}

/* line 1298, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap a.search i.fi-magnifying-glass, body.page-template-template-cpt-home .navWrap a.search i.fi-magnifying-glass, body.page-template-template-cpt-issues .navWrap a.search i.fi-magnifying-glass, body.page-template-template-cpt-casestudies .navWrap a.search i.fi-magnifying-glass, body.page-template-template-cpt-tools .navWrap a.search i.fi-magnifying-glass, body.search-results .navWrap a.search i.fi-magnifying-glass, body.search-no-results .navWrap a.search i.fi-magnifying-glass {
  color: #2b2b2b;
}

/* line 1301, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link, body.page-template-template-cpt-home .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link, body.page-template-template-cpt-issues .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link, body.page-template-template-cpt-casestudies .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link, body.page-template-template-cpt-tools .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link, body.search-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link, body.search-no-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.primary a.mega-menu-link {
  color: #2b2b2b;
}

/* line 1303, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, body.page-template-template-cpt .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link, body.page-template-template-cpt-home .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, body.page-template-template-cpt-home .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link, body.page-template-template-cpt-issues .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, body.page-template-template-cpt-issues .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link, body.page-template-template-cpt-casestudies .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, body.page-template-template-cpt-casestudies .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link, body.page-template-template-cpt-tools .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, body.page-template-template-cpt-tools .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link, body.search-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, body.search-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link, body.search-no-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.facebook a.mega-menu-link, body.search-no-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.twitter a.mega-menu-link {
  color: #2b2b2b;
}

/* line 1305, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link, body.page-template-template-cpt-home .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link, body.page-template-template-cpt-issues .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link, body.page-template-template-cpt-casestudies .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link, body.page-template-template-cpt-tools .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link, body.search-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link, body.search-no-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link {
  background-color: transparent;
  border: 2px solid #2b2b2b;
  color: #2b2b2b;
}

/* line 1309, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link:hover, body.page-template-template-cpt-home .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link:hover, body.page-template-template-cpt-issues .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link:hover, body.page-template-template-cpt-casestudies .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link:hover, body.page-template-template-cpt-tools .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link:hover, body.search-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link:hover, body.search-no-results .navWrap #mega-menu-wrap-main-nav #mega-menu-main-nav li.informed a.mega-menu-link:hover {
  transition: all .3s ease-in-out;
  background-color: #2b2b2b;
  color: #fff;
}

/* line 1313, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap .button.informed, body.page-template-template-cpt-home .navWrap .button.informed, body.page-template-template-cpt-issues .navWrap .button.informed, body.page-template-template-cpt-casestudies .navWrap .button.informed, body.page-template-template-cpt-tools .navWrap .button.informed, body.search-results .navWrap .button.informed, body.search-no-results .navWrap .button.informed {
  background-color: transparent;
  border: 2px solid #2b2b2b;
  padding: .85rem 1rem;
  color: #2b2b2b;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: .5rem 1.5rem;
  line-height: 20px;
}

/* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap .button.informed:hover, body.page-template-template-cpt-home .navWrap .button.informed:hover, body.page-template-template-cpt-issues .navWrap .button.informed:hover, body.page-template-template-cpt-casestudies .navWrap .button.informed:hover, body.page-template-template-cpt-tools .navWrap .button.informed:hover, body.search-results .navWrap .button.informed:hover, body.search-no-results .navWrap .button.informed:hover {
  transition: all .3s ease-in-out;
  background-color: #2b2b2b;
  color: #2b2b2b;
}

/* line 1315, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .navWrap .button.informed:hover, body.page-template-template-cpt-home .navWrap .button.informed:hover, body.page-template-template-cpt-issues .navWrap .button.informed:hover, body.page-template-template-cpt-casestudies .navWrap .button.informed:hover, body.page-template-template-cpt-tools .navWrap .button.informed:hover, body.search-results .navWrap .button.informed:hover, body.search-no-results .navWrap .button.informed:hover {
  color: #fff;
}

/* line 1317, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt header.header, body.page-template-template-cpt-home header.header, body.page-template-template-cpt-issues header.header, body.page-template-template-cpt-casestudies header.header, body.page-template-template-cpt-tools header.header, body.search-results header.header, body.search-no-results header.header {
  height: 400px;
}

/* line 1319, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cptTitle, body.page-template-template-cpt-home #cptTitle, body.page-template-template-cpt-issues #cptTitle, body.page-template-template-cpt-casestudies #cptTitle, body.page-template-template-cpt-tools #cptTitle, body.search-results #cptTitle, body.search-no-results #cptTitle {
  background-color: #2A6A35;
}

/* line 1321, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cptTitle h1, body.page-template-template-cpt-home #cptTitle h1, body.page-template-template-cpt-issues #cptTitle h1, body.page-template-template-cpt-casestudies #cptTitle h1, body.page-template-template-cpt-tools #cptTitle h1, body.search-results #cptTitle h1, body.search-no-results #cptTitle h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  padding: .75rem;
  margin: 0;
  font-weight: 600;
}

/* line 1328, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .inner-content, body.page-template-template-cpt-home .inner-content, body.page-template-template-cpt-issues .inner-content, body.page-template-template-cpt-casestudies .inner-content, body.page-template-template-cpt-tools .inner-content, body.search-results .inner-content, body.search-no-results .inner-content {
  padding: 3rem 0;
}

/* line 1330, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .inner-content .entry-content, body.page-template-template-cpt-home .inner-content .entry-content, body.page-template-template-cpt-issues .inner-content .entry-content, body.page-template-template-cpt-casestudies .inner-content .entry-content, body.page-template-template-cpt-tools .inner-content .entry-content, body.search-results .inner-content .entry-content, body.search-no-results .inner-content .entry-content {
  padding: 0;
}

/* line 1332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt .inner-content h2, body.page-template-template-cpt-home .inner-content h2, body.page-template-template-cpt-issues .inner-content h2, body.page-template-template-cpt-casestudies .inner-content h2, body.page-template-template-cpt-tools .inner-content h2, body.search-results .inner-content h2, body.search-no-results .inner-content h2 {
  margin-bottom: 1rem;
  text-align: left;
}

/* line 1337, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar img, body.page-template-template-cpt-home #cpt_sidebar img, body.page-template-template-cpt-issues #cpt_sidebar img, body.page-template-template-cpt-casestudies #cpt_sidebar img, body.page-template-template-cpt-tools #cpt_sidebar img, body.search-results #cpt_sidebar img, body.search-no-results #cpt_sidebar img {
  width: 100%;
}

/* line 1340, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li, body.page-template-template-cpt-home #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li, body.page-template-template-cpt-issues #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li, body.page-template-template-cpt-casestudies #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li, body.page-template-template-cpt-tools #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li, body.search-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li, body.search-no-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li {
  margin-left: 10px;
  margin: .25rem 0;
  width: 100%;
}

/* line 1344, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a, body.page-template-template-cpt-home #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a, body.page-template-template-cpt-issues #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a, body.page-template-template-cpt-casestudies #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a, body.page-template-template-cpt-tools #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a, body.search-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a, body.search-no-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a {
  padding-left: 27px;
  font-weight: 600;
  background: url("../images/svg/greenarrow.svg") no-repeat center left;
  background-size: 19px;
  text-transform: uppercase;
  color: #2b2b2b;
}

/* line 1351, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a:hover, body.page-template-template-cpt-home #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a:hover, body.page-template-template-cpt-issues #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a:hover, body.page-template-template-cpt-casestudies #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a:hover, body.page-template-template-cpt-tools #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a:hover, body.search-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a:hover, body.search-no-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li a:hover {
  opacity: .75;
}

/* line 1353, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu, body.page-template-template-cpt-home #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu, body.page-template-template-cpt-issues #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu, body.page-template-template-cpt-casestudies #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu, body.page-template-template-cpt-tools #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu, body.search-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu, body.search-no-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu {
  margin-left: 1rem;
}

/* line 1355, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li a, body.page-template-template-cpt-home #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li a, body.page-template-template-cpt-issues #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li a, body.page-template-template-cpt-casestudies #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li a, body.page-template-template-cpt-tools #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li a, body.search-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li a, body.search-no-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li a {
  font-weight: 400;
  text-transform: capitalize;
  background-image: none;
}

/* line 1359, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active, body.page-template-template-cpt-home #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active, body.page-template-template-cpt-issues #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active, body.page-template-template-cpt-casestudies #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active, body.page-template-template-cpt-tools #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active, body.search-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active, body.search-no-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active {
  position: relative;
}

/* line 1361, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active a::before, body.page-template-template-cpt-home #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active a::before, body.page-template-template-cpt-issues #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active a::before, body.page-template-template-cpt-casestudies #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active a::before, body.page-template-template-cpt-tools #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active a::before, body.search-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active a::before, body.search-no-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li ul.sub-menu li.active a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #78a13f;
  left: 8px;
}

/* line 1370, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li.active, body.page-template-template-cpt-home #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li.active, body.page-template-template-cpt-issues #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li.active, body.page-template-template-cpt-casestudies #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li.active, body.page-template-template-cpt-tools #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li.active, body.search-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li.active, body.search-no-results #cpt_sidebar div.widget_nav_menu #menu-cpt-menu li.active {
  background-color: #fcf5ee;
  color: #78a13f;
}

/* line 1374, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt input.search-field, body.page-template-template-cpt-home input.search-field, body.page-template-template-cpt-issues input.search-field, body.page-template-template-cpt-casestudies input.search-field, body.page-template-template-cpt-tools input.search-field, body.search-results input.search-field, body.search-no-results input.search-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 60%;
  float: left;
  border-right: 0 !important;
}

/* line 1380, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt input.search-submit, body.page-template-template-cpt-home input.search-submit, body.page-template-template-cpt-issues input.search-submit, body.page-template-template-cpt-casestudies input.search-submit, body.page-template-template-cpt-tools input.search-submit, body.search-results input.search-submit, body.search-no-results input.search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: bold;
  padding: 11px 20px !important;
}

/* line 1385, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt input.search-submit:hover, body.page-template-template-cpt-home input.search-submit:hover, body.page-template-template-cpt-issues input.search-submit:hover, body.page-template-template-cpt-casestudies input.search-submit:hover, body.page-template-template-cpt-tools input.search-submit:hover, body.search-results input.search-submit:hover, body.search-no-results input.search-submit:hover {
  background-color: #699033;
}

/* line 1387, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt button.browseIssues, body.page-template-template-cpt-home button.browseIssues, body.page-template-template-cpt-issues button.browseIssues, body.page-template-template-cpt-casestudies button.browseIssues, body.page-template-template-cpt-tools button.browseIssues, body.search-results button.browseIssues, body.search-no-results button.browseIssues {
  line-height: 1.5rem;
}

/* line 1389, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt button.browseIssues span, body.page-template-template-cpt-home button.browseIssues span, body.page-template-template-cpt-issues button.browseIssues span, body.page-template-template-cpt-casestudies button.browseIssues span, body.page-template-template-cpt-tools button.browseIssues span, body.search-results button.browseIssues span, body.search-no-results button.browseIssues span {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  font-size: 2rem;
  line-height: 1rem;
  display: block;
  float: right;
  margin: 10px 0 0 6px;
}

/* line 1396, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt div#issues-dropdown, body.page-template-template-cpt div#tools-dropdown, body.page-template-template-cpt div#casestudies-dropdown, body.page-template-template-cpt-home div#issues-dropdown, body.page-template-template-cpt-home div#tools-dropdown, body.page-template-template-cpt-home div#casestudies-dropdown, body.page-template-template-cpt-issues div#issues-dropdown, body.page-template-template-cpt-issues div#tools-dropdown, body.page-template-template-cpt-issues div#casestudies-dropdown, body.page-template-template-cpt-casestudies div#issues-dropdown, body.page-template-template-cpt-casestudies div#tools-dropdown, body.page-template-template-cpt-casestudies div#casestudies-dropdown, body.page-template-template-cpt-tools div#issues-dropdown, body.page-template-template-cpt-tools div#tools-dropdown, body.page-template-template-cpt-tools div#casestudies-dropdown, body.search-results div#issues-dropdown, body.search-results div#tools-dropdown, body.search-results div#casestudies-dropdown, body.search-no-results div#issues-dropdown, body.search-no-results div#tools-dropdown, body.search-no-results div#casestudies-dropdown {
  height: 250px;
  overflow: auto;
}

/* line 1399, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt div#issues-dropdown ul, body.page-template-template-cpt div#tools-dropdown ul, body.page-template-template-cpt div#casestudies-dropdown ul, body.page-template-template-cpt-home div#issues-dropdown ul, body.page-template-template-cpt-home div#tools-dropdown ul, body.page-template-template-cpt-home div#casestudies-dropdown ul, body.page-template-template-cpt-issues div#issues-dropdown ul, body.page-template-template-cpt-issues div#tools-dropdown ul, body.page-template-template-cpt-issues div#casestudies-dropdown ul, body.page-template-template-cpt-casestudies div#issues-dropdown ul, body.page-template-template-cpt-casestudies div#tools-dropdown ul, body.page-template-template-cpt-casestudies div#casestudies-dropdown ul, body.page-template-template-cpt-tools div#issues-dropdown ul, body.page-template-template-cpt-tools div#tools-dropdown ul, body.page-template-template-cpt-tools div#casestudies-dropdown ul, body.search-results div#issues-dropdown ul, body.search-results div#tools-dropdown ul, body.search-results div#casestudies-dropdown ul, body.search-no-results div#issues-dropdown ul, body.search-no-results div#tools-dropdown ul, body.search-no-results div#casestudies-dropdown ul {
  list-style-type: none;
  margin-left: .5rem;
}

/* line 1402, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt div#issues-dropdown ul li, body.page-template-template-cpt div#tools-dropdown ul li, body.page-template-template-cpt div#casestudies-dropdown ul li, body.page-template-template-cpt-home div#issues-dropdown ul li, body.page-template-template-cpt-home div#tools-dropdown ul li, body.page-template-template-cpt-home div#casestudies-dropdown ul li, body.page-template-template-cpt-issues div#issues-dropdown ul li, body.page-template-template-cpt-issues div#tools-dropdown ul li, body.page-template-template-cpt-issues div#casestudies-dropdown ul li, body.page-template-template-cpt-casestudies div#issues-dropdown ul li, body.page-template-template-cpt-casestudies div#tools-dropdown ul li, body.page-template-template-cpt-casestudies div#casestudies-dropdown ul li, body.page-template-template-cpt-tools div#issues-dropdown ul li, body.page-template-template-cpt-tools div#tools-dropdown ul li, body.page-template-template-cpt-tools div#casestudies-dropdown ul li, body.search-results div#issues-dropdown ul li, body.search-results div#tools-dropdown ul li, body.search-results div#casestudies-dropdown ul li, body.search-no-results div#issues-dropdown ul li, body.search-no-results div#tools-dropdown ul li, body.search-no-results div#casestudies-dropdown ul li {
  padding: .5rem;
  border-bottom: 1px solid #eae3dc;
}

/* line 1405, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-template-template-cpt div#issues-dropdown ul li:hover, body.page-template-template-cpt div#tools-dropdown ul li:hover, body.page-template-template-cpt div#casestudies-dropdown ul li:hover, body.page-template-template-cpt-home div#issues-dropdown ul li:hover, body.page-template-template-cpt-home div#tools-dropdown ul li:hover, body.page-template-template-cpt-home div#casestudies-dropdown ul li:hover, body.page-template-template-cpt-issues div#issues-dropdown ul li:hover, body.page-template-template-cpt-issues div#tools-dropdown ul li:hover, body.page-template-template-cpt-issues div#casestudies-dropdown ul li:hover, body.page-template-template-cpt-casestudies div#issues-dropdown ul li:hover, body.page-template-template-cpt-casestudies div#tools-dropdown ul li:hover, body.page-template-template-cpt-casestudies div#casestudies-dropdown ul li:hover, body.page-template-template-cpt-tools div#issues-dropdown ul li:hover, body.page-template-template-cpt-tools div#tools-dropdown ul li:hover, body.page-template-template-cpt-tools div#casestudies-dropdown ul li:hover, body.search-results div#issues-dropdown ul li:hover, body.search-results div#tools-dropdown ul li:hover, body.search-results div#casestudies-dropdown ul li:hover, body.search-no-results div#issues-dropdown ul li:hover, body.search-no-results div#tools-dropdown ul li:hover, body.search-no-results div#casestudies-dropdown ul li:hover {
  background-color: #fdfbf9;
}

/* line 1408, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.caseTag {
  background-color: #ffcb6c;
  padding: .5rem;
  border-radius: 5px;
  color: #a07d3c;
}

/* line 1414, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.toolsTag {
  background-color: #b3caff;
  padding: .5rem;
  border-radius: 5px;
  color: #3c48a0;
}

/* line 1420, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.issueTag {
  background-color: #87daec;
  padding: .5rem;
  border-radius: 5px;
  color: #3c8da0;
}

/* line 1426, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.cpt-search {
  margin-top: 2rem;
}

/* line 1429, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
h2.cpt {
  text-transform: none;
}

/* line 1433, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.search-results h2.cpt, .search-no-results h2.cpt {
  margin-top: 4rem;
}

/* line 1435, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.search-results input[type="search"], .search-no-results input[type="search"] {
  border: 1px solid #cacaca;
}

/********************* */
/* SEARCH TEMPLATE */
/********************* */
/* line 1442, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.search-results #heroTitle h1 span {
  font-style: italic;
  font-weight: 300;
}

/* line 1447, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.search-results .inner-content header.article-header h2 {
  margin-bottom: 1rem;
  text-align: left;
}

/* line 1450, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.search-results .inner-content header.article-header .byline {
  margin-bottom: 0;
}

/* line 1452, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.search-results article {
  margin: 3rem 0 0;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 3rem;
}

/* line 1456, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.search-results article .entry-content {
  margin-bottom: 0;
  padding: 0;
}

/* line 1459, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.search-results article .excerpt-read-more {
  padding-top: 1rem;
}

/* line 1461, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.search-results article .excerpt-read-more .greenarrow {
  margin: 3px 0 0 5px;
}

/********************* */
/* STAND ALONE ELEMENTS */
/********************* */
/* line 1468, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.fb-video blockquote p {
  color: #e2e2e2;
}

/* line 1473, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-id-229 .entry-content i.fi-social-facebook, body.page-id-229 .entry-content i.fi-social-twitter {
  font-size: 2.5rem;
}

/* line 1475, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
body.page-id-229 .entry-content i.fi-social-facebook {
  margin-right: 1rem;
}

/* line 1479, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.page-navigation {
  margin-top: 3rem;
}

/* line 1481, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.page-navigation ul.pagination li {
  font-size: 1.25rem;
}

/********************* */
/* ANNOUNCEMENT BAR */
/********************* */
/* line 1487, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement {
  padding: 3rem;
  position: relative;
}

/* line 1490, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement.red {
  background-color: #d14b27;
  color: #fff;
}

/* line 1493, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement.red a {
  color: #fff;
}

/* line 1495, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement.red .button {
  background-color: #fff;
  color: #d14b27;
  border-color: #fff;
}

/* line 1499, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement.red .button:hover {
  background-color: transparent;
}

/* line 1501, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement.grey {
  background-color: #6f7d74;
  color: #fff;
}

/* line 1504, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement.grey a {
  color: #fff;
}

/* line 1506, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement.grey .button {
  background-color: #fff;
  color: #6f7d74;
  border-color: #fff;
}

/* line 1510, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement.grey .button:hover {
  background-color: transparent;
  color: #fff;
}

/* line 1513, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
.announcement #closeit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-weight: bold;
}

/********************* */
/* FOOTER */
/********************* */
/* line 1525, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer {
  background-color: #f4f7f6;
  border-top: 10px solid #78a13f;
  padding-top: 3rem;
  margin-top: 3rem;
}

/* line 1530, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .cell.reports, footer.footer .cell.subscribe {
  padding: 0 1.5rem 2.5rem;
  color: #2A6A35;
}

/* line 1533, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .cell.reports h4, footer.footer .cell.subscribe h4 {
  font-weight: 700;
  font-size: 1.4rem;
}

/* line 1536, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .cell.reports p, footer.footer .cell.subscribe p {
  font-family: adobe-garamond-pro, serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

/* line 1540, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .cell.reports a, footer.footer .cell.subscribe a {
  color: #2A6A35;
  font-weight: 700;
  text-decoration: underline;
}

/* line 1544, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .cell.reports a.button, footer.footer .cell.subscribe a.button {
  color: #fff;
  text-decoration: none;
  margin: 1rem 0;
  font-family: "Open Sans", sans-serif;
}

/* line 1550, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .reports img {
  float: left;
  width: 30%;
  margin-right: 1rem;
}

/* line 1554, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper {
  background-color: #2b2b2b;
  color: #fff;
  padding-top: 3rem;
}

/* line 1558, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper h5 {
  font-size: 1rem;
  font-weight: 700;
}

/* line 1561, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper p {
  font-size: .75rem;
}

/* line 1563, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .cell {
  padding: 0 3rem;
}

/* line 1565, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .vnrc {
  border-right: 1px solid #78a13f;
}

/* line 1567, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .vnrc img {
  padding-bottom: 1rem;
}

/* line 1569, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .vnrc p {
  text-transform: uppercase;
}

/* line 1571, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .associates {
  border-right: 1px solid #78a13f;
}

/* line 1573, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .associates img {
  margin-top: 1rem;
}

/* line 1575, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .associates img.vcv {
  float: left;
  width: 35%;
  margin-right: 4rem;
}

/* line 1579, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .associates img.vecan {
  float: right;
  width: 43%;
  margin-top: 1.15rem;
}

/* line 1584, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .links .follow, footer.footer .bottomFooterWrapper .links .support {
  line-height: 2rem;
  float: left;
  width: 45%;
}

/* line 1588, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .links .follow h5, footer.footer .bottomFooterWrapper .links .support h5 {
  margin-bottom: 1rem;
}

/* line 1590, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .links .button.orange {
  font-size: .85rem;
}

/* line 1592, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .links i {
  font-size: 2rem;
  color: #fff;
  margin-right: 1rem;
}

/* line 1596, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .links p {
  color: #b7b7b7;
  line-height: 1rem;
  font-size: .65rem;
  float: left;
  margin-top: 1rem;
}

/* line 1602, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .pageinfo {
  margin-top: 2rem;
  color: #b7b7b7;
  background-color: #2b2b2b;
}

/* line 1606, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .pageinfo p {
  font-size: .85rem;
}

/* line 1608, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .pageinfo p a {
  color: #828282;
}

/* line 1610, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_vnrc.sass */
footer.footer .bottomFooterWrapper .pageinfo p a.hover {
  color: #fff;
}

/* */
/* Responsive Styles for VNRC */
/* */
@media screen and (min-width: 1000px) and (max-width: 1435px) {
  /* line 7, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home header.header #heroTitle {
    width: 70%;
    left: 15%;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 14, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .position-right.is-transition-push {
    box-shadow: 2px 3px 8px 2px rgba(10, 10, 10, 0.25) !important;
  }
  /* line 16, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar {
    padding: 2rem 1rem !important;
    /* ONE */
  }
  /* line 18, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar .top-bar-right {
    position: absolute;
    right: 20px;
  }
  /* line 21, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar .top-bar-left #logo {
    width: 190px;
  }
  /* line 23, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar .hamburger {
    padding: 0;
    width: 30px;
    float: right;
    margin-top: -20px;
  }
  /* line 28, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar .hamburger .line {
    width: 30px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
  }
  /* line 38, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar:hover {
    cursor: pointer;
  }
  /* line 41, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }
  /* line 43, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar #hamburger-1.is-active .line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  /* line 45, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .top-bar #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
  /* line 51, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  ul#offcanvas-nav.menu.vertical {
    flex-wrap: wrap !important;
    flex-direction: row !important;
  }
  /* line 54, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  ul#offcanvas-nav li a {
    padding: 1rem 1rem;
    color: #505050;
    font-size: 1.25rem;
    font-weight: bold;
  }
  /* line 59, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .accordion-menu .is-accordion-submenu li a {
    font-weight: normal !important;
    padding: .75rem 1rem !important;
    font-size: 1.1rem !important;
    background-color: #e8ede8;
  }
  /* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  li.is-accordion-submenu-parent ul.is-active {
    border-top: 2px solid #2A6A35;
  }
  /* line 66, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .submenu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
    background-color: #d7e2c6;
  }
  /* line 69, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  li.facebook, li.twitter {
    float: left;
    width: 18% !important;
  }
  /* line 72, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  li.facebook i, li.twitter i {
    font-size: 2rem;
    width: 25%;
    float: left;
  }
  /* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  li.donate {
    background-color: #d14b27;
    border-radius: 29px;
    text-align: center;
    margin: 1rem 1rem 0;
    float: right;
    display: inline-block;
  }
  /* line 84, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  li.donate a {
    color: #fff !important;
  }
  /* line 86, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .menu .active > a {
    background: transparent !important;
    border-left: 10px solid #78a13f;
  }
  /* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .menu li.donate.active > a {
    border-left: 0;
  }
  /* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .grid-padding-x > .cell {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  /* line 97, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home header.header {
    background-position: 30% 46%;
  }
  /* line 99, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home header.header #heroTitle {
    width: 100%;
    left: 0%;
  }
  /* line 102, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home header.header #heroTitle h1 {
    font-size: 2rem;
  }
  /* line 104, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .icons {
    margin: 3rem 0;
  }
  /* line 106, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .icons .cell {
    border-right: 0;
    padding: 1rem .5rem;
  }
  /* line 109, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .greyWrapper {
    padding: 2rem 0;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .greyWrapper h2 {
    margin-bottom: 1rem;
  }
  /* line 113, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .greyWrapper .video {
    padding: 2rem 0;
  }
  /* line 115, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .greyWrapper .video a.videoLink {
    bottom: 20px;
    left: 30px;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .greyWrapper .video .vidembed {
    margin-bottom: 2rem;
  }
  /* line 120, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .icons .grid-padding-x > .cell.post {
    margin-bottom: 2rem;
  }
  /* line 122, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .icons .grid-padding-x > .cell.post p {
    margin-bottom: 0;
  }
  /* line 124, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .victories {
    margin: 2rem 0;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .victories h2 {
    margin-bottom: 1rem;
  }
  /* line 128, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .victories .cell.post {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  /* line 132, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .victories .cell.post .overlay {
    width: 90%;
    left: 5%;
  }
  /* line 136, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .mission h3 {
    font-size: 2rem;
  }
  /* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .mission p {
    font-size: 1.2rem;
  }
  /* line 140, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .advocates {
    margin: 4rem 0 0;
  }
  /* line 142, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  body.home .advocates .cell {
    margin-bottom: 2rem;
  }
  /* line 145, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .news .cell {
    margin-bottom: 2rem;
  }
  /* line 147, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer {
    margin-top: 1rem;
  }
  /* line 149, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer .cell.reports, footer.footer .cell.subscribe {
    padding: 0 1.5rem 2.5rem;
  }
  /* line 152, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer .bottomFooterWrapper .cell {
    padding: 0 2rem;
  }
  /* line 154, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer .bottomFooterWrapper .vnrc, footer.footer .bottomFooterWrapper .associates, footer.footer .bottomFooterWrapper .links {
    margin-bottom: 2rem;
  }
  /* line 156, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer .bottomFooterWrapper .associates img.vcv {
    margin-right: 3rem;
  }
  /* line 159, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer .bottomFooterWrapper .vnrc img {
    width: 80%;
  }
  /* line 162, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer .bottomFooterWrapper .vnrc p, footer.footer .bottomFooterWrapper .links p {
    margin-bottom: 0;
  }
  /* line 164, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer .bottomFooterWrapper .pageinfo {
    padding-top: 1rem;
    margin-top: 0;
    color: #cacaca;
    background-color: #6e6e6e;
  }
  /* line 169, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  footer.footer .bottomFooterWrapper .pageinfo a {
    color: #cacaca !important;
    text-decoration: underline;
  }
  /* line 173, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  header.header {
    height: 325px;
  }
  /* line 175, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  header.header #heroTitle {
    position: absolute;
    width: 80%;
    bottom: 20%;
    left: 10%;
  }
  /* line 180, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  header.header #heroTitle h1 {
    font-size: 2.2rem;
  }
  /* line 183, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_responsive.sass */
  .supportUs .intro p {
    font-size: 1.1rem;
  }
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  /* line 46, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.slow {
  transition-duration: 750ms !important;
}

/* line 56, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.fast {
  transition-duration: 250ms !important;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.linear {
  transition-timing-function: linear !important;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.ease {
  transition-timing-function: ease !important;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.ease-in {
  transition-timing-function: ease-in !important;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.ease-out {
  transition-timing-function: ease-out !important;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.short-delay {
  transition-delay: 300ms !important;
}

/* line 68, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.long-delay {
  transition-delay: 700ms !important;
}

/* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

/* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

/* line 78, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

/* line 79, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

/* line 81, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

/* line 90, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.infinite {
  animation-iteration-count: infinite;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.slow {
  animation-duration: 750ms !important;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.fast {
  animation-duration: 250ms !important;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.linear {
  animation-timing-function: linear !important;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.ease {
  animation-timing-function: ease !important;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.ease-in {
  animation-timing-function: ease-in !important;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.ease-out {
  animation-timing-function: ease-out !important;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.short-delay {
  animation-delay: 300ms !important;
}

/* line 106, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/motion-ui/src/_classes.scss */
.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
body {
  margin: 0;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 38, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 47, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
a {
  background-color: transparent;
}

/* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 72, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 80, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
small {
  font-size: 80%;
}

/* line 96, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 104, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 108, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
sup {
  top: -0.5em;
}

/* line 117, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
img {
  border-style: none;
}

/* line 127, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 141, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
button,
input {
  overflow: visible;
}

/* line 149, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
button,
select {
  text-transform: none;
}

/* line 156, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 165, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 175, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 184, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 193, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 204, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
progress {
  vertical-align: baseline;
}

/* line 210, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
textarea {
  overflow: auto;
}

/* line 217, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 225, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 233, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 240, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 247, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 257, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
details {
  display: block;
}

/* line 263, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
summary {
  display: list-item;
}

/* line 272, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
template {
  display: none;
}

/* line 278, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/vendor/normalize.scss */
[hidden] {
  display: none;
}

/* line 140, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 144, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* line 150, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 157, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 174, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 20px;
}

/* line 193, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 20px;
}

/* line 203, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 211, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 20px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 223, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
pre {
  overflow: auto;
}

/* line 228, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

/* line 237, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 241, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 13, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  /* line 13, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 16, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  /* line 16, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

/* line 26, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x {
  display: flex;
  flex-flow: row wrap;
}

/* line 30, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

/* line 34, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.cell.auto {
  flex: 1 1 0px;
}

/* line 38, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.cell.shrink {
  flex: 0 0 auto;
}

/* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .auto {
  width: auto;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .shrink {
  width: auto;
}

/* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}

/* line 79, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-1 {
  width: 8.33333%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-2 {
  width: 16.66667%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-3 {
  width: 25%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-4 {
  width: 33.33333%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-5 {
  width: 41.66667%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-6 {
  width: 50%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-7 {
  width: 58.33333%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-8 {
  width: 66.66667%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-9 {
  width: 75%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-10 {
  width: 83.33333%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-11 {
  width: 91.66667%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 73, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  /* line 79, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto;
  }
  /* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink {
    width: auto;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-3 {
    width: 25%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-6 {
    width: 50%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-9 {
    width: 75%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 73, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  /* line 79, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }
  /* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink {
    width: auto;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-3 {
    width: 25%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-6 {
    width: 50%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-9 {
    width: 75%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  /* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-12 {
    width: 100%;
  }
}

/* line 102, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

/* line 107, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

/* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 142, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 149, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

/* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .auto {
  width: auto;
}

/* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .shrink {
  width: auto;
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .auto {
    width: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .shrink {
    width: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-auto {
    width: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

/* line 177, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 177, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 183, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 183, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 188, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 188, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-1 > .cell {
  width: 100%;
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-2 > .cell {
  width: 50%;
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-3 > .cell {
  width: 33.33333%;
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-4 > .cell {
  width: 25%;
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-5 > .cell {
  width: 20%;
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-6 > .cell {
  width: 16.66667%;
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-7 > .cell {
  width: 14.28571%;
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-1 > .cell {
    width: 100%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-2 > .cell {
    width: 50%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-4 > .cell {
    width: 25%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-5 > .cell {
    width: 20%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-1 > .cell {
    width: 100%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-2 > .cell {
    width: 50%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-4 > .cell {
    width: 25%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-5 > .cell {
    width: 20%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

/* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  /* line 31, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

/* line 234, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 29, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-3 {
  width: 25%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-6 {
  width: 50%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-9 {
  width: 75%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

/* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

/* line 240, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 68, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 234, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 29, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 240, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 68, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 234, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 29, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  /* line 44, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 240, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 68, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 258, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

/* line 276, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

/* line 280, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .cell {
  width: auto;
  max-width: none;
}

/* line 284, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .auto {
  height: auto;
}

/* line 288, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .shrink {
  height: auto;
}

/* line 302, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 302, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 302, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}

/* line 316, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex: 0 0 auto;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-1 {
  height: 8.33333%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-2 {
  height: 16.66667%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-3 {
  height: 25%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-4 {
  height: 33.33333%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-5 {
  height: 41.66667%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-6 {
  height: 50%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-7 {
  height: 58.33333%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-8 {
  height: 66.66667%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-9 {
  height: 75%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-10 {
  height: 83.33333%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-11 {
  height: 91.66667%;
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 310, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 316, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex: 0 0 auto;
  }
  /* line 322, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink {
    height: auto;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-3 {
    height: 25%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-6 {
    height: 50%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-9 {
    height: 75%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 310, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 316, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex: 0 0 auto;
  }
  /* line 322, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink {
    height: auto;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-3 {
    height: 25%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-6 {
    height: 50%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-9 {
    height: 75%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  /* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-12 {
    height: 100%;
  }
}

/* line 343, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 343, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 348, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 348, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

/* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 142, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 149, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .auto {
    height: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .shrink {
    height: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

/* line 362, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

/* line 366, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.cell .grid-frame {
  width: 100%;
}

/* line 370, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 374, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 379, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

/* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_frame.scss */
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  /* line 386, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  /* line 390, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .cell .medium-grid-frame {
    width: 100%;
  }
  /* line 394, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 398, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_frame.scss */
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 402, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 386, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  /* line 390, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .cell .large-grid-frame {
    width: 100%;
  }
  /* line 394, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 398, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_frame.scss */
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 402, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  /* line 415, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 415, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

/* line 423, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 427, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 427, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

/* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 142, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 149, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .auto {
    height: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .shrink {
    height: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }
  /* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

/* line 435, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 435, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 435, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  /* line 439, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 439, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

/* line 75, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-left {
  justify-content: flex-start;
}

/* line 75, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-right {
  justify-content: flex-end;
}

/* line 75, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-center {
  justify-content: center;
}

/* line 75, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-justify {
  justify-content: space-between;
}

/* line 75, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-spaced {
  justify-content: space-around;
}

/* line 84, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

/* line 84, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

/* line 84, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-center.vertical.menu > li > a {
  justify-content: center;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-top {
  align-items: flex-start;
}

/* line 97, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-self-top {
  align-self: flex-start;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-bottom {
  align-items: flex-end;
}

/* line 97, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-self-bottom {
  align-self: flex-end;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-middle {
  align-items: center;
}

/* line 97, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-self-middle {
  align-self: center;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-stretch {
  align-items: stretch;
}

/* line 97, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-self-stretch {
  align-self: stretch;
}

/* line 103, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-1 {
  order: 1;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-2 {
  order: 2;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-3 {
  order: 3;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-4 {
  order: 4;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-5 {
  order: 5;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-1 {
    order: 1;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-2 {
    order: 2;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-3 {
    order: 3;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-4 {
    order: 4;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-5 {
    order: 5;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-1 {
    order: 1;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-2 {
    order: 2;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-3 {
    order: 3;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-4 {
    order: 4;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-5 {
    order: 5;
  }
  /* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-order-6 {
    order: 6;
  }
}

/* line 18, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.flex-container {
  display: flex;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.flex-child-auto {
  flex: 1 1 auto;
}

/* line 26, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.flex-child-grow {
  flex: 1 0 auto;
}

/* line 30, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.flex-child-shrink {
  flex: 0 1 auto;
}

/* line 35, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.flex-dir-row {
  flex-direction: row;
}

/* line 35, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

/* line 35, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.flex-dir-column {
  flex-direction: column;
}

/* line 35, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  /* line 45, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-flex-container {
    display: flex;
  }
  /* line 49, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  /* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  /* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-flex-dir-row {
    flex-direction: row;
  }
  /* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-flex-dir-column {
    flex-direction: column;
  }
  /* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 45, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-flex-container {
    display: flex;
  }
  /* line 49, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  /* line 53, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  /* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  /* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-flex-dir-row {
    flex-direction: row;
  }
  /* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-flex-dir-column {
    flex-direction: column;
  }
  /* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_flex.scss */
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

/* line 256, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 280, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* line 289, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 296, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 303, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 309, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 321, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

/* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
  h1, .h1 {
    font-size: 3rem;
  }
  /* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
  h2, .h2 {
    font-size: 2.5rem;
  }
  /* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
  h3, .h3 {
    font-size: 1.9375rem;
  }
  /* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
  h4, .h4 {
    font-size: 1.5625rem;
  }
  /* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
  h5, .h5 {
    font-size: 1.25rem;
  }
  /* line 332, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
  h6, .h6 {
    font-size: 1rem;
  }
}

/* line 371, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
a {
  line-height: inherit;
  color: #78a13f;
  text-decoration: none;
  cursor: pointer;
}

/* line 378, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
a:hover, a:focus {
  color: #678a36;
}

/* line 386, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 392, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 4rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

/* line 406, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

/* line 415, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 420, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 426, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 432, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 439, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 442, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 449, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 0;
}

/* line 454, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #3e3e3e;
}

/* line 461, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

/* line 466, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
cite:before {
  content: "— ";
}

/* line 472, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

/* line 479, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
figure {
  margin: 0;
}

/* line 484, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

/* line 496, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_base.scss */
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 20px;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 68, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 75, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_helpers.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  /* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

/* line 18, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 21, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  /* line 32, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 33, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 35, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 36, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 37, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 38, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 39, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 40, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 43, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 46, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 50, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  /* line 55, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  /* line 65, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 70, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 74, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 86, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/typography/_print.scss */
  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 125, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 20px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 132, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 135, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 143, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 151, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 20px;
}

/* line 158, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 176, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_text.scss */
::placeholder {
  color: #cacaca;
}

/* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 26, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 43, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 46, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

/* line 37, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 20px 0 0 20px;
}

/* line 43, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 20px 20px 0;
}

/* line 49, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

/* line 59, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

/* line 80, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}

/* line 84, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 90, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

/* line 115, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 39, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_fieldset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 45, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_fieldset.scss */
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 50, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_fieldset.scss */
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

/* line 30, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_fieldset.scss */
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* line 83, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 20px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  /* line 83, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 54, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_select.scss */
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 66, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 72, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}

/* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

/* line 49, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_error.scss */
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

/* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_error.scss */
.is-invalid-label {
  color: #cc4b37;
}

/* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

/* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 266, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.5em 1.5em;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #78a13f;
  color: #fefefe;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #668936;
  color: #fefefe;
}

/* line 271, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 271, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 271, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 276, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 304, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.primary {
  background-color: #78a13f;
  color: #0a0a0a;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #608132;
  color: #0a0a0a;
}

/* line 304, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

/* line 304, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

/* line 304, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 304, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

/* line 320, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #78a13f;
  color: #fefefe;
}

/* line 325, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #78a13f;
  color: #0a0a0a;
}

/* line 325, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

/* line 325, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 325, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 325, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 333, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #78a13f;
  color: #78a13f;
}

/* line 161, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

/* line 169, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #3c5120;
  color: #3c5120;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #78a13f;
  color: #78a13f;
}

/* line 338, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #78a13f;
  color: #78a13f;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #3c5120;
  color: #3c5120;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #78a13f;
  color: #78a13f;
}

/* line 338, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

/* line 338, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 338, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 338, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 347, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear {
  border: 1px solid #78a13f;
  color: #78a13f;
}

/* line 161, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

/* line 169, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear:hover, .button.clear:focus {
  border-color: #3c5120;
  color: #3c5120;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #78a13f;
  color: #78a13f;
}

/* line 352, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

/* line 358, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.primary {
  border: 1px solid #78a13f;
  color: #78a13f;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #3c5120;
  color: #3c5120;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #78a13f;
  color: #78a13f;
}

/* line 363, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

/* line 358, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

/* line 363, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

/* line 358, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 363, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

/* line 358, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 363, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

/* line 358, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 363, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

/* line 226, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}

/* line 385, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #78a13f;
}

/* line 391, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #78a13f;
}

/* line 391, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

/* line 391, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

/* line 391, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

/* line 391, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

/* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 408, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
a.button:hover, a.button:focus {
  text-decoration: none;
}

/* line 141, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 66, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 20px 20px 0 0;
}

/* line 70, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 20px 20px;
}

/* line 149, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1.75rem;
  line-height: 1;
  color: #78a13f;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 20px 20px;
}

/* line 99, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #f2f2f2;
}

/* line 105, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

/* line 113, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '\2013';
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
.accordion-content {
  display: none;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 135, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 83, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu li {
  width: 100%;
}

/* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu a {
  padding: 0.7rem 1rem;
}

/* line 99, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

/* line 103, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 108, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 54, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

/* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #78a13f transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 66, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

/* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

/* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

/* line 130, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent {
  position: relative;
}

/* line 134, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.has-submenu-toggle > a {
  margin-right: 40px;
}

/* line 139, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* line 156, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #78a13f transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 166, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

/* line 171, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_accordion-menu.scss */
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 50, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_badge.scss */
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #78a13f;
  color: #fefefe;
}

/* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_badge.scss */
.badge.primary {
  background: #78a13f;
  color: #0a0a0a;
}

/* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_badge.scss */
.badge.secondary {
  background: #767676;
  color: #fefefe;
}

/* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_badge.scss */
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

/* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 57, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_badge.scss */
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

/* line 170, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 181, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}

/* line 70, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

/* line 86, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

/* line 101, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #78a13f;
}

/* line 104, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 198, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

/* line 170, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 181, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}

/* line 203, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 203, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}

/* line 203, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 96, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.expanded .button {
  flex: 1 1 0px;
}

/* line 216, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #78a13f;
  color: #0a0a0a;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #608132;
  color: #0a0a0a;
}

/* line 216, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

/* line 216, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

/* line 216, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 216, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

/* line 228, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

/* line 135, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

/* line 143, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

/* line 96, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  /* line 171, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 171, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 250, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 261, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  /* line 265, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button-group.scss */
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 20px;
  background-color: white;
  color: #0a0a0a;
}

/* line 55, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 59, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout.primary {
  background-color: #ebf3e0;
  color: #0a0a0a;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

/* line 98, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 102, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 112, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_card.scss */
.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

/* line 73, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_card.scss */
.card > :last-child {
  margin-bottom: 0;
}

/* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_card.scss */
.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

/* line 91, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_card.scss */
.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 120, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_card.scss */
.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

/* line 106, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_card.scss */
.card-section > :last-child {
  margin-bottom: 0;
}

/* line 126, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_card.scss */
.card-image {
  min-height: 1px;
}

/* line 96, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 99, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_close-button.scss */
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

/* line 100, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_close-button.scss */
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 357, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu li {
  outline: 0;
}

/* line 68, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

/* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 84, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu input {
  display: inline-block;
}

/* line 361, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

/* line 366, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

/* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.expanded li {
  flex: 1 1 0px;
}

/* line 376, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.simple {
  align-items: center;
}

/* line 210, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.simple li + li {
  margin-left: 1rem;
}

/* line 214, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 382, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* line 386, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  /* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  /* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 382, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* line 386, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  /* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  /* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

/* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 240, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icons a {
  display: flex;
}

/* line 240, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

/* line 260, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-left li a {
  flex-flow: row nowrap;
}

/* line 265, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

/* line 277, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-right li a {
  flex-flow: row nowrap;
}

/* line 282, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

/* line 294, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-top li a {
  flex-flow: column nowrap;
}

/* line 302, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 318, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

/* line 326, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 440, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu .is-active > a {
  background: #78a13f;
  color: #fefefe;
}

/* line 446, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu .active > a {
  background: #78a13f;
  color: #fefefe;
}

/* line 452, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-left {
  justify-content: flex-start;
}

/* line 119, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

/* line 123, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-right li .submenu li {
  justify-content: flex-start;
}

/* line 128, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

/* line 132, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-right.vertical li .submenu li {
  text-align: right;
}

/* line 460, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-center li {
  display: flex;
  justify-content: center;
}

/* line 157, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu.align-center li .submenu li {
  justify-content: flex-start;
}

/* line 470, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 477, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu-centered > .menu {
  justify-content: center;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

/* line 157, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

/* line 488, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

/* line 137, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 114, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
  box-shadow: 0 7px 0 #333333, 0 14px 0 #333333;
  content: '';
}

/* line 137, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 74, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 78, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block;
}

/* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.is-drilldown.animate-height {
  transition: height 0.5s;
}

/* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

/* line 95, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

/* line 105, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 121, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 125, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 46, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 49, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #78a13f;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #78a13f;
  right: 1rem;
  left: auto;
}

/* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #78a13f transparent transparent;
  right: auto;
  left: 1rem;
}

/* line 132, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_drilldown.scss */
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #78a13f transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 0;
  border-radius: 0;
  background-color: #fcf5ee;
  font-size: 1rem;
}

/* line 60, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.is-opening {
  display: block;
}

/* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

/* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 101, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 106, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #78a13f transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 154, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

/* line 160, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: none;
}

/* line 165, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 169, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 121, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

/* line 129, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 67, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #78a13f transparent transparent;
  right: auto;
  left: 5px;
}

/* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #78a13f;
}

@media print, screen and (min-width: 40em) {
  /* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #78a13f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 129, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #78a13f transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #78a13f;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #78a13f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 129, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #78a13f transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #78a13f;
  }
}

/* line 192, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 200, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 203, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 208, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 211, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

/* line 219, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 230, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 235, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 241, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

/* line 253, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 67, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #78a13f transparent transparent;
  right: auto;
  left: 5px;
}

/* line 77, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #78a13f;
}

/* line 264, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 269, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 275, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 45, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_responsive-embed.scss */
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

/* line 32, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_responsive-embed.scss */
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 52, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_responsive-embed.scss */
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 51, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 20px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #78a13f;
  color: #fefefe;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_label.scss */
.label.primary {
  background: #78a13f;
  color: #0a0a0a;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_label.scss */
.label.secondary {
  background: #767676;
  color: #fefefe;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_label.scss */
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_label.scss */
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 107, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

/* line 30, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  /* line 35, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section {
  flex: 0 1 auto;
}

/* line 54, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 58, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 62, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 66, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 101, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 73, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_media-object.scss */
.media-object-section.main-section {
  flex: 1 1 0px;
}

/* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 97, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 115, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 120, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 124, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

/* line 128, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 442, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 447, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 159, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.is-transition-push {
  z-index: 12;
}

/* line 169, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.is-closed {
  visibility: hidden;
}

/* line 174, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap {
  z-index: 13;
}

/* line 177, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 2px 3px 8px 2px rgba(10, 10, 10, 0.25) !important;
}

/* line 183, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas.is-open {
  transform: translate(0, 0);
}

/* line 458, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

/* line 159, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

/* line 169, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-closed {
  visibility: hidden;
}

/* line 174, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

/* line 177, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 2px 3px 8px 2px rgba(10, 10, 10, 0.25) !important;
}

/* line 183, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

/* line 463, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 260px;
  transform: translateX(-260px);
}

/* line 208, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-260px);
}

/* line 215, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

/* line 222, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(260px);
}

/* line 344, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.position-left.is-transition-push {
  box-shadow: inset 0px 0 0px 0px rgba(10, 10, 10, 0.25);
}

/* line 464, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 260px;
  transform: translateX(260px);
}

/* line 245, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right {
  transform: translateX(260px);
}

/* line 252, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

/* line 259, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-260px);
}

/* line 344, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.position-right.is-transition-push {
  box-shadow: inset 0px 0 0px 0px rgba(10, 10, 10, 0.25);
}

/* line 465, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}

/* line 282, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

/* line 288, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

/* line 295, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

/* line 344, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.position-top.is-transition-push {
  box-shadow: inset 0 0px 0px 0px rgba(10, 10, 10, 0.25);
}

/* line 466, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}

/* line 318, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

/* line 324, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

/* line 331, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

/* line 344, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.position-bottom.is-transition-push {
  box-shadow: inset 0 0px 0px 0px rgba(10, 10, 10, 0.25);
}

/* line 468, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

/* line 369, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

/* line 374, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  /* line 476, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  /* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  /* line 404, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 260px;
  }
  /* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 260px;
  }
  /* line 480, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  /* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  /* line 404, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 260px;
  }
  /* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 260px;
  }
  /* line 484, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  /* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  /* line 404, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 260px;
  }
  /* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 260px;
  }
  /* line 488, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  /* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  /* line 404, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 260px;
  }
  /* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 260px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 476, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  /* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  /* line 404, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 260px;
  }
  /* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 260px;
  }
  /* line 480, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  /* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  /* line 404, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 260px;
  }
  /* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 260px;
  }
  /* line 484, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  /* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  /* line 404, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 260px;
  }
  /* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 260px;
  }
  /* line 488, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  /* line 400, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  /* line 404, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 260px;
  }
  /* line 409, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 260px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 499, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  /* line 425, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 433, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 499, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  /* line 425, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 433, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

/* line 156, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 160, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* line 164, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  position: absolute;
}

/* line 73, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 168, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 172, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 176, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

/* line 180, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 184, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 194, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 137, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

/* line 145, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 149, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 162, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 170, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 181, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 83, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 20px;
  font-size: 0.875rem;
  display: none;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 83, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 112, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 20px;
  color: #0a0a0a;
}

/* line 119, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 165, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #78a13f;
  color: #fefefe;
  cursor: default;
}

/* line 169, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 146, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 173, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

/* line 179, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

/* line 43, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 20px;
  background-color: #cacaca;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #78a13f;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #767676;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #3adb76;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}

/* line 48, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

/* line 56, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #78a13f;
  border-radius: 20px;
}

/* line 61, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 20px;
}

/* line 106, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

/* line 46, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 20px;
  background-color: #78a13f;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 67, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #668936;
}

/* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 121, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 127, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

/* line 88, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 94, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/* line 6, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 16, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

/* line 21, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 25, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 30, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 35, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 133, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

/* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

/* line 142, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
html.is-reveal-open body {
  overflow-y: hidden;
}

/* line 148, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 2rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 88, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal .column {
  min-width: 0;
}

/* line 93, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

/* line 163, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 168, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 169, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 170, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

/* line 173, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

/* line 181, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 203, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
}

/* line 209, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

/* line 214, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 20px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 105, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}

/* line 110, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 20px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

/* line 127, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #78a13f;
}

/* line 130, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 219, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 224, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}

/* line 152, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 230, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}

/* line 161, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 236, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.tiny {
  height: 1.5rem;
}

/* line 183, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

/* line 196, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 240, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.small {
  height: 1.75rem;
}

/* line 183, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* line 196, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 244, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.large {
  height: 2.5rem;
}

/* line 183, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 189, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

/* line 196, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 305, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 20px;
}

/* line 111, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 119, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

/* line 125, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

/* line 131, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

/* line 140, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}

/* line 145, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 155, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 87, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

/* line 168, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
table.unstriped tbody {
  background-color: #fefefe;
}

/* line 103, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  /* line 284, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 289, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 293, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 299, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 315, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 221, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
table.hover thead tr:hover {
  background-color: #f3f3f3;
}

/* line 228, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
table.hover tfoot tr:hover {
  background-color: #ececec;
}

/* line 235, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

/* line 243, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 323, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}

/* line 144, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

/* line 170, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 181, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 155, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 158, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 165, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.primary {
  background: #78a13f;
}

/* line 168, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #333333;
}

/* line 171, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #72993c;
}

/* line 178, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #78a13f;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

/* line 97, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
  color: #678a36;
}

/* line 102, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #78a13f;
}

/* line 182, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

/* line 186, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 190, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 138, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 60, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_thumbnail.scss */
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

/* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_thumbnail.scss */
a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

/* line 49, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_thumbnail.scss */
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(120, 161, 63, 0.5);
}

/* line 54, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_thumbnail.scss */
a.thumbnail image {
  box-shadow: none;
}

/* line 38, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 52, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 59, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

/* line 64, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar-right {
  text-align: right;
}

/* line 79, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_title-bar.scss */
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

/* line 157, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 20px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

/* line 75, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip::before {
  position: absolute;
}

/* line 80, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

/* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

/* line 92, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

/* line 98, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

/* line 105, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

/* line 110, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

/* line 118, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

/* line 124, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

/* line 131, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

/* line 136, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

/* line 141, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

/* line 146, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_tooltip.scss */
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

/* line 122, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  flex-wrap: wrap;
}

/* line 47, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #fff;
}

/* line 60, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 71, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

/* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 122, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar {
    flex-wrap: nowrap;
  }
  /* line 102, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  /* line 107, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 135, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  /* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  /* line 135, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  /* line 82, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 146, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

/* line 151, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_top-bar.scss */
.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

/* line 65, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 69, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  /* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 80, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  /* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 76, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 80, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  /* line 85, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  /* line 89, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 96, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 103, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 110, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 110, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 110, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 123, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 123, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 123, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_float.scss */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 170, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 181, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 13, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.page-title .vcard {
  border: 0px;
  padding: 0px;
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.byline {
  color: #999;
}

/* line 28, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.entry-content img {
  max-width: 100%;
  height: auto;
}

/* line 33, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: table;
  float: left;
}

/* line 38, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: table;
  float: right;
}

/* line 43, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/* line 50, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

/* line 55, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* line 63, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

/* line 69, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

/* line 75, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* line 83, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.5em 1.5em;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #78a13f;
  color: #fefefe;
}

/* line 202, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}

/* line 153, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/components/_button.scss */
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  background-color: #668936;
  color: #fefefe;
}

/*********************
IMAGE GALLERY STYLES
*********************/
/* line 90, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 97, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery::before, .gallery::after {
  content: ' ';
  display: table;
}

/* line 101, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery::after {
  clear: both;
}

/* line 104, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 104, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

/* line 107, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 107, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

/* line 110, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 110, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

/* line 113, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 113, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

/* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 116, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

/* line 119, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 119, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

/* line 122, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 122, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

/* line 125, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 125, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/node_modules/foundation-sites/scss/grid/_position.scss */
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

/* line 128, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 134, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gallery dl:last-child:not(:first-child) {
  float: right;
}

/*********************
PAGE NAVI STYLES
*********************/
/* line 148, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.page-navigation {
  margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/
/* line 156, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
#comments .commentlist {
  margin-left: 0px;
}

/* line 162, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
#respond ul {
  margin-left: 0px;
}

/* line 168, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

/* line 176, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}

/* line 180, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist li ul.children {
  margin: 0;
}

/* line 197, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

/* line 201, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

/* line 206, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

/* line 236, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist .vcard {
  margin-left: 50px;
}

/* line 239, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

/* line 247, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist .vcard time {
  float: right;
}

/* line 250, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

/* line 254, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}

/* line 264, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

/* line 291, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* line 300, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.commentlist .comment-reply-link {
  float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
/* line 315, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

/* line 319, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form form {
  margin: 0.75em 0;
}

/* line 322, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

/* line 327, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}

/* line 333, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}

/* line 342, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

/* line 347, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* line 358, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

/* line 365, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* line 375, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* line 388, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* line 393, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 401, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.sidebar li {
  list-style: none;
}

/* line 407, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.widget ul {
  margin: 0;
}

/*********************
FOOTER STYLES
*********************/
/* line 414, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.footer {
  clear: both;
  margin-top: 1em;
}

/*********************
VISUAL EDITOR STYLES
*********************/
/* line 423, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
body#tinymce {
  margin: 20px;
}

/*********************
PLUGIN STYLES
*********************/
/* line 431, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

/* line 437, ../../../../../../../../../../../../../Users/andrewsepic/theme-dev/vnrc/assets/styles/scss/_global.scss */
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

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