/*!
Theme Name: child
Template: Divi
Author: Catalyst
Version: 2.0
Updated: 2019-10-08 
*/
/* RFS Config
 rfs-factor determines how much fonts scale based on screen size. 
 The higher the number the more they change size 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
    --LOAD FONTS HERE--
    uses the easy-font-face-mixin

    @params: desired font name, font filename, font weight
    --format is detected and added based on file type in filename
--------------------------------------------------------------------------------*/
@font-face {
  font-family: "Noto Serif";
  font-family: "Noto Serif";
  src: url("fonts/NotoSerif-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat";
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Shoreline";
  font-family: "Shoreline";
  src: url("fonts/Shoreline-Script-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Gotham";
  font-family: "Gotham";
  src: url("fonts/GothamBook.ttf");
  font-weight: 400;
}
/* RFS responsive font sizing package uses calc() to make dynamic font scaling
--------------------------------------------------------------------------------*/
/* Global Variables for use in all files
--------------------------------------------------------------------------------*/
/* Global Mixins and Placeholders for use in all files
    note: some mixins and placeholders are modified by values in global variables.
--------------------------------------------------------------------------------*/
/*
*   Color related mixins 
*   ONLY DEFINE MIXINS IN THIS FILE
*/
/*
@mixin form-wireframe($bg-color, $wire-color, $wire-width, $radius, $txt-color, $btn-color, $btn-position: center) {
  text-align: center;

  @at-root & input:not([type=submit]),
  & textarea {
    background: $bg-color;
    border: solid 2px $wire-color;
    border-radius: 0;
    // change from em units to support IE
    // height: 2.5em;
    height: 1%;
    // padding: 1.5em 1.2em !important;
    padding: 15px !important;
    font-weight: $font-weight-bold;
    @include rfs($form-text-font-size);
  }

  @at-root &:-ms-input-placeholder {
    color: $txt-color;
    @include rfs($form-ph-font-size);
    font-weight: $font-weight-light;
    font-family: $subhead-font;
    text-transform: uppercase;
  }

  @at-root & ::placeholder {
    color: $txt-color;
    @include rfs($form-ph-font-size);
    font-weight: $font-weight-light;
    font-family: $subhead-font;
    // text-transform: uppercase;
  }

  @at-root & .gform_footer {
    text-align: $btn-position;

    @include mx-desktop {
      text-align: center;
    }

    input[type=submit] {
      @extend %button-animate;
      @include rfs($form-ph-font-size);
      background: $btn-color;
      border-radius: 0;
      border: none;
      color: $color-contrast;
      cursor: pointer;
      font-family: $subhead-font;
      font-weight: $font-weight-normal;
      // change from em units to support IE
      // padding: 1.2em 3em;
      padding: 18px 30px !important;
      text-transform: uppercase;
      letter-spacing: 2px;
      // transition: ease-in-out .2s;
      // dropping mobile em styling to support IE, same % works fine on mobile.
      // @include mx-phone {
      //     padding: .7em 1em;
      // }

      // &:hover {
      //     transform: scale(1.05);
      // }
    }
  }
}
*/
select#input_1_11 {
  padding-left: 1.5rem !important;
  border: none;
  color: #ffffff;
  background: #222222 !important;
  text-transform: uppercase;
  padding: 20px 23px !important;
  border-radius: 0;
  margin-top: 12px !important;
}

.contact-form-page .et_pb_text_inner {
  width: 80%;
}
@media screen and (max-width: 981px) {
  .contact-form-page .et_pb_text_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-page .et_pb_text_inner {
    width: 95%;
  }
}

.roi-calculator-form .gform_footer input[type=submit], .contact-form .gform_footer input[type=submit] {
  transition: 0.2s;
}
.roi-calculator-form .gform_footer input[type=submit]:hover, .contact-form .gform_footer input[type=submit]:hover {
  transform: scale(1.05);
}

/* Theme, Layout, and Components styles for the design
--------------------------------------------------------------------------------*/
/*		
		for responsive font-sizing use rfs

		.title {
			@include responsive-font-size(4rem); // OR @include responsive-font-size(64px); OR @include rfs(64);
		}

*/
h1, h2, h3 {
  line-height: 1;
}

h4, h5, h6 {
  line-height: 1;
}

h1 + h1, h2 + h1, h3 + h1, h1 + h2, h2 + h2, h3 + h2, h1 + h3, h2 + h3, h3 + h3 {
  margin-top: 2rem;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

h1 {
  font-size: 4rem;
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
@media (max-width: 1200px) {
  h1 {
    font-size: calc(1.05rem + 3.9333333333vw);
  }
}

h2 {
  font-size: 4rem;
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 1200px) {
  h2 {
    font-size: calc(1.05rem + 3.9333333333vw);
  }
}

h3 {
  font-size: 3rem;
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 1200px) {
  h3 {
    font-size: calc(1.0333333333rem + 2.6222222222vw);
  }
}

h4 {
  font-size: 1.5rem;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
@media (max-width: 1200px) {
  h4 {
    font-size: calc(1.0083333333rem + 0.6555555556vw);
  }
}

h5 {
  font-size: 1.25rem;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  h5 {
    font-size: calc(1.0041666667rem + 0.3277777778vw);
  }
}
@media screen and (max-width: 768px) {
  h5 {
    line-height: 1.5;
  }
}

h6 {
  font-size: 1rem;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  font-size: 1rem;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.tagline {
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 2em 0;
}
@media (max-width: 1200px) {
  .tagline {
    font-size: calc(1.005rem + 0.3933333333vw);
  }
}

.copy--light-mode {
  color: #000000;
  background-color: #ffffff;
}

.copy--dark-mode {
  color: #ffffff;
  background-color: #000000;
}

.cta--primary {
  background: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.cta--primary:hover {
  padding: 9px 10px !important;
}

.color-brand-contrast {
  color: #ffffff;
}

.list-text-white ul li {
  color: #ffffff;
  font-weight: 300;
}

.list-text-black ul li {
  font-weight: 300;
}

@media screen and (max-width: 981px) {
  .alt-size h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 981px) {
  .et_vertical_nav #page-container {
    padding-top: 60px !important;
  }
}

#override-white-text h1,
#override-white-text h4 {
  color: #000000 !important;
}

.et_pb_column_1_3 h1,
.et_pb_column_2_5 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1 {
  font-size: 4rem;
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .et_pb_column_1_3 h1,
.et_pb_column_2_5 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1 {
    font-size: calc(1.05rem + 3.9333333333vw);
  }
}

.et_pb_column_1_3 h4,
.et_pb_column_2_5 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4 {
  font-size: 1.5rem;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .et_pb_column_1_3 h4,
.et_pb_column_2_5 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4 {
    font-size: calc(1.0083333333rem + 0.6555555556vw);
  }
}

.et_pb_column_1_3 h2,
.et_pb_column_2_5 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2 {
  font-size: 3rem;
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
}
@media (max-width: 1200px) {
  .et_pb_column_1_3 h2,
.et_pb_column_2_5 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2 {
    font-size: calc(1.0333333333rem + 2.6222222222vw);
  }
}

@media screen and (min-width: 1200px) {
  .two-col2,
.four-col4 {
    padding-left: 3em;
  }
}

@media screen and (min-width: 981px) {
  .four-col4 {
    padding-top: 2em;
  }
}

.bottom-nav li {
  padding-right: 0;
}

@media screen and (min-width: 981px) {
  .bottom-nav li:nth-last-child(n+2) {
    padding-right: 20px;
  }
}

/* -- Buttons Sitewide styles -- */
body #page-container .et_pb_section .et_pb_button {
  border-width: 0px;
  padding: 0.3rem 1rem !important;
  font-size: 16px;
  /*order-color: rgba(255,255,255,0);*/
  border-radius: 0px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  /* color: #ffffff; */
}

body #page-container .et_pb_section .et_pb_button:hover,
.custom-btn:hover {
  padding: 0.3rem 1.5rem !important;
  opacity: 0.7;
}

@media (min-width: 981px) {
  /*.et_pb_gutters2 .et_pb_column_1_2, */
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
    width: 33%;
  }
}
/* Main Menu
-----------------------------------------------------------------------*/
nav#top-menu-nav:after {
  content: "Full-service marketing that speeds results for every real estate investment strategy.";
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  float: right;
  margin-top: 3em;
  margin-bottom: 0.5em;
}

/* SEO and SEM Career Page
-----------------------------------------------------------------------*/
#linear-gradient-vertical {
  background: linear-gradient(#7c5947, #efd092);
  position: absolute;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  width: 100% !important;
}

div#linear-gradient-vertical .col-2 {
  margin-left: 1px !important;
}

div#linear-gradient-vertical .col-1 {
  margin-right: 1px !important;
}

div#linear-gradient-vertical .et_pb_column {
  background: #000 !important;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

#dropdown-cols .et_pb_column {
  background: linear-gradient(90deg, #7c5947 50%, #efd092 100%) !important;
  padding: 4px;
}

#dropdown-cols .et_pb_code {
  background: #000000;
}

#dropdown-cols .dropdown,
#dropdown-cols .dropdown-project {
  position: relative;
  display: inline-block;
  color: #000000 !important;
  width: 100%;
  text-align: left !important;
}

#dropdown-cols button.projects-dropbtn:after,
#dropdown-cols button.dropbtn:after {
  font-family: "ETmodules";
  font-size: 46px;
  content: "3";
  position: absolute;
  color: white;
  right: 8px;
  top: 0;
}

.dropdown-container {
  background-image: linear-gradient(90deg, #7c5947 50%, #efd092 100%) !important;
  padding: 3px;
}

.dropdown-container select.select-dropdown {
  width: 100%;
  border-radius: 0;
  padding: 0;
  border: none;
  height: 3rem;
  background: black;
  color: white;
  padding: 0 1rem;
  font-size: 16px;
}

#blog-dropdown .select-dropdown,
#blog-dropdown-two .select-dropdown {
  background: #ffffff;
  color: #000000;
}

#blog-dropdown.blog-drop-container:after,
#blog-dropdown-two.blog-drop-container:after {
  font-family: "ETModules";
  font-size: 2.5rem;
  content: "3";
  position: absolute;
  top: 40px;
  color: #000000 !important;
  right: 20px;
}

.dropdown-container:after {
  font-family: "ETModules";
  font-size: 2.5rem;
  content: "3";
  position: absolute;
  top: 40px;
  color: #ffffff;
  right: 20px;
}

#our-work-search,
#blog-search {
  background-image: linear-gradient(90deg, #7c5947 50%, #efd092 100%) !important;
  padding: 3px;
}

#our-work-search input[type=text],
#blog-search input[type=text] {
  color: #ffffff;
  padding: 1rem !important;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

#our-work-search:after {
  font-family: "ETmodules";
  content: "U";
  position: absolute;
  right: 1em;
  bottom: 18px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /* -ms-filter: "FlipH";*/
  color: #ffffff;
  font-size: 25px;
}

#blog-search:after {
  font-family: "ETmodules";
  content: "U";
  position: absolute;
  right: 1em;
  bottom: 18px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-size: 25px;
  color: #000000 !important;
}

#special-margin {
  margin-top: -10em;
}

div#work-category-row {
  padding-bottom: 10em;
}

#portfolio-section .col {
  margin-top: -10em;
}

.et_pb_portfolio_item {
  box-shadow: 0px 4px 13px -2px rgba(0, 0, 0, 0.3);
  transition: all ease 0.3s;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.et_pb_portfolio_item h2 {
  color: #000 !important;
  text-align: center;
}

.et_pb_portfolio_item:hover {
  margin-top: -5px;
  margin-bottom: 50px;
  box-shadow: 0px 23px 61px -13px rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}

.et_overlay {
  display: none;
}

.et_pb_search {
  border-radius: 0;
}

.project-col {
  margin-top: -15em;
}

.single .et_pb_post {
  margin-bottom: 0;
}

/* Contact Page
-----------------------------------------------------------------------*/
.contact-form-page {
  display: flex;
  justify-content: center;
}

.contact-info .et_pb_column {
  padding: 3em 0;
}

.contact-info p,
.contact-info p a {
  text-transform: uppercase;
  color: #ffffff;
}

.contact-info .col {
  margin-right: 2px !important;
}

.contact-info {
  padding: 0 !important;
}

@media (min-width: 981px) {
  .border-right {
    border-right: 2px solid #89604d;
  }
}
@media (max-width: 980px) {
  /* -- fonts -- */
  .h1-sm {
    font-size: 3.4rem;
  }

  #special-header .col-2 {
    position: absolute;
    top: 3em;
  }

  #special-header .col-2 h2 {
    font-size: 3rem;
  }

  /* -- All things Flexbox --*/
  .homepage-flex-order {
    display: flex;
    flex-flow: row wrap;
  }

  .homepage-flex-order .four-col1 {
    order: 2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100% !important;
  }

  .homepage-flex-order .four-col2 {
    order: 3;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100% !important;
  }

  .homepage-flex-order .four-col3 {
    order: 4;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100% !important;
  }

  .homepage-flex-order .four-col4 {
    order: 1;
    width: 100% !important;
    padding-bottom: 40px;
  }

  .et_pb_column.et_pb_column_empty {
    display: block;
    height: 50vw;
    margin-bottom: 0;
  }

  .two-col1 {
    order: 2;
  }

  .two-col2 {
    order: 1;
    padding-bottom: 40px;
  }

  /* -- Careers Page -- */
  .et_pb_blurb_content {
    padding-top: 25px;
    margin: 0;
    max-width: none;
  }

  .careers-blurbs .et_pb_column {
    margin-bottom: 0;
  }

  /* -- Footer -- */
  .footer-widget:nth-child(n) {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (min-width: 981px) {
  .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
    border: 1px solid #000;
    width: 90%;
  }

  .et_vertical_nav #main-header .container {
    margin: 0 5px;
  }

  .et_vertical_nav #et_search_icon:before {
    top: 3px;
  }

  .et_vertical_nav.et_header_style_centered #et_search_icon:before {
    left: 90%;
  }

  #et_search_icon:before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
}
@media (max-width: 767px) {
  .bottom-row-padding {
    padding: 2em;
  }

  #portfolio-section .col {
    margin-top: -15em;
  }

  ul#menu-footer-menu {
    justify-content: center;
    flex-flow: row wrap;
  }

  #main-footer ul li {
    text-align: center;
    width: 100%;
    margin: 0.5rem 0;
  }

  .project-col {
    margin-top: -5em;
  }
}
.notebook-image {
  display: flex;
}
.notebook-image img {
  width: auto;
  max-width: none;
  height: 100%;
}

/*    all things .hero__    */
.hero, .hero--light-mode {
  padding: 0;
}

.hero.et_pb_specialty_fullwidth .et_pb_row, .et_pb_specialty_fullwidth.hero--light-mode .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
}

.hero--light-mode {
  color: #000000;
  background-color: #ffffff;
}

.hero__heading, .hero__heading--decorated {
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  padding: 8em 1em 0 1em;
}

.hero__subhead {
  text-transform: uppercase;
  font-weight: 700;
}

#top-menu a:hover {
  background-image: linear-gradient(90deg, #89604d 41%, #eecf91 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

#top-menu a:active,
#main-footer .bottom-nav a:active {
  background: linear-gradient(to right, #7c5947, #efd092);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Main Menu
-----------------------------------------------------------------------*/
nav#top-menu-nav:after {
  content: "Full-service marketing that speeds results for every real estate investment strategy.";
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  float: right;
  margin-top: 3em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 981px) {
  #top-menu li a {
    padding-top: 5px;
  }
}
@media screen and (max-width: 981px) {
  #main-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: fixed;
  }
  #main-header .et_mobile_menu {
    top: 40px !important;
  }
  #main-header .container {
    width: 100%;
  }
  #main-header .logo_container {
    text-align: left;
    width: 80%;
    z-index: 9999;
  }
  #main-header .logo_helper {
    display: none;
  }
  #main-header #et-top-navigation {
    position: absolute !important;
    top: 0;
  }
  #main-header .mobile_nav {
    padding: 0 !important;
    background: transparent;
  }
  #main-header .mobile_menu_bar {
    top: 0 !important;
    right: 15px !important;
  }
  #main-header span.select_page {
    display: none !important;
  }
}
/*  all things .header__    */
#special-header {
  height: 100vh;
}
@media screen and (max-width: 981px) {
  #special-header {
    height: 100vh;
  }
}

#special-header-mobile {
  height: calc(100vh - 60px);
}

#special-header #rows,
#special-header-mobile #rows {
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  #special-header #rows,
#special-header-mobile #rows {
    padding-right: 5em;
  }
}
@media screen and (max-width: 1200px) {
  #special-header #rows,
#special-header-mobile #rows {
    padding-right: 3em;
  }
}
@media screen and (max-width: 576px) {
  #special-header #rows,
#special-header-mobile #rows {
    padding-top: 1rem;
    padding-right: 2%;
  }
}

@media screen and (max-width: 576px) {
  #special-header .et_pb_column_0,
#special-header-mobile .et_pb_column_0 {
    padding-right: 0;
  }
}

#special-header h2,
#special-header-mobile h2 {
  font-size: 4rem;
}
@media (max-width: 1200px) {
  #special-header h2,
#special-header-mobile h2 {
    font-size: calc(1.05rem + 3.9333333333vw);
  }
}
@media screen and (max-width: 576px) {
  #special-header h2,
#special-header-mobile h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .home #special-header h2,
.home #special-header-mobile h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 576px) and (max-width: 1200px) {
  .home #special-header h2,
.home #special-header-mobile h2 {
    font-size: calc(1.0666666667rem + 5.2444444444vw);
  }
}

#special-header button,
#special-header-mobile button {
  margin-top: 20px;
  padding: 9px 4px;
  width: max-content;
  border: solid 4px #c29863;
  transition: all 500ms ease;
}
@media screen and (max-width: 576px) {
  #special-header button,
#special-header-mobile button {
    margin-top: 8em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

#special-header .et_pb_bg_layout_light button,
#special-header-mobile .et_pb_bg_layout_light button {
  background: white;
}

#special-header a,
#special-header-mobile a {
  background: #ffffff;
  color: #000000;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 5px 10px;
  transition: all 500ms ease;
}
#special-header a:hover,
#special-header-mobile a:hover {
  padding: 5px 20px !important;
  opacity: 0.7;
}

.alt-text-color h5 {
  color: #c29863;
}

@media screen and (max-width: 576px) {
  video {
    display: none;
  }
}
.stitch-primary {
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
}

.stitch-alt, .stitch-alt--dark {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2em 0;
  border-color: #C4A575;
}

.stitch-alt__heading {
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.stitch-alt__content, .stitch-alt__content--decorated {
  text-align: left;
}

.stitch-alt__content--decorated {
  border-left: solid 2px;
  padding: 0 0 0 3em;
  border-color: inherit;
}
@media screen and (max-width: 981px) {
  .stitch-alt__content--decorated {
    border-left: none;
    padding: 0;
  }
}

.stitch-alt__copy {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

.stitch-alt__cta {
  background-image: linear-gradient(to right, #7c5947, #EFD092);
  color: #ffffff;
  font-weight: 700;
  border: none;
}

.stitch-alt--dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #ffffff;
}

/*  all things  .gallery__   */
.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_slide {
  padding: 0;
}

.et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_slide {
  padding: 0 0 1em;
}

.et_pb_slide_content h1 {
  padding: 0 0 1em;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none;
}

.border-brand-secondary .et_pb_column {
  background-color: white;
  border: 2px solid #000000;
}

.tabs-padding {
  padding: 2em;
}

.et_pb_tabs_controls li.et_pb_tab_active {
  color: #ffffff;
  background-color: #000000;
  border: none;
}

.et_pb_tab_content {
  width: 100%;
  padding: 2em 3em;
}

@media (max-width: 767px) {
  .et_pb_tab_content {
    padding: 1rem;
  }
}
.et_pb_tab {
  padding: 0;
  background-color: #000000;
}

.et_pb_tab_content ul li {
  color: #ffffff;
  padding: 20px 0 20px 48px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
}

.et_pb_tab_content ul {
  list-style-type: none;
}

ul.et_pb_tabs_controls {
  background-color: #ffffff;
}

.et_pb_tabs_controls li {
  width: 50%;
  text-align: -webkit-center;
}

@media (max-width: 767px) {
  .et_pb_tabs_controls li {
    width: 100%;
  }
}
.et_pb_tabs_controls li a {
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .et_pb_tabs_controls li a {
    font-size: 1.5rem;
  }
}

.et_pb_tab_active a {
  color: #ffffff !important;
}

ul.et_pb_tabs_controls:after {
  border: none;
}

.et_pb_tabs,
.et_pb_wc_tabs {
  border: none;
}

.services-tabs li:before {
  font-family: "ETmodules";
  color: #EFD092;
  content: "[";
  font-size: 2rem;
  display: block;
  left: 60px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .services-tabs li:before {
    left: 32px;
  }
}

.et_pb_gutters2 .et_pb_column_4_4,
.et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
  margin-bottom: 0;
}

body #page-container #tabs-btn {
  padding: 1rem !important;
}

.elevated-btn {
  display: none;
}

/* Team bios on Agency(aka About) Page */
.bio-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
}

.bio-copy {
  display: none;
  width: 100%;
  background: #000000;
  color: #ffffff;
}

.bio-copy.active {
  display: block;
}

@media screen and (min-width: 767px) {
  .bio-copy.active {
    order: 4;
  }
}
.bio-copy section {
  cursor: default;
  display: flex;
  padding: 2em;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .bio-copy section {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 768px) {
  .bio-copy section {
    padding: 1rem;
  }
}

.bio-qa {
  width: 70%;
}
@media screen and (min-width: 981px) {
  .bio-qa {
    padding: 2em;
  }
}
@media screen and (max-width: 768px) {
  .bio-qa {
    width: 100%;
  }
}

.name-title h4 {
  color: #c29863;
}

.bio-row {
  max-width: 100% !important;
}

.bio-row .et_pb_column {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}

.bio-img {
  width: 33.33333%;
  margin-bottom: 0 !important;
}
.bio-img:hover {
  filter: brightness(0.85) opacity(0.8);
}

.bio-img img {
  display: block;
}

.bio-copy {
  display: none;
  margin-bottom: 0 !important;
  padding: 1em;
  background: black !important;
}

.bio-copy .name-title h4 {
  color: #c29863;
}

.bio-copy.active {
  display: block;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .bio-copy {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .bio-row .et_pb_column {
    flex-direction: column !important;
  }

  .bio-img {
    width: 100%;
  }
}
.bio-photo-container {
  position: relative;
}

.professional-photo {
  position: absolute;
  top: 0;
}

.professional-photo:hover {
  filter: brightness(0.85) opacity(0);
}

.careers-btn {
  background: #ffffff;
}

.careers-btn a {
  color: #7c5947;
}
.careers-btn a:hover {
  padding: 10px 30px;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.careers-btns .et_pb_button_module_wrapper:nth-child(even) {
  display: none;
}

.fullwidth-row-btn {
  margin-top: 20px;
}

.wp-block-button {
  margin: 2em 0 4em;
}

.wp-block-button__link {
  background: #c29863;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  transition: ease-in-out 0.2s;
}
.wp-block-button__link:hover {
  transform: scale(1.05);
}

/* Testimonial Slider Home Page */
.et-pb-controllers {
  text-align: left;
  bottom: -20px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .et-pb-controllers {
    bottom: 4px;
  }
}

.et-pb-controllers a {
  width: 10px;
  height: 10px;
}

.contact-form {
  text-align: center;
}
.contact-form input:not([type=submit]), .contact-form textarea {
  background: #222222;
  border: none;
  border-radius: 0;
  height: 1%;
  padding: 15px !important;
  font-weight: 400;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  color: #ffffff;
  font-size: 1rem;
  text-transform: none;
}

.contact-form:-ms-input-placeholder {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}

.contact-form ::placeholder {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}

.contact-form .gform_footer {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .contact-form .gform_footer {
    text-align: center;
  }
}
.contact-form .gform_footer input[type=submit] {
  font-size: 1rem;
  background: #c29863;
  border-radius: 0;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  padding: 18px 30px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .contact-form .gform_footer input[type=submit] {
    width: 50%;
  }
}

.contact-form a.chosen-single {
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: none !important;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
.contact-form a.chosen-single input {
  padding-bottom: 0 !important;
}
.contact-form .chosen-container {
  background: #222222;
  border: solid 4px #222222;
  padding: 0.7rem;
}
@media screen and (max-width: 576px) {
  .contact-form .chosen-container {
    padding: 0;
  }
}
.contact-form ul.chosen-results {
  font-size: 1rem;
  color: #000000 !important;
}
.contact-form ul.chosen-results li.highlighted {
  background-image: none !important;
  background: #c29863 !important;
}

.gform_confirmation_message {
  padding: 3em 2em;
  color: white;
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  .gform_confirmation_message {
    font-size: calc(1.0041666667rem + 0.3277777778vw);
  }
}

.contact-form #field_16_4 {
  position: relative;
}

/*.contact-form #field_16_4  {
	@include arrow-down;
  }*/
/* Our Work Page
-----------------------------------------------------------------------*/
#gform_wrapper_15 h3.gform_title,
.et_pb_filterable_portfolio .et_pb_portfolio_filters,
#gform_wrapper_15 input[type=Submit] {
  display: none;
}

#gform_fields_15 .gfield_label {
  font-size: 2rem;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

.roi-calculator-form {
  text-align: center;
  background: #000000;
  padding-bottom: 2em;
}
.roi-calculator-form .gform_title {
  background: white;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  padding: 1em 0;
}
.roi-calculator-form .gform_body {
  padding: 0 2em;
}
.roi-calculator-form .instruction {
  color: white;
}
.roi-calculator-form .gfield_label {
  color: #c29863;
  text-transform: uppercase;
}
.roi-calculator-form .gfield_checkbox label {
  color: white;
  font-weight: 500;
  font-size: 1rem !important;
}
.roi-calculator-form input:not([type=submit]),
.roi-calculator-form textarea,
.roi-calculator-form select {
  background: transparent;
  border: solid 2px white;
  border-radius: 0;
  color: white;
  height: 1%;
  padding: 20px 15px 15px 20px !important;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1rem;
}
.roi-calculator-form input:not([type=submit]):focus,
.roi-calculator-form textarea:focus,
.roi-calculator-form select:focus {
  color: white;
}
.roi-calculator-form input:not([type=submit]) select,
.roi-calculator-form textarea select,
.roi-calculator-form select select {
  border: none;
}

.roi-calculator-form:-ms-input-placeholder {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}

.roi-calculator-form ::placeholder {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}

.roi-calculator-form .gform_footer {
  text-align: center;
}
@media screen and (max-width: 981px) {
  .roi-calculator-form .gform_footer {
    text-align: center;
  }
}
.roi-calculator-form .gform_footer input[type=submit] {
  font-size: 1rem;
  background: #c29863;
  border-radius: 0;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  padding: 18px 60px !important;
  text-transform: uppercase;
}

.roi-calculator-form #field_20_1 .ginput_container {
  position: relative;
}
.roi-calculator-form #field_20_1 .ginput_container:after {
  content: "%";
  position: absolute;
  z-index: 99999;
  color: white;
  top: 0.5em;
  right: 0.5em;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .roi-calculator-form #field_20_1 .ginput_container:after {
    font-size: calc(1.0166666667rem + 1.3111111111vw);
  }
}
.roi-calculator-form .ginput_container_checkbox input {
  position: absolute;
  opacity: 0;
}
.roi-calculator-form .ginput_container_checkbox label {
  position: relative;
  left: 2em;
}
.roi-calculator-form .ginput_container_checkbox label:before {
  position: absolute;
  width: 1em;
  height: 1em;
  background: white;
  left: -1.5em;
  content: "";
  border-radius: 50%;
  top: 3px;
}
.roi-calculator-form .ginput_container_checkbox input:checked ~ label:before {
  background: #c29863;
}
.gform_wrapper .roi-calculator-form {
  margin-top: -9em;
}

.roi-calculator-form.gform_confirmation_wrapper {
  background: white;
}
.roi-calculator-form .gform_confirmation_message {
  color: #000000;
  text-align: left;
  padding: 1em 0 0;
}
.roi-calculator-form .gform_confirmation_message h1, .roi-calculator-form .gform_confirmation_message h2, .roi-calculator-form .gform_confirmation_message h3 {
  font-size: 1.5rem !important;
}
@media (max-width: 1200px) {
  .roi-calculator-form .gform_confirmation_message h1, .roi-calculator-form .gform_confirmation_message h2, .roi-calculator-form .gform_confirmation_message h3 {
    font-size: calc(1.0083333333rem + 0.6555555556vw)  !important;
  }
}
.roi-calculator-form li.gfield {
  text-align: center;
}
.roi-calculator-form ul.gfield_checkbox {
  text-align: left;
}
.roi-calculator-form .gform_footer {
  padding: 2em;
}

.roi-conf__title {
  background: black;
  color: white;
  padding: 1em;
}
.roi-conf__title h4 {
  color: white;
  font-weight: bold;
}

.roi-conf__details {
  border: solid 2px black;
  line-height: 2;
  padding: 1em;
}

.et_pb_module_header,
h2.entry-title,
.et_pb_portfolio_item h2 {
  font-size: 1rem;
  color: #000000;
  text-align: center;
  padding: 0.25rem 2%;
  line-height: 1.3;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}

.et_pb_portfolio_item,
.et_pb_blog_grid .et_pb_post {
  box-shadow: 0px 4px 13px -2px rgba(0, 0, 0, 0.3);
  transition: all ease 0.3s;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.et_pb_blog_grid .et_pb_post .post-meta {
  margin: 0;
}

.et_pb_ajax_pagination_container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

/*.et_pb_ajax_pagination_container .et_pb_post {
    @include mn-desktop {
        @include col-size_1_3;
    }

    @include mx-desktop {
        @include col-size_1_3;
    }
}*/
.et_pb_ajax_pagination_container .et_pb_post {
  margin-right: 5%;
}

.et_pb_portfolio_item {
  background: white;
}

.homepage-news-resources .pagination .alignright, .homepage-news-resources .pagination .alignleft {
  background: white;
  padding: 0.5em 1em;
}

.et_pb_ajax_pagination_container > div + div {
  width: 100%;
}

.posts {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 100%;
}
.posts .post {
  width: 28%;
  margin: 1em;
  box-shadow: 0 4px 13px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 981px) {
  .posts .post {
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .posts .post {
    width: 80%;
  }
}
.posts .post__title {
  text-align: center;
  padding: 0.5em;
}
.posts.trans-in.active-posts {
  position: relative;
  animation: 1s ease-in 0.1s 1 normal both slidein;
}
.posts.trans-out {
  position: relative;
  animation: 1s ease-in 0s 1 normal both slideout;
}
.posts.page-in.active-posts {
  animation: 1s ease-out 0s 1 normal both pagein;
}
.posts.page-out {
  animation: 1s ease-in 0s 1 normal both pageout;
}

#post-cards {
  overflow: hidden;
  position: relative;
}

#pagination .page-numbers {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
#pagination .page-numbers .page-number {
  padding: 1em;
}
#pagination .page-numbers .page-number:hover {
  cursor: pointer;
  color: #7c5947;
}
#pagination .page-numbers .page-number.active {
  color: #7c5947;
}

.resource-filter {
  margin-right: 3em;
  position: relative;
}
.resource-filter h4 {
  font-weight: bold;
}
.resource-filter select {
  font-size: 1.5rem;
  border-radius: 0;
  border: solid 2px black;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  .resource-filter select {
    font-size: calc(1.0083333333rem + 0.6555555556vw);
  }
}
.resource-filter select:disabled {
  color: white;
}
@media screen and (max-width: 576px) {
  .resource-filter select {
    font-size: 1rem;
  }
}

.filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.empty-results-message {
  padding: 5em 0;
}

/*
 *
 *          All things services page
 */
.section-overlap-bottom {
  padding: 6em 0 10em;
}
@media screen and (max-width: 576px) {
  .section-overlap-bottom {
    padding: 4em 0 0;
  }
}

.column-overlap-top {
  margin-top: -16em;
}
@media screen and (max-width: 981px) {
  .column-overlap-top {
    margin-top: -12em;
  }
}
@media screen and (max-width: 768px) {
  .column-overlap-top {
    margin-top: -8em;
  }
}

.margin-overlap-bottom {
  margin-bottom: -15em;
}

.padding-overlap-top {
  padding-top: 10em;
}
@media screen and (max-width: 981px) {
  .padding-overlap-top {
    padding-top: 14em;
  }
}

.pricing-row.et_pb_row, .et_pb_row.pricing-row--xl {
  width: 100%;
  max-width: none;
  padding: 0 30px;
}

@media screen and (min-width: 981px) {
  .pricing-row h2, .pricing-row--xl h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .pricing-row h2, .pricing-row--xl h2 {
    font-size: calc(1.0208333333rem + 1.6388888889vw);
  }
}

.pricing-col-three, .pricing-col-two, .pricing-col-one {
  background: #f0f0f0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border-top: 30px solid;
  border-bottom: 10px solid;
  box-shadow: 0 0 8px;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
@media screen and (min-width: 981px) {
  .pricing-col-three, .pricing-col-two, .pricing-col-one {
    min-height: 430px;
  }
}

.pricing-col-one {
  border-color: #EFD092;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 981px) {
  .pricing-col-one {
    margin-bottom: 7em;
  }
}

.pricing-col-two {
  border-color: #C4A575;
  min-height: 500px;
  transform: translateY(-35px);
  padding-top: 2em;
  padding-bottom: 4em;
}

.pricing-col-three {
  border-color: #7c5947;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 981px) {
  .pricing-col-three {
    margin-bottom: 30px;
  }
}

.pricing-row--xl {
  background-image: linear-gradient(to top, #000000 0%, #000000 70%, #ffffff 70%, #ffffff 100%);
}
@media screen and (min-width: 981px) {
  .pricing-row--xl .pricing-col-one {
    min-height: 772px;
  }
  .pricing-row--xl .pricing-col-two {
    min-height: 820px;
  }
  .pricing-row--xl .pricing-col-three {
    min-height: 772px;
  }
}

.pricing-row .subscription-details p, .pricing-row--xl .subscription-details p {
  padding-bottom: 1em;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
.pricing-row .subscription-details p strong, .pricing-row--xl .subscription-details p strong {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.lead-gen-row-two {
  background: #f0f0f0;
  border-top: 30px solid #C4A575;
  box-shadow: 0 0 8px;
  z-index: 100;
}

#lead-gen-row-two {
  padding-bottom: 3em !important;
}
@media screen and (max-width: 981px) {
  #lead-gen-row-two {
    width: 80%;
  }
}

.lead-gen-lists {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .lead-gen-lists {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin-top: 1em;
  }
}
@media screen and (max-width: 576px) {
  .lead-gen-lists {
    flex-wrap: row wrap;
  }
}

.lead-gen-lists div {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .lead-gen-lists div {
    width: 80%;
    margin: auto;
  }
}

.lead-gen-lists ul {
  text-align: center !important;
  list-style: none;
  display: table;
  padding: 0;
  margin: 0 auto;
}

.lead-gen-lists ul li {
  text-align: center !important;
  font-weight: 300;
}

.a-la-carte-section {
  padding-top: 15em;
  margin-top: -12em;
  padding-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .a-la-carte-section {
    padding-top: 15em;
  }
}

.a-la-carte-rows {
  border-left: 20px solid #C4A575;
}
@media screen and (max-width: 981px) {
  .a-la-carte-rows {
    width: 80%;
  }
}

.a-la-carte-col-one {
  border-right: 2px solid #f0f0f0;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .a-la-carte-col-one {
    padding: 0;
  }
}

.a-la-carte-rows h3 {
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .a-la-carte-rows h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 981px) {
  .a-la-carte-rows h3 {
    font-size: 2rem;
  }
}

.a-la-carte-col-two {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .a-la-carte-col-two {
    padding: 0;
  }
}

#main-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 3em 0 0;
}

#main-footer .container {
  order: 2;
  width: 100%;
}

#et-footer-nav {
  order: 1;
  width: 95%;
}

ul#menu-footer-menu {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}
@media screen and (max-width: 981px) {
  ul#menu-footer-menu {
    flex-flow: column nowrap;
  }
}

#main-footer .bottom-nav a {
  font-family: "Noto Serif", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 2px;
}

#footer-logo {
  max-width: 30%;
}
@media screen and (max-width: 768px) {
  #footer-logo {
    max-width: 70%;
  }
}

#footer-widgets {
  padding: 0;
}

#main-footer #text-2 p {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#footer-bottom {
  order: 3;
  display: flex;
  justify-content: center;
  width: 100%;
}

#main-footer .bottom-nav a:hover {
  color: #c29863;
}

#main-footer .bottom-nav a:active {
  background-image: linear-gradient(to right, #7c5947, #efd092);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#footer-info {
  font-size: 10px;
  width: 100%;
  text-align: center;
}

#footer-tel {
  cursor: pointer;
}

#footer-tel a {
  color: #c29863 !important;
}

#privacy-policy {
  margin-top: 30px;
}

.entry-content .lyst-slider--dots ul.slick-dots {
  padding: 0;
  bottom: 4%;
}

.lyst-slider--dots .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 0;
  }
}

.slick-dots li button:before {
  font-size: 12px;
  color: RGBA(255, 255, 255, 0.5);
}

.slick-dots li.slick-active button:before {
  color: #ffffff;
}

.slick-slide {
  padding-left: 1px;
}

/*-------------------- AWARD PHOTOS SLIDERS --------------------*/
@media screen and (max-width: 576px) {
  .award-photos .slick-dots {
    bottom: 38px;
  }
}

.client-slider .slick-dots li.slick-active button:before {
  color: #000000;
}

.slick-dots li button:before {
  color: gray !important;
}

.service-blurbs.et_pb_row, .et_pb_row.service-blurbs--lead-gen {
  padding: 0 30px;
  margin-bottom: 1em;
}
.service-blurbs.et_pb_row .service-icon, .et_pb_row.service-blurbs--lead-gen .service-icon {
  text-align: center;
  margin-bottom: 1em;
}
.service-blurbs.et_pb_row .service-icon svg, .et_pb_row.service-blurbs--lead-gen .service-icon svg {
  height: 8em;
}
@media screen and (max-width: 576px) {
  .service-blurbs.et_pb_row .service-icon, .et_pb_row.service-blurbs--lead-gen .service-icon {
    margin-bottom: 0.5em;
  }
  .service-blurbs.et_pb_row .service-icon svg, .et_pb_row.service-blurbs--lead-gen .service-icon svg {
    height: 5em;
  }
}
.service-blurbs.et_pb_row .service-description, .et_pb_row.service-blurbs--lead-gen .service-description {
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
}
.service-blurbs.et_pb_row .service-description h5, .et_pb_row.service-blurbs--lead-gen .service-description h5 {
  font-weight: bold;
}

.service-blurbs--lead-gen.et_pb_row .service-icon svg {
  height: 4em;
}
@media screen and (max-width: 576px) {
  .service-blurbs--lead-gen.et_pb_row .service-icon svg {
    height: 3em;
  }
}

.spinner {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 50px;
  animation: spin2 1.25s ease-in-out 0s infinite;
  animation-play-state: paused;
  z-index: -10;
}
.spinner.run {
  animation-play-state: running;
  z-index: 9999;
}
.spinner.run:before {
  animation-play-state: running;
}
.spinner.run:after {
  animation-play-state: running;
}
.spinner:before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -25px;
  animation: spin1 1.25s ease-in-out 0s infinite;
  animation-play-state: paused;
}
.spinner:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -25px;
  animation: spin3 1.25s ease-in-out 0s infinite;
  animation-play-state: paused;
}

@keyframes spin1 {
  0% {
    background-color: rgba(194, 152, 99, 0);
  }
  25% {
    background-color: #c29863;
  }
  50% {
    background-color: #c29863;
  }
  75% {
    background-color: #c29863;
  }
  100% {
    background-color: #c29863;
  }
}
@keyframes spin2 {
  0% {
    background-color: rgba(194, 152, 99, 0);
  }
  25% {
    background-color: rgba(194, 152, 99, 0);
  }
  50% {
    background-color: #c29863;
  }
  75% {
    background-color: #c29863;
  }
  100% {
    background-color: #c29863;
  }
}
@keyframes spin3 {
  0% {
    background-color: rgba(194, 152, 99, 0);
  }
  25% {
    background-color: rgba(194, 152, 99, 0);
  }
  50% {
    background-color: rgba(194, 152, 99, 0);
  }
  75% {
    background-color: #c29863;
  }
  100% {
    background-color: #c29863;
  }
}
.gold-standard-form-section .gform_wrapper .contact-form ul.gfield_checkbox input:checked + label:before,
.gold-standard-form-section .gform_wrapper .contact-form ul.gfield_radio input:checked + label:before {
  font-family: "ETmodules";
  content: "N";
  color: #222222;
  display: block;
  position: absolute;
  z-index: 20;
  font-size: 1.5rem;
  left: 4px;
  bottom: 0;
}
.gold-standard-form-section .sub-choices {
  padding-left: 2rem;
}
.gold-standard-form-section .contact-form ul .gform_fields .gfield .gfield_checkbox li {
  color: white;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
.gold-standard-form-section .contact-form ul input[type=checkbox] {
  -webkit-appearance: none;
  background: white;
}
.gold-standard-form-section .contact-form ul li label.gfield_label {
  margin-top: 2rem;
  color: white !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
.gold-standard-form-section .contact-form ul li label.gfield_label:first-of-type {
  text-transform: uppercase;
}
.gold-standard-form-section .contact-form ul .gfield_checkbox li label {
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
}
.gold-standard-form-section .contact-form .chosen-container {
  background: white;
  border: solid 4px white;
}
.gold-standard-form-section .contact-form .chosen-container .multi-select-label {
  background: white;
  margin-top: 0 !important;
}
.gold-standard-form-section .contact-form a.chosen-single {
  color: #222222 !important;
}
.gold-standard-form-section .contact-form input:not([type=submit]), .gold-standard-form-section .contact-form textarea {
  background: white;
  color: #222222 !important;
}

.gold-standard-form-section .contact-form input::placeholder, .gold-standard-form-section .contact-form textarea::placeholder {
  color: #222222 !important;
}

/* Utility classes for use on the site to override or apply specific styles.
--------------------------------------------------------------------------------*/
@keyframes slideout {
  from {
    left: 0;
    position: absolute;
  }
  to {
    left: -100%;
    position: absolute;
  }
}
@keyframes slidein {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes pageout {
  from {
    opacity: 1;
    position: absolute;
  }
  to {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
}
@keyframes pagein {
  from {
    opacity: 0;
    position: relative;
  }
  to {
    opacity: 1;
    position: relative;
    z-index: 1;
  }
}
.et_pb_row {
  padding: 3em 0;
}
@media screen and (max-width: 981px) {
  .et_pb_row {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .et_pb_row {
    width: 100%;
    padding-left: 2rem !important;
    padding-right: 2rem;
  }
}

.double-btns-row {
  width: 100% !important;
  max-width: none !important;
}
@media screen and (min-width: 981px) {
  .double-btns-row {
    padding: 1em 0 3em 4em;
  }
}
@media screen and (max-width: 981px) {
  .double-btns-row {
    padding-top: 1em;
    padding-left: 4%;
  }
}

@media screen and (min-width: 981px) {
  .double-btns-row .left-button {
    text-align: right;
  }
}

@media screen and (min-width: 981px) {
  .double-btns-row .right-button {
    text-align: left;
  }
}

.flex-wrap {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 576px) {
  .flex-wrap {
    flex-flow: row wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 981px) {
  #special-row {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #special-row {
    display: flex;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 768px) {
  .contact-info {
    display: flex;
    flex-flow: row nowrap;
  }
}
@media screen and (max-width: 768px) {
  .contact-info {
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 768px) {
  #special-col {
    padding: 0;
  }
}

.section-gradient {
  background-image: linear-gradient(to right, #7c5947, #EFD092);
}

#has-empty-col {
  display: none;
}

@media (max-width: 980px) {
  #empty .et_pb_column.et_pb_column_empty {
    display: none;
  }
}
.page-header-section {
  height: 20vw;
}

#special-header .col-2 {
  padding: 0 3em 3em;
}

.full-width-row {
  width: 100%;
}

.gradient-text {
  background-image: linear-gradient(to right, #7c5947, #EFD092);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.copy-white {
  color: white !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
  color: white;
}

.text-black h3,
.text-black h4,
.text-black p {
  color: black;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .text-max-width {
    max-width: 70%;
  }
}

.divider-line-black {
  color: black;
}

.divider-line-white {
  color: white;
}

.buttons-border-black {
  border: 3px solid #7c5947;
  background: #ffffff;
  color: #7c5947;
}

.buttons-border-white {
  border: 3px solid #ffffff;
  background: #000000;
  color: #ffffff;
}

.alt-h2 {
  font-size: 5rem;
}

.gold-gradient-text h3 {
  background-image: linear-gradient(90deg, #89604d 41%, #eecf91 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

/*
 Gradients
-----------------------------------------------------------------------*/
.bkgd-gradient {
  background-image: linear-gradient(90deg, #89604d 41%, #eecf91 100%) !important;
}

.btn-gradient {
  background-image: linear-gradient(90deg, #89604d 41%, #eecf91 100%) !important;
}

.blog-post__top-title {
  padding-top: 1em;
  display: inline-block;
}

.blog-post__header {
  background: url("/wp-content/uploads/2019/10/BlackDotPattern-Top-NEW.png");
  padding: 7em;
}
@media screen and (max-width: 981px) {
  .blog-post__header {
    background-size: cover;
    padding: 2em;
    background-position: top center;
  }
}

#main-content .blog-post__container {
  padding-top: 0;
}

.blog-post__container h2,
.blog-post__container h3,
.blog-post__container h4,
.blog-post__container h5,
.blog-post__container h6 {
  display: inline-block;
  border-top: solid 2px black;
  padding-top: 0.5em;
  font-family: Montserrat;
  text-transform: uppercase;
}

.blog-post__container h2 {
  font-size: 2.75em;
}

.blog-post__container h3 {
  font-size: 2.25em;
}

.blog-post__container h4 {
  font-size: 1.75em;
}

.blog-post__container h5 {
  font-size: 1.25em;
}

.blog-post__container h6 {
  font-size: 1em;
}

ul.post-tags {
  list-style: none !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 2em 0 !important;
  flex-wrap: wrap;
}

li.post-tag {
  margin-right: 2em;
  margin-bottom: 1em;
  border: solid 2px black;
  padding: 0.5em 1.5em;
  height: 100%;
}

li.post-tag:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

li.post-tag .post-tag-link {
  color: black;
}

@media screen and (max-width: 600px) {
  li.post-tag .post-tag-link {
    font-size: 14px;
  }
}
.project-template-default .project-post__top-title {
  padding-top: 1em;
  display: inline-block;
}
.project-template-default .project-post__header {
  background: url("/wp-content/uploads/2019/09/BlackBackgroundGoldDot-Top.jpg");
  background-color: black;
  height: 80vh;
  max-height: 900px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 980px) {
  .project-template-default .project-post__header {
    top: 60px;
    max-height: 475px;
  }
}
.project-template-default #main-content .project-post__container {
  padding-top: 10em;
}
.project-template-default .project-post__container #left-area {
  margin-right: 0;
  width: 100% !important;
}
.project-template-default .project-post__container h2,
.project-template-default .project-post__container h3,
.project-template-default .project-post__container h4,
.project-template-default .project-post__container h5,
.project-template-default .project-post__container h6 {
  display: inline-block;
  border-top: solid 2px black;
  padding-top: 0.5em;
  font-family: Montserrat;
  text-transform: uppercase;
}
.project-template-default .project-post__top-title h4 {
  border-top: solid 2px white;
}
.project-template-default .project-post__container h2 {
  font-size: 2.75em;
}
.project-template-default .project-post__container h3 {
  font-size: 2.25em;
}
.project-template-default .project-post__container h4 {
  font-size: 1.75em;
}
.project-template-default .project-post__container h5 {
  font-size: 1.25em;
}
.project-template-default .project-post__container h6 {
  font-size: 1em;
}
.project-template-default ul.project-tags {
  list-style: none !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 2em 0 !important;
  flex-wrap: wrap;
}
.project-template-default .project-tags li.project-tag {
  margin-right: 2em;
  margin-bottom: 1em;
  border: solid 2px white;
  padding: 0.5em 1.5em;
  height: 100%;
}
.project-template-default li.project-tag:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.project-template-default .project-tags li.project-tag .project-tag-link {
  color: white;
}
@media screen and (max-width: 600px) {
  .project-template-default li.project-tag .project-tag-link {
    font-size: 14px;
  }
}
.project-template-default .project-post__container .slick-dots li button:before {
  color: rgba(0, 0, 0, 0.9);
}
.project-template-default .project-post__container .slick-dots li.slick-active button:before {
  color: black;
}
.project-template-default .wp-block-gallery {
  display: block;
}
.project-template-default .blocks-gallery-grid {
  display: block;
}
.project-template-default .wp-block-gallery.is-cropped .slick-track img {
  height: auto;
  width: auto;
  object-fit: none;
}

.search-results__container {
  padding: 0 60px;
  max-width: 1080px;
  margin: 0 auto;
}

.search-results__container h2,
.search-results__container h3,
.search-results__container h4,
.search-results__container h5,
.search-results__container h6 {
  display: inline-block;
  border-top: solid 2px black;
  padding-top: 0.5em;
  font-family: Montserrat;
  text-transform: uppercase;
}

.search-results__container .blog-post__top-title h4 {
  padding-bottom: 3em;
}

.search-results__container .entry-title {
  padding-left: 0;
}

.search-results__container h2 {
  font-size: 2.25em;
}

.search-results__container h3 {
  font-size: 2em;
}

.search-results__container h4 {
  font-size: 1.5em;
}

.search-results__container h5 {
  font-size: 1.25em;
}

.search-results__container h6 {
  font-size: 1em;
}

.page-id-34382 {
  /* "Page styles */
  /* Individual Componants */
  /*  TABLET/ PHONE STYLES */
  /* Only on Phone */
}
.page-id-34382 h1 {
  font-size: 6rem;
  color: #0b0a0a;
}
.page-id-34382 h3 {
  font-size: 2.5rem;
}
.page-id-34382 ul {
  font-size: 1.25rem !important;
  line-height: 1.5;
}
.page-id-34382 p {
  font-size: 1.25rem !important;
  line-height: 1.5;
  font-weight: 300;
}
.page-id-34382 .flex-gold-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-id-34382 .gold-text {
  color: #ac8f65;
  font-weight: bold;
}
.page-id-34382 .gold-bar {
  height: 2px;
  flex-grow: 1;
  margin: auto;
  margin-left: 1.5rem;
  background: #efc691;
  background: linear-gradient(90deg, #efc691 0%, #090979 0%, #efc691 0%, #8a664b 100%);
}
.page-id-34382 .circle-headshot .et_pb_image_wrap img {
  border-radius: 50%;
}
.page-id-34382 .wp-image-34391 {
  max-width: 70%;
  height: auto;
  position: absolute;
  margin-left: 2rem;
}
.page-id-34382 .big-quote {
  text-align: center;
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.page-id-34382 .big-quote h2 {
  color: white !important;
  line-height: 1.25;
}
.page-id-34382 .big-quote p {
  padding: 1rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.page-id-34382 .big-quote-background .et_pb_row_5 {
  padding-top: 0 !important;
}
.page-id-34382 .catalyst-top-logo img {
  max-width: 60%;
}
.page-id-34382 .slick-list {
  padding-left: 0 !important;
}
.page-id-34382 .et_pb_section:not(:last-child) {
  padding-left: 2.5rem !important;
}
.page-id-34382 .main-body-copy {
  padding-right: 0.5rem;
}
.page-id-34382 .leadership-headshots {
  width: 80%;
  padding: 4rem 0 !important;
}
@media screen and (max-width: 981px) {
  .page-id-34382 h1 {
    font-size: 5.3rem;
    text-align: left;
  }
  .page-id-34382 h3 {
    font-size: 2rem;
  }
  .page-id-34382 .gold-bar {
    display: none;
  }
  .page-id-34382 .slick-list {
    padding-left: 0 !important;
  }
  .page-id-34382 .wp-image-34391 {
    max-width: 70%;
    height: auto;
    position: relative;
    margin-left: initial;
    top: 1rem;
  }
  .page-id-34382 .et_pb_row .et_pb_row {
    padding: 0 !important;
  }
  .page-id-34382 .et_pb_section:not(:last-child) {
    padding-left: initial !important;
  }
}
@media (max-width: 479px) {
  .page-id-34382 .et_pb_row_4 {
    display: flex;
    flex-flow: wrap;
    gap: 1rem;
    padding-top: 3.5rem;
    /* margin: auto; */
    justify-content: center;
  }
  .page-id-34382 .et_pb_row_4 > .et_pb_column {
    flex-basis: calc(50% - 1rem);
  }
  .page-id-34382 .leadership-headshots {
    width: 100%;
  }
  .page-id-34382 .header-goldbook .et_pb_row_1 {
    padding: 0 !important;
  }
  .page-id-34382 h1 {
    font-size: 2.75rem;
  }
  .page-id-34382 .wp-image-34391 {
    max-width: 67%;
    height: auto;
    position: relative;
    margin-left: initial;
  }
  .page-id-34382 .header-goldbook .et_pb_text_0 {
    padding-left: 1rem;
  }
}

.page-id-34485 {
  /* "Page styles */
  /*  TABLET/ PHONE STYLES */
  /* Only on Phone */
}
.page-id-34485 h1 {
  font-size: 5rem;
  color: #fffffe;
}
.page-id-34485 h2 {
  font-family: "Noto Serif", serif;
  color: #fffffe;
  font-size: 2.5rem;
}
.page-id-34485 h3 {
  font-size: 2.5rem;
  color: #fffffe;
}
.page-id-34485 ul {
  font-size: 1.25rem !important;
  line-height: 1.5;
}
.page-id-34485 p {
  font-size: 1.25rem !important;
  line-height: 1.5;
  font-weight: 600;
  color: #fffffe;
}
.page-id-34485 .black-text {
  color: #191918;
}
.page-id-34485 .info-text p {
  color: #191918 !important;
  font-weight: 300;
}
.page-id-34485 #number-text {
  font-size: 1.75rem !important;
  line-height: 1;
  margin-bottom: -0.5rem;
}
.page-id-34485 .parallax_container .column {
  height: 560px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.page-id-34485 .parallax_container .column p {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  font-weight: 800;
}
.page-id-34485 .parallax_container .column a {
  color: white;
  border: 2px white solid;
  padding: 1rem 2rem;
}
.page-id-34485 .header-video {
  width: 80vw;
}
.page-id-34485 video {
  display: block;
}
.page-id-34485 .circle-headshot .et_pb_image_wrap img {
  border-radius: 50%;
}
.page-id-34485 .big-quote {
  text-align: center;
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.page-id-34485 .big-quote h2 {
  color: black !important;
  line-height: 1.25;
}
.page-id-34485 .big-quote p {
  padding: 1rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #be9b73;
}
.page-id-34485 .big-quote-background .et_pb_row_5 {
  padding-top: 0 !important;
}
.page-id-34485 .catalyst-top-logo img {
  max-width: 30%;
}
.page-id-34485 .leadership-headshots {
  width: 80%;
  padding: 4rem 0 !important;
}
.page-id-34485 .info-section {
  padding: 2rem 0;
}
.page-id-34485 .gold-image img {
  margin-top: -3rem;
  margin-bottom: -1rem;
  transform: translate(10px, 4rem);
  width: 85%;
}
.page-id-34485 .standards_container h2 {
  margin-bottom: 2rem;
}
.page-id-34485 .standards_container {
  padding: 1rem 0;
}
.page-id-34485 .big-quote-background .et_pb_row {
  padding: 0;
}
@media screen and (max-width: 981px) {
  .page-id-34485 h1 {
    font-size: 4.5rem;
    text-align: left;
  }
  .page-id-34485 h3 {
    font-size: 2rem;
  }
  .page-id-34485 .gold-bar {
    display: none;
  }
  .page-id-34485 .slick-list {
    padding-left: 0 !important;
  }
  .page-id-34485 .gold-image img {
    margin-top: -2rem;
    margin-bottom: -1rem;
    transform: translate(0, 2.1rem);
  }
}
@media (max-width: 479px) {
  .page-id-34485 h1 {
    font-size: 2.5rem;
    margin-bottom: -1rem;
  }
  .page-id-34485 h2 {
    font-size: 1.9rem;
  }
  .page-id-34485 .et_pb_row_13 {
    display: flex;
    flex-flow: wrap;
    gap: 1rem;
    padding-top: 3.5rem;
    /* margin: auto; */
    justify-content: center;
  }
  .page-id-34485 .et_pb_row_13 > .et_pb_column {
    flex-basis: calc(50% - 1rem);
  }
  .page-id-34485 .leadership-headshots {
    width: 100%;
  }
  .page-id-34485 .parallax_container .column p {
    border: 2px solid white;
    padding: 1rem;
  }
  .page-id-34485 .parallax_container .column a {
    border: none;
    padding: 0;
  }
}

.page-template-client-feedback-tmpl .client-survey {
  height: 2200px;
}
@media screen and (max-width: 768px) {
  .page-template-client-feedback-tmpl .client-survey {
    height: 3000px !important;
  }
}
.page-template-client-feedback-tmpl .smcx-embed {
  height: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-template-client-feedback-tmpl .smcx-embed {
    height: 2800px;
  }
}
.page-template-client-feedback-tmpl .smcx-iframe-container {
  height: 2200px !important;
}
@media screen and (max-width: 768px) {
  .page-template-client-feedback-tmpl .smcx-iframe-container {
    height: 3000px !important;
  }
}

#catalogue-post-container {
  max-width: 1400px;
}
#catalogue-post-container .catalogue-header {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  padding: 3rem;
  border-bottom: solid 0.5rem #fff450;
  background-image: linear-gradient(to bottom, #fff450 0%, #fff450 50%, white 50%, white 100%);
  margin-bottom: 4rem;
}
#catalogue-post-container .catalogue-header__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-bottom: 2rem;
}
#catalogue-post-container .catalogue-header__links a {
  background: #222222;
  color: white;
  font-family: "roc-grotesk-wide", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1ch;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border: solid 2px currentColor;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
#catalogue-post-container .catalogue-header__links a:hover {
  background: white;
  border: solid 2px #222222;
  color: #222222;
}
#catalogue-post-container .entry-title {
  font-family: "moret", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  display: block;
  text-transform: none;
  letter-spacing: 0.1ch;
}
#catalogue-post-container .catalogue-cta {
  margin-top: 1rem;
}
#catalogue-post-container .catalogue-cta a {
  display: inline-block;
  background: #222222;
  border: solid 2px currentColor;
  color: white;
  font-family: "roc-grotesk-wide", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1ch;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  text-align: center;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}
#catalogue-post-container .catalogue-cta a:hover {
  background: white;
  border: solid 2px #222222;
  color: #222222;
}
#catalogue-post-container .catalogue-content h4, #catalogue-post-container .catalogue-content h5, #catalogue-post-container .catalogue-content h6,
#catalogue-post-container .catalogue-content h1,
#catalogue-post-container .catalogue-content h2,
#catalogue-post-container .catalogue-content h3 {
  display: block;
  font-family: "roc-grotesk-wide", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1ch;
  line-height: 1.2;
  border-top: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #catalogue-post-container .catalogue-content h4, #catalogue-post-container .catalogue-content h5, #catalogue-post-container .catalogue-content h6,
#catalogue-post-container .catalogue-content h1,
#catalogue-post-container .catalogue-content h2,
#catalogue-post-container .catalogue-content h3 {
    clear: left;
  }
}
#catalogue-post-container .catalogue-content h1 sup, #catalogue-post-container .catalogue-content h2 sup, #catalogue-post-container .catalogue-content h3 sup {
  font-size: 0.5em;
}
#catalogue-post-container .catalogue-content p {
  padding: 0;
}
#catalogue-post-container .catalogue-content p sup {
  font-size: 0.5em;
}
#catalogue-post-container .catalogue-content p a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
#catalogue-post-container .catalogue-content p + img,
#catalogue-post-container .catalogue-content p + p {
  margin-top: 1rem;
}
#catalogue-post-container .catalogue-content img + h4, #catalogue-post-container .catalogue-content img + h5, #catalogue-post-container .catalogue-content img + h6 {
  margin-top: 1rem;
}
#catalogue-post-container .catalogue-content h4 + p, #catalogue-post-container .catalogue-content h5 + p, #catalogue-post-container .catalogue-content h6 + p,
#catalogue-post-container .catalogue-content h1 + p,
#catalogue-post-container .catalogue-content h2 + p,
#catalogue-post-container .catalogue-content h3 + p {
  margin-top: 1rem;
}
#catalogue-post-container .catalogue-content p + h4, #catalogue-post-container .catalogue-content p + h5, #catalogue-post-container .catalogue-content p + h6,
#catalogue-post-container .catalogue-content p + h1,
#catalogue-post-container .catalogue-content p + h2,
#catalogue-post-container .catalogue-content p + h3 {
  margin-top: 1em;
}
#catalogue-post-container .catalogue-content .blog-post__top-title h4, #catalogue-post-container .catalogue-content .blog-post__top-title h5, #catalogue-post-container .catalogue-content .blog-post__top-title h6 {
  border-top: solid 2px black;
  font-size: 1.75em;
}
#catalogue-post-container .catalogue-content h4 strong, #catalogue-post-container .catalogue-content h5 strong, #catalogue-post-container .catalogue-content h6 strong,
#catalogue-post-container .catalogue-content h1 strong,
#catalogue-post-container .catalogue-content h2 strong,
#catalogue-post-container .catalogue-content h3 strong {
  display: block;
  font-family: "moret", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  margin-bottom: 0.1em;
  text-transform: none;
  letter-spacing: 0.1ch;
  line-height: 1;
}
#catalogue-post-container .catalogue-content .entry-title {
  font-size: 4rem;
}
@media (max-width: 1200px) {
  #catalogue-post-container .catalogue-content .entry-title {
    font-size: calc(1.05rem + 3.9333333333vw);
  }
}
#catalogue-post-container .catalogue-content hr {
  background: #fff450;
  border: none;
  margin: 5rem auto;
  padding-bottom: 0.5rem;
}
#catalogue-post-container .catalogue-content h2 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  #catalogue-post-container .catalogue-content h2 {
    font-size: calc(1.0083333333rem + 0.6555555556vw);
  }
}
#catalogue-post-container .catalogue-content h2 strong {
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  #catalogue-post-container .catalogue-content h2 strong {
    font-size: calc(1.0416666667rem + 3.2777777778vw);
  }
}
#catalogue-post-container .catalogue-content h3 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  #catalogue-post-container .catalogue-content h3 {
    font-size: calc(1.0083333333rem + 0.6555555556vw);
  }
}
#catalogue-post-container .catalogue-content h4 {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  #catalogue-post-container .catalogue-content h4 {
    font-size: calc(1.0041666667rem + 0.3277777778vw);
  }
}
#catalogue-post-container .catalogue-content p {
  font-family: "linotype-sabon", Georgia, Times, "Times New Roman", serif;
}
#catalogue-post-container .catalogue-content .catalogue-kpi-list ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
#catalogue-post-container .catalogue-content .catalogue-kpi-list li {
  font-family: "roc-grotesk-wide", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1ch;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #catalogue-post-container .catalogue-content .catalogue-kpi-list li {
    font-size: calc(1.0083333333rem + 0.6555555556vw);
  }
}
#catalogue-post-container .catalogue-content .catalogue-kpi-list li + li {
  margin-top: 1rem;
}

/*# sourceMappingURL=style.css.map */
