/*!
Theme Name: Voya eBook Starter
Theme URI: https://them.es/starter
Author: VisionMix Digital Media, Inc.
Author URI: https://visionmix.com/
Description: Starter theme for all WP Voya eBooks v3
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: voya-ebook
*/
/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */
/* From http://codex.wordpress.org/CSS */
/* line 21, sass/style.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 25, sass/style.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 31, sass/style.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 36, sass/style.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 41, sass/style.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 46, sass/style.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 50, sass/style.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 55, sass/style.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, sass/style.scss */
.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 66, sass/style.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 69, sass/style.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 72, sass/style.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 75, sass/style.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 83, sass/style.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* line 90, sass/style.scss */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

/* line 97, sass/style.scss */
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

/* line 107, sass/style.scss */
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 117, sass/style.scss */
.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

/* line 123, sass/style.scss */
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* line 130, sass/style.scss */
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

/* line 134, sass/style.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 138, sass/style.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

/* line 142, sass/style.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 146, sass/style.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 150, sass/style.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 154, sass/style.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 158, sass/style.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 162, sass/style.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 166, sass/style.scss */
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* line 173, sass/style.scss */
.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
/* line 178, sass/style.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 186, sass/style.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Variables */
/* Colors */
/* orange */
/* darker orange */
/* medium grey */
/* purple */
/* main content */
/* white */
/* black */
/* Mixins */
/* Icon recolor filter */
/* https://codepen.io/sosuke/pen/Pjoqqp <--- go here to generate filter values */
/* line 237, sass/style.scss */
.place_recolor {
  filter: invert(42%) sepia(78%) saturate(4465%) hue-rotate(351deg) brightness(101%) contrast(88%);
}

/* line 240, sass/style.scss */
.footer_icon_recolor {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* line 243, sass/style.scss */
.options_icon_recolor,
.closebtn_recolor,
.icon_recolor {
  /* WHITE */
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* line 248, sass/style.scss */
.icon_recolor_temp {
  filter: invert(42%) sepia(78%) saturate(4465%) hue-rotate(351deg) brightness(101%) contrast(88%);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@media screen {
  /* Global */
  /* line 290, sass/style.scss */
  * {
    padding: 0;
    margin: 0;
  }

  /* line 295, sass/style.scss */
  body {
    padding-top: 125px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  /* line 301, sass/style.scss */
  strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  /* line 309, sass/style.scss */
  img {
    border: 0;
    outline: none;
    max-width: 100%;
  }

  /* line 315, sass/style.scss */
  .container-fluid {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 2000px) {
  /* line 321, sass/style.scss */
  body {
    background-color: #eee;
  }

  /* line 324, sass/style.scss */
  .outerlimits {
    margin: 0 auto;
    width: 2000px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
  }
}
@media screen {
  /* line 332, sass/style.scss */
  .centerup {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  /* line 337, sass/style.scss */
  .hv-centerup {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* line 342, sass/style.scss */
  nowrap,
  .nowrap {
    white-space: nowrap;
  }

  /* line 347, sass/style.scss */
  a {
    color: #f04f24;
    text-decoration: underline;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  /* line 354, sass/style.scss */
  a:hover {
    /*	color: $second;*/
    text-decoration: none;
  }

  /* line 358, sass/style.scss */
  .midmid {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* line 363, sass/style.scss */
  hr.shorty {
    width: 130px;
    border-top: 1px solid #555555;
    margin: 30px 0;
  }

  /* line 368, sass/style.scss */
  .aside {
    display: block;
    width: fit-content;
    max-width: 900px;
    margin: 0 auto 1rem auto;
    padding: 15px 30px;
    border: 1px solid #555555;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  /* line 378, sass/style.scss */
  .hideme {
    display: none;
  }
}
@media screen {
  /* line 380, sass/style.scss */
  .footnote {
    font-size: 12px;
    margin-top: 20px;
    line-height: 14px;
  }

  /* line 381, sass/style.scss */
  .indent {
    margin-left: 15px;
  }

  /* line 383, sass/style.scss */
  .printshow, .radiohide {
    display: none;
  }

  /* ----- NAVBAR ----- */
  /* -=-=-=-=-=-=-=-=-=-=-=- */
  /**/
  /**/
  /* ----------------------- */
  /**/
  /**/
  /* -=-=-=-=-=-=-=-=-=-=-=- */
}
@media screen and (min-width: 1000px) {
  /* line 394, sass/style.scss */
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  /* line 399, sass/style.scss */
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  /* line 402, sass/style.scss */
  .navbar-expand-custom .dropdown-menu {
    position: absolute;
  }

  /* line 405, sass/style.scss */
  .navbar-expand-custom .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 409, sass/style.scss */
  .navbar-expand-custom > .container {
    flex-wrap: nowrap;
  }

  /* line 412, sass/style.scss */
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: right;
  }

  /* line 417, sass/style.scss */
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  /* line 420, sass/style.scss */
  .nav-item a {
    padding: 10px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #262626;
    text-decoration: none;
  }

  /* line 426, sass/style.scss */
  .nav-item a:hover {
    background-color: #ebebeb;
  }

  /* line 429, sass/style.scss */
  .nav-item a.active:hover {
    background-color: transparent;
    cursor: default;
  }

  /* line 433, sass/style.scss */
  a.offset {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
  }

  /* line 439, sass/style.scss */
  .dropdown:hover .dropdown-menu {
    display: inline-block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
    /*		    right: 0;*/
  }

  /* line 444, sass/style.scss */
  .dropdown-menu {
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-border-color: none;
    --bs-dropdown-border-radius: 0;
  }

  /* line 449, sass/style.scss */
  .dropdown-item {
    text-align: center;
  }

  /* line 452, sass/style.scss */
  ul.dropdown-menu {
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.1);
  }

  /* CUSTOM DROPDOWN CARAT */
  /* line 455, sass/style.scss */
  .dropdown-toggle::after {
    content: url("https://vmxprojects.com/shared_assets/gnrc-navbar-chevron.svg");
    background-size: 20px;
    display: inline-block;
    border: none;
    width: 10px;
    position: relative;
    top: -2px;
    margin-left: 3px;
    vertical-align: unset;
  }
}
@media screen {
  /* line 468, sass/style.scss */
  .navbar {
    height: 125px;
    border-top: 20px solid #dbd9d9;
    border-bottom: 3px solid #dbd9d9;
    background-color: #ffffff;
  }

  /* line 474, sass/style.scss */
  .navbar-light .navbar-toggler {
    color: #262626;
    border: none;
    padding: 0;
  }

  /* line 479, sass/style.scss */
  .navbar-brand {
    margin-right: 2rem;
  }

  /* line 480, sass/style.scss */
  .navbar-brand img {
    width: 150px;
    height: unset;
  }

  /* line 481, sass/style.scss */
  .nav-item {
    padding: 0 15px;
  }

  /* line 485, sass/style.scss */
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .dropdown-item.active {
    color: #ef8822;
    background-color: transparent;
  }

  /* Highlight parent dropdown if any child is active */
  /* line 488, sass/style.scss */
  .nav-item.current-menu-parent > .nav-link,
  .nav-item.current-menu-ancestor > .nav-link {
    color: #ef8822;
  }

  /* line 492, sass/style.scss */
  .nav-item.current-menu-parent > .dropdown-toggle::after,
  .nav-item.current-menu-ancestor > .dropdown-toggle::after {
    filter: invert(42%) sepia(78%) saturate(4465%) hue-rotate(351deg) brightness(101%) contrast(88%);
  }

  /* line 498, sass/style.scss */
  .navbar-nav .nav-link.active:hover {
    cursor: default;
    background: none;
  }
}
@media screen and (max-width: 999px) {
  /* line 501, sass/style.scss */
  body {
    padding-top: 69px;
  }

  /* line 504, sass/style.scss */
  .navbar {
    border-top: 10px solid #dbd9d9;
    border-bottom: 2px solid #dbd9d9;
  }

  /* line 505, sass/style.scss */
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 506, sass/style.scss */
  .navbar-brand img {
    width: 110px;
  }

  /* line 507, sass/style.scss */
  .navbar {
    height: unset;
    padding: .5rem 0;
  }

  /* line 511, sass/style.scss */
  .nav-item {
    padding: 15px 0;
    border-right: none;
    border-bottom: 1px solid #555555;
  }

  /* line 516, sass/style.scss */
  a.offset {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
  }

  /* line 522, sass/style.scss */
  .dropdown .dropdown-menu {
    display: block;
  }

  /* line 525, sass/style.scss */
  .dropdown-menu {
    --bs-dropdown-border-color: none;
  }

  /* line 528, sass/style.scss */
  .nav-dd-icon {
    display: none;
  }
}
@media screen {
  /* line 532, sass/style.scss */
  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }

  /* ----- HEROES ----- */
  /* line 537, sass/style.scss */
  .hero {
    background-color: #f57f20;
    background: linear-gradient(0deg, #f05023 0%, #f57f20 100%);
  }

  /* line 541, sass/style.scss */
  #pg1 .hero-img {
    background: url("/wp-content/uploads/2025/11/gnrc-p1-banner-2025-50.webp") no-repeat right top;
    background-size: contain;
  }

  /* line 545, sass/style.scss */
  .page-id-203 .hero-img {
    background: url("/wp-content/uploads/2025/11/gnrc-VOYA_Sub-Banner_00.webp") no-repeat right top;
    background-size: contain;
  }

  /* line 549, sass/style.scss */
  .page-id-205 .hero-img,
  .page-id-207 .hero-img,
  .page-id-209 .hero-img {
    background: url("/wp-content/uploads/2025/11/gnrc-VOYA_Sub-Banner_04.webp") no-repeat right center;
    background-size: contain;
  }

  /* line 555, sass/style.scss */
  .page-id-211 .hero-img,
  .page-id-213 .hero-img {
    background: url("/wp-content/uploads/2025/11/gnrc-VOYA_Sub-Banner_01.webp") no-repeat right center;
    background-size: contain;
  }

  /* line 560, sass/style.scss */
  .page-id-215 .hero-img {
    background: url("/wp-content/uploads/2025/11/gnrc-VOYA_Sub-Banner_03.webp") no-repeat right center;
    background-size: contain;
  }

  /* line 564, sass/style.scss */
  .hero-cnt {
    color: #ffffff;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 40px 0;
  }

  /* line 572, sass/style.scss */
  #pg1 .hero-cnt {
    padding: 70px 0;
  }

  /* line 575, sass/style.scss */
  .prod .hero-cnt h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    /*		color: $first;*/
    margin-bottom: 5px;
  }

  /* line 581, sass/style.scss */
  .prod .hero-cnt h2 {
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    margin: 0;
  }

  /* line 586, sass/style.scss */
  .action-bg {
    background: url("https://vmxprojects.com/shared_assets/gnrc-cta-bg-bar.png") repeat-y 55%;
    text-align: right;
    color: #ffffff;
  }

  /* line 591, sass/style.scss */
  .action-bg-right {
    background: url("https://vmxprojects.com/shared_assets/gnrc-cta-bg-2.png");
  }

  /* line 594, sass/style.scss */
  .action-cnt {
    display: flex;
    align-items: center;
    justify-content: right;
  }

  /* line 599, sass/style.scss */
  .action-breaker {
    min-height: 50px;
    background: url("https://vmxprojects.com/shared_assets/gnrc-cta-bg-breaker.png") no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  /* line 605, sass/style.scss */
  .action-breaker {
    display: none;
  }

  /* line 606, sass/style.scss */
  .action-bg {
    text-align: center;
  }

  /* line 607, sass/style.scss */
  .action-bg-left {
    margin-top: 11px;
  }

  /* line 608, sass/style.scss */
  .action-bg-right {
    background: none;
  }

  /* line 609, sass/style.scss */
  .action-bg {
    background: url("https://vmxprojects.com/shared_assets/gnrc-cta-bg-1.png");
  }
}
@media screen {
  /* line 611, sass/style.scss */
  .action-cnt img {
    height: 50px;
    max-height: 100%;
  }
}
@media screen and (max-width: 1500px) {
  /* line 617, sass/style.scss */
  #pg1 .hero-cnt {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1150px) {
  /* line 620, sass/style.scss */
  #pg1 .hero-cnt {
    font-size: 24px;
    padding: 20px 0;
  }

  /* line 621, sass/style.scss */
  .prod .hero-cnt h1 {
    font-size: 12px;
    margin: 0;
  }

  /* line 622, sass/style.scss */
  .prod .hero-cnt h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 626, sass/style.scss */
  .hero-img {
    background: none !important;
  }

  /* line 627, sass/style.scss */
  .hero-cnt {
    font-size: 24px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 630, sass/style.scss */
  .hero-cnt {
    font-size: 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  /* line 633, sass/style.scss */
  .hidebr {
    display: none;
  }

  /* line 634, sass/style.scss */
  #pg1 .hero-cnt {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen {
  /* line 637, sass/style.scss */
  .title-block {
    padding: 30px 0;
    max-width: 550px;
  }

  /* line 641, sass/style.scss */
  .title-block h1 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  /* line 647, sass/style.scss */
  .banner {
    height: 100px;
    background: none !important;
  }

  /* line 648, sass/style.scss */
  .title-block h1 {
    font-size: 24px;
  }
}
@media screen {
  /* ----- MAIN CONTENT AREA ----- */
  /*main { padding-top: 20px; }*/
  /* line 654, sass/style.scss */
  section.greybg {
    background-color: #f8f8f8;
  }

  /* line 655, sass/style.scss */
  section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  /* line 656, sass/style.scss */
  section.lesspad {
    padding-top: 0;
  }

  /* line 657, sass/style.scss */
  section.nopad {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 660, sass/style.scss */
  main h1 {
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #262626;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 667, sass/style.scss */
  main > section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 668, sass/style.scss */
  main h1 {
    font-size: 26px;
  }
}
@media screen {
  /* line 671, sass/style.scss */
  #pg1 main h1 {
    font-size: 30px;
    margin-bottom: 1rem;
  }

  /* line 673, sass/style.scss */
  main h2 {
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #262626;
    font-size: 26px;
    margin-bottom: 20px;
  }

  /* line 679, sass/style.scss */
  main h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.1em;
  }

  /* line 683, sass/style.scss */
  #pg7 main h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  /* line 689, sass/style.scss */
  main .icon_heading {
    color: #262626;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  /* line 700, sass/style.scss */
  main .icon_heading {
    font-size: 25px;
  }
}
@media screen {
  /* line 702, sass/style.scss */
  main .icon_bg {
    display: flex;
    min-width: 60px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #f04f24;
    border-radius: 30px;
    margin-right: 20px;
  }

  /* line 712, sass/style.scss */
  main .icon_bg img {
    margin-bottom: 0 !important;
  }

  /* line 713, sass/style.scss */
  main .icon_bgV {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #f04f24;
    border-radius: 30px;
    margin: 0 auto 15px auto;
  }

  /* line 724, sass/style.scss */
  main .icon_bg50 {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #f04f24;
    border-radius: 25px;
    margin-right: 20px;
  }

  /*main .icon_heading img {
  	display: block;
  	width: auto;
  	height: auto;
  	margin-right: 15px;
  }*/
  /* line 740, sass/style.scss */
  main .lr-box img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  /* line 748, sass/style.scss */
  main .splitbg {
    background: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 50%, #ebebeb 50%, #ebebeb 100%);
  }

  /* line 749, sass/style.scss */
  main .lr-box {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  /* line 753, sass/style.scss */
  main .lr-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 754, sass/style.scss */
  main .lr-box:first-child {
    background-color: #f8f8f8;
  }

  /* line 755, sass/style.scss */
  main .lr-box:last-child {
    background-color: #ebebeb;
  }
}
@media screen {
  /* ----- PAGE 1 - homepage ----- */
  /* line 760, sass/style.scss */
  .topics {
    border-left: 1px solid #e1e2e1;
    padding-left: 25px;
  }

  /* line 764, sass/style.scss */
  .topics .arrowlink table {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  /* line 768, sass/style.scss */
  .topics h2 {
    border-bottom: 1px solid #e1e2e1;
    margin-left: -25px;
    padding-left: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #262626;
  }

  /* line 779, sass/style.scss */
  .callout-main {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  /* line 784, sass/style.scss */
  .callout-left {
    border-right: 1px solid #e1e2e1;
    color: #262626;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    padding: 10px 2rem;
  }

  /* line 791, sass/style.scss */
  .callout-right {
    padding: 10px 2rem;
  }

  /* line 794, sass/style.scss */
  .icon_calendar,
  .icon_screen {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto 20px auto;
  }

  /* line 801, sass/style.scss */
  .icon_qa {
    display: block;
    width: 65px;
    height: auto;
    margin: 0 auto 10px auto;
  }

  /* line 807, sass/style.scss */
  .icon_horz {
    color: #262626;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
  }

  /* line 812, sass/style.scss */
  .icon_tech {
    display: block;
    width: 55px;
    height: auto;
    margin-right: 20px;
  }

  /* line 819, sass/style.scss */
  .p1bg {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 822, sass/style.scss */
  .bgimg {
    background: url("/wp-content/uploads/2025/11/gnrc-p1-bg-2025.webp") no-repeat right top #f8f8f8;
    background-size: cover;
  }

  /* line 826, sass/style.scss */
  .lspad {
    padding: 40px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  /* line 829, sass/style.scss */
  .bgimg {
    display: none;
  }

  /* line 832, sass/style.scss */
  .lspad {
    padding: 27px;
  }
}
@media screen {
  /* line 835, sass/style.scss */
  .bg-med {
    background-color: #ebebeb;
    padding: 2rem;
    margin-top: 25px;
  }

  /* line 840, sass/style.scss */
  .bg-med2 {
    background-color: #ebebeb;
    padding: 1.5rem 2rem;
    border-top: 10px solid #ef8822;
  }

  /* line 845, sass/style.scss */
  .bg-med h2, .bg-med2 h2 {
    font-size: 22px;
  }

  /* line 848, sass/style.scss */
  .bg-med2 h2 {
    text-align: center;
  }

  /* line 850, sass/style.scss */
  .pick2 h2 {
    font-size: 22px;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* line 856, sass/style.scss */
  .pick2 img {
    width: 100%;
    border-bottom: 10px solid #991C52;
    margin-bottom: 1rem;
  }

  /* line 861, sass/style.scss */
  .m-top25 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  /* line 864, sass/style.scss */
  .topics {
    margin-top: 25px;
  }

  /* line 865, sass/style.scss */
  .icon_calendar, .icon_screen {
    width: 40px;
    margin: 0 auto 10px auto;
  }

  /* line 869, sass/style.scss */
  .callout-main {
    margin-bottom: 0;
  }

  /* line 870, sass/style.scss */
  .callout-left {
    border: none;
    font-size: 20px;
    padding: 20px;
  }

  /* line 875, sass/style.scss */
  table.savvy {
    margin: 0 auto 30px auto;
  }

  /* line 876, sass/style.scss */
  hr.shorty {
    display: none;
  }
}
@media screen {
  /* line 878, sass/style.scss */
  .card {
    border: none;
    border-radius: 0;
  }

  /* line 882, sass/style.scss */
  .card-body {
    padding: 0;
    background-color: #ebebeb;
    padding-bottom: 1rem;
  }

  /* line 887, sass/style.scss */
  .card-body p {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* PAGE 2 2 2 2 2 2 2 2 2 2 2 */
  /* line 895, sass/style.scss */
  .about-voya p {
    font-size: 14px;
  }

  /* line 896, sass/style.scss */
  .voya-logo {
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 902, sass/style.scss */
  .about-voya {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* line 903, sass/style.scss */
  .about-panel {
    border-left: 1px solid #e1e2e1;
    padding: 15px 2rem;
  }
}
@media screen {
  /* PAGE 3 3 3 3 3 3 3 3 3 3 3 */
  /* line 912, sass/style.scss */
  .accordion .type {
    /*color: $_txt;*/
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  /* line 922, sass/style.scss */
  .accordion .type:first-child {
    margin-top: 20px;
  }

  /* line 923, sass/style.scss */
  img.specOR {
    display: block;
    width: 45px;
    height: auto;
    margin-right: 15px;
  }

  /* line 929, sass/style.scss */
  #pg3 p.footnote {
    border-top: 1px solid #e1e2e1;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 12px;
  }

  /* PAGE 4 4 4 4 4 4 4 4 4 4 4 */
  /* line 937, sass/style.scss */
  .resource-bg {
    background-color: #f8f8f8;
    margin: 30px 0;
  }

  /* line 941, sass/style.scss */
  .resource-bg > div {
    padding: 1.5rem 2rem;
  }

  /* line 944, sass/style.scss */
  .appstores {
    margin-right: 15px;
    height: 35px;
    width: auto;
    display: inline-block;
  }

  /* line 950, sass/style.scss */
  .topic-ul ul {
    margin-bottom: 10px;
  }

  /* line 951, sass/style.scss */
  .callout {
    border: 1px solid #999999;
    background-color: #ffffff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }

  /* line 958, sass/style.scss */
  .callout img {
    width: 50px;
    height: auto;
    margin-right: 25px;
    float: left;
  }

  /* line 964, sass/style.scss */
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  /* line 971, sass/style.scss */
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* PAGE 5 5 5 5 5 5 5 5 5 5 (Features of the Plan) */
  /* line 983, sass/style.scss */
  .radio-box {
    border: 1px solid #e1e2e1;
    border-radius: 30px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /* line 990, sass/style.scss */
  .radio-box-left {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
  }

  /* line 997, sass/style.scss */
  .radio-box-right {
    border-left: 1px solid #e1e2e1;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1002, sass/style.scss */
  .radio-box-left {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  /* line 1006, sass/style.scss */
  .radio-box-right {
    border: none;
    padding: 0 20px;
  }
}
@media screen {
  /* RADIO BUTTONS */
  /* The container */
  /* line 1014, sass/style.scss */
  .rcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    /*	  margin-top: 10px;*/
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #f04f24;
    text-decoration: underline;
    width: fit-content;
  }

  /* line 1030, sass/style.scss */
  .rcontainer:last-child {
    margin-bottom: 0;
  }

  /* Hide the browser's default radio button */
  /* line 1033, sass/style.scss */
  .rcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  /* line 1039, sass/style.scss */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #e5e5e5;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  /* line 1049, sass/style.scss */
  .rcontainer:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* line 1053, sass/style.scss */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  /* line 1059, sass/style.scss */
  .rcontainer input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  /* line 1063, sass/style.scss */
  .rcontainer .checkmark:after {
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    border-radius: 50%;
    background: #121212;
  }

  /* PAGE 8 8 8 8 8 8 8 8 (Investment options) */
  /* line 1076, sass/style.scss */
  .option-panel {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* line 1080, sass/style.scss */
  .header-box {
    background-color: #f04f24;
    padding: 25px;
    margin-top: 30px;
  }

  /* line 1085, sass/style.scss */
  .l-header {
    display: flex;
    align-items: center;
    float: left;
    color: #ffffff;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
  }

  /* line 1093, sass/style.scss */
  .l-header img {
    width: 50px;
    height: auto;
    margin-right: 30px;
  }

  /* line 1098, sass/style.scss */
  .r-header {
    display: flex;
    align-items: center;
    height: 100%;
    float: right;
  }

  /* line 1104, sass/style.scss */
  .l-option {
    padding: 25px;
    background-color: #ebebeb;
  }

  /* line 1108, sass/style.scss */
  .r-option {
    padding: 25px;
    background-color: #f8f8f8;
  }

  /* line 1112, sass/style.scss */
  .getadvice {
    text-align: center;
    border: 1px solid #555555;
    border-radius: 30px;
    padding: 25px;
  }

  /* BUTTONS */
  /* line 1121, sass/style.scss */
  a.btn-lrnmore {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  /* line 1126, sass/style.scss */
  a.btn-lrnmore::after {
    display: inline-block;
    content: url("https://vmxprojects.com/shared_assets/gnrc-icon_rt_arrow-2025.svg");
    filter: invert(42%) sepia(78%) saturate(4465%) hue-rotate(351deg) brightness(101%) contrast(88%);
    vertical-align: middle;
    margin-left: 10px;
    height: 25px;
    width: 20px;
  }

  /* line 1135, sass/style.scss */
  a.btn-action {
    display: block;
    margin: 11px 15px 11px 0;
    color: #ffffff;
  }

  /* line 1140, sass/style.scss */
  a.btn-action::after {
    display: inline-block;
    content: url("https://vmxprojects.com/shared_assets/gnrc-icon_rt_arrow-2025.svg");
    /* WHITE */
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    vertical-align: middle;
    margin-left: 15px;
    height: 25px;
    width: 25px;
  }

  /* line 1150, sass/style.scss */
  a.btn-arrow {
    display: block;
    /*margin-top: 20px;*/
    margin-bottom: 15px;
  }

  /* line 1155, sass/style.scss */
  a.btn-arrow::after {
    display: inline-block;
    content: url("https://vmxprojects.com/shared_assets/gnrc-icon_rt_arrow-2025.svg");
    filter: invert(42%) sepia(78%) saturate(4465%) hue-rotate(351deg) brightness(101%) contrast(88%);
    vertical-align: middle;
    margin-left: 10px;
    height: 25px;
    width: 20px;
  }

  /* line 1165, sass/style.scss */
  a.pillbtn {
    display: inline-block;
    color: #f04f24;
    background-color: #ffffff;
    padding: 8px 30px;
    border: 1px solid #f04f24;
    border-radius: 20px;
    text-decoration: none;
    margin-top: 15px;
  }

  /* line 1175, sass/style.scss */
  a.pillbtn:hover {
    color: #ffffff;
    background-color: #f04f24;
  }

  /* line 1179, sass/style.scss */
  a.pillbtn-alt {
    display: inline-block;
    color: #ffffff;
    background-color: #f04f24;
    padding: 8px 30px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    text-decoration: none;
  }

  /* line 1188, sass/style.scss */
  a.pillbtn-alt:hover {
    color: #f04f24;
    background-color: #ffffff;
  }

  /* line 1192, sass/style.scss */
  .r-header a.pillbtn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 1194, sass/style.scss */
  a.pillbtn {
    margin-bottom: 30px;
  }
}
@media screen {
  /* -=-=- PAGE NAVS -=-=- */
  /* -=-=- FIRST LEVEL BULLETS -=-=- */
  /* line 1201, sass/style.scss */
  main ul {
    margin-top: -10px;
    list-style: none;
    padding-left: 1.8rem;
  }

  /* line 1207, sass/style.scss */
  main ul li::before {
    position: relative;
    top: 5px;
    content: "\2022";
    font-family: sans-serif;
    font-size: 1.7rem;
    color: #555555;
    font-weight: os-7;
    display: inline-block;
    width: .7em;
    height: 1em;
    margin-left: -.7em;
  }

  /* line 1221, sass/style.scss */
  main ol {
    margin-left: 0;
    padding-left: 1.5rem;
  }

  /* line 1226, sass/style.scss */
  main ol li {
    margin-top: 10px;
  }

  /* line 1229, sass/style.scss */
  main ol > li::marker {
    font-weight: bold;
  }

  /* -=-=- SECOND LEVEL BULLETS -=-=- */
  /* line 1234, sass/style.scss */
  main ul > ul {
    margin-top: 0;
  }

  /* line 1236, sass/style.scss */
  main ul > ul li::before {
    content: "\2043";
    top: 3px;
    font-weight: normal;
  }

  /* -=-=- THIRD LEVEL BULLETS -=-=- */
  /* line 1243, sass/style.scss */
  main ul > ul > ul {
    margin-top: 0;
  }

  /* line 1245, sass/style.scss */
  main ul > ul > ul li::before {
    content: "\25E6";
  }

  /* ----- TABLE STYLES ----- */
  /* line 1252, sass/style.scss */
  table.keydates {
    margin-bottom: 15px;
  }

  /* line 1255, sass/style.scss */
  table.keydates th {
    padding: 1rem 2rem;
    font-weight: bold;
    background-color: #e1e2e1;
  }

  /* line 1260, sass/style.scss */
  table.keydates td {
    vertical-align: top;
    padding: 1rem 2rem;
    /*	padding: 10px 15px 10px 40px;*/
    border-bottom: 1px solid #e1e2e1;
  }

  /* line 1266, sass/style.scss */
  table.keydates td:first-child {
    background-color: #f8f8f8;
    width: 24.5%;
  }

  /* line 1271, sass/style.scss */
  table.fundlist {
    margin: 30px auto;
  }

  /* line 1272, sass/style.scss */
  table.fundlist th {
    padding: 10px 15px;
    font-weight: bold;
    background-color: #e1e2e1;
  }

  /* line 1277, sass/style.scss */
  table.fundlist td {
    padding: 5px 15px;
    border-bottom: 1px solid #e1e2e1;
  }

  /* line 1281, sass/style.scss */
  table.fundlist td:first-child {
    background-color: #f8f8f8;
  }

  /* line 1285, sass/style.scss */
  table.faqtable {
    /*	margin: 0 auto;*/
  }

  /* line 1288, sass/style.scss */
  table.faqtable th,
  table.faqtable td {
    text-align: center;
    width: 14%;
  }

  /* line 1293, sass/style.scss */
  table.faqtable th {
    padding: 12px;
    font-weight: bold;
    background-color: #e1e2e1;
    border: 1px solid #e1e2e1;
  }

  /* line 1299, sass/style.scss */
  table.faqtable td {
    padding: 3px 12px;
    border: 1px solid #e1e2e1;
  }

  /* line 1303, sass/style.scss */
  table.faqtable th:first-child,
  table.faqtable td:first-child {
    text-align: left;
    width: unset;
  }

  /* ------ FOOTER ----- */
  /* line 1308, sass/style.scss */
  footer {
    color: #ffffff;
  }

  /* line 1311, sass/style.scss */
  footer h3 {
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 35px;
  }

  /* line 1317, sass/style.scss */
  footer a {
    color: #ffffff;
  }

  /* line 1318, sass/style.scss */
  .upper {
    background: url("https://vmxprojects.com/shared_assets/gnrc-footer-bg-2025.png") no-repeat top center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* line 1324, sass/style.scss */
  .lower {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* line 1328, sass/style.scss */
  .footerbox {
    min-height: 185px;
    margin: 0 auto;
    padding: 25px 25px 25px 0;
    display: flex;
    align-items: center;
  }

  /* line 1335, sass/style.scss */
  .border-a {
    border-bottom: 1px solid #ffffff;
  }

  /* line 1336, sass/style.scss */
  .border-b {
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }

  /* line 1337, sass/style.scss */
  .footerbox .left-panel {
    display: block;
    float: left;
    min-width: 180px;
    text-align: center;
  }

  /* line 1343, sass/style.scss */
  .footerbox .left-panel img {
    width: 55px;
    height: auto;
  }

  /* line 1344, sass/style.scss */
  .footerbox .left-panel h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 0;
  }

  /* line 1349, sass/style.scss */
  .footerbox .right-panel h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  /* line 1350, sass/style.scss */
  .footerbox .right-panel p {
    margin-bottom: 0;
  }

  /* line 1352, sass/style.scss */
  hr {
    border-top: 2px solid #555555;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 1357, sass/style.scss */
  .l-foot, .r-foot {
    color: #262626;
  }

  /* line 1359, sass/style.scss */
  .r-foot {
    text-align: right;
  }

  /* line 1362, sass/style.scss */
  .breakpad {
    padding: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  /* line 1364, sass/style.scss */
  .l-foot, .r-foot {
    text-align: center;
    margin-bottom: 10px;
  }

  /* line 1365, sass/style.scss */
  .border-b {
    border-bottom: 1px solid #ffffff;
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  /* line 1369, sass/style.scss */
  .footerbox .left-panel {
    min-width: 120px;
  }

  /* line 1372, sass/style.scss */
  footer,
  .footerbox h4 {
    font-size: 0.8rem !important;
  }
}
@media screen {
  /* ACCORDION STYLES */
  /* line 1379, sass/style.scss */
  .accordion {
    --bs-accordion-active-color: #f04f24;
    --bs-accordion-active-bg: #ebebeb;
    --bs-accordion-border-color: none;
  }

  /* line 1384, sass/style.scss */
  .accordion-item {
    border: 1px solid #B6B6B6 !important;
    margin-bottom: 8px;
  }

  /* line 1388, sass/style.scss */
  .accordion-button {
    color: #f04f24;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #ffffff;
    padding: 10px 15px;
  }

  /* line 1394, sass/style.scss */
  .accordion-body {
    /*	background-color: $bggrey2;*/
  }

  /* line 1397, sass/style.scss */
  .accordion-button:focus {
    box-shadow: none;
  }

  /* line 1400, sass/style.scss */
  .accordion-button::after {
    width: 30px;
    height: 30px;
    background-image: url("https://vmxprojects.com/shared_assets/gnrc-voya-accordion2.svg");
    background-size: auto;
    filter: invert(42%) sepia(78%) saturate(4465%) hue-rotate(351deg) brightness(101%) contrast(88%);
  }

  /* line 1407, sass/style.scss */
  .accordion-button:not(.collapsed)::after {
    background-image: url("https://vmxprojects.com/shared_assets/gnrc-voya-accordion2.svg");
    transform: rotate(135deg);
    filter: invert(42%) sepia(78%) saturate(4465%) hue-rotate(351deg) brightness(101%) contrast(88%);
  }

  /* line 1412, sass/style.scss */
  .accordion-button > span {
    margin-right: 15px;
  }

  /* MODAL SYTLES */
  /* line 1417, sass/style.scss */
  .modal-body {
    padding: 25px;
  }

  /*	.modal-body a { display:block; margin: 15px 0; }*/
  /* line 1419, sass/style.scss */
  .modal-content {
    border: 1px solid #000000;
    border-radius: 0;
  }

  /* line 1423, sass/style.scss */
  .modal-header {
    background-color: #f57f20;
    background: linear-gradient(0deg, #f05023 0%, #f57f20 100%);
    border-bottom: 8px solid #dbd9d9;
    border-radius: 0;
    padding-left: 25px;
  }

  /* line 1430, sass/style.scss */
  .modal-title {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
  }

  /* line 1435, sass/style.scss */
  .btn-close {
    --bs-btn-close-bg: url("https://vmxprojects.com/shared_assets/gnrc-circle_x.svg");
    background-size: auto;
    opacity: 1;
    margin-right: 0;
  }

  /* line 1441, sass/style.scss */
  .modal-header .btn-close {
    margin-right: 0;
  }

  /* line 1443, sass/style.scss */
  .max-modal {
    width: 95%;
    max-width: 1000px;
  }

  /* ICON HEIGHT WIDTH */
  /* line 1449, sass/style.scss */
  .w26 {
    width: 26px !important;
  }

  /* line 1450, sass/style.scss */
  .w28 {
    width: 28px !important;
  }

  /* line 1451, sass/style.scss */
  .w30 {
    width: 30px !important;
  }

  /* line 1452, sass/style.scss */
  .w34 {
    width: 34px !important;
  }

  /* line 1453, sass/style.scss */
  .w36 {
    width: 36px !important;
  }

  /* line 1454, sass/style.scss */
  .w40 {
    width: 40px !important;
  }

  /* line 1455, sass/style.scss */
  .w45 {
    width: 45px !important;
  }

  /* line 1456, sass/style.scss */
  .w50 {
    width: 50px !important;
  }

  /* line 1458, sass/style.scss */
  .h45 {
    height: 45px !important;
  }

  /* line 1459, sass/style.scss */
  .h50 {
    height: 50px !important;
  }
}
@media only screen and (max-device-width: 450px) and (orientation: portrait) {
  /* line 1465, sass/style.scss */
  main h1, #pg1 main h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  /* line 1470, sass/style.scss */
  .p1bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 1474, sass/style.scss */
  main section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 1475, sass/style.scss */
  main h2 {
    font-size: 22px;
  }

  /* line 1476, sass/style.scss */
  .callout-main {
    margin-bottom: 0;
  }

  /* line 1477, sass/style.scss */
  .callout-right {
    padding: 15px;
  }

  /* line 1478, sass/style.scss */
  table.keydates td, table.keydates th {
    padding: 1rem;
    font-size: 12px;
  }

  /* line 1482, sass/style.scss */
  .accordion .type {
    font-size: 16px;
  }

  /* line 1483, sass/style.scss */
  .type img {
    width: 35px;
  }
}
@media print {
  /* line 1490, sass/style.scss */
  nav, footer, .printhide {
    display: none;
  }

  /* line 1491, sass/style.scss */
  .printshow {
    display: block;
  }

  /* line 1492, sass/style.scss */
  .type img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 15px;
  }

  /* line 1498, sass/style.scss */
  .hero-cnt {
    font-weight: bold;
    font-size: 26px;
    padding: 20px 0 10px 0;
  }

  /* line 1503, sass/style.scss */
  main h1 {
    font-weight: normal;
    font-size: 18px;
  }

  /* line 1507, sass/style.scss */
  .accordion .type {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  /* line 1516, sass/style.scss */
  .accordion-button {
    padding-left: 0;
    padding-bottom: 5px;
    font-weight: bold;
  }

  /* line 1521, sass/style.scss */
  .accordion-body {
    padding: 0;
  }
}
