/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


, h4 {
  color: #12204B;
}
h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #12204b;
}

p {
  color: #818286;
}
.leadin-content-body {
  font-family: "Avenir", sans-serif;
}
.author {
  text-align: left;
  color: #818286;
}
.blog-section, .blog-main-wrapper {
  position: relative;
  max-width: 1200px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
}

.blog-form {
  min-width: 350px;
  max-width: 350px;
  width: 100%;
}

/* BLOG SOCIAL SHARE */
.main-social-share {
  width: 100%;
  padding: 0 !important;
  margin: 0;
  text-align:left;
  max-width: unset !important;
}
.desktop-share-anchor {
  margin-top: 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  color:#12204B !important;
}


/* BLOG SEARCH RESULTS */
.search-page {
  min-height: 840px !important;
}

.hs-search-results {
  padding: 0 30px 0 0;
  margin-bottom: 100px;
}

.hs-search-results__title {
  font-family: "Avenir", sans-serif;
  color: #12204b;
}
.hs-search-results__title:hover {
  color: var(--SecondaryColor);
}

.hs-search-field__bar {
  max-width: 640px;
  margin: 0 auto;
}
.hs-search-field {
  display: inline-table;
  width: 100%;
  max-width: 818px;
  height: 42px;
  margin-bottom: 40px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #fff;
}

.hs-search-field__suggestions a:hover {
  color: var(--SecondaryColor);
  background-color: transparent;
}
}
.hs-search-field--open .hs-search-field__suggestions li {
  margin: 10px 0 !important;
}

.hs-search-field__suggestions #results-for {
  padding: 20px 20px 10px;
}
.hs-search-field__suggestions li a {
  color: #12204b !important;
  padding: 10px 20px;
}
.hs-search-field__suggestions li a:hover {
  color: var(--SecondaryColor) !important;
}

.hs-search-field__suggestions {
  background: #f0efef;
  z-index: 9999;
  position: relative;
  max-width: 88%;
  box-sizing: border-box;
  display: block;
}
.hs-search-field__input {
  width: 82%;
  height: 42px;
  border: 1px solid #DDDDDF;
  padding: 7px 13px;
}
.custom-search-button {
  padding: 12px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: var(--SecondaryColor);
  cursor: pointer;
}
.custom-search-button svg {
  fill: #fff;
  height: 13px;
}
input.hs-search-field__input:focus {
  background: transparent;
  border: 1px solid #12204b;
}
.hs-search-results__listing li:not(:first-of-type) {
  margin-top: 50px;
}

.hs-search-results__next-page, .hs-search-results__prev-page {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: var(--SecondaryColor);
}
.hs-search-results__pagination a {
  padding: 10px;
}

/* END OF BLOG SEARCH RESULTS */

.landscape-article {
  flex: 0 1 100%;
}

.blog-listing-wrapper, .blog-post-wrapper,  .blog-details {
  max-width: 810px;
  margin-right: 20px;
}

.blog-tag {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .blog-tag {
    margin: unset;
  }
}

.blog-section h1, .blog-section .header-underline {
  font-family: "Cormorant Garamond", serif;
  text-transform: none;
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  padding-bottom: 34px;
  margin-bottom: 60px;
  position: relative;
}

.blog-section h1:after, .blog-section .header-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -59px;
  width: 118px;
  height: 3px;
  background: #B10028;
}

p img { 
  width: 100%;
  height: auto;
}

.post-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.news-blocks.active .article-item {
  opacity: 0.7;
}
.news-blocks {
  min-width: 220px;
  max-width: 385px;
  width: 100%;
  flex-grow: 1;
  flex: 1 0 44%;
}
.news-blocks:first-child, .news-blocks:nth-child(4) {
  margin-right: 40px;
}
.news-blocks .article-item {
  min-width: 220px;
  max-width: 385px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 100%;
}
.news-blocks .article-item .news-summary-image {
  width: 100%;
  height: 0;
  padding-bottom: 84%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.news-blocks .article-item .article-wrapper {
  margin: 0;
  width: 100%;
  padding: 0;
  display: block;
  border: 1px solid #dddddf;
}
.news-blocks .article-item h4 {
  line-height: 1.5;
}
.news-blocks .article-item .news-summary-article-content {
  color: #818286;
}
.news-blocks .article-item .news-summary-content {
  padding: 0 30px 30px;
  text-align: center;
}
.news-blocks .article-item .date-overlay, .landscape-article .date-overlay {
  display: inline-block;
  margin-top: -50%;
  padding: 10px 12px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.landscape-article .date-overlay {
  margin-top: 0;
}
.news-blocks .article-item .date-overlay-day, .landscape-article .date-overlay-day {
  display: block;
  font-size: 24px;
  font-weight: 900;
}
.news-blocks .article-item .date-overlay-month, .landscape-article .date-overlay-month {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.news-blocks .article-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  background: #fafafa;
  opacity: 1;
}
.landscape-article:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.55);
  background: #fafafa;
  opacity: 1;
}
.section-blue {
  background: #12204B;
  color: #ffffff;
}

a {
  text-decoration: none;
}

.legal-consent-container .hs-richtext p a {
    text-decoration: underline !important;
    color: #fff !important;
    font-weight: bold;
}
.landscape-article {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 20px auto;
  text-align: left;
  position: relative;
}

.landscape-article .large {
  width: 132px !important;
  float: left !important;
  margin-top: 30px;
  margin-bottom: unset !important;
}

.results-border { border: 1px solid #DDDDDF; }

.news-summary-image-landscape {
  width: 100%;
  max-width: 385px;
  min-width: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.news-summary-content-landscape {
  width: 100%;
  max-width: 405px;
  padding: 30px 40px;
  align-self: center;
}

.full {
  background-color: #12204B;
  color: #fff !important;
}

.rich-text-section img {
  width: 100% !important;
}

.rich-text-section {
  margin: 40px auto 100px auto;
  text-align: left;
}


@media (max-width: 1207px) {
  .hs-search-field__suggestions {
   width: 85%;
  }
  .rich-text-section {
    padding: 0 30px;
  }
  .hs-search-results, .hs-search-field {
    padding: 0 30px;
  }
}
@media (max-width: 1010px) {
  .hs-search-field__suggestions {
    width: 83%;
  }
}

@media (max-width: 940px) {
  .mobi-share-anchor {
    width: 100%;
    background: #12204B;
    padding: 20px;
    color:#fff !important;
    max-width: unset;
    box-sizing: border-box;
  }
  .blog-section {
    flex-wrap: wrap;
  }
  .blog-listing-wrapper {
    margin-right: 0;
    padding: 0 30px;
  }
  .rich-text-section {
    padding: 0;
  }
}

@media (max-width: 640px) {  
  .hs-search-field__bar {
    text-align: center;
  }
  .hs-search-field__input {
    width: 65%;
  }
/*   .blog-section { margin-top: 110px !important; } */
  .image-main {
    min-height: 315px !important;
  }
  .nav-gallery {
    display: none !important;
  }
  .blog-nav-gallery { margin-top: unset !important;}
  .dots-holder {
    display: block !important;
  }
  .news-blocks { flex: 1 0 100%; margin-bottom: 30px; }
  .post-item {
    justify-content: center;
  }
  .landscape-article { text-align: center; margin: 10px auto 40px auto !important; }
  .landscape-article .large { float: unset !important; }
  .news-summary-image-landscape  { min-height: 315px; }
  .landscape-article { flex-wrap: wrap; max-width: 385px; }
  .news-blocks:first-child, .news-blocks:nth-child(4) {
    margin-right: unset;
  }
  .details {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .details-right { margin-top: 34px !important; }
  .small-listing { max-width: unset !important; }
  .listing:nth-child(2) { margin-right: unset !important; }
  .listing-image-main { height: 315px !important; }
  .spotlight,
  .propinvest {
    -webkit-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
  }
  .listing { 
    -webkit-flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
    max-width: 405px;
  }
}
}

.hide-section {
  display: none;
}

.spotlight,
.propinvest {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 810px;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.listing:first-child {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 40px;
}
.listing {
  -webkit-flex: 1 0 44%;
  -ms-flex: 1 0 44%;
  flex: 1 0 44%;
}
.listing:nth-child(2) {
  margin-right: 40px;
}
.main-listing {
  margin-bottom: 40px;
}
.listing-image-main {
  background-color: gray;
  height: 480px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  background-color: #12204B;
  min-height: 200px;
  padding: 40px;
  box-sizing: border-box;
}
.details h3,
.details h2,
.details p {
  color: #fff !important;
  margin: 0 0 0.47em 0;
}
.details h2 {
  font-size: 26px;
}
.details h3 {
  font-size: 18px;
}
.details .details-left {
  margin-right: 50px;
  text-align: left;
}
.details .details-left .divider {
  width: 118px;
  height: 3px;
  margin: 27px 0 25px 0;
  background-color: #B10028;
}
.details .details-left .listing-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.details .details-left .listing-buttons .button {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 96px;
}
.details .details-left .listing-buttons .button:first-child {
  margin-right: 20px;
}
.details .details-right {
  text-align: left;
  max-width: 350px;
}
.details .details-right p {
  margin-top: 33px;
}
.small-listing {
  -webkit-flex: 1 0 44%;
  -ms-flex: 1 0 44%;
  flex: 1 0 44%;
  margin-bottom: 40px;
  max-width: 385px;
  display: block;
  text-align: left;
}
.small-listing h2 { color: #12204B; }
.small-listing h3 {
  color: #818286;
  font-size: 18px;
  line-height: 14px;
  font-weight: normal;
}
.small-listing .listing-image {
  height: 290px;
  background-color: gray;
  margin-bottom: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.container-fluid { max-width: unset !important; }