.nav-menu {
  float: none;
  text-align: right;
}

.dropdown-toggle {
  padding: 0px 24px 0px 12px;
}

.dropdown-toggle.w--open {
  padding-right: 24px;
  padding-left: 12px;
}

.text-block-12 {
  font-family: 'Museosans 500', sans-serif;
}

.dropdown-list {
  top: 29px;
}

.dropdown-list.w--open {
  top: 56px;
  background-color: #fff;
}

.nav-content {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.nav-link {
  min-height: auto;
  padding: 15px 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Museosans 500', sans-serif;
  color: #524d3f;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.nav-link:hover {
  color: #4b9839;
}

.nav-link.w--current {
  color: #619c3f;
}

.dropdown-link {
  padding: 12px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.dropdown-link:hover {
  color: #4b9839;
}

.dropdown-link.w--current {
  background-color: #cdcdcd;
  color: #be1e2e;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 28%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.button {
  margin-top: 15px;
  padding: 12px 20px;
  border: 1px solid #9eaf33;
  border-radius: 5px;
  background-color: #9eaf33;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.button:hover {
  border-color: #717c42;
  background-color: #717c42;
}

.button.red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #921723;
  background-color: #be1e2e;
  box-shadow: 0 7px 20px -7px rgba(0, 0, 0, 0.34);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Museosans 500', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.button.red:hover {
  background-color: #921723;
  box-shadow: none;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.button.outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.button.outline.space {
  margin-right: 12px;
  font-family: 'Museosans 500', sans-serif;
}

.top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1156px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-icon {
  margin-right: 0px;
  margin-bottom: 0px;
}

.image-3 {
  max-width: 40%;
}

.nav-top {
  position: relative;
  z-index: 1;
  width: 100%;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 8px 12px;
  background-color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper.shrink {
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bg-img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.45);
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.subheading {
  font-family: 'Museosans 500', sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1156px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 48px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.banner {
  min-height: 0vh;
  padding: 48px 12px;
}

.section.banner.flag_bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.24)), to(hsla(0, 0%, 100%, 0.24))), url('../images/americanfagbgwhite.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.24), hsla(0, 0%, 100%, 0.24)), url('../images/americanfagbgwhite.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.banner.camo_bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 156, 63, 0.9)), to(rgba(97, 156, 63, 0.9))), url('../images/camo-bg-temp.jpg');
  background-image: linear-gradient(180deg, rgba(97, 156, 63, 0.9), rgba(97, 156, 63, 0.9)), url('../images/camo-bg-temp.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.banner.brown_bg {
  background-color: #71654f;
}

.content-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper.white {
  color: #fff;
}

.content-wrapper.white.center {
  text-align: center;
}

.content-wrapper.center {
  text-align: center;
}

.content-wrapper.right {
  text-align: right;
}

.heading-13 {
  margin-bottom: 10px;
  font-weight: 700;
}

.heading-12 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Museosans 500', sans-serif;
  color: #1b1a1b;
}

.image-9 {
  width: 20px;
  margin-top: -10px;
  margin-right: 5px;
  margin-left: 5px;
}

.red {
  font-family: 'Museosans 500', sans-serif;
  color: #be1e2e;
  font-size: 32px;
}

.blue {
  font-family: 'Museosans 500', sans-serif;
  color: #005dab;
  font-size: 32px;
}

._24_padding_r {
  padding-right: 24px;
  font-family: 'Museosans 500', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.spacer {
  width: 100%;
  height: 64px;
}

.img-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-wrapper._48-padding-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon {
  max-width: 88px;
  margin-right: -5px;
  margin-bottom: 24px;
}

.heading-wrap {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line {
  height: 4px;
  background-color: #a9b962;
}

.list {
  display: -ms-grid;
  display: grid;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 3;
  column-count: 3;
}

.list-item_txt {
  font-family: 'Museosans 500', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #1b1a1b;
  font-weight: 700;
}

.list-item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Museosans 500', sans-serif;
  color: #1b1a1b;
  text-decoration: none;
}

.list-item_link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.list-item_txt-2 {
  margin-bottom: 0px;
  font-family: 'Museosans 500', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.list-item_img {
  width: 40px;
  margin-right: 25px;
  opacity: 1;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-11 {
  margin-top: 24px;
  font-family: 'Museosans 500', sans-serif;
  color: #fff;
}

.column {
  padding-left: 0px;
  text-align: left;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'Museosans 500', sans-serif;
  color: #fff;
  text-align: center;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  font-family: 'Museosans 500', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-link {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-link:hover {
  width: 50px;
  background-color: #4f9a3b;
}

.social-link._1 {
  border-style: solid;
  border-width: 2px;
  border-color: #a9b962;
  background-color: #fff;
  background-image: url('../images/bbbb.png');
  background-size: contain;
}

.social-link._1.hide {
  display: none;
}

.social-link._7 {
  display: none;
  overflow: visible;
  width: 45px;
  height: 45px;
  background-color: transparent;
  background-image: url('../images/instagram-1.png');
}

.social-link._7:hover {
  background-color: transparent;
}

.social-link.facebook {
  overflow: visible;
  border: 1px none #000;
}

.social-link.facebook:hover {
  width: 48px;
  background-color: transparent;
}

.columns {
  width: 100%;
}

.social-div-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.phone-number-2 {
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'Museosans 500', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.image {
  display: block;
  height: 60px;
  max-width: none;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}

.image.hide {
  display: none;
}

.footer-image {
  max-height: 192px;
  max-width: 50%;
  margin-bottom: 24px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7e7863;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 157, 131, 0.95)), to(rgba(170, 157, 131, 0.95))), url('../images/JDog-tan-Camo.jpg');
  background-image: linear-gradient(180deg, rgba(170, 157, 131, 0.95), rgba(170, 157, 131, 0.95)), url('../images/JDog-tan-Camo.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.link-2 {
  color: #523e0f;
}

.footer-link {
  display: inline-block;
  margin-bottom: 2px;
  padding-top: 8px;
  padding-bottom: 3px;
  float: left;
  clear: left;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Museosans 500', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-link:hover {
  box-shadow: inset 0 -2px 0 0 #71654f;
  color: #fff;
}

.footer-link.w--current {
  color: #1b1a1b;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 20px 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span {
  font-family: 'Myriad pro semiextended', sans-serif;
  font-weight: 700;
}

.heading-14 {
  font-family: 'Museosans 500', sans-serif;
  font-weight: 400;
}

.paragraph-12 {
  font-family: 'Museosans 500', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.heading-15 {
  font-family: 'Myriad pro', sans-serif;
}

.heading-16 {
  font-family: 'Museosans 500', sans-serif;
  font-weight: 400;
}

.paragraph-13 {
  font-family: 'Museosans 500', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.heading-17 {
  font-family: 'Museosans 500', sans-serif;
  font-weight: 400;
}

.heading-18 {
  font-family: 'Museosans 500', sans-serif;
  font-weight: 400;
}

.heading-19 {
  font-family: 'Myriad pro', sans-serif;
}

.heading-20 {
  font-family: 'Myriad pro', sans-serif;
}

.heading-21 {
  font-family: 'Myriad pro', sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #609c3f;
  }

  .nav-menu.w--open {
    background-color: #4b9839;
  }

  .dropdown-toggle {
    padding-left: 0px;
    color: #fff;
  }

  .dropdown-toggle.w--open {
    width: 100%;
    padding-left: 0px;
  }

  .dropdown-list.w--open {
    position: relative;
    top: 0px;
    margin-top: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #a9b962;
  }

  .menu-button {
    padding: 9px;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #c2b59a;
  }

  .nav-content {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .dropdown-link {
    padding-right: 12px;
    padding-left: 12px;
    background-color: transparent;
    color: #fff;
  }

  .brand {
    max-width: 350px;
  }

  .button.red {
    display: inline-block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-content {
    width: 95%;
  }

  .navbar {
    z-index: 1;
  }

  .div-block-2 {
    width: 50%;
  }

  .wrapper {
    min-width: 100%;
  }

  .wrapper.shrink {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-wrapper.right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 32px;
  }

  .img-wrapper {
    min-width: 100%;
    margin-bottom: 24px;
  }

  .img-wrapper._48-padding-mid {
    padding-right: 0px;
  }

  .list {
    min-width: 33.33%;
  }

  .list-item {
    padding-bottom: 10px;
  }

  .list-item_img {
    min-width: 48px;
    margin-right: 20px;
  }

  .div-block-12 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-col {
    width: 50%;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    color: #fff;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    margin-top: 7px;
    padding: 15px;
    float: right;
    color: #7e7863;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #c2b59a;
    color: #fff;
  }

  .nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    text-align: left;
  }

  .brand {
    min-height: 125px;
    padding-left: 0px;
    background-position: 5% 50%;
  }

  .brand.w--current {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
  }

  .top-content {
    width: 100%;
    min-height: 50px;
  }

  .div-block-2 {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .heading-13 {
    font-size: 36px;
    line-height: 40px;
  }

  .list {
    min-width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-item {
    padding-bottom: 10px;
  }

  .list-item_img {
    width: 25px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .phone-number-2 {
    display: block;
    text-align: left;
  }

  .image {
    height: 55px;
  }

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

  .footer-col {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .text-block-12 {
    font-size: 18px;
  }

  .menu-button {
    margin-top: 0px;
    padding: 13px;
    background-color: #f6f6f6;
    font-size: 32px;
  }

  .nav-content {
    width: auto;
    max-width: none;
    min-height: auto;
    float: none;
  }

  .dropdown-link {
    font-weight: 600;
    letter-spacing: 1px;
  }

  .brand {
    min-height: 150px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 50%;
    background-size: contain;
  }

  .brand.w--current {
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

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

  .button.red {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 24px;
  }

  .button.outline.space {
    margin-right: 0px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.outline.space {
    margin-right: 0px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-content {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-icon {
    max-width: 64px;
  }

  .image-3 {
    max-height: 88px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-12 {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .image-9 {
    margin-right: 3px;
    margin-left: 3px;
  }

  .icon {
    max-width: 64px;
  }

  .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item {
    padding-bottom: 5px;
  }

  .div-block-12 {
    width: 90%;
  }

  .social-link {
    width: 48px;
    height: 48px;
  }

  .phone-number-2 {
    font-size: 18px;
    font-weight: 400;
  }

  .image {
    height: 60px;
  }

  .footer-col {
    padding-right: 11px;
    padding-bottom: 0px;
    padding-left: 11px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/Myriad-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/Myriad-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad pro semiextended';
  src: url('../fonts/Myriad-Pro-Semibold-SemiExtended.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad pro semiextended';
  src: url('../fonts/Myriad-Pro-Bold-SemiExtended.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 500';
  src: url('../fonts/MuseoSans_500.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 500';
  src: url('../fonts/MuseoSans_500_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/Myriad-Pro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/Myriad-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}