:root {
  --red: #e03500;
  --grey: grey;
  --dark-grey: #333;
  --white: white;
  --royal-blue: #0054be;
  --dim-grey: #555;
  --gainsboro: #ddd;
  --sim-orange: #f1592a;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

h2 {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #e03500;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

li {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

img {
  max-width: 100%;
}

.logo-image {
  max-width: 100%;
  margin-bottom: 14px;
}

.logo-image.in-footer {
  max-width: 90%;
  margin-top: 19px;
  margin-bottom: 35px;
}

.navbar-section {
  background-color: #000;
}

.main-nav-text {
  color: #fff;
  margin-top: 6px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.main-nav-text:hover {
  color: #f1592a;
  border-bottom: 5px solid #f1592a;
}

.main-nav-text.swsub {
  border-bottom: 5px solid #000;
}

.h1 {
  color: #f1592a;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.h1.centered {
  color: #555;
  text-align: center;
}

.h1.centered.white-drop {
  color: #fff;
  text-shadow: 7px 7px 10px #000;
  margin-bottom: 22px;
  font-size: 30px;
}

.h1.centered.hometop {
  margin-bottom: 34px;
  font-size: 28px;
  line-height: 36px;
}

.h1.in-divider {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-w-body-text {
  color: var(--dark-grey);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.columns-w-body-text.emphasized {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.columns-w-body-text.emphasized.small14 {
  font-size: 14px;
  line-height: 18px;
}

.columns-w-body-text.centered {
  text-align: center;
}

.footer {
  background-color: #000;
}

.top-bar {
  background-color: #f1592a;
  height: 38px;
}

.section-bkgd {
  background-image: url('../images/Bkgd-river.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-bkgd.moose {
  background-image: url('../images/Moose-analysis-opt.jpg');
  background-size: cover;
  padding-top: 139px;
  padding-bottom: 139px;
}

.section-bkgd.software {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/deer-adj2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 98px;
  padding-bottom: 98px;
}

.section-bkgd.education {
  background-image: url('../images/Moose-Ed.jpg');
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-bkgd.addons {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/forest-clouds-mtns.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 41px;
  padding-bottom: 41px;
}

.section-bkgd.home-top {
  padding-top: 21px;
}

.sub-header {
  text-align: center;
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.h2 {
  color: gray;
  font-family: Lato, sans-serif;
}

.h2.center {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.h2.blue {
  color: #0054be;
}

.h2.in-grey-bar {
  color: gray;
  margin-top: 10px;
}

.h2.marginflip {
  margin-top: 0;
  margin-bottom: 20px;
}

.image-in-column {
  margin-top: 20px;
}

.button {
  border: 2px solid var(--white);
  background-color: #f1592a;
  border-radius: 9px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .444s;
  box-shadow: 1px 1px 2px 2px #80808038;
}

.button:hover {
  color: var(--white);
  background-image: linear-gradient(#00000054, #00000054);
  transform: scale(1.05)translate(5px);
}

.button.center:hover {
  transform: scale(1.05);
}

.button.center.margin.blue {
  background-color: #0054be;
}

.button.center.big {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 28px;
  line-height: 38px;
}

.button.center.big.blue {
  background-color: var(--royal-blue);
}

.button.center.big.marginall4 {
  margin: 15px;
}

.button.center.med {
  background-color: #0054be;
  padding: 12px 20px;
  font-size: 20px;
}

.button.big {
  border-radius: 9px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 28px;
  line-height: 38px;
}

.button.big.blu {
  background-color: var(--royal-blue);
}

.button.footer {
  border-color: var(--grey);
  background-color: var(--dim-grey);
  color: var(--gainsboro);
  border-radius: 6px;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.section-white {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-white.grey {
  background-image: linear-gradient(#ddd, #ddd);
}

.section-white.lite-grey {
  background-image: linear-gradient(#eee, #eee);
}

.section-white.bot0 {
  padding-bottom: 0;
}

.h3 {
  color: gray;
  font-family: Lato, sans-serif;
}

.h3.center {
  text-align: center;
}

.hunt-orange {
  color: #f1592a;
}

.sim-black {
  color: #000;
}

.orange-foot {
  background-color: #f1592a;
  padding-top: 7px;
  padding-bottom: 10px;
}

.footer-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer-text.middle {
  text-align: center;
}

.footer-text.links {
  margin-left: 10px;
  font-size: 16px;
  line-height: 28px;
}

.footer-text.ph {
  margin-top: 7px;
}

.fill {
  width: 100%;
}

.grey-text {
  color: gray;
}

.footer-columns {
  margin-top: 15px;
  margin-bottom: 25px;
}

.top-bar-text {
  color: #fff;
  margin-top: 7px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.icons-top {
  float: left;
  filter: invert();
  margin-top: 6px;
  margin-right: 8px;
}

.main-image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-bar-div {
  float: left;
  width: 190px;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.top-and-foot-links {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.top-and-foot-links:hover {
  color: #ddd;
}

.section-divider {
  background-color: gray;
  background-image: linear-gradient(to top, #0000008c, #fff0);
  box-shadow: 0 0 12px #00000054;
}

.section-divider.sub-divider {
  background-color: #f1592a;
  background-image: url('../images/Hex-Grid-to-Tile.png');
  background-position: 0 0;
  background-size: 25px;
  background-attachment: fixed;
}

.section-divider.sub-divider.hard, .section-divider.sub-divider.pro {
  background-color: #0054be;
}

.div-separater {
  background-image: linear-gradient(gray, gray);
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-centered-content {
  text-align: center;
}

.link {
  color: #f1592a;
  text-decoration: none;
}

.link:hover {
  color: #0054be;
  text-decoration: underline;
}

.brand-logo {
  width: 33%;
}

.container-for-divder {
  padding-left: 10px;
  padding-right: 10px;
}

.spacer-div {
  height: 25px;
}

.spacer-div._50 {
  height: 50px;
}

.spacer-div._50.back-to-top {
  text-align: center;
  padding-top: 15px;
}

.spacer-div.arcade {
  height: 55px;
}

.software-sub-line {
  background-image: linear-gradient(#555, #555);
}

.software-sub-line.blank {
  height: 44px;
}

.addons-subhead {
  color: var(--white);
  margin-top: 10px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bigger-text {
  font-size: 22px;
  line-height: 24px;
}

.div-line {
  background-image: linear-gradient(#ddd, #ddd);
  width: 80%;
  height: 2px;
  margin-bottom: 7px;
}

.div-line.white {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.addons-sub-sub {
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
}

.hunt-challenge-logo {
  float: none;
  width: 180px;
}

.hardware-products-text {
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.grid-hardware {
  border-right: 1px solid gray;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-hardware.right {
  border-right-width: 0;
}

.border-bottom {
  border-bottom: 1px solid gray;
}

.border-bottom.none {
  border-bottom-style: none;
}

.big-phone-link {
  color: #0054be;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 44px;
  text-decoration: none;
}

.no-underline {
  color: #f1592a;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  text-align: center;
  width: 100%;
  padding-bottom: 28px;
  transition: transform .2s;
}

.link-block:hover {
  transform: scale(1.05);
}

.foot-bottom-space {
  height: 20px;
}

.image {
  padding-top: 6px;
  padding-bottom: 26px;
}

.back-to-top {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.ti-gun {
  width: 95%;
  padding: 14px;
}

.imagefit-bkgd {
  overflow: hidden;
}

.image-20 {
  width: 100%;
}

.rich-shunt {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.rich-shunt img {
  padding-left: 10px;
  padding-right: 10px;
}

.black-section {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 15px;
}

.paragraph {
  padding-left: 18px;
}

.bold-text-2 {
  color: #fec600;
  font-family: Lato, sans-serif;
  font-size: 23px;
}

.button-2 {
  color: #333;
  background-image: linear-gradient(#fec600, #fe9c00);
  border: 2px solid #757575;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: transform .444s;
}

.button-2:hover {
  color: #e0e0e0;
  background-image: linear-gradient(#5b8dc9, #0a109b);
  transform: scale(1.1);
}

.image-21 {
  margin-bottom: -2px;
}

.heading-5 {
  margin-top: 2px;
  margin-bottom: 5px;
}

.div-block-3 {
  text-align: center;
}

.heading-6 {
  color: var(--white);
}

.heading-7 {
  color: var(--sim-orange);
  font-size: 32px;
  line-height: 34px;
}

.container {
  padding-top: 23px;
  padding-bottom: 23px;
}

.div-block-4 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.image-22 {
  width: 200px;
  height: 200px;
}

.div-block-5 {
  text-align: center;
}

.image-23 {
  margin-bottom: 10px;
}

.div-block-6 {
  background-color: var(--white);
  height: 20px;
  margin-top: -3px;
}

.para {
  line-height: 28px;
}

.div-spacer {
  height: 10px;
}

.div-spacer._40 {
  height: 40px;
}

.div-spacer._80 {
  height: 80px;
}

.div-spacer._20 {
  height: 20px;
}

.button-3 {
  color: #333;
  background-image: linear-gradient(#fec600, #fe9c00);
  border: 2px solid #757575;
  border-radius: 6px;
  padding-top: 11px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  transition: transform .444s;
}

.button-3:hover {
  color: #e0e0e0;
  background-image: linear-gradient(#5b8dc9, #0a109b);
  transform: scale(1.1);
}

.button-3.margin {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-7 {
  text-align: center;
}

.rich-text-block {
  font-family: Lato, sans-serif;
}

.image-24 {
  border-radius: 12px;
  width: 144px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-2 {
  color: var(--black);
  margin-top: 22px;
}

.paragraph-2.big {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.container-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.software-navbar {
  background-image: linear-gradient(0deg, black, var(--dim-grey));
  position: sticky;
  top: 0;
}

.div-block-8 {
  background-color: var(--dark-grey);
  align-self: center;
  margin-right: 16px;
  padding: 6px 15px;
}

.text-block {
  color: var(--sim-orange);
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.image-25 {
  margin-top: 22px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.accordion-line {
  background-color: #10131f;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-3 {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.accordion-arrow {
  z-index: 3;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: absolute;
}

.accordion-arrow.in-fullscreen {
  font-size: 1.8em;
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.answers-paragraph {
  font-size: 16px;
}

.accordion-circle {
  z-index: 5;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 5em;
  margin-right: 1em;
  display: flex;
  position: relative;
  top: 1px;
}

.accordion-circle.is-fullscreen {
  width: 10em;
  margin-right: 0;
}

.para-2 {
  letter-spacing: .01em;
  margin-bottom: 0;
  text-decoration: none;
}

.para-2.in-fullscreen {
  font-size: 2.2em;
  line-height: 1.3em;
}

.accordion-toggle {
  white-space: normal;
  border-bottom: 1px solid #dde1e6;
  justify-content: flex-start;
  align-items: center;
  min-height: 5em;
  padding: 0;
  transition: border-color .3s;
  display: flex;
}

.accordion-toggle:hover {
  border-bottom-color: #adb5bd;
}

.accordion-toggle.is-fullscreen {
  min-height: 12em;
  padding-right: 1em;
  transition: background-color .3s, border-color .3s;
}

.accordion-toggle.is-fullscreen:hover {
  background-color: #f2f4f5;
}

.accordion-inner {
  background-color: #e3f1ff;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3em 2em 2em;
  display: flex;
}

.accordion {
  flex: none;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.slider {
  height: auto;
}

.supportvidsyoutube {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-gray-gradient {
  border-top: 12px solid var(--sim-orange);
  background-color: var(--grey);
  background-image: linear-gradient(#00000080, #ffffff80), url('../images/Hex-Grid-to-Tile.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.heading-8 {
  color: var(--white);
}

.paragraph-3 {
  color: var(--gainsboro);
}

.div-block-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-3, .cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.price {
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.price.rt {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 40px;
}

.section-orange {
  background-color: var(--sim-orange);
  background-image: url('../images/Hex-Grid-to-Tile.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 33px;
  padding-bottom: 33px;
}

.paragraph-4 {
  color: var(--white);
  text-shadow: 0 1px 3px #000000b3;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 34px;
}

.container-4 {
  padding-left: 30px;
  padding-right: 30px;
}

.link-2 {
  color: var(--white);
}

.link-2:hover {
  color: var(--gainsboro);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 87px;
  padding-bottom: 87px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

html.w-mod-js [data-ix="move-up-load"], html.w-mod-js [data-ix="move-up-scroll"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="move-left-scroll"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="move-right-scroll"] {
  opacity: 0;
  transform: translate(-30px);
}

@media screen and (min-width: 1920px) {
  .para-2.in-fullscreen {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 991px) {
  .main-nav-text {
    margin-top: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .button.center.margin {
    margin: 10px;
  }

  .top-bar-div.email-us {
    width: 120px;
  }

  .spacer-div.arcade {
    height: 33px;
  }

  .icon {
    color: var(--white);
    font-size: 36px;
  }

  .menu-button {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .div-block-4 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .button-3.margin {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block {
    font-size: 28px;
    line-height: 32px;
  }

  .icon-2 {
    color: var(--white);
    font-size: 44px;
    line-height: 44px;
  }

  .code-embed100 {
    width: 100%;
  }

  .container-3 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .accordion-arrow.in-fullscreen {
    font-size: 2em;
  }

  .accordion-circle.is-fullscreen {
    width: 8em;
  }

  .para-2 {
    font-size: 1.2em;
  }

  .para-2.in-fullscreen {
    font-size: 1.9em;
  }

  .accordion-toggle.is-fullscreen {
    padding-right: 2em;
  }

  .price.rt {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  li {
    font-size: 16px;
    line-height: 26px;
  }

  .main-nav-text {
    text-align: right;
    background-color: #333;
    padding-right: 50px;
  }

  .h1.centered.hometop {
    padding-left: 21px;
    padding-right: 21px;
  }

  .h2.blue {
    font-size: 28px;
  }

  .container-pad {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.center.big {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-columns {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .top-bar-div.phone-num {
    width: 160px;
  }

  .brand-logo {
    width: 50%;
  }

  .spacer-div.arcade {
    height: 11px;
  }

  .bigger-text.pad, .pad-on-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-hardware {
    border-right-style: none;
  }

  .border-bottom {
    border-width: 0;
  }

  .foot-bottom-space {
    height: 30px;
  }

  .rich-shunt img {
    min-width: 100%;
  }

  .paragraph {
    padding-left: 0;
  }

  .div-block-2 {
    text-align: center;
  }

  .div-block-4 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .para {
    font-size: 16px;
    line-height: 26px;
  }

  .div-spacer.mobi-big {
    height: 40px;
  }

  .cell-2, .imagehidemobile {
    display: none;
  }

  .accordion-arrow {
    font-size: 1.6em;
  }

  .accordion-circle.is-fullscreen {
    width: 6em;
  }

  .para-2.in-fullscreen {
    font-size: 1.6em;
  }

  .accordion-toggle.is-fullscreen {
    min-height: 10em;
  }
}

@media screen and (max-width: 479px) {
  .h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .brand-logo {
    width: 77%;
  }

  .spacer-div.arcade {
    height: 0;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    display: flex;
  }

  .container-3 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accordion-circle {
    width: 3.5em;
    margin-right: .6em;
  }

  .accordion-circle.is-fullscreen {
    width: 4em;
  }

  .para-2.in-fullscreen {
    font-size: 1.4em;
  }

  .accordion-toggle.is-fullscreen {
    min-height: 8em;
    padding-right: 0;
  }

  .section-orange {
    padding-left: 11px;
    padding-right: 11px;
  }

  .container-4 {
    padding-left: 9px;
    padding-right: 9px;
  }
}


