/******************************************************************
Stylesheet: page-home.php template

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,400&display=swap");
/******************************************************************
page-home base
******************************************************************/
section {
  margin: 2em auto;
  padding: 0;
  width: 100%;
  overflow: hidden; }

#pb_hero,
.hero {
  position: relative;
  max-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  overflow: hidden; }
  #pb_hero .max_width,
  .hero .max_width {
    max-width: 1400px;
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute; }
    #pb_hero .max_width .title_wrap,
    .hero .max_width .title_wrap {
      position: absolute;
      max-width: 550px;
      padding: 1em 1em 1em 2em;
      z-index: 2; }
      #pb_hero .max_width .title_wrap h1,
      #pb_hero .max_width .title_wrap h2,
      #pb_hero .max_width .title_wrap h3,
      .hero .max_width .title_wrap h1,
      .hero .max_width .title_wrap h2,
      .hero .max_width .title_wrap h3 {
        padding: 8px 0; }
      #pb_hero .max_width .title_wrap h1,
      .hero .max_width .title_wrap h1 {
        font-size: 6em;
        line-height: 1.1em;
        border-bottom: 2px solid #ffffff; }
        #pb_hero .max_width .title_wrap h1 span:first-child,
        .hero .max_width .title_wrap h1 span:first-child {
          font-size: 0.3em;
          display: block;
          line-height: 1em;
          font-family: "EB Garamond", serif;
          font-style: italic;
          border-bottom: 2px solid #ffffff;
          padding: 0.25em 0; }
      #pb_hero .max_width .title_wrap h2,
      .hero .max_width .title_wrap h2 {
        font-family: "EB Garamond", serif;
        font-style: italic;
        font-size: 1.5em; }
      #pb_hero .max_width .title_wrap h3,
      .hero .max_width .title_wrap h3 {
        font-size: 2em;
        font-weight: 900;
        line-height: 1em; }

#pb_ch1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vh;
  max-width: 1400px; }
  #pb_ch1 .pb_card_50 {
    margin: 0;
    padding: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #pb_ch1 .pb_card_50 .pb_image_wrap {
      width: 90%;
      height: 70%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden;
      align-items: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      #pb_ch1 .pb_card_50 .pb_image_wrap img {
        width: 100%; }
    #pb_ch1 .pb_card_50 .pb_cta_card {
      width: 90%; }
      #pb_ch1 .pb_card_50 .pb_cta_card h2,
      #pb_ch1 .pb_card_50 .pb_cta_card h3 {
        font-size: 2em;
        font-weight: 400;
        font-family: "EB Garamond", serif;
        font-style: italic;
        color: #98A4A2; }
      #pb_ch1 .pb_card_50 .pb_cta_card p {
        margin: 1.5em 0;
        line-height: 1.5em;
        font-family: "Lato", sans-serif;
        font-weight: 400; }

#pb_ch2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #pb_ch2 .pb_card_50 {
    position: relative;
    width: 100%;
    height: 50vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  #pb_ch2 a {
    color: #fff;
    width: 100%;
    margin: 1%;
    overflow: hidden; }
    #pb_ch2 a .pb_card_50 {
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      z-index: -1; }
    #pb_ch2 a .card_wrap {
      width: 100%;
      padding: 1em;
      background-color: #A2B7C1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #pb_ch2 a .card_wrap h3 {
        text-transform: uppercase;
        font-size: 1.5em;
        color: #fff;
        width: 99%; }
      #pb_ch2 a .card_wrap p {
        font-family: "EB Garamond", serif;
        font-size: 1.2em;
        font-style: italic;
        color: #fff;
        font-weight: 400;
        margin: 0;
        padding: 0; }
    #pb_ch2 a:hover .pb_card_50 {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  #pb_ch2 a:last-child {
    margin-left: 0; }
    #pb_ch2 a:last-child div {
      margin-left: auto; }

#pb_ch3 {
  width: 100%;
  min-height: 12vh;
  max-height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #pb_ch3 div form input {
    border: 1px solid #555555;
    padding: 0.6em;
    margin: 0 3em;
    width: 256px;
    font-family: "EB Garamond", serif; }

#pb_ch4 {
  position: relative;
  min-height: 60vh;
  overflow: hidden;
  background-color: #64666B;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #pb_ch4 .pb_box_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding: 0;
    margin: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #pb_ch4 .pb_box_left div {
      width: 60%;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #pb_ch4 .pb_box_left div h2 {
        width: 90%;
        font-size: 3.5em;
        padding: 0.2em;
        color: #64666B;
        border-top: 2px solid #64666B;
        border-bottom: 2px solid #64666B;
        text-transform: uppercase; }
      #pb_ch4 .pb_box_left div p {
        width: calc(100% - 1em);
        padding: 0.5em;
        font-style: italic;
        color: #64666B;
        line-height: 1.5em;
        font-family: "EB Garamond", serif; }

#pb_ch5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden; }
  #pb_ch5 .pb_left,
  #pb_ch5 .pb_right {
    width: 50%;
    max-width: 700px;
    min-width: 500px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden; }
    #pb_ch5 .pb_left .pb_ch5_card,
    #pb_ch5 .pb_right .pb_ch5_card {
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      #pb_ch5 .pb_left .pb_ch5_card .left_box_background_image,
      #pb_ch5 .pb_right .pb_ch5_card .left_box_background_image {
        width: 100%;
        height: 40vh;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      #pb_ch5 .pb_left .pb_ch5_card .right_card_wrap,
      #pb_ch5 .pb_right .pb_ch5_card .right_card_wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #64666B;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        #pb_ch5 .pb_left .pb_ch5_card .right_card_wrap h3,
        #pb_ch5 .pb_right .pb_ch5_card .right_card_wrap h3 {
          width: 100%;
          color: #fff; }
        #pb_ch5 .pb_left .pb_ch5_card .right_card_wrap p,
        #pb_ch5 .pb_right .pb_ch5_card .right_card_wrap p {
          width: 100%;
          font-size: 1.2em;
          font-family: "EB Garamond", serif;
          font-style: italic;
          color: #fff;
          margin-top: 0; }
  #pb_ch5 .pb_left .pb_ch5_card {
    width: 90%; }
    #pb_ch5 .pb_left .pb_ch5_card div {
      height: 70%; }
    #pb_ch5 .pb_left .pb_ch5_card h3 {
      padding-top: 1em;
      font-family: "EB Garamond", serif;
      font-size: 2em;
      font-weight: 400;
      font-style: italic;
      color: #987E4F; }
    #pb_ch5 .pb_left .pb_ch5_card p {
      font-family: "Lato", sans-serif;
      line-height: 1.5em;
      margin: 1em 0; }
    #pb_ch5 .pb_left .pb_ch5_card a {
      font-weight: 900;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #64666B; }
  #pb_ch5 .pb_right {
    max-width: 670px; }
    #pb_ch5 .pb_right a {
      width: 100%;
      height: 100%;
      color: #fff;
      overflow: hidden; }
      #pb_ch5 .pb_right a .pb_ch5_card {
        width: 100%;
        height: 100%;
        min-height: 60vh; }
      #pb_ch5 .pb_right a .right_card_wrap {
        background-color: #A2B7C1;
        padding: 1em;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        #pb_ch5 .pb_right a .right_card_wrap h3 {
          font-size: 2em;
          text-transform: uppercase; }
        #pb_ch5 .pb_right a .right_card_wrap p {
          font-style: italic;
          line-height: 1.5em;
          font-weight: 400;
          color: #fff;
          margin-top: 0;
          margin-bottom: 0.5em;
          font-family: "EB Garamond", serif; }
          #pb_ch5 .pb_right a .right_card_wrap p a {
            color: #fff; }

._box_shaodw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(4deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(4deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(86deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1; }

@media only screen and (min-width: 1025px) {
  /******************************************************************
page-home large
******************************************************************/ }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /******************************************************************
page-home medium
******************************************************************/
  #pb_ch1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
    #pb_ch1 .pb_card_50 {
      width: 100%;
      margin: 1em 0; }
  #pb_ch2 a .pb_card_50 {
    height: 30vh;
    width: 100%; }
  #pb_ch5 .pb_left,
  #pb_ch5 .pb_right {
    min-width: 90% !important;
    color: red !important; }
  #pb_ch5 .pb_left {
    margin: 2em auto; } }

@media only screen and (max-width: 767px) {
  /******************************************************************
page-home small
******************************************************************/
  .hero {
    height: 40vh;
    background-position: center center !important; }
    .hero video {
      display: none; }
    .hero .max_width {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .hero .max_width .title_wrap {
        font-size: .5em;
        padding: 0 0 2em 3.5em; }
        .hero .max_width .title_wrap h1 {
          max-width: 70%;
          margin-left: 0;
          border-bottom: 1px solid #fff; }
          .hero .max_width .title_wrap h1 span:first-child {
            font-size: 16px;
            border-bottom: 1px solid #fff;
            padding-bottom: .7em; }
        .hero .max_width .title_wrap h2 {
          font-size: 16px; }
        .hero .max_width .title_wrap h3 {
          margin: 0;
          padding: 0; }
  #pb_ch1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0; }
    #pb_ch1 .pb_card_50 {
      width: 100%;
      margin: 1em 0; }
      #pb_ch1 .pb_card_50 .pb_cta_card {
        width: auto;
        padding: 0 1em; }
      #pb_ch1 .pb_card_50 .pb_image_wrap {
        width: calc(100% - 2em); }
  #pb_ch2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0; }
    #pb_ch2 a {
      width: 100%;
      margin: 1em; }
      #pb_ch2 a .pb_card_50 {
        height: 30vh;
        width: 100%; }
    #pb_ch2 a:last-child {
      margin: 1em; }
  #pb_ch3 div form .gform_footer {
    margin-top: 1em; }
  #pb_ch4 {
    min-height: 30vh; }
    #pb_ch4 .pb_box_left {
      width: 50%;
      min-width: 0;
      font-size: 1em; }
      #pb_ch4 .pb_box_left div {
        font-size: 1em;
        width: 95%; }
        #pb_ch4 .pb_box_left div h2 {
          font-size: 1.5em; }
  #pb_ch5 .pb_left,
  #pb_ch5 .pb_right {
    min-width: calc(100% - 2em); }
  #pb_ch5 .pb_left {
    margin: 2em auto; }
    #pb_ch5 .pb_left .pb_ch5_card {
      width: 100%; } }
