/* Scss Document */
/* Branding */
@import url("https://use.typekit.net/nwg1tuu.css");
.yellow {
  color: #dbb34e; }

.green {
  color: #687735; }

.blue {
  color: #557b85; }

.orange {
  color: #c26328; }

.red {
  color: #784431; }

/* Fonts */
.napL {
  font-weight: 300; }

.napR {
  font-weight: 400; }

.napB {
  font-weight: 700; }

/* Variables */
.tj {
  text-align: justify; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.pt-3 {
  padding-top: 3rem; }

.pr-2 {
  padding-right: 2rem; }

.pr-6 {
  padding-right: 6rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.lh2x {
  line-height: 200%; }

.fs12, .small,
small {
  font-size: 0.750rem; }

.fs16 {
  font-size: 1.000rem; }

.fs18 {
  font-size: 1.125vw; }

.fs21, footer section .nav {
  font-size: 1.313vw; }

.fs24 {
  font-size: 1.500vw; }

.fs25 {
  font-size: 1.563vw; }

.fs26 {
  font-size: 1.625vw; }

.fs28 {
  font-size: 1.750vw; }

.fs30 {
  font-size: 1.875vw; }

.fs32 {
  font-size: 2.000vw; }

.fs36 {
  font-size: 2.250vw; }

.fs42 {
  font-size: 2.625vw; }

.fs48 {
  font-size: 3.000vw; }

.fs54 {
  font-size: 3.375vw; }

.fs60 {
  font-size: 3.750vw; }

.fs64 {
  font-size: 4vw; }

.fs72 {
  font-size: 4.500vw; }

.fs77 {
  font-size: 4.813vw; }

.fs90 {
  font-size: 5.625vw; }

/* Base */
html {
  margin-top: 0px !important;
  overflow: hidden;
  font-size: 12px; }

html,
body {
  background-color: #e7eeee;
  color: #37383a;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  background-color: #e7eeee;
  font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .0125rem;
  overflow-y: auto;
  overflow-x: hidden; }

a {
  color: #557b85; }

h1 {
  font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: 700;
  font-size: 2.313rem;
  line-height: 1.438em;
  color: #557b85; }

h2 {
  font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: 300;
  font-size: 2.063rem;
  line-height: 1.438em;
  color: #784431; }

h3 {
  font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: 300;
  font-size: 1.813rem;
  line-height: 1.438em;
  color: #c26328; }

h4 {
  font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: 400;
  font-size: 1.563rem;
  line-height: 1.438em;
  color: #557b85; }

h5 {
  font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: 700;
  font-size: 1.313rem;
  line-height: 1.313em;
  color: #557b85; }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0px;
  margin-bottom: 0px; }
  h1 bdi,
  h2 bdi,
  h3 bdi,
  h4 bdi,
  h5 bdi {
    font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif; }
  h1 .cb,
  h2 .cb,
  h3 .cb,
  h4 .cb,
  h5 .cb {
    color: #37383a; }

strong {
  font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: 400; }

.btn {
  text-transform: uppercase;
  border-radius: 7px; }
  .btn-gnt {
    font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
    font-size: 2.250vw;
    padding: 1em 2em; }
  .btn-lg {
    font-size: 1.75vw;
    padding: .5em 1em; }
  .btn-md {
    font-size: 1.25vw;
    padding: .5em 1em; }
  .btn-primary {
    border-color: #557b85;
    background-color: #557b85; }
    .btn-primary:hover {
      background-color: #557b85; }
  .btn-cmu {
    margin-top: -2em;
    position: relative;
    cursor: pointer; }
  .btn-cap {
    text-transform: uppercase; }

.o25 {
  opacity: .25; }

.o35 {
  opacity: .35; }

.o50 {
  opacity: .50; }

.o75 {
  opacity: .75; }

.disabled {
  cursor: default !important;
  opacity: .20 !important; }

/* header */
header {
  position: fixed;
  z-index: 929292;
  width: 100vw;
  left: 0;
  top: 0; }
  @media (max-width: 543px) {
    header {
      margin-left: -50%;
      width: 200vw; } }

.ig-icn {
  position: absolute;
  z-index: 949494;
  display: block;
  padding: 1rem;
  top: 2.25rem;
  width: 5rem;
  right: 5rem; }
  .ig-icn img {
    width: 100%; }
  @media (max-width: 543px) {
    .ig-icn {
      width: 4rem;
      right: 0rem;
      top: 0rem; } }

/* /header */
/* Main */
main {
  /*** IG Feed ***/ }
  main .video-box {
    border-bottom: 5px solid white;
    position: relative;
    overflow: hidden;
    height: 930px;
    width: 100%;
    left: 0;
    top: 0; }
    @media (max-width: 543px) {
      main .video-box {
        height: 480px; } }
    main .video-box video {
      height: auto;
      width: 100%; }
      @media (max-width: 543px) {
        main .video-box video {
          height: 480px;
          width: auto; } }
  main .tag {
    position: absolute;
    margin-left: -25%;
    display: block;
    bottom: 4rem;
    width: 50%;
    left: 50%; }
    @media (max-width: 543px) {
      main .tag {
        margin-left: -50%;
        width: 100%;
        top: 10rem; } }
  main .quail {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    bottom: 0;
    left: 0; }
    @media (max-width: 543px) {
      main .quail {
        width: 160%; } }
  main .ig-box {
    /*background-color: #ffffff;*/
    box-shadow: inset inset 0px -11px 80px -10px #37383a;
    position: relative;
    text-align: center;
    max-height: 1500px;
    padding-top: 7rem;
    overflow: hidden; }
    @media (max-width: 543px) {
      main .ig-box {
        padding-top: 3rem; } }
    main .ig-box .on-ig {
      margin: 0rem 0 2rem 13%;
      position: relative;
      display: block;
      z-index: 1; }
      @media (max-width: 543px) {
        main .ig-box .on-ig {
          margin-left: 5%;
          width: 90%; } }
    main .ig-box .ig-feed {
      /*background-color: #ffffff;*/
      padding-bottom: 90px;
      position: relative;
      padding: 0 12% 0;
      width: 100%;
      top: -120px; }
      @media (max-width: 543px) {
        main .ig-box .ig-feed {
          top: -10px; } }
  main .view-more {
    margin: 3rem 30% 7rem;
    font-size: 1.5rem;
    display: block; }
    @media (max-width: 543px) {
      main .view-more {
        white-space: normal; } }
  main #es-widget-header-container-template .es-widget-details-container-template {
    visibility: hidden;
    display: none; }
  main .qwarn {
    margin: 7rem auto 0;
    display: block; }
    @media (max-width: 543px) {
      main .qwarn {
        margin-top: 3rem; } }
  main .fwp {
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    padding-bottom: 7rem;
    width: 100%; }
    main .fwp.fwp--white {
      background-color: #ffffff; }
  main .why-hdr {
    margin: 7rem auto 3rem;
    text-align: center;
    font-size: 3vw;
    color: #557b85; }
    @media (max-width: 543px) {
      main .why-hdr {
        margin-top: 3rem; } }
  main .row--why {
    margin: 3rem auto;
    max-width: 70%; }
    @media (max-width: 543px) {
      main .row--why {
        max-width: 90%; } }
    main .row--why .why-img {
      border-radius: 14px;
      width: 100%; }

/* /main */
/* footer */
footer {
  background-color: #687735;
  padding: 3rem 0 8rem;
  margin-top: 7rem;
  color: #ffffff; }
  footer .inner {
    padding-left: 7%;
    padding-right: 7%; }
  footer section {
    padding: 2em 7%; }
    @media (max-width: 543px) {
      footer section {
        padding: .5rem 3.5%; }
        footer section .tr,
        footer section .tl {
          text-align: center; } }
    footer section .nav {
      font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
      text-transform: uppercase;
      margin-bottom: 6rem;
      color: #ffffff; }
      footer section .nav h3 {
        font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
        color: #ffffff; }
      footer section .nav a {
        margin-right: 1.5rem;
        color: #ffffff; }
        @media (max-width: 543px) {
          footer section .nav a {
            margin-bottom: 1rem;
            display: inline-block;
            margin-right: 1rem;
            font-size: 1.175rem; } }
      footer section .nav span {
        margin-right: 2rem; }
    footer section .cr {
      font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
      font-size: .750em;
      text-align: left;
      margin-top: 0; }
      footer section .cr a {
        color: #ffffff;
        padding: 0 .5rem;
        text-decoration: underline; }
        footer section .cr a:hover {
          text-decoration: none; }
    footer section sub {
      bottom: -1.5em;
      left: -0.5em;
      opacity: .6; }
    footer section .ap {
      font-family: neue-aachen-pro, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, san-serif;
      display: inline-block;
      text-align: right;
      font-size: .550em;
      border-top: 0.25px solid #ffffff;
      padding-top: 2rem; }
    footer section img {
      margin: -1px 0 0 6px; }

/* /footer */
/* Responsive */
@media (max-width: 900px) {
  .fs12, .small,
  small {
    font-size: 0.750rem; }

  .fs16 {
    font-size: 1.000rem; }

  .fs18 {
    font-size: 1.125rem; }

  .fs21, footer section .nav {
    font-size: 1.313rem; }

  .fs24 {
    font-size: 1.500rem; }

  .fs25 {
    font-size: 1.563rem; }

  .fs26 {
    font-size: 1.625rem; }

  .fs28 {
    font-size: 1.750rem; }

  .fs30 {
    font-size: 1.875rem; }

  .fs32 {
    font-size: 2.000rem; }

  .fs36 {
    font-size: 2.250rem; }

  .fs42 {
    font-size: 2.625rem; }

  .fs48 {
    font-size: 3.000rem; }

  .fs54 {
    font-size: 3.375vw; }

  .fs60 {
    font-size: 3.750vw; }

  .fs64 {
    font-size: 4vw; }

  .fs72 {
    font-size: 4.500vw; }

  .fs77 {
    font-size: 4.813vw; }

  .fs90 {
    font-size: 5.625vw; }

  .btn-gnt {
    font-size: 2.250rem; }
  .btn-lg {
    font-size: 1.75rem; }
  .btn-md {
    font-size: 1.25rem; }

  header {
    height: auto; } }
@media (max-width: 767px) {
  footer section {
    padding-bottom: 9rem; }
    footer section .cr {
      margin-bottom: 5rem;
      text-align: center; }
      footer section .cr img {
        margin-bottom: 1rem; }
    footer section .ap {
      text-align: center;
      margin-top: 3rem; } }
@media (max-width: 600px) {
  header .hdr-l img {
    height: 2rem; }
  header a {
    height: 2rem; }

  main section {
    margin: 0 0; }
  main .DxD {
    column-count: 1; }
  main .row-inner h2 {
    font-size: 2.85rem; }
  main #contact {
    margin-top: 4rem; }
  main .fwp-stack {
    background-position: -5rem bottom;
    padding-bottom: 30rem;
    background-size: 100rem; }
    main .fwp-stack h2 {
      margin: 3rem; } }
/**/
