body {
  font-family: josefin-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #143646;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1440 - 320)); }

.page-title {
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9.33333vw;
  text-transform: uppercase; }
  @media (min-width: 767px) {
    .page-title {
      font-size: 5.20833vw; } }

.h2 {
  font-size: 4.53333vw;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #143646;
  margin: 0 0 3.46667vw; }
  @media (min-width: 767px) {
    .h2 {
      font-size: 1.82292vw;
      margin: 0 0 1.30208vw; } }

h3 {
  font-size: 20px; }

p {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1440 - 320)); }

strong {
  font-weight: 600; }

.aligncenter {
  text-align: center; }

a:hover, a:active {
  outline: none;
  text-decoration: none; }

.text-white {
  color: #FFF; }

.text-btn, .text-btn:visited {
  text-transform: uppercase;
  color: #876F36;
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.66667vw;
  text-decoration: none;
  letter-spacing: 0.13333vw;
  line-height: 1;
  display: inline-block; }
  @media (min-width: 767px) {
    .text-btn, .text-btn:visited {
      font-size: 0.83333vw;
      letter-spacing: 0.05208vw; } }
  .text-btn:hover, .text-btn:visited:hover {
    color: #876F36; }
    .text-btn:hover:after, .text-btn:visited:hover:after {
      margin-left: 2.13333vw; }
      @media (min-width: 767px) {
        .text-btn:hover:after, .text-btn:visited:hover:after {
          margin-left: 0.78125vw; } }
  .text-btn:after, .text-btn:visited:after {
    content: '';
    display: inline-block;
    width: 3.73333vw;
    height: 1.86667vw;
    background: url("/wp-content/themes/fotpllc/dist/images/arrow.svg") no-repeat center;
    background-size: 100% auto;
    margin-left: 1.33333vw;
    -moz-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    -webkit-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease; }
    @media (min-width: 767px) {
      .text-btn:after, .text-btn:visited:after {
        margin-left: 0.52083vw;
        width: 1.45833vw;
        height: 0.72917vw; } }

body {
  background: #FBF8F5; }

#page {
  overflow-x: hidden; }

a {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

.nopad {
  padding: 0 !important; }

.nomargin {
  margin: 0; }

.logo {
  font-family: jubilat, serif;
  font-weight: 400;
  font-style: normal;
  color: #143646;
  text-decoration: none;
  font-size: 4.26667vw;
  line-height: 1; }
  @media (min-width: 767px) {
    .logo {
      font-size: 1.5625vw; } }

.post, .page {
  margin: 0; }

.list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .list ul {
      column-count: 2;
      column-gap: 1.5625vw; } }
  .list ul li {
    border-top: 2px solid #876F36;
    padding-top: 1.04167vw;
    padding: 2.13333vw 0 10.66667vw;
    color: #143646;
    font-family: jubilat, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 4vw; }
    .list ul li:last-of-type {
      border-bottom: 2px solid #876F36; }
    @media (min-width: 767px) {
      .list ul li {
        font-size: 2.08333vw;
        padding: 0.78125vw 0 4.16667vw; } }
    @media (min-width: 992px) {
      .list ul li {
        font-size: 1.71875vw; }
        .list ul li:last-of-type, .list ul li:nth-of-type(3) {
          border-bottom: 2px solid #876F36; } }
    @media (min-width: 1320px) {
      .list ul li {
        font-size: 1.5625vw; } }

.desktop-only {
  display: none !important; }
  @media (min-width: 576px) {
    .desktop-only {
      display: inline-block !important; } }

@media (min-width: 576px) {
  .mobile-only {
    display: none !important; } }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.fg-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }

.fg-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2; }

.fg-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3; }

.fg-4 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }
  @media (min-width: 576px) {
    .fg-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4; } }

.bg-navy {
  background: #143646; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wpcf7-form .form-row {
  margin-bottom: 1.04167vw; }
  .wpcf7-form .form-row .wpcf7-form-control-wrap {
    display: block; }
  .wpcf7-form .form-row label {
    display: block;
    text-transform: uppercase;
    font-family: josefin-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #876F36;
    font-size: 0.625vw;
    letter-spacing: 0.05208vw;
    margin-bottom: 0.36458vw; }
  .wpcf7-form .form-row textarea, .wpcf7-form .form-row input[type="text"], .wpcf7-form .form-row input[type="email"], .wpcf7-form .form-row input[type="tel"] {
    border: 2px solid #876F36;
    padding: 0.78125vw;
    border-radius: 0;
    background: transparent;
    color: #876F36;
    width: 100%; }

.wpcf7-form .wpcf7-submit {
  margin: 0 auto 0;
  text-transform: uppercase;
  color: #876F36;
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.66667vw;
  text-decoration: none;
  letter-spacing: 0.13333vw;
  line-height: 1;
  display: inline-block;
  padding: 1.04167vw 2.08333vw;
  border: 2px solid #876F36;
  background: #876F36;
  border-radius: 0;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  color: #FFF; }
  @media (min-width: 767px) {
    .wpcf7-form .wpcf7-submit {
      font-size: 0.83333vw;
      letter-spacing: 0.05208vw; } }
  .wpcf7-form .wpcf7-submit:hover {
    color: #876F36; }
    .wpcf7-form .wpcf7-submit:hover:after {
      margin-left: 2.13333vw; }
      @media (min-width: 767px) {
        .wpcf7-form .wpcf7-submit:hover:after {
          margin-left: 0.78125vw; } }
  .wpcf7-form .wpcf7-submit:after {
    content: '';
    display: inline-block;
    width: 3.73333vw;
    height: 1.86667vw;
    background: url("/wp-content/themes/fotpllc/dist/images/arrow.svg") no-repeat center;
    background-size: 100% auto;
    margin-left: 1.33333vw;
    -moz-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    -webkit-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease; }
    @media (min-width: 767px) {
      .wpcf7-form .wpcf7-submit:after {
        margin-left: 0.52083vw;
        width: 1.45833vw;
        height: 0.72917vw; } }
  .wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
    background: #143646;
    border: none;
    outline: none;
    color: #FFF; }

.grecaptcha-badge {
  visibility: hidden; }

header#masthead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 2.66667vw 3.46667vw;
  position: relative; }
  @media (min-width: 767px) {
    header#masthead {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      position: absolute;
      top: 0;
      left: 0;
      padding: 3.125vw; } }
  @media (min-width: 1320px) {
    header#masthead {
      padding: 60px; } }
  header#masthead.open-menu {
    background: #876F36; }
    header#masthead.open-menu .logo {
      color: #FBF8F5 !important; }
    header#masthead.open-menu .menu-toggle svg rect {
      fill: #FBF8F5 !important; }
  header#masthead .menu-toggle {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
    padding: 1.33333vw;
    line-height: 1;
    margin-left: auto; }
    header#masthead .menu-toggle svg {
      line-height: 1;
      width: 4.8vw;
      height: auto;
      display: inline-block; }
    @media screen and (min-width: 37.5em) {
      header#masthead .menu-toggle {
        display: block; } }
    @media (min-width: 767px) {
      header#masthead .menu-toggle {
        display: none; } }
  @media screen and (min-width: 37.5em) {
    header#masthead .main-navigation ul {
      display: none; } }
  @media (min-width: 767px) {
    header#masthead .main-navigation ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  header#masthead #site-navigation.toggled #primary-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 3.2vw;
    background: #876F36;
    z-index: 999;
    display: block !important; }
  header#masthead .site-branding {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    header#masthead .site-branding .site-title {
      margin: 0; }
      header#masthead .site-branding .site-title a, header#masthead .site-branding .site-title a:visited {
        color: #143646; }
  header#masthead #site-navigation #primary-menu li {
    margin: 2.13333vw 0 4vw; }
    @media (min-width: 767px) {
      header#masthead #site-navigation #primary-menu li {
        margin-bottom: 0;
        margin: 0 0 0 3.125vw; } }
    header#masthead #site-navigation #primary-menu li a {
      font-family: josefin-sans, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 2.93333vw;
      color: #FBF8F5;
      text-transform: uppercase; }
      @media (min-width: 767px) {
        header#masthead #site-navigation #primary-menu li a {
          font-size: 0.9375vw;
          color: #876F36; } }
      @media (min-width: 992px) {
        header#masthead #site-navigation #primary-menu li a {
          font-size: 0.83333vw; } }
      header#masthead #site-navigation #primary-menu li a:hover {
        color: #143646; }

@media (min-width: 767px) {
  main section {
    padding: 3.125vw 0; } }

@media (min-width: 1320px) {
  main section {
    padding: 60px 0; } }

@media (max-width: 767px) {
  main section.page-builder-section .row {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 767px) {
  main section.page-builder-section .text, main section.page-builder-section .list {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
    margin-bottom: 5.33333vw;
    margin-top: 5.33333vw; } }

@media (max-width: 767px) {
  main section.page-builder-section .img {
    padding-left: 0;
    padding-right: 0;
    height: 61.33333vw;
    overflow: hidden;
    position: relative; }
    main section.page-builder-section .img img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; } }

main section.page-builder-section.hero .row {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0; }
  @media (max-width: 767px) {
    main section.page-builder-section.hero .row {
      margin: 0; } }

main section.page-builder-section.hero .text p:first-of-type {
  margin-top: 1.5625vw; }

main section.page-builder-section.hero .text p:last-of-type {
  margin-bottom: 0; }

main section.page-builder-section.hero .text p strong {
  color: #876F36;
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.73333vw; }
  @media (min-width: 767px) {
    main section.page-builder-section.hero .text p strong {
      font-size: 1.82292vw; } }
  @media (min-width: 992px) {
    main section.page-builder-section.hero .text p strong {
      font-size: 1.30208vw; } }

@media (min-width: 767px) {
  main section.page-builder-section.hero .text {
    padding-left: 3.25521vw; } }

@media (min-width: 992px) {
  main section.page-builder-section.hero .text {
    padding-left: 3.125vw; } }

@media (min-width: 1320px) {
  main section.page-builder-section.hero .text {
    padding-left: 60px; } }

main section.page-builder-section.hero .img {
  padding-right: 0; }

@media (max-width: 767px) {
  main section.page-builder-section.hero .text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  main section.page-builder-section.hero .img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 61.33333vw;
    overflow: hidden;
    position: relative; }
    main section.page-builder-section.hero .img img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; } }

@media (min-width: 767px) and (max-width: 992px) {
  main section.page-builder-section.image_left_text_right .row {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; } }

@media (min-width: 767px) {
  main section.page-builder-section.image_right_text_left .row .text {
    padding-left: 3.25521vw; } }

@media (min-width: 992px) {
  main section.page-builder-section.image_right_text_left .row .text {
    padding-left: 3.125vw; } }

@media (min-width: 1320px) {
  main section.page-builder-section.image_right_text_left .row .text {
    padding-left: 60px; } }

@media (min-width: 767px) and (max-width: 992px) {
  main section.page-builder-section.image_right_text_left .row {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; } }

@media (max-width: 767px) {
  main section.page-builder-section.image_right_text_left .row .img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  main section.page-builder-section.image_right_text_left .row .text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; } }

@media (min-width: 767px) {
  main section.page-builder-section.text_left_list_right .row .text {
    padding-left: 3.25521vw; } }

@media (min-width: 992px) {
  main section.page-builder-section.text_left_list_right .row .text {
    padding-left: 3.125vw; } }

@media (min-width: 1320px) {
  main section.page-builder-section.text_left_list_right .row .text {
    padding-left: 60px; } }

main section.page-builder-section.basic p a, main section.page-builder-section.basic p a:visited {
  color: inherit; }

main section.page-builder-section.bios ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  main section.page-builder-section.bios ul li {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 2.60417vw 0;
    position: relative; }
    @media (max-width: 767px) {
      main section.page-builder-section.bios ul li {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 1320px) {
      main section.page-builder-section.bios ul li {
        padding: 50px 0; } }
    main section.page-builder-section.bios ul li .img {
      position: sticky;
      top: 0; }
      @media (max-width: 767px) {
        main section.page-builder-section.bios ul li .img {
          height: auto; } }
      main section.page-builder-section.bios ul li .img img {
        width: 100%;
        height: auto; }
        @media (max-width: 767px) {
          main section.page-builder-section.bios ul li .img img {
            position: static;
            transform: none; } }
    main section.page-builder-section.bios ul li .text {
      position: relative; }
      main section.page-builder-section.bios ul li .text h2 {
        font-family: jubilat, serif;
        font-weight: 300;
        font-style: normal; }
      main section.page-builder-section.bios ul li .text .has-icon span {
        display: inline-block;
        width: 5.33333vw;
        margin-right: 2.13333vw;
        text-align: center; }
        @media (min-width: 767px) {
          main section.page-builder-section.bios ul li .text .has-icon span {
            width: 2.08333vw;
            margin-right: 0.78125vw; } }
        main section.page-builder-section.bios ul li .text .has-icon span svg {
          width: auto;
          height: 2.66667vw; }
          @media (min-width: 767px) {
            main section.page-builder-section.bios ul li .text .has-icon span svg {
              height: 1.04167vw; } }
      main section.page-builder-section.bios ul li .text .has-icon a, main section.page-builder-section.bios ul li .text .has-icon a:visited {
        color: #143646;
        text-decoration: none; }
      main section.page-builder-section.bios ul li .text .read-more {
        position: absolute;
        left: 0;
        top: calc(100% + 15px);
        text-transform: uppercase;
        color: #876F36;
        font-family: josefin-sans, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.66667vw;
        text-decoration: none;
        letter-spacing: 0.13333vw;
        line-height: 1;
        display: inline-block;
        background: none;
        appearance: none;
        border: none;
        line-height: 1;
        margin: 0;
        padding: 0;
        margin-left: 15px;
        z-index: 3; }
        @media (min-width: 767px) {
          main section.page-builder-section.bios ul li .text .read-more {
            font-size: 0.83333vw;
            letter-spacing: 0.05208vw; } }
        main section.page-builder-section.bios ul li .text .read-more:hover {
          color: #876F36; }
          main section.page-builder-section.bios ul li .text .read-more:hover:after {
            margin-left: 2.13333vw; }
            @media (min-width: 767px) {
              main section.page-builder-section.bios ul li .text .read-more:hover:after {
                margin-left: 0.78125vw; } }
        main section.page-builder-section.bios ul li .text .read-more:after {
          content: '';
          display: inline-block;
          width: 3.73333vw;
          height: 1.86667vw;
          background: url("/wp-content/themes/fotpllc/dist/images/arrow.svg") no-repeat center;
          background-size: 100% auto;
          margin-left: 1.33333vw;
          -moz-transition: margin-left 0.3s ease;
          -o-transition: margin-left 0.3s ease;
          -webkit-transition: margin-left 0.3s ease;
          transition: margin-left 0.3s ease; }
          @media (min-width: 767px) {
            main section.page-builder-section.bios ul li .text .read-more:after {
              margin-left: 0.52083vw;
              width: 1.45833vw;
              height: 0.72917vw; } }
        main section.page-builder-section.bios ul li .text .read-more:after {
          content: none; }
      main section.page-builder-section.bios ul li .text .text-wrap {
        max-height: 74.66667vw;
        overflow-y: hidden;
        -moz-transition: max-height 1s ease-in;
        -o-transition: max-height 1s ease-in;
        -webkit-transition: max-height 1s ease-in;
        transition: max-height 1s ease-in; }
        @media (min-width: 767px) {
          main section.page-builder-section.bios ul li .text .text-wrap {
            max-height: 29.42708vw; } }
        main section.page-builder-section.bios ul li .text .text-wrap:after {
          height: 7.29167vw;
          position: absolute;
          content: '';
          display: block;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 2;
          opacity: 1;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background: #fbf8f5;
          background: linear-gradient(180deg, rgba(251, 248, 245, 0) 0%, rgba(251, 248, 245, 0.8) 35%, #fbf8f5 100%); }
        main section.page-builder-section.bios ul li .text .text-wrap.open {
          max-height: 3000px;
          overflow: inherit;
          -moz-transition: max-height 1s ease-out;
          -o-transition: max-height 1s ease-out;
          -webkit-transition: max-height 1s ease-out;
          transition: max-height 1s ease-out; }
          main section.page-builder-section.bios ul li .text .text-wrap.open:after {
            opacity: 0;
            -moz-transition: opacity 0.5s ease;
            -o-transition: opacity 0.5s ease;
            -webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease; }

main section.page-builder-section.case_list h2 {
  background: #FFF;
  display: inline-block;
  padding: 4vw;
  line-height: 1;
  color: #876F36;
  font-size: 2.4vw;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.26667vw;
  margin: 0 0 0 4vw; }
  @media (min-width: 767px) {
    main section.page-builder-section.case_list h2 {
      font-size: 0.9375vw;
      padding: 1.5625vw;
      letter-spacing: 0.10417vw;
      margin: 0 0 0 1.5625vw; } }

main section.page-builder-section.case_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FFF;
  padding: 8vw;
  max-height: 133.33333vw;
  overflow: hidden;
  -moz-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
  position: relative; }
  @media (min-width: 767px) {
    main section.page-builder-section.case_list ul {
      padding: 3.125vw;
      max-height: 52.08333vw; } }
  main section.page-builder-section.case_list ul:after {
    height: 7.8125vw;
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fbf8f5;
    background: linear-gradient(180deg, rgba(251, 248, 245, 0) 0%, rgba(251, 248, 245, 0.85) 40%, #fbf8f5 100%); }
  main section.page-builder-section.case_list ul.open {
    -moz-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
    max-height: 1562.5vw; }
    main section.page-builder-section.case_list ul.open:after {
      opacity: 0; }
  main section.page-builder-section.case_list ul li {
    margin-bottom: 1.5625vw;
    border-bottom: 1px solid #E3E1C5;
    padding-bottom: 1.5625vw; }
    main section.page-builder-section.case_list ul li p {
      margin-bottom: 0; }
    main section.page-builder-section.case_list ul li:last-of-type {
      margin-bottom: 0;
      border: none;
      padding: 0; }

main section.page-builder-section.case_list .read-more {
  text-transform: uppercase;
  color: #876F36;
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.66667vw;
  text-decoration: none;
  letter-spacing: 0.13333vw;
  line-height: 1;
  display: inline-block;
  background: none;
  appearance: none;
  border: none;
  line-height: 1;
  padding-left: 0;
  margin-top: 1.04167vw; }
  @media (min-width: 767px) {
    main section.page-builder-section.case_list .read-more {
      font-size: 0.83333vw;
      letter-spacing: 0.05208vw; } }
  main section.page-builder-section.case_list .read-more:hover {
    color: #876F36; }
    main section.page-builder-section.case_list .read-more:hover:after {
      margin-left: 2.13333vw; }
      @media (min-width: 767px) {
        main section.page-builder-section.case_list .read-more:hover:after {
          margin-left: 0.78125vw; } }
  main section.page-builder-section.case_list .read-more:after {
    content: '';
    display: inline-block;
    width: 3.73333vw;
    height: 1.86667vw;
    background: url("/wp-content/themes/fotpllc/dist/images/arrow.svg") no-repeat center;
    background-size: 100% auto;
    margin-left: 1.33333vw;
    -moz-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    -webkit-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease; }
    @media (min-width: 767px) {
      main section.page-builder-section.case_list .read-more:after {
        margin-left: 0.52083vw;
        width: 1.45833vw;
        height: 0.72917vw; } }
  main section.page-builder-section.case_list .read-more:after {
    content: none; }

@media (min-width: 767px) {
  main section.page-builder-section.full_width_bullet_list {
    padding-right: 3.125vw;
    padding-left: 3.125vw; }
    main section.page-builder-section.full_width_bullet_list .list ul {
      column-count: 3; }
      main section.page-builder-section.full_width_bullet_list .list ul li:nth-child(3) {
        border-bottom: none; }
      main section.page-builder-section.full_width_bullet_list .list ul li:nth-child(even) {
        border-bottom: 2px solid #876F36; } }

@media (min-width: 1320px) {
  main section.page-builder-section.full_width_bullet_list {
    padding-right: 60px;
    padding-left: 60px; } }

@media (max-width: 767px) {
  .home main section.page-builder-section.hero .row .img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .home main section.page-builder-section.hero .row .text {
    margin-top: 10.66667vw;
    margin-bottom: 10.66667vw; } }

@media (max-width: 767px) {
  .home main section.page-builder-section.image_left_text_right .row .img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; } }

footer {
  padding: 3.125vw;
  margin-top: 5.20833vw; }
  @media (min-width: 1320px) {
    footer {
      padding: 60px; } }
  footer * {
    color: #FFF; }
  footer .logo {
    color: #FFF; }
    @media (max-width: 767px) {
      footer .logo {
        display: block;
        margin-bottom: 4.8vw;
        margin-top: 3.73333vw; } }
  footer .contact-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.52083vw; }
    footer .contact-item .icon {
      flex: 0 0 2.13333vw;
      margin-right: 2.66667vw;
      line-height: 1;
      margin-top: 1.06667vw; }
      @media (min-width: 767px) {
        footer .contact-item .icon {
          flex: 0 0 0.78125vw;
          margin-right: 1.04167vw;
          margin-top: 0.20833vw; } }
      footer .contact-item .icon img {
        max-width: 3.2vw;
        height: auto; }
        @media (min-width: 767px) {
          footer .contact-item .icon img {
            max-width: 1.14583vw; } }
    @media (max-width: 767px) {
      footer .contact-item .text {
        font-size: 3.46667vw; } }
    footer .contact-item .text a, footer .contact-item .text a:visited {
      text-decoration: none;
      color: #FFF; }
  footer .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    margin: 5.33333vw 0; }
    @media (min-width: 767px) {
      footer .footer-menu ul {
        margin: 0;
        column-count: 1; } }
    footer .footer-menu ul li {
      margin-bottom: 1.6vw; }
      @media (min-width: 767px) {
        footer .footer-menu ul li {
          margin-bottom: 0.41667vw; } }
      footer .footer-menu ul li a {
        font-family: josefin-sans, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.93333vw;
        color: #E3E1C5;
        text-transform: uppercase;
        text-decoration: none; }
        @media (min-width: 767px) {
          footer .footer-menu ul li a {
            font-size: 0.9375vw; } }
        @media (min-width: 992px) {
          footer .footer-menu ul li a {
            font-size: 0.83333vw; } }
  footer .copyright {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1440 - 320)); }
    footer .copyright a:hover, footer .copyright a:visited {
      color: #FFF; }
