/** 1 - Global Settings
------------------------------------------------------------*/
/* =========================
1.1 - Colors
========================= */
/* =========================
1.2 - Mobile Rules
========================= */
/* =========================
1.3 - Gutenberg Fixes
========================= */
.w-richtext figure {
  max-width: 100%;
}
.w-richtext figure img {
  width: auto !important;
}
/* =========================
1.4 - Responsive ACF oEmbed
========================= */
.client-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.client-video iframe, .client-video object, .client-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =========================
1.5 - Listing Post
========================= */
.post-list-container-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
@media (max-width: 768px) {
  .post-list-container-item {
    flex-direction: column;
  }
}
.post-list-container-item p, .post-list-container-item h3 {
  color: white;
}
.post-list-container-item .button {
  border: 2px solid white;
}
.post-list-container-item .button:hover {
  background: #062f50;
}
.post-list-container-item .term-featured-image img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}
.post-list-container-item .post-item-content {
  padding: 30px 20px;
  background: #062f50;
}
.post-list-container-item .post-item {
  width: 49%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #062e50;
}
@media (max-width: 768px) {
  .post-list-container-item .post-item {
    width: 100%;
  }
}
/** 2 - Layout
------------------------------------------------------------*/
/** 3 - Page Specific
------------------------------------------------------------*/
/* =========================
3.0 Home
========================= */
.home-hero_cta {
  padding-top: 4rem;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .home-hero_cta {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: right;
  }
}
.home-hero_cta .button {
  margin-right: 1.1rem;
  padding: 0.8rem 2.8rem;
  background: #6789cf;
  border-radius: 15px;
  line-height: 1;
  font-size: 1rem;
  box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.6);
}
.home-hero_cta .button:hover {
  background: #062F4F;
}
.home-hero_cta .button img {
  margin-top: -2px;
  margin-left: 5px;
  max-width: 16px;
}
/* =========================
3.1 - Deals Archive
========================= */
.w-pagination-next, .w-pagination-previous {
  text-decoration: none !important;
}
.searchandfilter[data-sf-form-id="188"] label {
  width: 100%;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0;
}
.searchandfilter[data-sf-form-id="188"] li h4 {
  color: #ffffff;
  padding-bottom: 0.5em;
}
.searchandfilter[data-sf-form-id="188"] .sf-field-search input {
  width: 100%;
}
.searchandfilter[data-sf-form-id="188"] select.sf-input-select {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
  width: 100%;
  min-width: 0;
}
.searchandfilter[data-sf-form-id="188"] input.sf-input-text {
  background: #ffffff;
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
  width: 100%;
}
.searchandfilter[data-sf-form-id="188"] ul {
  padding-left: 0;
}
/* =========================
3.2 - Closed Deals Archive
========================= */
.searchandfilter[data-sf-form-id="187"] label {
  width: 100%;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0;
}
.searchandfilter[data-sf-form-id="187"] select.sf-input-select {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
  min-width: 0;
  width: 100%;
}
.searchandfilter[data-sf-form-id="187"] input.sf-input-text {
  background: #ffffff;
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
  width: 100%;
}
.searchandfilter[data-sf-form-id="187"] ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.searchandfilter[data-sf-form-id="187"] ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.75em;
  width: 33.3%;
}
@media (max-width: 480px) {
  .searchandfilter[data-sf-form-id="187"] ul li {
    width: 100%;
  }
}
.searchandfilter[data-sf-form-id="187"] ul li h4 {
  color: #ffffff;
  padding-bottom: 0.5em;
}
/* =========================
3.2 - Open Deals Archive
========================= */
.deal-heading-wrapper {
  flex-wrap: wrap;
  row-gap: 5px;
}
.deal-heading-wrapper .deal-title {
  width: 100%;
}
/* =========================
4 - Are you ready to sell
========================= */
.business-worksheet {
  padding: 15px;
  background: #062f50;
  border-radius: 5px;
}
@media (min-width: 750px) {
  .business-worksheet {
    margin: auto;
    max-width: 750px;
    padding: 25px;
  }
}
.business-worksheet .gform_required_legend {
  display: none !important;
}
.business-worksheet .gform_body {
  padding-top: 50px !important;
}
.business-worksheet .gform_footer input[type=submit] {
  background: #062f50 !important;
  border-color: white !important;
  color: white !important;
}
.business-worksheet .gform_footer input[type=submit]:hover {
  background: #6789cf !important;
  border-color: #6789cf !important;
}
/** 4 - Forms
------------------------------------------------------------*/
/* =========================
4.1 - Contact Form
========================= */
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input, body #gform_wrapper_4 .gform_body .gform_fields .gfield .ginput_container input {
  background: #eaeaea;
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container input:hover, body #gform_wrapper_4 .gform_body .gform_fields .gfield .ginput_container input:hover {
  border: solid 2px #d0d0d0;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container select, body #gform_wrapper_4 .gform_body .gform_fields .gfield .ginput_container select {
  appearance: none;
  -webkit-appearance: none;
  background: #eaeaea;
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container select:hover, body #gform_wrapper_4 .gform_body .gform_fields .gfield .ginput_container select:hover {
  border: solid 2px #d0d0d0;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container textarea, body #gform_wrapper_4 .gform_body .gform_fields .gfield .ginput_container textarea {
  background: #eaeaea;
  border: none;
  border-radius: 5px;
  padding: 0.75em 1em;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container textarea:hover, body #gform_wrapper_4 .gform_body .gform_fields .gfield .ginput_container textarea:hover {
  border: solid 2px #d0d0d0;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label, body #gform_wrapper_4 .gform_body .gform_fields .gfield .gfield_label {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: normal;
}
body #gform_wrapper_1 .gform_footer input[type=submit], body #gform_wrapper_4 .gform_footer input[type=submit] {
  font-size: 0.9em;
  border-radius: 5px;
  border: none;
  padding: 1.1em 1.6em;
}
/* =========================
4.2 - Team Member Form
========================= */
body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container input {
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .ginput_container textarea {
  background: #eaeaea;
  border: none;
  border-radius: 5px;
  padding: 0.75em 1em;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_label {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: normal;
  color: #ffffff;
}
body #gform_wrapper_3 .gform_footer {
  padding-bottom: 0;
}
body #gform_wrapper_3 .gform_footer input[type=submit] {
  font-size: 0.9em;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 1.1em 1.6em;
  margin: 0;
}
body #gform_wrapper_3 .gform_footer input[type=submit]:hover {
  background: #ffffff;
  color: #062F4F;
}
/* =========================
4.3 - Deal Opportunity Form
========================= */
body #gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container input {
  background: #eaeaea;
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container select {
  appearance: none;
  -webkit-appearance: none;
  background: #eaeaea;
  border: none;
  border-radius: 5px;
  height: 3em;
  padding: 0.5em 1em;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .ginput_container textarea {
  background: #eaeaea;
  border: none;
  border-radius: 5px;
  padding: 0.75em 1em;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield .gfield_label {
  font-family: "Roboto";
  font-size: 1em;
  font-weight: normal;
}
body #gform_wrapper_2 .gform_footer input[type=submit] {
  font-size: 0.9em;
  border-radius: 5px;
  border: none;
  padding: 1.1em 1.6em;
}
/* =========================
4.4 - Newsletter Form
========================= */
body #gform_wrapper_9 .gform_body .gform_fields .gfield input {
  background: #f1f1f1;
  border: none;
  padding: 8px 14px;
  height: 40px;
}
/* =========================
4.5 - Modal Form
========================= */
.spu-close-top_right {
  right: 10px;
  top: 16px;
}
body #gform_wrapper_13 .gform_body .gform_fields .gsection, body #gform_wrapper_14 .gform_body .gform_fields .gsection {
  padding: 0;
  border: none;
}
body #gform_wrapper_13 .gform_body .gform_fields .gsection .gsection_title, body #gform_wrapper_14 .gform_body .gform_fields .gsection .gsection_title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 0;
}
body #gform_wrapper_13 .gform_body .gform_fields .gsection .gsection_description, body #gform_wrapper_14 .gform_body .gform_fields .gsection .gsection_description {
  font-size: 0.8rem;
  color: #ffffff;
}
body #gform_wrapper_13 .gform_body .gform_fields .gfield .ginput_container input[type=text], body #gform_wrapper_14 .gform_body .gform_fields .gfield .ginput_container input[type=text] {
  height: 48px;
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
}
body #gform_wrapper_13 .gform_body .gform_fields .gfield .gfield_checkbox .gchoice, body #gform_wrapper_14 .gform_body .gform_fields .gfield .gfield_checkbox .gchoice {
  margin-bottom: 0.5rem;
}
body #gform_wrapper_13 .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, body #gform_wrapper_14 .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #ffffff;
  margin-left: 0.25rem;
}
body #gform_wrapper_13 .gform_body .gform_fields #field_14_4.gfield .gfield_label, body #gform_wrapper_14 .gform_body .gform_fields #field_14_4.gfield .gfield_label {
  font-family: Roboto, sans-serif;
  font-size: 1.225rem;
  font-weight: 400;
  color: #ffffff;
  margin-top: 2rem;
}
body #gform_wrapper_13 .gform_footer, body #gform_wrapper_14 .gform_footer {
  padding-bottom: 0;
}
body #gform_wrapper_13 .gform_footer input[type=submit], body #gform_wrapper_14 .gform_footer input[type=submit] {
  font-size: 0.85rem;
  border: solid 2px #ffffff;
  border-radius: 5px;
  padding: 0.8rem 1.2rem;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
body #gform_wrapper_13 .gform_footer input[type=submit]:hover, body #gform_wrapper_14 .gform_footer input[type=submit]:hover {
  border-color: #6789cf;
}
/* =========================
Helper class for blue bg forms
========================= */
.form--blue-bg_wrapper {
  margin: 0 auto;
  max-width: 970px;
  padding: 25px;
  background: #062F4F;
  border-radius: 5px;
}
.form--blue-bg_wrapper label, .form--blue-bg_wrapper p, .form--blue-bg_wrapper h1, .form--blue-bg_wrapper h2, .form--blue-bg_wrapper h3 {
  color: #ffffff;
}
.form--blue-bg_wrapper .gform_footer {
  padding-bottom: 0 !important;
}
.form--blue-bg_wrapper .gform_footer input[type=submit] {
  margin-bottom: 0 !important;
  background: #062F4F !important;
  border: solid 1px #ffffff !important;
  color: #ffffff !important;
}
.form--blue-bg_wrapper .gform_footer input[type=submit]:hover {
  background: #6789cf !important;
  border-color: #6789cf !important;
  cursor: pointer;
}
/** TABLE OF CONTENTS
------------------------------------------------------------/

1 - Global Styles
    -- 1.1 - Colors
    -- 1.2 - Breakpoints
    -- 1.3 - Gutenberg Fixes

2 - Layout

3 - Page Specific CSS
    -- 3.1 - Deals Archive
    -- 3.2 - Closed Deals Archive

4 - Forms
    -- 4.1 - Contact Form
    -- 4.2 - Team Member Form

/// END TABLE OF CONTENTS **/

