:root {
  --red: #d70000;
  --steel-blue: #007aff;
  --black: #333;
  --white: white;
  --dark-red: #910000;
  --dark-slate-blue: #004397;
  --gold: #fec600;
  --gainsboro: #e0e0e0;
  --grey: #757575;
  --orange: #fe9c00;
  --silver: #bdbdbd;
  --cornflower-blue: #5b8dc9;
  --dark-blue: #0a109b;
}

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

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #757575;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--red);
}

a:visited {
  color: var(--steel-blue);
}

li {
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
}

.gf-logo-top {
  margin-top: 10px;
  margin-bottom: -16px;
}

.navbar {
  background-image: linear-gradient(#0000008c, #ffffff54), url('../images/Brushed-metal-Steel-top.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-bottom: 3px solid #fff;
  box-shadow: 1px 1px 8px 4px #00000054;
}

.navlink {
  color: #000;
  background-image: linear-gradient(#00000038, #ffffff38);
  border-top: 3px solid #0000;
  margin-right: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .444s;
}

.navlink:hover {
  color: #fff;
  background-image: linear-gradient(#000000c4, #ffffff54);
  border-top-color: #fec600;
}

.navlink:visited {
  color: #000;
}

.navlink.w--current {
  color: var(--black);
}

.navlink.w--current:hover {
  color: #000;
}

.top-div {
  height: 37px;
}

.top-section {
  margin-top: 40px;
  padding-bottom: 10px;
}

.top-section.no-bottom-margin {
  padding-bottom: 0;
}

.top-section.home {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 18px;
}

.body {
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

.body.bullets {
  margin-bottom: 7px;
}

.body.big {
  font-size: 16px;
}

.body.address {
  margin-top: 20px;
  font-size: 16px;
}

.body.phone {
  font-size: 18px;
  font-weight: 700;
}

.body.caption {
  color: #757575;
  text-align: center;
  margin-top: -2px;
  font-weight: 600;
  line-height: 18px;
}

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

.body.xl {
  color: #004397;
  font-size: 18px;
  line-height: 22px;
}

.facebook-button {
  float: right;
  text-align: right;
  width: 99px;
  height: 24px;
  margin-top: 5px;
  display: block;
  overflow: hidden;
}

.gfbuttons {
  background-color: var(--black);
  color: var(--black);
  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;
}

.gfbuttons:hover {
  color: var(--white);
  background-image: linear-gradient(#5b8dc9, #0a109b);
  transform: scale(1.1);
}

.gfbuttons:visited {
  color: var(--black);
}

.gfbuttons.margin {
  margin-left: 20px;
  margin-right: 20px;
}

.gfbuttons.margin.top {
  margin-top: 10px;
}

.gfbuttons.brand {
  margin-left: 15px;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

.div-spacer {
  height: 10px;
}

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

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

.footer {
  background-image: linear-gradient(#00000054, #ffffff38 27%), url('../images/Brushed-metal-Steel-top.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 3px solid #fff;
  padding-top: 66px;
  font-family: Open Sans, sans-serif;
  box-shadow: 1px 1px 8px 4px #00000054;
}

.centered-div {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-gf-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.foot-bar-bottom {
  background-color: #000;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.foot-bar-text {
  color: #757575;
  text-align: center;
  margin-top: 1px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.footer-text {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 26px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.gradient-grey-section {
  background-image: linear-gradient(#fff, #e0e0e0 50%, #bdbdbd);
  padding-top: 40px;
  padding-bottom: 40px;
}

.gradient-grey-section.dark {
  background-image: linear-gradient(#bdbdbd, #e0e0e0 50%, #bdbdbd);
}

.models-header {
  font-size: 28px;
}

.row-w-margins {
  margin-top: 15px;
  margin-bottom: 15px;
}

.model-logos {
  opacity: .66;
  margin-bottom: 5px;
}

.model-logos:hover {
  opacity: 1;
}

.model-logos.horiz-spacing {
  margin-left: 30px;
  margin-right: 30px;
}

.top-bar-div-block {
  background-color: #000;
  border-top: 3px solid #fec600;
  height: 33px;
}

.slogan-text {
  color: #ffffff54;
  margin-top: 23px;
  margin-left: 245px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.light-grey-section {
  background-color: #e0e0e0;
}

.column-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.image-border-drop {
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 5px 2px #00000038;
}

.white-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.white-section.gun {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rifle-Bkgd.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.white-section.grad {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), linear-gradient(#000, #fff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-padded {
  padding-bottom: 10px;
}

.link {
  color: #004397;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: var(--dark-red);
}

.link.bold {
  font-weight: 700;
}

.link.grey {
  color: #bdbdbd;
}

.link.grey:hover {
  color: #fec600;
}

.link.bigger {
  font-size: 16px;
}

.subhead {
  margin-top: -10px;
  margin-bottom: 5px;
}

.optional-item-header {
  margin-top: 10px;
}

.padded-pic-bottom {
  margin-bottom: 20px;
}

.padded-pic-bottom.float-right {
  float: right;
}

.padded-pic-horiz {
  padding-left: 15px;
  padding-right: 15px;
}

.ses-camo-logo {
  width: 180px;
  margin-right: 20px;
}

.phone-logo {
  float: left;
  margin-right: 5px;
}

.phone-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.small-text {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.steel-section {
  background-image: linear-gradient(#00000054, #ffffff8c), url('../images/Brushed-metal-Steel-top.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 26px;
  padding-bottom: 20px;
  box-shadow: 1px 1px 6px 3px #00000070;
}

.row-addons {
  border-bottom: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 30px;
}

.video-icon {
  float: left;
  width: 88px;
}

.videos-header {
  margin-top: 30px;
  margin-left: 101px;
  font-size: 38px;
  line-height: 40px;
}

.video-rows {
  margin-bottom: 20px;
}

.centered-column {
  text-align: center;
}

.vid-title {
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.videos-section {
  margin-top: 30px;
  margin-bottom: 20px;
}

.foot-vid-icon {
  opacity: .44;
  width: 80px;
  margin-right: 4px;
}

.footer-middle-col {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.financing-page-image {
  margin-top: 20px;
  margin-bottom: 50px;
  display: block;
}

.financing-page-link-block {
  display: block;
}

.ex-logo-top {
  width: 444px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.lab-ex-logo-footer {
  margin-top: 58px;
  margin-bottom: 58px;
}

.grad-column {
  background-image: linear-gradient(#00000038, #fff);
  border-radius: 12px;
  padding: 13px 17px 7px;
}

.section-ex-gullwing {
  background-image: url('../images/Gunfighter-EX-Folding-3-screens-big.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 225px;
  padding-bottom: 59px;
}

.section-ex-gullwing.on-ex-page {
  padding-top: 222px;
  padding-bottom: 222px;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.topbot-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2-big {
  font-size: 40px;
  line-height: 44px;
}

.text-span {
  color: #b10000;
}

.section-blue {
  background-color: #004397;
  background-image: linear-gradient(#0a109b, #004397);
  border-top: 4px solid #e0e0e0;
  padding-top: 19px;
  padding-bottom: 16px;
}

.section-blue.shot {
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.h2-white {
  color: #e0e0e0;
}

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

.section-bkgd.home-top {
  background-image: linear-gradient(#ffffff8c, #ffffff8c), url('../images/Bkgd-river.jpg');
  background-position: 0 0, 50%;
  padding-top: 21px;
  padding-bottom: 38px;
}

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

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

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

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

.link-block, .link-block-2 {
  margin-bottom: -5px;
}

.bold-text {
  text-decoration: none;
}

.link-2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-span-2 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.phone-number {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.bold-text-2 {
  color: var(--gold);
  font-family: Exo, sans-serif;
  font-size: 23px;
  line-height: 23px;
}

.heading-4 {
  margin-bottom: -6px;
}

.paragraph {
  margin-top: -1px;
  padding-left: 18px;
}

.yellow-link {
  color: var(--gold);
}

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

.column-2 {
  padding-right: 29px;
}

.section-2 {
  text-align: center;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-3 {
  background-color: var(--gainsboro);
  padding-top: 50px;
  padding-bottom: 50px;
}

.image {
  height: 430px;
  margin-top: 18px;
  box-shadow: 1px 1px 3px #00000038;
}

.heading-5 {
  color: var(--red);
  font-family: Exo, sans-serif;
  font-style: normal;
}

.heading-5.blk {
  color: var(--black);
}

.column-3 {
  text-align: center;
}

.image-2 {
  width: 80%;
}

.heading-6 {
  margin-top: 11px;
}

.image-6 {
  margin-bottom: 15px;
}

.div-block {
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.image-7 {
  width: 222px;
  margin-right: 26px;
}

.redline {
  float: left;
  background-image: linear-gradient(to right, var(--red), transparent);
  width: 99%;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.heading-7 {
  margin-bottom: 1px;
}

.text-block-2 {
  z-index: 11;
  margin-top: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.image-8 {
  width: 266px;
  margin-top: -47px;
  margin-bottom: -47px;
}

.image-8.homegf {
  margin-top: -63px;
  margin-bottom: -63px;
}

.section-4 {
  background-color: var(--gainsboro);
  box-shadow: 1px 1px 3px #000;
}

.div-block-2 {
  text-align: left;
  margin-left: 24px;
  position: relative;
}

.text-block-3 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.cool-link {
  color: var(--steel-blue);
}

.image-76 {
  width: 266px;
  margin-top: -55px;
  margin-bottom: -55px;
}

.image-76.sm-banner {
  margin-top: -53px;
}

.image-77 {
  width: 288px;
}

.section-5 {
  background-color: var(--grey);
  background-image: linear-gradient(#60606080, #00000080), url('../images/Rifle-Bkgd.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-5.short {
  padding-top: 40px;
  padding-bottom: 30px;
}

.rich-gf.white h2, .rich-gf.white p, .rich-gf.white li {
  color: var(--white);
}

.image-78 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  padding-top: 8px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.link-block-3 {
  text-align: center;
  display: block;
}

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

.link-3 {
  color: var(--grey);
  margin-left: 3px;
  margin-right: 3px;
}

.heading-16 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.div-block-27 {
  text-align: center;
  padding-bottom: 12px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #005c99;
  background-image: url('../images/noun-right-2358265.svg'), linear-gradient(#005c99, #002944);
  background-position: 17px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border: 2px solid #005c99;
  border-radius: 4px;
  margin: 10px;
  padding: 14px 25px 15px 50px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: background-position .3s, background-color .3s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #474747;
  background-image: url('../images/noun-right-2358265.svg'), linear-gradient(gray, #474747);
  background-position: 21px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #000;
}

.button-2.w--current {
  color: #fff;
}

.para {
  line-height: 28px;
}

.section-6 {
  margin-top: 40px;
}

.container-5 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.image-79 {
  background-color: var(--white);
  padding-top: 8px;
}

.section-7 {
  border-top: 14px solid var(--gold);
  border-bottom: 9px solid var(--dark-red);
  padding-top: 45px;
}

.column-4 {
  padding-right: 53px;
}

.column-5 {
  padding-right: 38px;
}

.lb-header {
  color: var(--white);
}

.lb-header.blksm {
  color: var(--black);
  font-size: 28px;
  line-height: 30px;
}

.container-6 {
  padding-top: 10px;
}

.text-block-5 {
  color: var(--grey);
  text-align: center;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.text-span-3 {
  color: var(--orange);
}

.rich-big {
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-28 {
  padding-left: 31px;
}

.rich-16 {
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-span-4 {
  color: var(--orange);
}

.section-8 {
  border-top: 7px solid var(--silver);
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/GRUNGE-background-mockaroon-YqUeLG7fMr4-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 84px;
  padding-bottom: 84px;
}

.container-7 {
  margin-bottom: 40px;
}

.column-6 {
  padding-right: 20px;
}

.link-block-4 {
  border: 3px solid var(--silver);
  background-image: url('../images/GRUNGE-background-mockaroon-YqUeLG7fMr4-unsplash.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 9px;
  padding: 18px;
}

.addons-section {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h2.grey {
  color: var(--grey);
}

.section-9 {
  margin-top: 40px;
  padding-bottom: 40px;
}

.price {
  color: var(--grey);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.price.right {
  text-align: right;
  padding-right: 15px;
}

.column-7 {
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-29 {
  flex-flow: row;
  justify-content: flex-start;
  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-on-scroll"] {
  transform: translate(33px);
}

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

html.w-mod-js [data-ix="red-line-move"] {
  transform: scale(.01);
}

@media screen and (min-width: 1280px) {
  .navlink {
    padding-left: 43px;
    padding-right: 43px;
  }

  .home-container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    font-size: 18px;
    line-height: 28px;
  }

  .image-border-drop {
    width: 100%;
  }

  .container-padded {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .optional-item-header {
    font-size: 28px;
  }

  .video-thumb {
    width: 100%;
  }

  .financing-page-link-block {
    width: 100%;
    display: inline-block;
  }

  .top-container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-link, .image-3, .image-4 {
    width: 100%;
  }

  .container-2, .container-3, .header-container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    width: 100%;
  }

  .image-8 {
    margin-top: -66px;
    margin-bottom: -66px;
  }

  .image-8.homegf {
    margin-top: -79px;
    margin-bottom: -79px;
  }
}

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

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

  .gf-logo-top {
    margin-bottom: -47px;
  }

  .top-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gfbuttons.margin {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .gradient-grey-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slogan-text {
    font-size: 18px;
    line-height: 22px;
  }

  .white-section {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .foot-vid-icon {
    width: 30px;
    margin-bottom: 3px;
  }

  .footer-middle-col {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-ex-gullwing.on-ex-page {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-blue {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading {
    font-size: 34px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .column-2 {
    padding-right: 15px;
  }

  .image-8 {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .image-8.homegf {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .image-76 {
    margin-top: -43px;
    margin-bottom: -43px;
  }

  .image-76.sm-banner {
    margin-top: -39px;
  }

  .text-block-4 {
    padding-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .section-7 {
    padding-top: 31px;
  }

  .column-4 {
    padding-right: 35px;
  }

  .column-5 {
    padding-right: 20px;
  }

  .section-8 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .column-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body, .body.bolded {
    margin-left: 5px;
  }

  .slogan-text {
    font-size: 16px;
  }

  .subhead {
    margin-left: 5px;
  }

  .steel-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-middle-col {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .section-ex-gullwing.on-ex-page {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column {
    text-align: center;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    flex-direction: column;
    padding-right: 15px;
  }

  .heading-7 {
    line-height: 36px;
  }

  .image-8 {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .image-8.homegf {
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .div-block-3 {
    margin-left: 14px;
  }

  .image-76 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .image-76.sm-banner {
    margin-top: -26px;
  }

  .image-77 {
    margin-bottom: 13px;
  }

  .section-5.short {
    padding: 20px;
  }

  .container-4 {
    flex-wrap: wrap;
  }

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

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-7 {
    padding-top: 21px;
  }

  .column-4 {
    padding-bottom: 27px;
    padding-right: 0;
  }

  .column-5 {
    padding-right: 0;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-big {
    font-size: 18px;
    line-height: 28px;
  }

  .section-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-6 {
    padding-right: 0;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .heading-17 {
    margin-bottom: 0;
    line-height: 36px;
  }
}

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

  h2 {
    margin-left: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .top-div {
    margin-bottom: 6px;
  }

  .top-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .facebook-button {
    display: none;
  }

  .gradient-grey-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan-text {
    display: none;
  }

  .white-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subhead {
    font-size: 20px;
    line-height: 26px;
  }

  .section-ex-gullwing.on-ex-page {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .heading {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-7 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-2 {
    padding-right: 18px;
    font-size: 14px;
  }

  .image-8 {
    margin-top: -87px;
    margin-bottom: -87px;
  }

  .image-8.homegf {
    margin-top: -78px;
    margin-bottom: -78px;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .image-76 {
    margin-top: -87px;
    margin-bottom: -87px;
  }

  .image-76.sm-banner {
    margin-top: -77px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 14px;
  }

  .lb-header {
    line-height: 34px;
  }

  .section-8 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .div-block-29 {
    flex-flow: wrap;
  }
}


