@charset "UTF-8";
/* Colors */
.body-form-thanks {
  padding: 1.5rem 1.5rem;
}

@media (min-width: 48em) {
  .body-form-thanks {
    padding: 2rem 2rem;
  }
}

@media (min-width: 64em) {
  .body-form-thanks {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .body-form-thanks {
    padding: 5rem 2rem;
  }
}

@media (min-width: 100em) {
  .body-form-thanks {
    padding: 6rem 2rem;
  }
}

@media (min-width: 112.5em) {
  .body-form-thanks {
    padding: 7rem 2rem;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.body-form-thanks h2, .body-form-thanks h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

@media (min-width: 48em) {
  .body-form-thanks h2, .body-form-thanks h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 64em) {
  .body-form-thanks h2, .body-form-thanks h3 {
    font-size: 2.1rem;
  }
}

@media (min-width: 81.25em) {
  .body-form-thanks h2, .body-form-thanks h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 100em) {
  .body-form-thanks h2, .body-form-thanks h3 {
    font-size: 2.7rem;
  }
}

@media (min-width: 112.5em) {
  .body-form-thanks h2, .body-form-thanks h3 {
    font-size: 3rem;
  }
}

.hero-subhead {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
}

@media (min-width: 48em) {
  .hero-subhead {
    font-size: 1.2rem;
  }
}

@media (min-width: 64em) {
  .hero-subhead {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .hero-subhead {
    font-size: 1.5rem;
  }
}

@media (min-width: 100em) {
  .hero-subhead {
    font-size: 1.8rem;
  }
}

@media (min-width: 112.5em) {
  .hero-subhead {
    font-size: 2rem;
  }
}

.body-form-grouping-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .body-form-grouping-heading {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .body-form-grouping-heading {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .body-form-grouping-heading {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .body-form-grouping-heading {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .body-form-grouping-heading {
    font-size: 1.5rem;
  }
}

.body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.15rem;
  }
}

@media (min-width: 81.25em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.2rem;
  }
}

@media (min-width: 100em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.25rem;
  }
}

@media (min-width: 112.5em) {
  .body-form-input, .body-form-textarea, .body-form-select, .body-form-button {
    font-size: 1.3rem;
  }
}

.text::before, .body::before, .text::after, .body::after {
  display: table;
  content: '';
}

.text::after, .body::after {
  clear: both;
}

.hero {
  background: #e5e5e5;
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 0;
}

@media (min-width: 48em) {
  .hero {
    margin: 0 0 2rem 0;
  }
}

@media (min-width: 81.25em) {
  .hero {
    min-height: 500px;
    margin: 0 0 4rem 0;
  }
}

.hero.short {
  min-height: 300px;
}

.hero.short .hero-aspect-ratio {
  height: 25vh;
}

.hero-aspect-ratio {
  display: block;
  width: 100%;
  height: 70vh;
  position: relative;
}

@media (min-width: 64em) {
  .hero-aspect-ratio {
    height: 60vh;
  }
}

.hero-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .hero-image {
    height: 100%;
    background-position: center top;
  }
}

.hero-image.reveal {
  opacity: .35;
}

.hero-message {
  width: calc(100% - 3rem);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}

@media (min-width: 48em) {
  .hero-message {
    max-width: 960px;
    left: 50%;
    top: 50%;
    bottom: auto;
    z-index: 100;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 81.25em) {
  .hero-message {
    left: calc(50% - 50px);
  }
}

.hero-message.reveal .hero-headline, .hero-message.reveal .hero-subhead {
  opacity: 1;
  transform: translateY(0);
}

.hero-headline {
  color: #000;
  font-size: 2rem;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .9s;
  line-height: 1.2;
  transform: translateY(1rem);
}

@media (min-width: 81.25em) {
  .hero-headline {
    font-size: 3.75rem;
  }
}

.hero-headline-mask {
  overflow: hidden;
}

.hero-subhead {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: 1.3s;
}

.main {
  position: relative;
}

.text, .body {
  text-align: left;
  max-width: 64em;
  padding: 2rem 1.5rem 1.5rem;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.6, 0.2, 0.2, 0.9);
}

@media (min-width: 48em) {
  .text, .body {
    padding: 3rem 3rem;
  }
}

@media (min-width: 81.25em) {
  .text, .body {
    padding: 4rem 5rem;
  }
}

@media (min-width: 112.5em) {
  .text, .body {
    padding: 6rem 5rem;
  }
}

.text.reveal, .body.reveal {
  opacity: 1;
}

.text.pt0, .body.pt0 {
  padding-top: 0;
}

.text.pb0, .body.pb0 {
  padding-bottom: 0;
}

.text.pb0 p:last-of-type, .body.pb0 p:last-of-type {
  margin-bottom: 1.5rem;
}

.text p, .body p {
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 48em) {
  .text p, .body p {
    font-size: 1.1rem;
  }
}

@media (min-width: 81.25em) {
  .text p, .body p {
    font-size: 1.2rem;
  }
}

.body {
  opacity: 1;
}

/* ---------- Prev/Next ---------- */
.post-link {
  width: 49%;
  padding: .5rem;
  margin-top: 3em;
  display: inline-block;
  color: #7f7f7f;
  vertical-align: text-top;
  opacity: .6;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.no-margin .post-link {
  margin-top: 0;
}

.post-link:hover {
  color: #1a83f2;
  opacity: 1;
}

.post-link strong {
  font-size: 90%;
  line-height: 1;
  margin-bottom: .4em;
  display: block;
  color: #7f7f7f;
  position: relative;
  display: inline-block;
}

.post-link:hover strong {
  color: #1a83f2;
}

.post-link h4 {
  font-weight: 300;
  color: #7f7f7f;
  font-size: 100%;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 739px) {
  .post-link h4 {
    display: none;
  }
}

.post-link:hover h4 {
  color: #7f7f7f;
  text-decoration: none;
}

.prev-post {
  text-align: left;
  padding-left: 2em;
}

.next-post {
  text-align: right;
  padding-right: 2em;
}

@media only screen and (min-width: 1000px) {
  .prev-post {
    padding-right: 0;
  }
  .next-post {
    padding-left: 0;
  }
}

.prev-post strong:before,
.next-post strong:before {
  display: block;
  font-family: 'Trilogy-Icons';
  font-size: 130%;
  color: #7f7f7f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.prev-post:hover strong:before,
.next-post:hover strong:before {
  color: var(--lt-blue);
}

.prev-post strong:before {
  left: -1.2em;
  content: "<";
}

.next-post strong:before {
  right: -1.2em;
  content: ">";
}

@keyframes arrow_left {
  0% {
    left: -1.2em;
  }
  50% {
    left: -1.45em;
  }
  100% {
    left: -1.2em;
  }
}

@keyframes arrow_right {
  0% {
    right: -1.2em;
  }
  50% {
    right: -1.45em;
  }
  100% {
    right: -1.2em;
  }
}

.prev-post:hover strong:before {
  left: -1.35em;
  animation: arrow_left .6s linear infinite;
}

.next-post:hover strong:before {
  right: -1.35em;
  animation: arrow_right .6s linear infinite;
}

@media only screen and (min-width: 1200px) {
  .page-nav {
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    max-width: 1500px;
    transform: translateX(-50%);
  }
  .post-link {
    position: absolute;
    top: 100px;
    background: white;
    width: calc(calc(100% - 880px) / 2);
    z-index: 1000;
  }
  .prev-post {
    left: 0;
    padding: 1em 1em .5em 3em;
  }
  .next-post {
    right: 0;
    padding: 1em 3em .5em 1em;
  }
  .post-link strong {
    font-size: 100%;
  }
}

.body-form {
  z-index: 100;
  position: relative;
  padding: 0 1rem 0;
}

@media (min-width: 81.25em) {
  .body-form {
    padding: 0;
  }
}

.body-form-grid {
  width: 100%;
}

@media (min-width: 48em) {
  .body-form-grid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 1rem;
  }
}

.body-form-grid-masonry {
  flex-wrap: wrap;
}

.body-form-masonry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-end;
  margin-top: .5rem;
}

.body-form-masonry .body-form-field {
  width: 100%;
  margin: .5rem 0;
}

@media (min-width: 48em) {
  .body-form-masonry .body-form-field {
    width: 50%;
    margin: .5rem 0;
  }
  .body-form-masonry .body-form-field.wide {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .body-form-masonry .body-form-field:nth-child(odd) div.error {
    right: .75rem;
  }
  .body-form-masonry .body-form-field:nth-child(odd) {
    padding-right: .75rem;
  }
}

.body-form-col {
  position: relative;
  color: #fff;
  text-align: left;
}

@media (min-width: 48em) {
  .body-form-col {
    flex: 1;
    padding: 1rem;
  }
}

@media (min-width: 48em) {
  .body-form-col .body-form-field:last-of-type {
    margin-bottom: 0;
  }
}

.body-form-grouping {
  padding: 0 0 1rem;
}

@media (min-width: 48em) {
  .body-form-grouping {
    padding: 0 0 1.5rem;
  }
}

@media (min-width: 64em) {
  .body-form-grouping {
    padding: 0 0 2rem;
  }
}

.body-form-grouping:last-of-type {
  padding: 0 !important;
}

.body-form-grouping-heading {
  margin-bottom: .5rem;
}

.body-form-field {
  padding: 0 0;
  margin: .5rem 0;
  position: relative;
}

.body-form-field.focused .body-form-label {
  color: #1a83f2;
}

.body-form-field.focused:hover .body-form-label {
  color: #1a83f2;
}

.body-form-field div.error {
  background: #e20000;
  padding: .15rem;
  font-size: 60%;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0%);
}

.body-form-field:hover .body-form-label {
  color: #fff;
}

.body-form-label {
  padding: .55rem .65rem;
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  color: #092742;
  line-height: 1;
  text-transform: uppercase;
  font-size: .65rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 48em) {
  .body-form-label {
    font-size: .85rem;
  }
}

.body-form-label:hover {
  color: #58d66d;
}

.body-form-label.revealed {
  font-size: 100%;
  position: relative;
}

.body-form-label small {
  display: block;
}

.body-form-label a {
  color: #58d66d;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-label a:hover {
  background: #1a83f2;
}

.body-form-input, .body-form-textarea, .body-form-select {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  background: #fff;
  border: 2px solid #092742;
  color: #0a381d;
  padding: 1.35rem .75rem 1rem;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  -webkit-appearance: none;
  cursor: pointer;
}

.body-form-input.placeholder, .body-form-textarea.placeholder, .body-form-select.placeholder {
  color: #0a381d;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input:-moz-placeholder, .body-form-textarea:-moz-placeholder, .body-form-select:-moz-placeholder {
  color: #0a381d;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input::-moz-placeholder, .body-form-textarea::-moz-placeholder, .body-form-select::-moz-placeholder {
  color: #0a381d;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input:-ms-input-placeholder, .body-form-textarea:-ms-input-placeholder, .body-form-select:-ms-input-placeholder {
  color: #0a381d;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input::-webkit-input-placeholder, .body-form-textarea::-webkit-input-placeholder, .body-form-select::-webkit-input-placeholder {
  color: #0a381d;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-input:hover, .body-form-textarea:hover, .body-form-select:hover {
  border-color: #092742;
  background-color: #1a83f2;
  color: #fff;
}

.body-form-input:hover.placeholder, .body-form-textarea:hover.placeholder, .body-form-select:hover.placeholder {
  color: #fff;
}

.body-form-input:hover:-moz-placeholder, .body-form-textarea:hover:-moz-placeholder, .body-form-select:hover:-moz-placeholder {
  color: #fff;
}

.body-form-input:hover::-moz-placeholder, .body-form-textarea:hover::-moz-placeholder, .body-form-select:hover::-moz-placeholder {
  color: #fff;
}

.body-form-input:hover:-ms-input-placeholder, .body-form-textarea:hover:-ms-input-placeholder, .body-form-select:hover:-ms-input-placeholder {
  color: #fff;
}

.body-form-input:hover::-webkit-input-placeholder, .body-form-textarea:hover::-webkit-input-placeholder, .body-form-select:hover::-webkit-input-placeholder {
  color: #fff;
}

.body-form-input:focus, .body-form-textarea:focus, .body-form-select:focus {
  background: #fff;
  border-color: #1a83f2;
  color: #092742;
}

.body-form-input:focus.placeholder, .body-form-textarea:focus.placeholder, .body-form-select:focus.placeholder {
  color: #092742;
}

.body-form-input:focus:-moz-placeholder, .body-form-textarea:focus:-moz-placeholder, .body-form-select:focus:-moz-placeholder {
  color: #092742;
}

.body-form-input:focus::-moz-placeholder, .body-form-textarea:focus::-moz-placeholder, .body-form-select:focus::-moz-placeholder {
  color: #092742;
}

.body-form-input:focus:-ms-input-placeholder, .body-form-textarea:focus:-ms-input-placeholder, .body-form-select:focus:-ms-input-placeholder {
  color: #092742;
}

.body-form-input:focus::-webkit-input-placeholder, .body-form-textarea:focus::-webkit-input-placeholder, .body-form-select:focus::-webkit-input-placeholder {
  color: #092742;
}

.body-form-input.error, .body-form-textarea.error, .body-form-select.error {
  border-color: #e20000;
}

.body-form-select {
  padding-left: .45rem;
}

.body-form-textarea {
  height: 13rem;
}

.body-form-button {
  font-family: "Montserrat", sans-serif;
  background: #092742;
  color: #fff;
  padding: 1rem 1.75rem;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  top: 0;
}

.body-form-button-row {
  padding: 2rem 0 1rem;
  text-align: center;
}

@media (min-width: 48em) {
  .body-form-button-row {
    padding: 1rem 0 0;
  }
}

@media (min-width: 48em) {
  .body-form-button-row {
    padding: 1rem 0 0;
  }
}

.body-form-button:hover {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  top: -.3rem;
  position: relative;
}

.body-form-thanks {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .4s;
  z-index: 1;
  text-align: center;
}

.body-form-thanks h2, .body-form-thanks h3 {
  color: #7f7f7f;
  margin-bottom: 1rem;
}

.body-form-thanks.long {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: auto;
  right: auto;
  transition: none;
  padding-top: 0;
  padding-bottom: 0;
}

.body-form-container {
  max-width: 64em;
  margin: 0 auto;
  text-align: left;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  opacity: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.body-form-container.no_top_padding {
  padding-top: 0;
}

.body-form-container.reveal {
  opacity: 1;
}

.body-form-container.submitted .body-form {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  height: 10rem;
}

.body-form-container.submitted .body-form-thanks {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.body-form label.error {
  background: #fff148;
  padding: .25rem .5rem .3rem;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  white-space: nowrap;
  z-index: 9999;
  font-size: .75rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.body-form label.error:after {
  height: 0;
  width: 0;
  margin-left: -6px;
  content: " ";
  position: absolute;
  left: 15px;
  top: 100%;
  border-color: rgba(255, 241, 72, 0);
  border: solid transparent;
  pointer-events: none;
  border-top-color: #fff148;
  border-width: 6px;
}

#contact-form-response {
  padding: 4rem 5rem;
  text-align: center;
  max-width: 64em;
  font-size: 1rem;
}

@media (min-width: 48em) {
  #contact-form-response {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  #contact-form-response {
    font-size: 1.2rem;
  }
}

.gallery {
  width: 320px;
  margin: auto;
}

@media (min-width: 48em) {
  .gallery {
    width: calc(644px + 3rem);
  }
}

@media (min-width: 64em) {
  .gallery {
    width: calc(966px + 2.25rem);
  }
}

@media (min-width: 81.25em) {
  .gallery {
    width: calc(1288px + 3rem);
  }
}

.gallery-link {
  display: block;
  margin: 1rem 0;
}

@media (min-width: 48em) {
  .gallery-link {
    margin: .7rem .75rem;
  }
}

@media (min-width: 64em) {
  .gallery-link {
    margin: .3rem .375rem;
  }
}

@media (min-width: 64em) {
  .gallery-link:nth-child(3n) {
    margin-right: 0;
  }
}

.gallery-img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (min-width: 48em) {
  .gallery-img:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
    transform: translateY(-1rem);
  }
}

@media (min-width: 48em) {
  .bio {
    display: inline-block;
    width: calc( 99% - 225px);
    padding-left: 1.5rem;
  }
}

.bio-headshot {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 48em) {
  .bio-headshot {
    text-align: left;
    display: inline-block;
    width: 225px;
    vertical-align: top;
  }
}

.bio-headshot-img {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.bio-heading-name {
  text-align: center;
}

@media (min-width: 48em) {
  .bio-heading-name {
    text-align: left;
  }
}

.bio-text {
  text-align: left;
}
