@charset "UTF-8";
:root {
  scroll-behavior: auto !important; }

.small_subtitle {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .5px;
  font-size: 0.8em;
  color: #787D69; }

.title_box {
  padding: 6px 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.7em;
  color: #fff;
  background-color: #787D69; }
  @media only screen and (max-width: 767.98px) {
    .title_box {
      padding: 4px 10px; } }
  .title_box.olive {
    background-color: #787D69; }
  .title_box.red {
    background-color: #903434; }

.arrow_link {
  font-family: "Cormorant Garamond", serif;
  color: #787D69;
  text-decoration: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .75rem;
  font-weight: 400 !important;
  font-size: 1.2em; }
  @media only screen and (max-width: 767.98px) {
    .arrow_link {
      font-size: 1em; } }
  .arrow_link.white .text {
    color: #fff; }
  .arrow_link.white:visited .text {
    color: #fff; }
  .arrow_link.arrow_link_reverse .text {
    margin-left: 10px; }
  .arrow_link.arrow_link_reverse:hover .icon, .arrow_link.arrow_link_reverse:focus .icon, .arrow_link.arrow_link_reverse:active .icon {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px); }
  .arrow_link .text {
    margin-right: 10px; }
  .arrow_link .icon {
    color: #787D69;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .arrow_link:hover .icon, .arrow_link:focus .icon, .arrow_link:active .icon {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px); }
  .arrow_link:visited {
    color: #787D69; }

.link_box {
  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;
  position: relative;
  width: 100%;
  text-decoration: none; }
  .link_box .box_content,
  .link_box .box_img,
  .link_box .circle_wrapper,
  .link_box .white_wash {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .link_box .box_content {
    z-index: 4;
    color: #fff;
    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; }
  .link_box .box_title {
    font-size: 2.5em; }
    @media only screen and (max-width: 1199.98px) {
      .link_box .box_title {
        font-size: 2em; } }
    @media only screen and (max-width: 991.98px) {
      .link_box .box_title {
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 767.98px) {
      .link_box .box_title {
        font-size: 1.8em; } }
  .link_box .content_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .link_box .box_tag {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    color: #fff;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 8px 18px; }
    .link_box .box_tag.olive {
      background-color: #787D69; }
    .link_box .box_tag.red {
      background-color: #903434; }
  .link_box .circle_wrapper {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    .link_box .circle_wrapper .circle {
      background-color: #172F4E;
      border-radius: 999px;
      width: 100%;
      opacity: .8;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      -o-transition: transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
      .link_box .circle_wrapper .circle:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
  .link_box .white_wash {
    z-index: 2;
    background-color: #fff; }
  .link_box .box_img {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover; }
  .link_box .arrow_link {
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .link_box .arrow_link .icon {
      color: #fff; }
  .link_box:hover .circle_wrapper .circle, .link_box:focus .circle_wrapper .circle, .link_box:active .circle_wrapper .circle {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  .link_box:hover .arrow_link, .link_box:focus .arrow_link, .link_box:active .arrow_link {
    opacity: 1; }
  .link_box.service_box {
    height: 400px; }
    @media only screen and (max-width: 1399.98px) {
      .link_box.service_box {
        height: 360px; } }
    @media only screen and (max-width: 1199.98px) {
      .link_box.service_box {
        height: 320px; } }
    @media only screen and (max-width: 991.98px) {
      .link_box.service_box {
        height: 250px; } }
    @media only screen and (max-width: 767.98px) {
      .link_box.service_box {
        height: 220px;
        margin-bottom: 1rem; } }
    .link_box.service_box .arrow_link {
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }
      @media only screen and (max-width: 991.98px) {
        .link_box.service_box .arrow_link {
          position: static;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1;
          font-size: 1.2em; } }
      .link_box.service_box .arrow_link .icon {
        color: #fff; }
    .link_box.service_box:hover .content_wrapper, .link_box.service_box:focus .content_wrapper, .link_box.service_box:active .content_wrapper {
      padding-bottom: 30px; }
      @media only screen and (max-width: 991.98px) {
        .link_box.service_box:hover .content_wrapper, .link_box.service_box:focus .content_wrapper, .link_box.service_box:active .content_wrapper {
          padding-bottom: 0; } }
    .link_box.service_box:hover .arrow_link, .link_box.service_box:focus .arrow_link, .link_box.service_box:active .arrow_link {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.contact_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }
  .contact_row .icon, .contact_row .text {
    display: block; }
  .contact_row .icon {
    margin-right: 10px;
    color: #787D69; }
  .contact_row.address {
    margin-bottom: 1.5rem; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem; }
  @media only screen and (max-width: 767.98px) {
    .pagination {
      margin-top: 0; } }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .pagination .page-numbers {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    width: 40px;
    height: 40px;
    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;
    background-color: #F7F7F7;
    border-radius: 100%;
    color: #000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-left: 10px;
    text-decoration: none; }
    .pagination .page-numbers.current {
      background-color: #787D69;
      color: #fff; }
      .pagination .page-numbers.current:hover {
        background-color: #787D69;
        color: #fff; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      background-color: transparent;
      font-size: 1em;
      width: auto;
      color: #000; }
      .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
        color: #787D69;
        background-color: transparent; }
    .pagination .page-numbers.prev .icon_link {
      margin-right: 0; }
    .pagination .page-numbers.prev .link_text {
      margin: 0 0 0 10px; }
    .pagination .page-numbers.dots {
      background-color: transparent;
      width: auto; }
      .pagination .page-numbers.dots:hover {
        background-color: transparent;
        color: #000; }
    .pagination .page-numbers:hover {
      background-color: #787D69;
      color: #fff; }

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

.subpage_banner_block .small_subtitle {
  font-size: 0.9em;
  color: #aaae9e; }

.subpage_banner_block .sep {
  margin: 0 6px; }

.subpage_banner_block .post_date {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0; }

.banner_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0; }

.color_wash {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.watermark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(images/s_sections/s_section1.svg) no-repeat scroll -100px top;
  background-size: cover;
  width: 100%;
  z-index: 3; }
  .watermark.subbanner {
    background: transparent url(images/s_sections/s_section2.svg) no-repeat scroll 100px top; }
    @media only screen and (max-width: 991.98px) {
      .watermark.subbanner {
        background-position: 50px top; } }
  .watermark.varthree {
    background: transparent url(images/s_sections/s_section3.svg) no-repeat scroll -50px top;
    background-size: 130%; }
  .watermark.varfour {
    background: transparent url(images/s_sections/s_section4.svg) no-repeat scroll right top; }
  .watermark.varfive {
    background: transparent url(images/s_sections/s_section5.svg) no-repeat scroll left top; }
  .watermark.box_watermark {
    background: transparent url(images/s_sections/s_section_box.svg) no-repeat scroll right bottom;
    opacity: .2; }

.sancroft_button {
  background-color: #787D69;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  padding: 8px 25px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400 !important;
  letter-spacing: 1px;
  min-width: 160px; }
  .sancroft_button.large {
    font-size: 1.2em;
    min-width: 180px;
    padding: 12px 25px; }
  .sancroft_button .label {
    position: relative;
    z-index: 1; }
  .sancroft_button .circle_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    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; }
    .sancroft_button .circle_wrapper .circle {
      background-color: #5d6152;
      border-radius: 999px;
      width: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      -o-transition: transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
      .sancroft_button .circle_wrapper .circle:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
  .sancroft_button:hover, .sancroft_button:focus, .sancroft_button:active {
    color: #fff; }
    .sancroft_button:hover .circle_wrapper .circle, .sancroft_button:focus .circle_wrapper .circle, .sancroft_button:active .circle_wrapper .circle {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .sancroft_button:visited {
    color: #fff; }

.custom_block .slider_nav_button {
  border-radius: 100%;
  font-size: 1.2em;
  padding: 0;
  width: 45px;
  height: 45px;
  opacity: 0.6;
  min-width: unset; }
  @media only screen and (max-width: 767.98px) {
    .custom_block .slider_nav_button {
      width: 40px;
      height: 40px; } }
  .custom_block .slider_nav_button:hover, .custom_block .slider_nav_button:focus, .custom_block .slider_nav_button:active {
    opacity: 1; }

.post_list .arrow_link {
  max-width: unset; }

@media only screen and (max-width: 991.98px) {
  .post_list.white .post_box {
    border-bottom: 1px solid #516379; } }

@media only screen and (max-width: 767.98px) {
  .post_list.white .post_box {
    border-bottom: 0; } }

.post_list.white .post_info {
  color: #fff; }
  .post_list.white .post_info .small_subtitle {
    color: #aaae9e; }

.post_box {
  display: block;
  text-decoration: none;
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 991.98px) {
    .post_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-bottom: 1px solid #E7E7E7;
      margin-bottom: 1rem;
      padding-bottom: 1rem; } }
  @media only screen and (max-width: 767.98px) {
    .post_box {
      display: block;
      border-bottom: 0;
      margin-bottom: 2rem; } }
  .post_box .link_box {
    height: 280px;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 1399.98px) {
      .post_box .link_box {
        height: 250px; } }
    @media only screen and (max-width: 1199.98px) {
      .post_box .link_box {
        height: 200px; } }
    @media only screen and (max-width: 991.98px) {
      .post_box .link_box {
        width: 40%;
        margin-bottom: 0; } }
    @media only screen and (max-width: 767.98px) {
      .post_box .link_box {
        width: 100%;
        height: 220px;
        margin-bottom: 1.5rem; } }
  .post_box .post_info {
    color: #303030; }
    @media only screen and (max-width: 991.98px) {
      .post_box .post_info {
        width: 60%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .post_box .post_info {
        width: 100%;
        padding-left: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
    .post_box .post_info p {
      margin-top: 1rem;
      margin-bottom: 0;
      font-weight: 300; }
      @media only screen and (max-width: 991.98px) {
        .post_box .post_info p {
          margin-top: 1rem;
          font-size: 0.9em; } }
  .post_box .post_date_info {
    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; }
    .post_box .post_date_info .sep {
      margin: 0 6px; }
  .post_box .post_date {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0; }
  .post_box .post_name {
    margin: 0.5rem 0; }
    @media only screen and (max-width: 991.98px) {
      .post_box .post_name {
        font-size: 1.5rem; } }
  @media only screen and (max-width: 767.98px) {
    .post_box .small_subtitle {
      font-size: 0.8em; } }

.event_list .event_location {
  font-size: .9em; }
  .event_list .event_location .text {
    text-transform: uppercase;
    font-weight: 300;
    color: #787D69;
    letter-spacing: 1px; }

.latest_post .post_box {
  background-color: #F7F7F7;
  padding-bottom: 0; }
  @media only screen and (max-width: 1199.98px) {
    .latest_post .post_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 991.98px) {
    .latest_post .post_box {
      border-bottom: 0; } }
  @media only screen and (max-width: 767.98px) {
    .latest_post .post_box {
      margin-bottom: 0.75rem; } }

.latest_post .link_box {
  margin-bottom: 0;
  height: 370px; }
  @media only screen and (max-width: 1399.98px) {
    .latest_post .link_box {
      height: 350px; } }
  .latest_post .link_box:before {
    content: 'latest';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: #903434;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 8px 30px; }
    @media only screen and (max-width: 1199.98px) {
      .latest_post .link_box:before {
        bottom: unset;
        top: 0; } }
    @media only screen and (max-width: 991.98px) {
      .latest_post .link_box:before {
        font-size: 0.7em;
        padding: 6px 16px; } }
    @media only screen and (max-width: 767.98px) {
      .latest_post .link_box:before {
        top: unset;
        bottom: 0; } }

.latest_post .post_info {
  padding: 30px;
  display: block; }
  @media only screen and (max-width: 1199.98px) {
    .latest_post .post_info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 991.98px) {
    .latest_post .post_info {
      padding: 20px 30px; } }
  @media only screen and (max-width: 767.98px) {
    .latest_post .post_info {
      padding: 0 10px 20px 20px; } }
  .latest_post .post_info p {
    margin-bottom: 0; }

.compact_posts .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }
  @media only screen and (max-width: 1199.98px) {
    .compact_posts .post_box {
      margin-bottom: 1rem;
      padding-bottom: 1rem; } }
  .compact_posts .post_box:last-child {
    border-bottom: 0; }

.compact_posts .link_box {
  width: 35%;
  height: 160px;
  margin-bottom: 0; }
  @media only screen and (max-width: 1399.98px) {
    .compact_posts .link_box {
      height: 150px; } }

.compact_posts .post_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px; }
  @media only screen and (max-width: 767.98px) {
    .compact_posts .post_info {
      padding-left: 0; } }
  .compact_posts .post_info p {
    font-size: .9em;
    margin-top: 1rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 1199.98px) {
      .compact_posts .post_info p {
        font-size: 1em; } }

.compact_posts .post_name {
  font-size: 1.5rem; }

.latest_post .col_title,
.compact_posts .col_title {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 991.98px) {
    .latest_post .col_title,
    .compact_posts .col_title {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 767.98px) {
    .latest_post .col_title,
    .compact_posts .col_title {
      margin-bottom: 1.5rem; } }

@media only screen and (max-width: 767.98px) {
  .latest_post .post_box,
  .compact_posts .post_box {
    display: block;
    border-bottom: 0; } }

@media only screen and (max-width: 1199.98px) {
  .latest_post .link_box,
  .compact_posts .link_box {
    width: 45%;
    height: 280px; } }

@media only screen and (max-width: 991.98px) {
  .latest_post .link_box,
  .compact_posts .link_box {
    width: 40%;
    height: 210px; } }

@media only screen and (max-width: 767.98px) {
  .latest_post .link_box,
  .compact_posts .link_box {
    width: 100%;
    height: 220px;
    margin-bottom: 1.5rem; } }

@media only screen and (max-width: 1199.98px) {
  .latest_post .post_info,
  .compact_posts .post_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.latest_post .post_info p,
.compact_posts .post_info p {
  margin-top: 1rem; }
  @media only screen and (max-width: 1199.98px) {
    .latest_post .post_info p,
    .compact_posts .post_info p {
      margin-top: 0.2rem; } }
  @media only screen and (max-width: 991.98px) {
    .latest_post .post_info p,
    .compact_posts .post_info p {
      font-size: 0.9em; } }

@media only screen and (max-width: 991.98px) {
  .latest_post .post_name,
  .compact_posts .post_name {
    font-size: 1.5rem; } }

.simple_post_box {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  text-decoration: none; }
  @media only screen and (max-width: 767.98px) {
    .simple_post_box {
      padding: 20px; } }
  .simple_post_box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #787D69;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .simple_post_box:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.team_section_sm .team_member_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .team_section_sm .team_member_wrapper .headshot {
    width: 150px; }
    @media only screen and (max-width: 991.98px) {
      .team_section_sm .team_member_wrapper .headshot {
        width: 130px; } }
    @media only screen and (max-width: 767.98px) {
      .team_section_sm .team_member_wrapper .headshot {
        width: 110px; } }
    .team_section_sm .team_member_wrapper .headshot img {
      height: auto;
      max-width: 100%; }
  .team_section_sm .team_member_wrapper .team_info {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media only screen and (max-width: 767.98px) {
      .team_section_sm .team_member_wrapper .team_info {
        padding-left: 10px; } }
  .team_section_sm .team_member_wrapper .team_name {
    margin-top: 0;
    margin-bottom: .5rem; }
    @media only screen and (max-width: 767.98px) {
      .team_section_sm .team_member_wrapper .team_name {
        font-size: 1.5em; } }
  .team_section_sm .team_member_wrapper .team_role {
    font-size: .8em; }
  .team_section_sm .team_member_wrapper .arrow_link {
    margin-top: 1rem;
    margin-bottom: 0; }

.team_section_sm.white .team_info {
  color: #fff; }
  .team_section_sm.white .team_info .team_role {
    color: #fff; }

.post_footer_title {
  font-family: "Barlow", sans-serif;
  font-weight: 800 !important;
  color: #787D69;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2em;
  margin-bottom: 1.5rem !important; }

.share_tags {
  margin-bottom: 80px; }
  @media only screen and (max-width: 991.98px) {
    .share_tags {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767.98px) {
    .share_tags {
      margin-bottom: 30px; } }

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

.share_post {
  margin-bottom: 2.5rem; }
  .share_post .shared-counts-wrap.style-icon .shared-counts-button {
    background-color: #F6F7F4;
    width: 45px;
    height: 45px;
    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;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s; }
    .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover, .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus, .share_post .shared-counts-wrap.style-icon .shared-counts-button:active {
      background-color: #dee2d6; }
      .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:hover, .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:focus, .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:active, .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:hover, .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:focus, .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:active, .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:hover, .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:focus, .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:active {
        fill: #787D69 !important; }
    .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
      fill: #787D69 !important; }
      .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:hover, .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:focus, .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:active {
        fill: #787D69 !important; }

.post_tags .post_tag {
  padding: 10px 16px;
  margin: 0 8px 8px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.9em;
  text-decoration: none;
  color: #787D69;
  background-color: #F6F7F4;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s; }
  @media only screen and (max-width: 767.98px) {
    .post_tags .post_tag {
      font-size: 0.8em; } }
  .post_tags .post_tag:hover, .post_tags .post_tag:focus, .post_tags .post_tag:active {
    background-color: #dee2d6; }

.related_list.has_background {
  background-color: #EAEBE5;
  padding: 60px 0; }
  @media only screen and (max-width: 991.98px) {
    .related_list.has_background {
      padding: 40px 0; } }
  @media only screen and (max-width: 767.98px) {
    .related_list.has_background {
      padding: 30px 15px; } }
  .related_list.has_background .container {
    z-index: 4;
    position: relative; }
  .related_list.has_background .watermark {
    opacity: .2; }

@media only screen and (max-width: 767.98px) {
  .related_list .container {
    padding: 0; } }

.related_list .section_title {
  margin-top: 0;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 991.98px) {
    .related_list .section_title {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 767.98px) {
    .related_list .section_title {
      margin-bottom: 1.5rem; } }

@media only screen and (max-width: 767.98px) {
  .related_list .post_item_col {
    display: none; } }

@media only screen and (max-width: 767.98px) {
  .related_list .post_item_col:first-child {
    display: block; } }

.related_list .phone_link {
  display: none;
  max-width: unset !important; }
  @media only screen and (max-width: 767.98px) {
    .related_list .phone_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.side_box {
  position: relative;
  padding: 30px;
  background-color: #EAEBE5; }
  @media only screen and (max-width: 767.98px) {
    .side_box {
      padding: 20px; } }
  .side_box .side_box_content {
    position: relative;
    z-index: 5; }
  .side_box h2 {
    margin-bottom: 1rem; }
  .side_box p {
    font-size: 1em; }

.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:before {
      display: none !important; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      min-width: unset;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent !important; }
      .slick-dots li button:before {
        font-family: "Barlow", sans-serif;
        font-size: 36px;
        line-height: 12px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        color: #BEBEBE;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s; }
    .slick-dots li.slick-active button:before {
      color: #787D69;
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2); }

.post_filters {
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 767.98px) {
    .post_filters {
      margin-bottom: 1rem; } }
  .post_filters .filter_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .post_filters .filter_top.has_intro {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .post_filters .filter_text {
    margin: 0 1rem 1rem 0; }
    .post_filters .filter_text h2:first-of-type,
    .post_filters .filter_text h3:first-of-type {
      margin-top: 0; }
    .post_filters .filter_text h2:last-of-type,
    .post_filters .filter_text h3:last-of-type {
      margin-bottom: 0; }
    .post_filters .filter_text p:first-of-type {
      margin-top: 0; }
    .post_filters .filter_text p:last-of-type {
      margin-bottom: 0; }
    @media only screen and (max-width: 767.98px) {
      .post_filters .filter_text {
        font-size: 0.9em; } }
  .post_filters .filter_button {
    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; }
    @media only screen and (max-width: 767.98px) {
      .post_filters .filter_button {
        min-width: auto;
        padding: 8px 16px; } }
    .post_filters .filter_button .text {
      margin-right: 10px; }
    .post_filters .filter_button .arrow {
      font-size: 0.9em;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .post_filters .filter_button.collapsed .arrow {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  @media only screen and (min-width: 767.98px) {
    .post_filters.phone_accordion .filter_button {
      display: none; } }
  @media only screen and (min-width: 767.98px) {
    .post_filters.phone_accordion .filter_wrapper {
      display: block !important; } }
  .post_filters .filter ul {
    padding: 1.5rem 0 !important;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767.98px) {
      .post_filters .filter ul {
        padding: 1rem 0 !important; } }
    .post_filters .filter ul li {
      list-style: none;
      margin: 0;
      padding: 0 1rem 0 0;
      min-width: 300px; }
      @media only screen and (max-width: 991.98px) {
        .post_filters .filter ul li {
          min-width: auto; } }
      @media only screen and (max-width: 767.98px) {
        .post_filters .filter ul li {
          min-width: 100%;
          padding-right: 0;
          margin-bottom: 0.5rem; } }
      .post_filters .filter ul li:before {
        display: none !important; }
  .post_filters .filter label,
  .post_filters .filter select {
    width: 100%; }
  .post_filters .filter select {
    background-color: #F7F7F7; }

.map_wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .map_wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.fancybox__container button {
  min-width: unset; }

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: #787D69; }

.grecaptcha-badge {
  display: none; }

.cky-btn,
.cky-preference-header .cky-btn-close {
  min-width: auto !important; }

.site input[type="text"],
.site input[type="email"],
.site input[type="url"],
.site input[type="password"],
.site input[type="search"],
.site input[type="number"],
.site input[type="tel"],
.site input[type="range"],
.site input[type="date"],
.site input[type="month"],
.site input[type="week"],
.site input[type="time"],
.site input[type="datetime"],
.site input[type="datetime-local"],
.site input[type="color"],
.site textarea,
.custom_block input[type="text"],
.custom_block input[type="email"],
.custom_block input[type="url"],
.custom_block input[type="password"],
.custom_block input[type="search"],
.custom_block input[type="number"],
.custom_block input[type="tel"],
.custom_block input[type="range"],
.custom_block input[type="date"],
.custom_block input[type="month"],
.custom_block input[type="week"],
.custom_block input[type="time"],
.custom_block input[type="datetime"],
.custom_block input[type="datetime-local"],
.custom_block input[type="color"],
.custom_block textarea {
  color: #666;
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
  width: 100%; }
  .site input[type="text"]:focus,
  .site input[type="email"]:focus,
  .site input[type="url"]:focus,
  .site input[type="password"]:focus,
  .site input[type="search"]:focus,
  .site input[type="number"]:focus,
  .site input[type="tel"]:focus,
  .site input[type="range"]:focus,
  .site input[type="date"]:focus,
  .site input[type="month"]:focus,
  .site input[type="week"]:focus,
  .site input[type="time"]:focus,
  .site input[type="datetime"]:focus,
  .site input[type="datetime-local"]:focus,
  .site input[type="color"]:focus,
  .site textarea:focus,
  .custom_block input[type="text"]:focus,
  .custom_block input[type="email"]:focus,
  .custom_block input[type="url"]:focus,
  .custom_block input[type="password"]:focus,
  .custom_block input[type="search"]:focus,
  .custom_block input[type="number"]:focus,
  .custom_block input[type="tel"]:focus,
  .custom_block input[type="range"]:focus,
  .custom_block input[type="date"]:focus,
  .custom_block input[type="month"]:focus,
  .custom_block input[type="week"]:focus,
  .custom_block input[type="time"]:focus,
  .custom_block input[type="datetime"]:focus,
  .custom_block input[type="datetime-local"]:focus,
  .custom_block input[type="color"]:focus,
  .custom_block textarea:focus {
    color: #111; }

.site select,
.custom_block select {
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/dropdown-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1rem auto; }

.site textarea,
.custom_block textarea {
  width: 100%; }

.site .wpcf7-form label,
.custom_block .wpcf7-form label {
  width: 100%; }

.site .wpcf7-form .label_text,
.custom_block .wpcf7-form .label_text {
  display: none; }

.site .wpcf7-form br,
.custom_block .wpcf7-form br {
  display: none; }

.site .wpcf7-form p,
.custom_block .wpcf7-form p {
  margin: 0 0 .5rem 0; }

.site .wpcf7-form .upload_label,
.custom_block .wpcf7-form .upload_label {
  font-weight: bold;
  display: block;
  margin: 1rem 0; }

.site .wpcf7-form .codedropz-upload-handler,
.custom_block .wpcf7-form .codedropz-upload-handler {
  border: 2px dashed #787D69; }
  .site .wpcf7-form .codedropz-upload-handler h3,
  .custom_block .wpcf7-form .codedropz-upload-handler h3 {
    color: #787D69; }

.post_hero .post_box {
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 991.98px) {
    .post_hero .post_box {
      background-color: transparent;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (max-width: 767.98px) {
    .post_hero .post_box {
      display: block;
      border-bottom: 0;
      margin-bottom: 2rem; } }

.post_hero .link_box,
.post_hero .post_info {
  width: 50%; }

.post_hero .link_box {
  margin-bottom: 0;
  height: 400px; }
  @media only screen and (max-width: 1399.98px) {
    .post_hero .link_box {
      height: 350px; } }
  @media only screen and (max-width: 1199.98px) {
    .post_hero .link_box {
      height: 300px; } }
  @media only screen and (max-width: 991.98px) {
    .post_hero .link_box {
      width: 40%;
      height: 200px;
      margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 767.98px) {
    .post_hero .link_box {
      width: 100%;
      height: 220px; } }

.post_hero .post_info {
  padding: 40px; }
  @media only screen and (max-width: 991.98px) {
    .post_hero .post_info {
      width: 60%;
      padding: 0 0 0 30px; } }
  @media only screen and (max-width: 767.98px) {
    .post_hero .post_info {
      padding: 0; } }
  .post_hero .post_info p {
    margin-bottom: 0; }

.report_hero .post_box {
  margin-bottom: 1.75rem; }

.custom_block {
  font-family: "Barlow", sans-serif; }
  .custom_block h1, .custom_block h2, .custom_block h3, .custom_block h4, .custom_block h5, .custom_block h6 {
    font-weight: 400; }
  .custom_block p, .custom_block h1, .custom_block h2, .custom_block h3, .custom_block h4, .custom_block h5, .custom_block h6, .custom_block ul, .custom_block ol, .custom_block blockquote {
    max-width: unset;
    margin-left: 0;
    margin-right: 0; }
  .custom_block p {
    font-weight: 300; }
  .custom_block strong {
    font-weight: 800; }
  .custom_block p, .custom_block ul {
    font-size: 1.1em; }
    @media only screen and (max-width: 1199.98px) {
      .custom_block p, .custom_block ul {
        font-size: 1em; } }
  .custom_block ul {
    font-weight: 300;
    padding-left: 1em;
    list-style: none; }
    .custom_block ul li {
      margin-bottom: 0.5rem; }
      .custom_block ul li:before {
        content: "\2022";
        color: #787D69;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
  .custom_block h2 {
    font-size: 2.5em; }
    @media only screen and (max-width: 1399.98px) {
      .custom_block h2 {
        font-size: 2em; } }
    @media only screen and (max-width: 767.98px) {
      .custom_block h2 {
        font-size: 1.8em; } }
  .custom_block h3 {
    font-size: 1.75rem; }
  .custom_block a {
    font-weight: bold;
    text-decoration: none; }
  .custom_block.spacing_both {
    margin-top: 80px;
    margin-bottom: 80px; }
    @media only screen and (max-width: 991.98px) {
      .custom_block.spacing_both {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767.98px) {
      .custom_block.spacing_both {
        margin-top: 30px;
        margin-bottom: 30px; } }
  .custom_block.spacing_below {
    margin-bottom: 80px; }
    @media only screen and (max-width: 991.98px) {
      .custom_block.spacing_below {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767.98px) {
      .custom_block.spacing_below {
        margin-bottom: 30px; } }
  .custom_block.spacing_above {
    margin-top: 80px; }
    @media only screen and (max-width: 991.98px) {
      .custom_block.spacing_above {
        margin-top: 40px; } }
    @media only screen and (max-width: 767.98px) {
      .custom_block.spacing_above {
        margin-top: 30px; } }
  .custom_block.has_background {
    padding: 60px 0; }
    @media only screen and (max-width: 991.98px) {
      .custom_block.has_background {
        padding: 40px 0; } }
    @media only screen and (max-width: 767.98px) {
      .custom_block.has_background {
        padding: 30px 15px; } }
  .custom_block .container-fluid {
    padding: 0; }
  .custom_block button,
  .custom_block input[type="button"],
  .custom_block input[type="reset"],
  .custom_block input[type="submit"] {
    border: 0;
    border-radius: 0;
    background: #787D69;
    color: #fff;
    line-height: 1.4;
    padding: 8px 25px;
    font-family: "Cormorant Garamond", serif;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    min-width: 160px; }
    .custom_block button:hover,
    .custom_block input[type="button"]:hover,
    .custom_block input[type="reset"]:hover,
    .custom_block input[type="submit"]:hover {
      background-color: #5d6152; }
    .custom_block button:active, .custom_block button:focus,
    .custom_block input[type="button"]:active,
    .custom_block input[type="button"]:focus,
    .custom_block input[type="reset"]:active,
    .custom_block input[type="reset"]:focus,
    .custom_block input[type="submit"]:active,
    .custom_block input[type="submit"]:focus {
      background-color: #5d6152; }
  .custom_block .sancroft_button:visited {
    color: #fff; }
  .custom_block .arrow_link:visited {
    color: #787D69; }
  .custom_block .arrow_link.white:visited {
    color: #fff; }

.home_banner_block {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 1399.98px) {
    .home_banner_block {
      height: 700px; } }
  @media only screen and (max-width: 991.98px) {
    .home_banner_block {
      height: 600px; } }
  @media only screen and (max-width: 767.98px) {
    .home_banner_block {
      height: 500px; } }
  .home_banner_block .content, .home_banner_block .container, .home_banner_block .row {
    height: 100%; }
  .home_banner_block .content {
    position: relative;
    z-index: 9;
    color: #fff;
    padding-bottom: 100px; }
    @media only screen and (max-width: 991.98px) {
      .home_banner_block .content {
        padding-bottom: 40px; } }
    @media only screen and (max-width: 767.98px) {
      .home_banner_block .content {
        padding-bottom: 10px; } }
  .home_banner_block h1 {
    font-size: 3.2em;
    margin-bottom: 3.5rem; }
    @media only screen and (max-width: 1399.98px) {
      .home_banner_block h1 {
        font-size: 2.8em;
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 991.98px) {
      .home_banner_block h1 {
        font-size: 2.6em;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767.98px) {
      .home_banner_block h1 {
        font-size: 1.7em;
        margin-bottom: 1.5rem; } }
  .home_banner_block p {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 1.6em !important; }
    @media only screen and (max-width: 1399.98px) {
      .home_banner_block p {
        font-size: 1.4em !important; } }
    @media only screen and (max-width: 767.98px) {
      .home_banner_block p {
        font-size: 1.1em !important; } }
  .home_banner_block .header_change {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
  @media only screen and (max-width: 767.98px) {
    .home_banner_block .home_banner_buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .home_banner_block .sancroft_button {
    margin-right: 1rem;
    color: #fff; }
    @media only screen and (max-width: 767.98px) {
      .home_banner_block .sancroft_button {
        width: 48%;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 1rem; } }
    .home_banner_block .sancroft_button:first-child .circle_wrapper .circle {
      background-color: #4CACC7; }
    .home_banner_block .sancroft_button:nth-child(2) .circle_wrapper .circle {
      background-color: #9CBB59; }
    .home_banner_block .sancroft_button:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 991.98px) {
    .home_banner_block .banner_image {
      -o-object-position: left center;
      object-position: left center; } }
  .home_banner_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.featured_case_studies_block {
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    .featured_case_studies_block.alignfull {
      padding-left: 10px;
      padding-right: 10px; } }
  .featured_case_studies_block.alignfull .container-fluid {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1399.98px) {
      .featured_case_studies_block.alignfull .container-fluid {
        max-width: 1140px; } }
    @media only screen and (max-width: 1199.98px) {
      .featured_case_studies_block.alignfull .container-fluid {
        max-width: 960px; } }
    @media only screen and (max-width: 991.98px) {
      .featured_case_studies_block.alignfull .container-fluid {
        max-width: 720px; } }
    @media only screen and (max-width: 767.98px) {
      .featured_case_studies_block.alignfull .container-fluid {
        width: 100%; } }
  .featured_case_studies_block.has_leader .text_block p:first-of-type {
    font-weight: 500;
    font-size: 1.2em; }
    @media only screen and (max-width: 991.98px) {
      .featured_case_studies_block.has_leader .text_block p:first-of-type {
        font-size: 1.1em; } }
  .featured_case_studies_block .text_block h2:first-of-type {
    margin-top: 0; }
  .featured_case_studies_block .case_study_list {
    margin-top: 3rem; }
    @media only screen and (max-width: 991.98px) {
      .featured_case_studies_block .case_study_list {
        margin-top: 2rem; } }
    @media only screen and (max-width: 767.98px) {
      .featured_case_studies_block .case_study_list {
        margin-top: 1.5rem; } }
  .featured_case_studies_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }

.thought_leadership_block {
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    .thought_leadership_block.alignfull {
      padding-left: 10px;
      padding-right: 10px; } }
  .thought_leadership_block.alignfull .container-fluid {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1399.98px) {
      .thought_leadership_block.alignfull .container-fluid {
        max-width: 1140px; } }
    @media only screen and (max-width: 1199.98px) {
      .thought_leadership_block.alignfull .container-fluid {
        max-width: 960px; } }
    @media only screen and (max-width: 991.98px) {
      .thought_leadership_block.alignfull .container-fluid {
        max-width: 720px; } }
    @media only screen and (max-width: 767.98px) {
      .thought_leadership_block.alignfull .container-fluid {
        width: 100%; } }
  .thought_leadership_block.has_leader .text_block p:first-of-type {
    font-weight: 500;
    font-size: 1.2em; }
    @media only screen and (max-width: 991.98px) {
      .thought_leadership_block.has_leader .text_block p:first-of-type {
        font-size: 1.1em; } }
  .thought_leadership_block .text_block {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 991.98px) {
      .thought_leadership_block .text_block {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767.98px) {
      .thought_leadership_block .text_block {
        margin-bottom: 1.5rem; } }
    .thought_leadership_block .text_block h2:first-of-type {
      margin-top: 0; }
  .thought_leadership_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }

.featured_posts_block {
  position: relative; }
  .featured_posts_block .text_block {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 991.98px) {
      .featured_posts_block .text_block {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767.98px) {
      .featured_posts_block .text_block {
        margin-bottom: 1.5rem; } }
    .featured_posts_block .text_block h2:first-of-type {
      margin-top: 0; }
  .featured_posts_block .post_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    @media only screen and (max-width: 767.98px) {
      .featured_posts_block .post_box {
        display: block; } }
    .featured_posts_block .post_box .link_box {
      width: 45%;
      height: 380px; }
      @media only screen and (max-width: 1399.98px) {
        .featured_posts_block .post_box .link_box {
          height: 350px; } }
      @media only screen and (max-width: 1199.98px) {
        .featured_posts_block .post_box .link_box {
          height: 300px; } }
      @media only screen and (max-width: 991.98px) {
        .featured_posts_block .post_box .link_box {
          height: 250px; } }
      @media only screen and (max-width: 767.98px) {
        .featured_posts_block .post_box .link_box {
          width: 100%;
          height: 220px; } }
      .featured_posts_block .post_box .link_box:before {
        display: none; }
    .featured_posts_block .post_box .post_info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 50px; }
      @media only screen and (max-width: 1399.98px) {
        .featured_posts_block .post_box .post_info {
          padding: 30px; } }
      @media only screen and (max-width: 767.98px) {
        .featured_posts_block .post_box .post_info {
          padding: 0 10px 20px 20px; } }
  .featured_posts_block .featured_slider_wrapper {
    position: relative; }
  .featured_posts_block .featured_slider {
    margin-bottom: 60px; }
  .featured_posts_block .slider_nav_buttons {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%; }
    @media only screen and (max-width: 991.98px) {
      .featured_posts_block .slider_nav_buttons {
        display: none; } }
    .featured_posts_block .slider_nav_buttons .slider_prev {
      position: absolute;
      left: -60px; }
    .featured_posts_block .slider_nav_buttons .slider_next {
      position: absolute;
      right: -60px; }
  .featured_posts_block .slick-dots {
    margin: 0; }
  .featured_posts_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .featured_posts_block.is_admin .featured_slide {
    display: none; }
    .featured_posts_block.is_admin .featured_slide:first-child {
      display: block; }

.subpage_banner_block {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .subpage_banner_block .content {
    position: relative;
    z-index: 9;
    color: #fff;
    padding: 100px 0; }
    @media only screen and (max-width: 1199.98px) {
      .subpage_banner_block .content {
        padding: 60px 0; } }
    @media only screen and (max-width: 767.98px) {
      .subpage_banner_block .content {
        padding: 30px 0; } }
  .subpage_banner_block h1 {
    font-size: 3.2em;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 1399.98px) {
      .subpage_banner_block h1 {
        font-size: 2.8em; } }
    @media only screen and (max-width: 991.98px) {
      .subpage_banner_block h1 {
        font-size: 2.6em; } }
    @media only screen and (max-width: 767.98px) {
      .subpage_banner_block h1 {
        font-size: 1.7em;
        margin-bottom: .75rem; } }
  .subpage_banner_block p {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 1.6em !important; }
    @media only screen and (max-width: 1399.98px) {
      .subpage_banner_block p {
        font-size: 1.4em !important; } }
    @media only screen and (max-width: 767.98px) {
      .subpage_banner_block p {
        font-size: 1.1em !important;
        margin-top: .75rem; } }
  .subpage_banner_block .header_change {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
  @media only screen and (max-width: 991.98px) {
    .subpage_banner_block .banner_image {
      -o-object-position: left center;
      object-position: left center; } }
  .subpage_banner_block.is_admin {
    position: relative; }
    .subpage_banner_block.is_admin:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }

@media only screen and (max-width: 767.98px) {
  .text_block.alignfull {
    padding-left: 10px;
    padding-right: 10px; } }

.text_block.alignfull .content {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }

.text_block.has_background {
  padding: 30px; }
  @media only screen and (max-width: 991.98px) {
    .text_block.has_background {
      padding: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .text_block.has_background {
      padding: 10px 15px; } }

.text_block.has_leader p:first-of-type {
  font-weight: 500;
  font-size: 1.3em; }
  @media only screen and (max-width: 991.98px) {
    .text_block.has_leader p:first-of-type {
      font-size: 1.1em; } }

.text_block.twocol .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1399.98px) {
    .text_block.twocol .content {
      max-width: 1140px; } }
  @media only screen and (max-width: 1199.98px) {
    .text_block.twocol .content {
      max-width: 960px; } }
  @media only screen and (max-width: 991.98px) {
    .text_block.twocol .content {
      max-width: 720px; } }
  @media only screen and (max-width: 767.98px) {
    .text_block.twocol .content {
      width: 100%; } }

.text_block.twocol .text_block_col {
  width: calc(50% - 1.5rem); }
  @media only screen and (max-width: 991.98px) {
    .text_block.twocol .text_block_col {
      width: 100%; } }

.text_block.twocol .first_col {
  margin-right: 1.5rem; }
  @media only screen and (max-width: 991.98px) {
    .text_block.twocol .first_col {
      margin-right: 0; } }

.text_block.twocol .second_col {
  margin-left: 1.5rem; }
  @media only screen and (max-width: 991.98px) {
    .text_block.twocol .second_col {
      margin-left: 0; } }

.text_block .device_image {
  width: 100%;
  position: relative;
  height: 400px;
  display: none;
  margin: 1rem 0; }
  @media only screen and (max-width: 991.98px) {
    .text_block .device_image {
      display: block; } }
  @media only screen and (max-width: 767.98px) {
    .text_block .device_image {
      height: 210px;
      margin: .5rem 0; } }
  .text_block .device_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.text_block .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 767.98px) {
    .text_block .buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .text_block .buttons .sancroft_button {
    margin: 0 0.5rem;
    color: #fff; }
    @media only screen and (max-width: 767.98px) {
      .text_block .buttons .sancroft_button {
        width: 100%;
        margin: 0 0 .5rem 0; } }

.text_block.is_admin {
  position: relative; }
  .text_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

@media only screen and (max-width: 767.98px) {
  .text_image_block.alignfull {
    padding-left: 10px;
    padding-right: 10px; } }

.text_image_block.alignfull .container-fluid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1399.98px) {
    .text_image_block.alignfull .container-fluid {
      max-width: 1140px; } }
  @media only screen and (max-width: 1199.98px) {
    .text_image_block.alignfull .container-fluid {
      max-width: 960px; } }
  @media only screen and (max-width: 991.98px) {
    .text_image_block.alignfull .container-fluid {
      max-width: 720px; } }
  @media only screen and (max-width: 767.98px) {
    .text_image_block.alignfull .container-fluid {
      width: 100%; } }

.text_image_block.has_background {
  padding: 0; }
  .text_image_block.has_background .text_wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 30px; }
    @media only screen and (max-width: 991.98px) {
      .text_image_block.has_background .text_wrapper {
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .text_image_block.has_background .text_wrapper {
        padding-right: 20px;
        padding-left: 20px; } }
  .text_image_block.has_background .flex-row-reverse .text_wrapper {
    padding-left: 30px; }
    @media only screen and (max-width: 767.98px) {
      .text_image_block.has_background .flex-row-reverse .text_wrapper {
        padding-left: 20px; } }

.text_image_block.has_leader p:first-of-type {
  font-weight: 500;
  font-size: 1.3em; }
  @media only screen and (max-width: 991.98px) {
    .text_image_block.has_leader p:first-of-type {
      font-size: 1.1em; } }

.text_image_block .flex-row-reverse .text_wrapper {
  padding-left: 0;
  padding-right: 30px; }
  @media only screen and (max-width: 991.98px) {
    .text_image_block .flex-row-reverse .text_wrapper {
      padding-left: 0; } }

.text_image_block .text_wrapper {
  padding-left: 30px; }
  @media only screen and (max-width: 991.98px) {
    .text_image_block .text_wrapper {
      padding-left: 0; } }
  .text_image_block .text_wrapper :first-child {
    margin-top: 0; }
  .text_image_block .text_wrapper :last-child {
    margin-bottom: 0; }

.text_image_block .img_wrapper {
  width: 100%;
  height: 400px;
  position: relative; }
  @media only screen and (max-width: 1399.98px) {
    .text_image_block .img_wrapper {
      height: 350px; } }
  @media only screen and (max-width: 1199.98px) {
    .text_image_block .img_wrapper {
      height: 300px; } }
  @media only screen and (max-width: 991.98px) {
    .text_image_block .img_wrapper {
      height: 400px;
      margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 767.98px) {
    .text_image_block .img_wrapper {
      height: 210px; } }
  .text_image_block .img_wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.text_image_block .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem; }
  @media only screen and (max-width: 767.98px) {
    .text_image_block .buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .text_image_block .buttons .sancroft_button {
    margin-right: 1rem;
    color: #fff; }
    @media only screen and (max-width: 767.98px) {
      .text_image_block .buttons .sancroft_button {
        width: 100%;
        margin: 0 0 .5rem 0; } }

.text_image_block.is_admin {
  position: relative; }
  .text_image_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.icon_block {
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    .icon_block.alignfull {
      padding-left: 10px;
      padding-right: 10px; } }
  .icon_block.alignfull .container-fluid {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1399.98px) {
      .icon_block.alignfull .container-fluid {
        max-width: 1140px; } }
    @media only screen and (max-width: 1199.98px) {
      .icon_block.alignfull .container-fluid {
        max-width: 960px; } }
    @media only screen and (max-width: 991.98px) {
      .icon_block.alignfull .container-fluid {
        max-width: 720px; } }
    @media only screen and (max-width: 767.98px) {
      .icon_block.alignfull .container-fluid {
        width: 100%; } }
  .icon_block.has_background {
    padding: 40px 0; }
    @media only screen and (max-width: 767.98px) {
      .icon_block.has_background {
        padding: 10px 15px; } }
    .icon_block.has_background .icon_wrapper {
      -webkit-box-shadow: unset;
      box-shadow: unset; }
  .icon_block.has_leader .text_block p:first-of-type {
    font-weight: 500;
    font-size: 1.2em; }
    @media only screen and (max-width: 991.98px) {
      .icon_block.has_leader .text_block p:first-of-type {
        font-size: 1.1em; } }
  .icon_block .content {
    position: relative;
    z-index: 4; }
  .icon_block .text_block {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767.98px) {
      .icon_block .text_block {
        margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 991.98px) {
    .icon_block .icon_col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.5rem; } }
  .icon_block .icon_wrapper {
    background-color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    padding: 16px;
    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-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 991.98px) {
      .icon_block .icon_wrapper {
        width: 100px;
        height: 100px;
        margin-right: 1.5rem; } }
    @media only screen and (max-width: 767.98px) {
      .icon_block .icon_wrapper {
        width: 80px;
        height: 80px;
        padding: 12px; } }
    .icon_block .icon_wrapper img {
      width: 100%; }
  .icon_block .icon_text {
    padding-right: 20px; }
    @media only screen and (max-width: 991.98px) {
      .icon_block .icon_text {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 0; }
        .icon_block .icon_text :first-child {
          margin-top: 0; }
        .icon_block .icon_text :last-child {
          margin-bottom: 0; } }
    .icon_block .icon_text h3 {
      font-size: 2em; }
      @media only screen and (max-width: 1399.98px) {
        .icon_block .icon_text h3 {
          font-size: 1.6em; } }
    @media only screen and (max-width: 991.98px) {
      .icon_block .icon_text h3, .icon_block .icon_text p {
        margin: 1rem 0; } }
  .icon_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.awards_slider_block {
  padding: 60px;
  background-color: #172F4E;
  color: #fff;
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    .awards_slider_block {
      padding: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .awards_slider_block {
      padding: 15px 15px 30px 15px; } }
  .awards_slider_block .content {
    position: relative;
    z-index: 4; }
  .awards_slider_block .text_block {
    padding-right: 30px; }
    @media only screen and (max-width: 991.98px) {
      .awards_slider_block .text_block {
        text-align: center;
        padding-right: 0; } }
  .awards_slider_block .award_slider {
    text-align: center;
    padding: 0 50px;
    position: relative;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 767.98px) {
      .awards_slider_block .award_slider {
        padding: 0 40px;
        margin-bottom: 0.5rem; } }
    .awards_slider_block .award_slider:before, .awards_slider_block .award_slider:after {
      content: '';
      width: 50px;
      height: 100%;
      position: absolute;
      top: 0;
      background: transparent url(images/laurel.svg) no-repeat scroll left top;
      background-size: contain; }
      @media only screen and (max-width: 767.98px) {
        .awards_slider_block .award_slider:before, .awards_slider_block .award_slider:after {
          width: 30px;
          background-position: left center; } }
    .awards_slider_block .award_slider:before {
      left: 0; }
    .awards_slider_block .award_slider:after {
      right: 0;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  .awards_slider_block .award_slide {
    padding: 2rem 0; }
    @media only screen and (max-width: 767.98px) {
      .awards_slider_block .award_slide {
        padding: 1rem 0; } }
  .awards_slider_block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .awards_slider_block .award_name {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 991.98px) {
      .awards_slider_block .award_name {
        margin-bottom: 0.5rem; } }
    @media only screen and (max-width: 767.98px) {
      .awards_slider_block .award_name {
        font-size: 1.6em; } }
  .awards_slider_block .award_type {
    text-transform: uppercase;
    color: #F7B75B;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767.98px) {
      .awards_slider_block .award_type {
        font-size: 0.7em; } }
  .awards_slider_block .slider_nav_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .awards_slider_block .slider_nav_button {
    margin: 0 .5rem; }
  .awards_slider_block .watermark {
    opacity: .03; }
  .awards_slider_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .awards_slider_block.is_admin .award_slide {
    display: none; }
    .awards_slider_block.is_admin .award_slide:first-child {
      display: block; }

.company_info_block {
  position: relative; }
  .company_info_block .sancroft_logo {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 991.98px) {
      .company_info_block .sancroft_logo {
        margin-bottom: 2rem; } }
    .company_info_block .sancroft_logo img {
      width: 180px; }
      @media only screen and (max-width: 767.98px) {
        .company_info_block .sancroft_logo img {
          width: 140px; } }
  .company_info_block .company_map {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .company_info_block .company_map_wrapper {
    position: relative;
    padding-bottom: 540px;
    height: 0;
    overflow: hidden; }
    @media only screen and (max-width: 1199.98px) {
      .company_info_block .company_map_wrapper {
        padding-bottom: 460px; } }
    @media only screen and (max-width: 767.98px) {
      .company_info_block .company_map_wrapper {
        padding-bottom: 210px; } }
    .company_info_block .company_map_wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .company_info_block .contact_info {
    font-size: 1.2em; }
    @media only screen and (max-width: 991.98px) {
      .company_info_block .contact_info {
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 767.98px) {
      .company_info_block .contact_info {
        font-size: 1em;
        margin-bottom: 2rem; } }
  .company_info_block .contact_row {
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767.98px) {
      .company_info_block .contact_row {
        margin-bottom: 0.5rem; } }
    .company_info_block .contact_row.email {
      color: #303030; }
  .company_info_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.contact_form_block {
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    .contact_form_block.alignfull {
      padding-left: 10px;
      padding-right: 10px; } }
  .contact_form_block.alignfull .container-fluid {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1399.98px) {
      .contact_form_block.alignfull .container-fluid {
        max-width: 1140px; } }
    @media only screen and (max-width: 1199.98px) {
      .contact_form_block.alignfull .container-fluid {
        max-width: 960px; } }
    @media only screen and (max-width: 991.98px) {
      .contact_form_block.alignfull .container-fluid {
        max-width: 720px; } }
    @media only screen and (max-width: 767.98px) {
      .contact_form_block.alignfull .container-fluid {
        width: 100%; } }
  .contact_form_block.has_background {
    padding: 60px 0; }
    @media only screen and (max-width: 991.98px) {
      .contact_form_block.has_background {
        padding: 40px 0; } }
    @media only screen and (max-width: 767.98px) {
      .contact_form_block.has_background {
        padding: 20px 15px; } }
  .contact_form_block.has_leader .text_block p:first-of-type {
    font-weight: 500;
    font-size: 1.3em; }
    @media only screen and (max-width: 991.98px) {
      .contact_form_block.has_leader .text_block p:first-of-type {
        font-size: 1.1em; } }
  .contact_form_block .content {
    position: relative;
    z-index: 4; }
  .contact_form_block .text_block {
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 1199.98px) {
      .contact_form_block .text_block {
        margin-bottom: 0; } }
    .contact_form_block .text_block :first-child {
      margin-top: 0; }
  @media only screen and (max-width: 991.98px) {
    .contact_form_block .contact_form {
      margin-bottom: 2.5rem; } }
  .contact_form_block .icon_section {
    padding-left: 60px; }
    @media only screen and (max-width: 991.98px) {
      .contact_form_block .icon_section {
        padding-left: 0; } }
  .contact_form_block .icon_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem; }
  .contact_form_block .icon_wrapper {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 16px;
    margin-right: 1.5rem;
    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; }
    @media only screen and (max-width: 767.98px) {
      .contact_form_block .icon_wrapper {
        width: 80px;
        height: 80px;
        padding: 12px; } }
    .contact_form_block .icon_wrapper img {
      width: 100%; }
  .contact_form_block .icon_content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0; }
    .contact_form_block .icon_content :first-child {
      margin-top: 0; }
    .contact_form_block .icon_content :last-child {
      margin-bottom: 0; }
    .contact_form_block .icon_content h3 {
      font-size: 2em; }
      @media only screen and (max-width: 1399.98px) {
        .contact_form_block .icon_content h3 {
          font-size: 1.6em; } }
    .contact_form_block .icon_content h3, .contact_form_block .icon_content p {
      margin: 1rem 0; }
    .contact_form_block .icon_content .sancroft_button {
      margin-top: 1.5rem;
      color: #fff; }
  .contact_form_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.team_list_block.alignfull .container-fluid {
  max-width: 1320px; }

.team_list_block.has_background {
  padding: 60px; }
  @media only screen and (max-width: 991.98px) {
    .team_list_block.has_background {
      padding: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .team_list_block.has_background {
      padding: 30px 15px; } }

.team_list_block.has_leader p:first-of-type {
  font-weight: 500;
  font-size: 1.3em; }
  @media only screen and (max-width: 991.98px) {
    .team_list_block.has_leader p:first-of-type {
      font-size: 1.1em; } }

.team_list_block .text_block h2 {
  margin-top: 0; }

.team_list_block .team_list .team_member_wrapper {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767.98px) {
    .team_list_block .team_list .team_member_wrapper {
      margin-bottom: .5rem; } }
  .team_list_block .team_list .team_member_wrapper:hover .team_role {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
    @media only screen and (max-width: 991.98px) {
      .team_list_block .team_list .team_member_wrapper:hover .team_role {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  .team_list_block .team_list .team_member_wrapper:hover .arrow_link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

@media only screen and (max-width: 767.98px) {
  .team_list_block .team_list .headshot {
    width: 120px; } }

.team_list_block .team_list .headshot_img {
  display: block;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  -o-transition: filter .4s;
  transition: filter .4s;
  transition: filter .4s, -webkit-filter .4s; }

.team_list_block .team_list .team_name {
  color: #303030;
  margin-bottom: 0.75rem; }
  @media only screen and (max-width: 767.98px) {
    .team_list_block .team_list .team_name {
      margin-bottom: 0.5rem; } }

.team_list_block .team_list .team_role {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.9em;
  color: #787D69;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  @media only screen and (max-width: 991.98px) {
    .team_list_block .team_list .team_role {
      position: static;
      margin-bottom: 1rem; } }
  @media only screen and (max-width: 767.98px) {
    .team_list_block .team_list .team_role {
      font-size: 0.8em; } }

.team_list_block .team_list .arrow_link {
  font-size: 1.2em;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }
  @media only screen and (max-width: 991.98px) {
    .team_list_block .team_list .arrow_link {
      position: static;
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }
  @media only screen and (max-width: 767.98px) {
    .team_list_block .team_list .arrow_link {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      font-size: 1em; } }

.team_list_block .team_list.sancroft_team .team_member_wrapper {
  padding-bottom: 20px; }
  @media only screen and (max-width: 767.98px) {
    .team_list_block .team_list.sancroft_team .team_member_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 0; } }
  .team_list_block .team_list.sancroft_team .team_member_wrapper:hover .headshot_img {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2)); }

.team_list_block .team_list.sancroft_team .team_info {
  text-align: center; }
  @media only screen and (max-width: 767.98px) {
    .team_list_block .team_list.sancroft_team .team_info {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 10px;
      text-align: left; } }

.team_list_block .team_list.sancroft_team .team_name {
  margin-top: 0.5rem; }

.team_list_block .team_list.sancroft_team .arrow_link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767.98px) {
    .team_list_block .team_list.sancroft_team .arrow_link {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; } }

.team_list_block .team_list.advisors {
  margin-top: 1rem; }
  .team_list_block .team_list.advisors .team_name {
    margin-top: 0; }
  .team_list_block .team_list.advisors .team_info {
    display: block;
    position: relative;
    padding-bottom: 20px; }
    @media only screen and (max-width: 991.98px) {
      .team_list_block .team_list.advisors .team_info {
        padding-bottom: 0; } }

.team_list_block.is_admin {
  position: relative; }
  .team_list_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.jobs_list_block.alignfull .container-fluid {
  max-width: 1320px; }

.jobs_list_block.has_background {
  padding: 60px; }
  @media only screen and (max-width: 991.98px) {
    .jobs_list_block.has_background {
      padding: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .jobs_list_block.has_background {
      padding: 30px 15px; } }

.jobs_list_block.has_leader .text_block p:first-of-type {
  font-weight: 500;
  font-size: 1.3em; }
  @media only screen and (max-width: 991.98px) {
    .jobs_list_block.has_leader .text_block p:first-of-type {
      font-size: 1.1em; } }

.jobs_list_block .job_item_wrapper {
  margin-bottom: 1rem; }

.jobs_list_block .text_block {
  margin-bottom: 3rem; }

.jobs_list_block .job_info .job_name, .jobs_list_block .job_info p {
  color: #303030; }

.jobs_list_block .job_info .job_name {
  margin: 0.5rem 0; }

.jobs_list_block .job_info p {
  font-size: 1em;
  margin-bottom: 0; }

.jobs_list_block .no_vacancies {
  background-color: #fff; }

.jobs_list_block.is_admin {
  position: relative; }
  .jobs_list_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.service_boxes_block {
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    .service_boxes_block.alignfull {
      padding-left: 10px;
      padding-right: 10px; } }
  .service_boxes_block.alignfull .container-fluid {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1399.98px) {
      .service_boxes_block.alignfull .container-fluid {
        max-width: 1140px; } }
    @media only screen and (max-width: 1199.98px) {
      .service_boxes_block.alignfull .container-fluid {
        max-width: 960px; } }
    @media only screen and (max-width: 991.98px) {
      .service_boxes_block.alignfull .container-fluid {
        max-width: 720px; } }
    @media only screen and (max-width: 767.98px) {
      .service_boxes_block.alignfull .container-fluid {
        width: 100%; } }
  .service_boxes_block.has_leader .text_block p:first-of-type {
    font-weight: 500;
    font-size: 1.3em; }
    @media only screen and (max-width: 991.98px) {
      .service_boxes_block.has_leader .text_block p:first-of-type {
        font-size: 1.1em; } }
  .service_boxes_block .content {
    position: relative;
    z-index: 4; }
  .service_boxes_block .text_block h2:first-of-type {
    margin-top: 0; }
  .service_boxes_block .service_box_row {
    margin-top: 3rem; }
    @media only screen and (max-width: 991.98px) {
      .service_boxes_block .service_box_row {
        margin-top: 2rem; } }
    @media only screen and (max-width: 767.98px) {
      .service_boxes_block .service_box_row {
        margin-top: 1.5rem; } }
  .service_boxes_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }

.client_slider_block {
  position: relative; }
  .client_slider_block .client_slider_wrapper {
    padding: 0 50px;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .client_slider_block .client_slider_wrapper {
        padding: 0 40px; } }
  .client_slider_block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .client_slider_block .logo_slide {
    position: relative;
    height: 100%; }
  .client_slider_block .logo_wrapper {
    padding: 30px;
    width: 100%;
    height: 100%;
    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; }
    @media only screen and (max-width: 767.98px) {
      .client_slider_block .logo_wrapper {
        padding: 15px; } }
    .client_slider_block .logo_wrapper .logo_image {
      width: 100%;
      max-height: 80px;
      -o-object-fit: contain;
      object-fit: contain; }
  .client_slider_block .slider_nav_button {
    position: absolute;
    top: calc(50% - 22px); }
    .client_slider_block .slider_nav_button.slider_prev {
      left: 0; }
    .client_slider_block .slider_nav_button.slider_next {
      right: 0; }
  .client_slider_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .client_slider_block.is_admin .client_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .client_slider_block.is_admin .logo_slide {
    display: none;
    width: 20%; }
    .client_slider_block.is_admin .logo_slide:nth-child(-n+5) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media only screen and (max-width: 991.98px) {
      .client_slider_block.is_admin .logo_slide {
        width: 33.3333%; }
        .client_slider_block.is_admin .logo_slide:nth-child(4) {
          display: none; } }
    @media only screen and (max-width: 767.98px) {
      .client_slider_block.is_admin .logo_slide {
        width: 50%; }
        .client_slider_block.is_admin .logo_slide:nth-child(3) {
          display: none; } }

.testimonial_block {
  position: relative; }
  .testimonial_block .quote_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .testimonial_block .icon_wrapper {
    background-color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding: 25px;
    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-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 991.98px) {
      .testimonial_block .icon_wrapper {
        width: 100px;
        height: 100px;
        padding: 15px;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); } }
    @media only screen and (max-width: 767.98px) {
      .testimonial_block .icon_wrapper {
        width: 60px;
        height: 60px;
        padding: 9px;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } }
    .testimonial_block .icon_wrapper img {
      width: 100%; }
  .testimonial_block .quote_content {
    padding-left: 60px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media only screen and (max-width: 1399.98px) {
      .testimonial_block .quote_content {
        padding-left: 40px; } }
    @media only screen and (max-width: 991.98px) {
      .testimonial_block .quote_content {
        padding-left: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .testimonial_block .quote_content {
        padding-left: 20px; } }
    .testimonial_block .quote_content p {
      font-size: 1.6em;
      font-style: italic; }
      @media only screen and (max-width: 1399.98px) {
        .testimonial_block .quote_content p {
          font-size: 1.5em; } }
      @media only screen and (max-width: 991.98px) {
        .testimonial_block .quote_content p {
          font-size: 1.2em; } }
      @media only screen and (max-width: 767.98px) {
        .testimonial_block .quote_content p {
          font-size: 1.1em; } }
      .testimonial_block .quote_content p:first-of-type {
        margin-top: 0; }
  .testimonial_block .author_name {
    font-size: 1.1em; }
    @media only screen and (max-width: 991.98px) {
      .testimonial_block .author_name {
        font-size: .9em; } }
  .testimonial_block.is_admin {
    position: relative; }
    .testimonial_block.is_admin:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }

.reports_insights_list_block {
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    .reports_insights_list_block .latest_report .post_box {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 991.98px) {
    .reports_insights_list_block .latest_report .post_box {
      margin-bottom: 2rem; } }
  .reports_insights_list_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .reports_insights_list_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.featured_events_block {
  position: relative;
  background-color: #EAEBE5; }
  @media only screen and (max-width: 767.98px) {
    .featured_events_block.alignfull {
      padding-left: 10px;
      padding-right: 10px; } }
  .featured_events_block.alignfull .container-fluid {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1399.98px) {
      .featured_events_block.alignfull .container-fluid {
        max-width: 1140px; } }
    @media only screen and (max-width: 1199.98px) {
      .featured_events_block.alignfull .container-fluid {
        max-width: 960px; } }
    @media only screen and (max-width: 991.98px) {
      .featured_events_block.alignfull .container-fluid {
        max-width: 720px; } }
    @media only screen and (max-width: 767.98px) {
      .featured_events_block.alignfull .container-fluid {
        width: 100%; } }
  .featured_events_block.has_background {
    padding: 60px 0; }
    @media only screen and (max-width: 767.98px) {
      .featured_events_block.has_background {
        padding: 30px 15px; } }
  .featured_events_block .content {
    position: relative;
    z-index: 4; }
  .featured_events_block .col_title {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 991.98px) {
      .featured_events_block .col_title {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767.98px) {
      .featured_events_block .col_title {
        margin-bottom: 1.5rem; } }
  .featured_events_block .arrow_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .featured_events_block .watermark {
    opacity: 0.2; }
  .featured_events_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }

.service_list_block .text_block {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767.98px) {
    .service_list_block .text_block {
      margin-bottom: 2rem; } }

.service_list_block.is_admin {
  position: relative; }
  .service_list_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }

.service_intro_block.has_leader .intro_text p:first-of-type,
.service_intro_block.has_leader .side_box_content p:first-of-type {
  font-weight: 500;
  font-size: 1.2em; }
  @media only screen and (max-width: 991.98px) {
    .service_intro_block.has_leader .intro_text p:first-of-type,
    .service_intro_block.has_leader .side_box_content p:first-of-type {
      font-size: 1.1em; } }

.service_intro_block.has_leader .intro_text p:last-of-type,
.service_intro_block.has_leader .side_box_content p:last-of-type {
  margin-bottom: 0; }

.service_intro_block h2:first-of-type {
  margin-top: 0; }

.service_intro_block .intro_text {
  padding-right: 60px; }
  @media only screen and (max-width: 1399.98px) {
    .service_intro_block .intro_text {
      padding-right: 30px; } }
  @media only screen and (max-width: 991.98px) {
    .service_intro_block .intro_text {
      padding-right: 0; } }

@media only screen and (max-width: 991.98px) {
  .service_intro_block .side_box {
    margin-top: 2.5rem; } }

.service_intro_block .side_box.service_bg .side_box_content {
  color: #fff; }
  .service_intro_block .side_box.service_bg .side_box_content li:before {
    color: #fff; }

.service_intro_block .watermark {
  opacity: 0.05; }

.service_intro_block.is_admin {
  position: relative; }
  .service_intro_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.service_column_boxes_block.has_leader .intro_text p:first-of-type {
  font-weight: 500;
  font-size: 1.2em; }
  @media only screen and (max-width: 991.98px) {
    .service_column_boxes_block.has_leader .intro_text p:first-of-type {
      font-size: 1.1em; } }

.service_column_boxes_block h2:first-of-type,
.service_column_boxes_block h3:first-of-type {
  margin-top: 0; }

.service_column_boxes_block .intro_text {
  margin-bottom: 2.5rem; }

.service_column_boxes_block .side_box {
  height: 100%; }
  @media only screen and (max-width: 991.98px) {
    .service_column_boxes_block .side_box {
      height: auto;
      margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 767.98px) {
    .service_column_boxes_block .side_box {
      margin-bottom: 0.75rem; } }
  .service_column_boxes_block .side_box.service_bg .side_box_content {
    color: #fff; }
    .service_column_boxes_block .side_box.service_bg .side_box_content li:before {
      color: #fff; }
  .service_column_boxes_block .side_box p:last-of-type {
    margin-bottom: 0; }
  @media only screen and (max-width: 767.98px) {
    .service_column_boxes_block .side_box h3 {
      font-size: 1.5rem; } }

.service_column_boxes_block .watermark {
  opacity: 0.05; }

.service_column_boxes_block.is_admin {
  position: relative; }
  .service_column_boxes_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.briefing_form_block {
  padding: 60px;
  background-color: #172F4E;
  color: #fff;
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    .briefing_form_block {
      padding: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .briefing_form_block {
      padding: 15px 15px 30px 15px; } }
  .briefing_form_block .content {
    position: relative;
    z-index: 4; }
  .briefing_form_block .text_block {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 991.98px) {
      .briefing_form_block .text_block {
        text-align: center;
        padding-right: 0;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767.98px) {
      .briefing_form_block .text_block h2, .briefing_form_block .text_block p {
        text-align: left !important; } }
    .briefing_form_block .text_block h2:first-of-type {
      margin-top: 0; }
  .briefing_form_block .briefing_form .wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .briefing_form_block .briefing_form .wpcf7-form p {
      width: 50%;
      padding: .5rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 767.98px) {
        .briefing_form_block .briefing_form .wpcf7-form p {
          width: 100%;
          padding: 0 0 .5rem 0; } }
      .briefing_form_block .briefing_form .wpcf7-form p:last-of-type {
        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;
        padding-left: 80px; }
        @media only screen and (max-width: 767.98px) {
          .briefing_form_block .briefing_form .wpcf7-form p:last-of-type {
            padding-left: 0;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
    .briefing_form_block .briefing_form .wpcf7-form select {
      width: 100%; }
  .briefing_form_block .watermark {
    opacity: .03; }
  .briefing_form_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.service_contact_block {
  padding: 60px;
  background-color: #172F4E;
  color: #fff;
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    .service_contact_block {
      padding: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .service_contact_block {
      padding: 15px 15px 30px 15px; } }
  .service_contact_block .content {
    position: relative;
    z-index: 4; }
  .service_contact_block .text_block {
    padding-right: 60px; }
    @media only screen and (max-width: 991.98px) {
      .service_contact_block .text_block h2, .service_contact_block .text_block p {
        text-align: left !important; } }
    .service_contact_block .text_block h2:first-of-type {
      margin-top: 0; }
  .service_contact_block .watermark {
    opacity: .03; }
  .service_contact_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.project_stages_block {
  background-color: #F7F7F7; }
  .project_stages_block.has_background {
    padding: 60px; }
    @media only screen and (max-width: 991.98px) {
      .project_stages_block.has_background {
        padding: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .project_stages_block.has_background {
        padding: 30px 15px; } }
  .project_stages_block.has_leader .text_block p:first-of-type {
    font-weight: 500;
    font-size: 1.3em; }
    @media only screen and (max-width: 991.98px) {
      .project_stages_block.has_leader .text_block p:first-of-type {
        font-size: 1.1em; } }
  @media only screen and (max-width: 767.98px) {
    .project_stages_block .container {
      padding-left: 0;
      padding-right: 0; } }
  .project_stages_block .text_block {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767.98px) {
      .project_stages_block .text_block {
        margin-bottom: 0; } }
  .project_stages_block .project_slider_wrapper {
    position: relative;
    margin: 1.5rem 0; }
    @media only screen and (max-width: 767.98px) {
      .project_stages_block .project_slider_wrapper {
        margin: 1.5rem 0 2rem 0; } }
  .project_stages_block .project_slider {
    padding: 0 50px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767.98px) {
      .project_stages_block .project_slider {
        padding: 0; } }
    .project_stages_block .project_slider .nav_button_wrapper {
      height: 100%;
      position: absolute;
      top: 0;
      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;
      z-index: 2; }
      .project_stages_block .project_slider .nav_button_wrapper.slider_prev {
        left: 0; }
      .project_stages_block .project_slider .nav_button_wrapper.slider_next {
        right: 0; }
    .project_stages_block .project_slider:before, .project_stages_block .project_slider:after {
      content: '';
      background-color: #F7F7F7;
      height: 100%;
      width: 50px;
      position: absolute;
      top: 0;
      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;
      z-index: 1; }
      @media only screen and (max-width: 767.98px) {
        .project_stages_block .project_slider:before, .project_stages_block .project_slider:after {
          display: none; } }
    .project_stages_block .project_slider:before {
      left: 0; }
    .project_stages_block .project_slider:after {
      right: 0; }
  .project_stages_block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .project_stages_block .stage_wrapper {
    position: relative;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .project_stages_block .stage_wrapper:first-child .stage_content:before, .project_stages_block .stage_wrapper:last-child .stage_content:before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 50%;
      height: 70px;
      background-color: #F7F7F7; }
      @media only screen and (max-width: 991.98px) {
        .project_stages_block .stage_wrapper:first-child .stage_content:before, .project_stages_block .stage_wrapper:last-child .stage_content:before {
          height: 60px; } }
    .project_stages_block .stage_wrapper:first-child .stage_content:before {
      left: 0; }
    .project_stages_block .stage_wrapper:last-child .stage_content:before {
      right: 0; }
  .project_stages_block .stage_content {
    padding: 0 20px 90px 20px;
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 991.98px) {
      .project_stages_block .stage_content {
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767.98px) {
      .project_stages_block .stage_content {
        padding: 0 0 70px 0; } }
  .project_stages_block .stage_content_inner {
    background-color: #fff;
    padding: 30px;
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .project_stages_block .stage_content_inner {
        padding: 20px 20px 30px 20px; } }
    .project_stages_block .stage_content_inner h2:first-of-type, .project_stages_block .stage_content_inner h3:first-of-type {
      margin-top: 0; }
    .project_stages_block .stage_content_inner p {
      color: #303030 !important; }
      .project_stages_block .stage_content_inner p:last-of-type {
        margin-bottom: 0; }
    .project_stages_block .stage_content_inner ul, .project_stages_block .stage_content_inner ol {
      color: #303030 !important; }
    .project_stages_block .stage_content_inner:after {
      content: '';
      position: absolute;
      left: calc(50% - 20px);
      bottom: -20px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #fff; }
      @media only screen and (max-width: 991.98px) {
        .project_stages_block .stage_content_inner:after {
          left: calc(50% - 15px);
          bottom: -15px;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-top: 15px solid #fff; } }
  .project_stages_block .stage_number {
    background-color: #172F4E;
    color: #fff;
    font-size: 2.5em;
    font-weight: 500;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    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;
    position: absolute;
    left: calc(50% - 35px);
    bottom: 0; }
    @media only screen and (max-width: 991.98px) {
      .project_stages_block .stage_number {
        font-size: 2.2em;
        width: 60px;
        height: 60px;
        left: calc(50% - 30px); } }
    @media only screen and (max-width: 767.98px) {
      .project_stages_block .stage_number {
        font-size: 2em;
        width: 50px;
        height: 50px;
        left: calc(50% - 25px); } }
  .project_stages_block .timeline {
    width: 100%;
    border-top: 3px dotted #172F4E;
    position: absolute;
    left: 0;
    bottom: 35px;
    z-index: 0; }
    @media only screen and (max-width: 991.98px) {
      .project_stages_block .timeline {
        bottom: 30px; } }
    @media only screen and (max-width: 767.98px) {
      .project_stages_block .timeline {
        bottom: 25px; } }
  .project_stages_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .project_stages_block.is_admin .project_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .project_stages_block.is_admin .project_slider .stage_wrapper {
      display: none; }
      .project_stages_block.is_admin .project_slider .stage_wrapper:first-child, .project_stages_block.is_admin .project_slider .stage_wrapper:nth-child(2) {
        display: block; }
      @media only screen and (max-width: 991.98px) {
        .project_stages_block.is_admin .project_slider .stage_wrapper:nth-child(2) {
          display: none; } }

.service_icon_block {
  background-color: #EAEBE5; }
  .service_icon_block.bg_white {
    background-color: #fff !important; }
  .service_icon_block .logo_wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .service_icon_block .logo_wrapper {
    padding: 0 .5rem; }
    @media only screen and (max-width: 767.98px) {
      .service_icon_block .logo_wrapper {
        padding: 0; } }
  .service_icon_block.is_admin {
    position: relative; }
    .service_icon_block.is_admin:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }

.reporting_standards_block {
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    .reporting_standards_block.alignfull {
      padding-left: 10px;
      padding-right: 10px; } }
  .reporting_standards_block.alignfull .container-fluid {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1399.98px) {
      .reporting_standards_block.alignfull .container-fluid {
        max-width: 1140px; } }
    @media only screen and (max-width: 1199.98px) {
      .reporting_standards_block.alignfull .container-fluid {
        max-width: 960px; } }
    @media only screen and (max-width: 991.98px) {
      .reporting_standards_block.alignfull .container-fluid {
        max-width: 720px; } }
    @media only screen and (max-width: 767.98px) {
      .reporting_standards_block.alignfull .container-fluid {
        width: 100%; } }
  .reporting_standards_block.has_background {
    padding: 40px 0; }
    @media only screen and (max-width: 767.98px) {
      .reporting_standards_block.has_background {
        padding: 10px 15px; } }
  .reporting_standards_block.has_leader .text_block p:first-of-type {
    font-weight: 500;
    font-size: 1.2em; }
    @media only screen and (max-width: 991.98px) {
      .reporting_standards_block.has_leader .text_block p:first-of-type {
        font-size: 1.1em; } }
  .reporting_standards_block .content {
    position: relative;
    z-index: 4; }
  .reporting_standards_block .text_block {
    margin-bottom: 3rem;
    text-align: center; }
    @media only screen and (max-width: 991.98px) {
      .reporting_standards_block .text_block {
        margin-bottom: 1.5rem; } }
  .reporting_standards_block .framework_col {
    padding-right: 30px; }
    @media only screen and (max-width: 767.98px) {
      .reporting_standards_block .framework_col {
        padding-right: 0; } }
    .reporting_standards_block .framework_col h2:first-of-type,
    .reporting_standards_block .framework_col h3:first-of-type {
      margin-top: 0; }
  @media only screen and (max-width: 991.98px) {
    .reporting_standards_block .side_box {
      margin-top: 1rem; } }
  .reporting_standards_block .side_box.service_bg .side_box_content {
    color: #fff; }
    .reporting_standards_block .side_box.service_bg .side_box_content li:before {
      color: #fff; }
  .reporting_standards_block .side_box h2:first-of-type,
  .reporting_standards_block .side_box h3:first-of-type {
    margin-top: 0; }
  .reporting_standards_block .side_box .arrow_link .icon {
    color: #fff; }
  .reporting_standards_block .side_box .watermark {
    opacity: 0.1; }
  .reporting_standards_block.is_admin {
    position: relative; }
    .reporting_standards_block.is_admin:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }

.case_study_list_block {
  position: relative; }
  .case_study_list_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }

.case_study_tabs_block .tab_section {
  padding-left: .75rem;
  position: relative;
  width: calc(((100% - 1320px) / 2) + 1320px);
  margin: 0 0 0 auto; }
  @media only screen and (max-width: 1399.98px) {
    .case_study_tabs_block .tab_section {
      width: calc(((100% - 1140px) / 2) + 1140px); } }
  @media only screen and (max-width: 1199.98px) {
    .case_study_tabs_block .tab_section {
      width: calc(((100% - 960px) / 2) + 960px); } }
  @media only screen and (max-width: 991.98px) {
    .case_study_tabs_block .tab_section {
      width: calc(((100% - 720px) / 2) + 720px); } }
  @media only screen and (max-width: 767.98px) {
    .case_study_tabs_block .tab_section {
      width: 100%;
      padding-right: 0.75rem; } }

.case_study_tabs_block.has_leader .tab_content_wrapper p:first-of-type {
  font-weight: 500;
  font-size: 1.2em; }
  @media only screen and (max-width: 991.98px) {
    .case_study_tabs_block.has_leader .tab_content_wrapper p:first-of-type {
      font-size: 1.1em; } }

.case_study_tabs_block .text_block {
  margin-bottom: 3rem; }
  .case_study_tabs_block .text_block h2:first-of-type,
  .case_study_tabs_block .text_block h3:first-of-type {
    margin-top: 0; }
  @media only screen and (max-width: 767.98px) {
    .case_study_tabs_block .text_block {
      margin-bottom: 1.5rem; } }

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

.case_study_tabs_block .tab_link {
  margin-right: 0.25rem;
  background-color: #172F4E;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #787D69;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 1.4em;
  min-width: 220px;
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    .case_study_tabs_block .tab_link {
      font-size: 1.2em;
      min-width: 180px; } }
  @media only screen and (max-width: 767.98px) {
    .case_study_tabs_block .tab_link {
      font-size: 1.1em;
      min-width: 33.3333%;
      margin: 0; }
      .case_study_tabs_block .tab_link:nth-child(2) {
        border-right: 2px solid #fff;
        border-left: 2px solid #fff; } }
  .case_study_tabs_block .tab_link .text_wrapper {
    padding: 12px 30px;
    display: block;
    position: relative;
    z-index: 2;
    background-color: #EAEBE5;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    @media only screen and (max-width: 991.98px) {
      .case_study_tabs_block .tab_link .text_wrapper {
        padding: 10px 20px; } }
    @media only screen and (max-width: 767.98px) {
      .case_study_tabs_block .tab_link .text_wrapper {
        padding: 10px; } }
  .case_study_tabs_block .tab_link:after {
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #172F4E;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
  .case_study_tabs_block .tab_link:hover .text_wrapper, .case_study_tabs_block .tab_link:focus .text_wrapper, .case_study_tabs_block .tab_link:active .text_wrapper {
    background-color: #d3d5c8; }
  .case_study_tabs_block .tab_link.active {
    color: #fff; }
    .case_study_tabs_block .tab_link.active .text_wrapper {
      background-color: #172F4E; }
    .case_study_tabs_block .tab_link.active:after {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.case_study_tabs_block .tabs_content {
  background-color: #F7F7F7;
  width: 100%; }

.case_study_tabs_block .tab_content_wrapper {
  width: 1320px;
  padding: 60px 40px; }
  @media only screen and (max-width: 1399.98px) {
    .case_study_tabs_block .tab_content_wrapper {
      width: 1140px; } }
  @media only screen and (max-width: 1199.98px) {
    .case_study_tabs_block .tab_content_wrapper {
      width: 960px; } }
  @media only screen and (max-width: 991.98px) {
    .case_study_tabs_block .tab_content_wrapper {
      width: 720px;
      padding: 40px 30px; } }
  @media only screen and (max-width: 767.98px) {
    .case_study_tabs_block .tab_content_wrapper {
      width: 100%;
      padding: 30px 16px; } }
  .case_study_tabs_block .tab_content_wrapper h2:first-of-type,
  .case_study_tabs_block .tab_content_wrapper h3:first-of-type,
  .case_study_tabs_block .tab_content_wrapper p:first-of-type {
    margin-top: 0; }
  .case_study_tabs_block .tab_content_wrapper p:last-of-type {
    margin-bottom: 0; }

.event_list_block {
  position: relative; }
  .event_list_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }

.event_info_block {
  position: relative; }
  .event_info_block a {
    color: #787D69; }
  .event_info_block.has_leader .intro_text p:first-of-type {
    font-weight: 500;
    font-size: 1.2em; }
    @media only screen and (max-width: 991.98px) {
      .event_info_block.has_leader .intro_text p:first-of-type {
        font-size: 1.1em; } }
  .event_info_block.has_leader .intro_text p:last-of-type {
    margin-bottom: 0; }
  .event_info_block .intro_text {
    padding-right: 60px; }
    @media only screen and (max-width: 1399.98px) {
      .event_info_block .intro_text {
        padding-right: 30px; } }
    @media only screen and (max-width: 991.98px) {
      .event_info_block .intro_text {
        padding-right: 0; } }
    .event_info_block .intro_text p:first-of-type {
      margin-top: 0; }
  @media only screen and (max-width: 991.98px) {
    .event_info_block .side_box {
      margin-top: 2.5rem; } }
  .event_info_block .side_box h2 {
    margin-bottom: 1.5rem; }
    .event_info_block .side_box h2:first-of-type {
      margin-top: 0; }
  .event_info_block .side_box .sancroft_button {
    color: #fff; }
  .event_info_block .content_wrapper {
    position: relative;
    z-index: 4; }
  .event_info_block .event_info {
    margin-bottom: 2rem; }
  .event_info_block .event_row {
    margin-bottom: 0.75rem;
    font-size: 1.1em; }
    @media only screen and (max-width: 767.98px) {
      .event_info_block .event_row {
        font-size: 1em; } }
    .event_info_block .event_row .text {
      font-weight: 300; }
  .event_info_block .event_map {
    margin-bottom: 2rem; }
  .event_info_block .watermark {
    opacity: 0.1; }
  .event_info_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }

.event_attendee_block a {
  color: #787D69; }

.event_attendee_block h2:first-of-type {
  margin-top: 0; }

.event_attendee_block .attendee_section .team_column_title {
  font-size: 2.2em; }

.event_attendee_block .attendee_section .headshot {
  width: 120px;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2)); }
  @media only screen and (max-width: 991.98px) {
    .event_attendee_block .attendee_section .headshot {
      width: 100px; } }

.event_attendee_block .attendee_section .team_name {
  color: #303030; }

.event_attendee_block .attendee_section .arrow_link {
  display: none; }

.event_attendee_block .guest_wrapper .headshot {
  padding: 8px;
  -webkit-filter: unset;
  filter: unset; }
  .event_attendee_block .guest_wrapper .headshot .headshot_wrapper {
    display: block;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
    border-radius: 100%;
    overflow: hidden; }
    .event_attendee_block .guest_wrapper .headshot .headshot_wrapper img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }

.event_attendee_block.is_admin {
  position: relative; }
  .event_attendee_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.insights_banner_block .author_date_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .insights_banner_block .author_date_wrapper .author_headshot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .insights_banner_block .author_date_wrapper .author_headshot .author_headshot_image,
    .insights_banner_block .author_date_wrapper .author_headshot .avatar {
      width: 65px;
      margin-left: -30px;
      -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2)); }
      .insights_banner_block .author_date_wrapper .author_headshot .author_headshot_image:first-child,
      .insights_banner_block .author_date_wrapper .author_headshot .avatar:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 767.98px) {
        .insights_banner_block .author_date_wrapper .author_headshot .author_headshot_image,
        .insights_banner_block .author_date_wrapper .author_headshot .avatar {
          width: 55px; } }
    .insights_banner_block .author_date_wrapper .author_headshot img {
      height: auto;
      max-width: 100%; }
  .insights_banner_block .author_date_wrapper .author_name_date {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .insights_banner_block .author_date_wrapper .author_name {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767.98px) {
      .insights_banner_block .author_date_wrapper .author_name {
        font-size: 0.9em; } }

.insights_banner_block.is_admin {
  position: relative; }
  .insights_banner_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.get_full_report_block {
  padding: 60px;
  background-color: #172F4E;
  color: #fff;
  position: relative; }
  @media only screen and (max-width: 991.98px) {
    .get_full_report_block {
      padding: 30px; } }
  @media only screen and (max-width: 767.98px) {
    .get_full_report_block {
      padding: 15px 15px 30px 15px; } }
  .get_full_report_block .content {
    position: relative;
    z-index: 4; }
  .get_full_report_block .text_block {
    padding-right: 30px; }
    @media only screen and (max-width: 991.98px) {
      .get_full_report_block .text_block {
        text-align: center;
        padding-right: 0;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767.98px) {
      .get_full_report_block .text_block h2, .get_full_report_block .text_block p {
        text-align: left !important; } }
    .get_full_report_block .text_block h2:first-of-type {
      margin-top: 0; }
  @media only screen and (max-width: 991.98px) {
    .get_full_report_block .full_report_form .mc4wp-form-fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (max-width: 767.98px) {
    .get_full_report_block .full_report_form .mc4wp-form-fields {
      display: block; } }
  .get_full_report_block .full_report_form .mc4wp-form-fields label {
    display: none; }
  .get_full_report_block .full_report_form .mc4wp-form-fields .form_field {
    width: 100%;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767.98px) {
      .get_full_report_block .full_report_form .mc4wp-form-fields .form_field {
        margin-bottom: 0.5rem; } }
  .get_full_report_block .watermark {
    opacity: .03; }
  .get_full_report_block.is_admin:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .get_full_report_block.is_admin .mc4wp-form > label {
    display: none; }
