@import url("https://use.typekit.net/fpx0ciz.css");

* {
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    border: 0;
    background: #fff;
}

body.is--fixed {
    height: 100%;
    overflow: hidden;
}

html > body {
    font-size: 16px;
    font-size: 1rem;
}

html, article, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, figure, address, cite,
code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, footer, input, textarea, select {
	border: 0 none;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p, ul, li, ol, label, input, select, textarea, dd, dt, td, th, a, caption, span, figcaption, legend, option, h4, h5, h6 {
	color: #4c543f;
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
}


h1, h2, h3, h4 {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    color: #4c543f;
    line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-size-h1,
.font-size-h2,
.font-size-h3,
.font-size-h4,
.font-size-h5,
.font-size-h6 {
  font-weight: normal;
  line-height: 1.2;
}

.font-size-title {
  font-size: 3.5rem;
  font-size: clamp(3.5rem, 6.67vW, 8rem);
}

h1,
.font-size-h1 {
    font-size: 3rem;
    font-size: clamp(3rem, 4.17vW, 5rem);
}

h2,
.font-size-h2 {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 3.33vW, 4rem);
}

h3,
.font-size-h3 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 2.5vW, 3rem);
}

h4,
.font-size-h4,
.nav-main .navitem-link {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 2.083vW, 2.5rem);
}

h5,
.font-size-h5,
.btn.font-size-h5,
.subnav .navitem-link {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1.67vW, 2rem);
}

h6,
.font-size-h6
.btn,
.wrapper-footer .btn.btn-dense {
  font-size: 1rem;
  font-size: clamp(1rem, 1.25vW, 1.5rem);
}

.btn.btn-dense {
  font-size: 1.25rem;
  font-size: clamp(1rem, 1.04vW, 1.25rem); 
}

.font-size-small {
  font-size: 0.875rem;
}

.font-size-title span {
  font-size: inherit;
}

@media screen and (min-width: 85.375rem) {
  .font-size-title {
    font-size: 8rem;
    font-size: clamp(3.5rem, 6.67vW, 8rem);
  }

  h1,
  .font-size-h1 {
      font-size: 5rem;
      font-size: clamp(3rem, 4.17vW, 5rem);
  }

  h2,
  .font-size-h2 {
    font-size: 4rem;
    font-size: clamp(1.75rem, 3.33vW, 4rem);
  }

  h3,
  .font-size-h3 {
    font-size: 3rem;
    font-size: clamp(1.5rem, 2.5vW, 3rem);
  }

  h4,
  .font-size-h4,
  .nav-main .navitem-link {
    font-size: 2.5rem;
    font-size: clamp(1.25rem, 2.083vW, 2.5rem);
  }

  h5,
  .font-size-h5,
  .btn.font-size-h5,
  .subnav .navitem-link {
    font-size: 2rem;
    font-size: clamp(1.125rem, 1.67vW, 2rem);
  }

  h6,
  .font-size-h6,
  .btn,
  .wrapper-footer .btn.btn-dense {
    font-size: 1.5rem;
    font-size: clamp(1rem, 1.25vW, 1.5rem);
  }

  .btn.btn-dense {
    font-size: 1.25rem;
    font-size: clamp(1rem, 1.04vW, 1.25rem); 
  }
}

p {
    margin-bottom: 1rem;
}

ul {
  margin-left: 1.5rem;
}

h2 + p {
    margin-top: 1rem;
}

a:hover {
    color: #747e60;
}

.align-center {
    text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.frame-type-container-video-elastic .row {
  flex-wrap: nowrap;
}

.row.vertical-align-flex-start {
  align-items: flex-start;
}

.row.vertical-align-center {
  align-items: center;
}

.row.vertical-align-flex-end {
  align-items: flex-end;
}

.col-12,
.col-6,
.col-4,
.col-3 {
  flex: 0 0 100%;
}

.col-6 + .col-6,
.col-4 + .col-4 {
  margin-top: 2rem;
}

@media screen and (min-width: 85.375rem) {

  .row {
    column-gap: 2rem;
  }

  .col-6 {
    flex: 0 0 calc(50% - 1rem);
  }

  .col-6 + .col-6,
  .col-4 + .col-4 {
    margin-top: 0;
  }

  .col-4 {
    flex: 0 0 calc(33.33% - 1.34rem);
  }

  .has-col-8 .col-4 {
    flex: 0 0 calc(33.33% - 1rem);
  }

  .col-8 {
    flex: 0 0 calc(66.66% - 1rem);
  }

  .col-3 {
    flex: 0 0 calc(25% - 1.5rem);
  }
}

header {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 4rem 1rem;
}

header h1 {
    color: #4c543f;
}

.logo {
    margin: 4rem auto;
    display: block;
    max-width: 30rem;
}

.row {
  margin: 0 auto;
  width: calc(100% - 2.5rem);
}

.row + .row {
    margin-top: 2rem;
}


footer {
    background-color: #fff;
}

footer p {
    font-size: 0.875rem;
}

.footer__inner {
    max-width: 86.25rem;
    width: 100%;
    padding: 4rem 1rem;
    margin: 0 auto;
}

@media screen and (min-width: 88.25rem) {
    .footer__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

footer p,
footer a {
    color: #4c543f;
}