body {
    overflow-x: unset !important;
}

/*--- Colors ---*/
.gold {color: #e0bc75 !important;}
.white {color: #fff !important;}
.gray {color: #f2f2f2 !important;}
.center {text-align: center;}
.luxury {font-family: "essonnes-display", sans-serif;font-style: italic;margin-bottom: 10px;}
.brandon {font-family: "brandon-grotesque", sans-serif;}

/*--- Margin Classes ---*/
.mb-1 {margin-bottom: 10px !important;}
.mb-2 {margin-bottom: 20px !important;}
.mb-3 {margin-bottom: 30px !important;}
.mb-4 {margin-bottom: 40px !important;}
.mt-1 {margin-top: 10px !important;}
.mt-2 {margin-top: 20px !important;}
.mt-3 {margin-top: 30px !important;}
.mt-4 {margin-top: 40px !important;}
.ml-1 {margin-left: 10px !important;}
.ml-2 {margin-left: 20px !important;}
.ml-3 {margin-left: 30px !important;}
.ml-4 {margin-left: 40px !important;}
.mr-1 {margin-right: 10px !important;}
.mr-2 {margin-right: 20px !important;}
.mr-3 {margin-right: 30px !important;}
.mr-4 {margin-right: 40px !important;}
.mx-1 {margin-right: 10px !important;margin-left: 10px !important;}
.mx-2 {margin-right: 20px !important;margin-left: 20px !important;}
.mx-3 {margin-right: 20px !important;margin-left: 10px !important;}
.mx-4 {margin-right: 20px !important;margin-left: 20px !important;}
.my-1 {margin-top: 10px !important;margin-bottom: 10px !important;}
.my-2 {margin-top: 20px !important;margin-bottom: 20px !important;}
.my-3 {margin-top: 30px !important;margin-bottom: 30px !important;}
.my-4 {margin-top: 40px !important;margin-bottom: 40px !important;}

/*--- Fonts ---*/
h4 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 30px;
  color: #333 !important;
  font-family: "essonnes-display", sans-serif !important;
  font-style: italic;
  margin-bottom: 30px;
}
p {
  -webkit-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  margin: 5px 0;
/*   font-size: 20px !important; */
	font-size: 18px !important;
/*   line-height: 25px; */
	line-height: 30px !important;
	font-weight: 400 !important;
  color: #333333;
/*   font-weight: 300; */
	font-family: "Nunito Sans", sans-serif !important;
/*   font-family: "brandon-grotesque", sans-serif; */
  margin-bottom: 20px;
}
p.subhead {
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
}
p.testimonial {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 30px;
  color: #333333 !important;
  font-style: italic;
  font-family: "essonnes-display", sans-serif !important;
}
p.tiny-headline {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500 !important;
}
p.italic,
span.italic {
  font-style: italic;
}
h3 {
  font-family: "brandon-grotesque", sans-serif;
}
h1.work-page {
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  color: #adadad;
  margin-top: 0px;
  margin-bottom: 20px;
}
h1.brandon {
  margin-bottom: 10px !important;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 0;
  line-height: 66px;
  letter-spacing: 2px !important;
  max-width: 650px;
}
h2.brandon {
  margin-bottom: 20px !important;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 0;
  line-height: 66px;
  letter-spacing: 2px !important;
}
h4.case-study {
  font-size: 45px !important;
  line-height: 55px !important;
}
h3.brandon {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  -webkit-font-smoothing: auto;
  letter-spacing: 3px;
  font-style: normal;
  margin-bottom: 50px;
  /* margin-top: 80px; */
}
span.luxury {
  font-size: 37px;
    line-height: 48px;
    display: block;
    font-style: italic;
    font-weight: 300;
    text-transform: none;
    padding: 10px 0px;
}
span.gold-text-button {
  clear: both;
  color: #e0bc75;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-family: 'brandon-grotesque', sans-serif;
  float: left;
  display: block;
}

/*--- Container ---*/
section div.container {
  margin: 0 auto !important;
}
.narrow {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.image-contain-large {
  max-width: 1000px !important;
}
.image-contain-medium {
  max-width: 750px !important;
}
.image-contain-small {
  max-width: 500px !important;
}
img {width:100%;height:auto;}

@media screen and (min-width:768px) {
  .container {width:90vw !important;}
}

/*--- Forms ----*/
input[type="text"],
textarea {
  width: 100% !important;
  border: none !important;
  border-radius: 0px !important;
  font-weight: 100;
  font: 1em "brandon-grotesque", sans-serif !important;
  max-width: 500px !important;
}

/*--- Section Breaks ---*/
hr.gold {
  border: solid #e0bc75;
  border-width: 1px;
  clear: both;
  height: 0;
}
hr.gray {
  border: solid #f2f2f2;
  border-width: 1px;
  clear: both;
  height: 0;
}
.section-break {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*----- SolidGold button ---- */
a.solid-gold-button {
  position: relative;
  background-color: #e0bc75;
  border: 2px solid #e0bc75;
  color: #000000 !important;
  margin-top: 5px;
  padding: 9px 18px;
  max-width: 355px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
  float: left;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.solid-gold-button:hover {
  color: #e0bc75 !important;
  background-color: transparent;
  border: 2px solid #e0bc75;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.solid-gold-button a {
    position: relative;
    background-color: #e0bc75 !important;
    border: none;
    color: #fff;
    margin-top: 5px;
    padding: 9px 18px !important;
    max-width: 355px;
    margin-right: 0px !important;
    /* width: 100%; */
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "brandon-grotesque", sans-serif;
    text-align: center;
    float: left;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.solid-gold-button a:hover {color:#333 !important;}

/*----- Gold button ---- */
a.gold-button {
  position: relative;
  border: 2px solid #e0bc75;
  color: #000000 !important;
  background-color:#e0bc75 ;
  margin-top: 20px;
  padding: 9px 18px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center; /*float:left;display:block; */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.gold-button:hover {
  border: 2px solid #e0bc75;
  color: #e0bc75 !important;
  background: transparent;
  text-decoration: none;
}
a.gold-button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
a.gold-button:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*--- Gold Text Button ---*/
span.gold-text-button,
a.gold-text-button {
  clear: both;
  color: #e0bc75;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-family: "brandon-grotesque", sans-serif;
  float: left;
  display: block;
}
.gold-text-button:after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 0px;
  display: inline-block;
  background-image: url("../../../uploads/2016/08/gold-arrow.png");
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.gold-text-button:hover {
  text-decoration: none;
  color: #e0bc75;
  cursor: pointer;
}
a.gold-text-button:hover .gold-text-button:after {
  margin-left: 5px;
}
a:focus,
button:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}
section a {color:#c7a757;}
section a:hover {color:unset;}

/*--- Section Title ---*/
h4.section-title {
  font-size: 36px !important;
  line-height: 40px;
  font-weight: 400;
  color: #333333 !important;
  font-family: "essonnes-display", sans-serif;
  font-style: italic;
  margin-bottom: 30px;
}

/*--- Brand Overview ---*/
.brand-overview .image-half {
  /* height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; */
  width: 100%;
  height: auto;
}
.brand-overview .info-half,
.brand-overview .image-half {
  padding-top: 50px;
}
.brand-overview .info-half .logo-heading {
  display: block;
  width: 125px;
  height: auto;
  background-size: cover;
  background-position: center center;
}

/*--- Testimonial Image Section ---*/
.testimonial-image-section .info-half,
.testimonial-image-section .image-half {padding-top: 50px;}

/* Live Change */
.testimonial-image-section .info-half .logo-heading {
  display: block;
  width: 125px;
  height: auto;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
}
/* End */

.testimonial-image-section .image-half {
  width: 100%;
  height: auto;
}

.testimonial-image-section.dark {background-color:#333333;}
.testimonial-image-section.dark h4, .testimonial-image-section.dark p {color:#ffffff !important;}
.testimonial-image-section .desktop .image-half {padding-right:40px;}

.testimonial-image-section.black {background-color:#000000;}
.testimonial-image-section.black h4, .testimonial-image-section.black p {color:#ffffff !important;}

@media screen and (max-width:991px) {
  .testimonial-image-section .info-half,
  .testimonial-image-section .image-half {padding-right: 0px !important;}
}

/*--- Image-Text Section ---*/
/* .image-text .image-half {
  height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.image-text .info-half {padding-top:50px;} */
.image-text .image-text-inner {
  display: flex;
  margin: 50px 0px;
}
.image-text .image-half {
  padding: 0px;
  flex: 1;
  max-height: 600px;
  overflow: hidden;
}
.image-text .image-half img {
  width: 100%;
  height: 100%;
  display: block;
}
.image-text .container .image-half img{
  padding-top:40px;
  height:auto !important;
}
.service-section.image-text .container .image-half img{
  padding-top:0px;
  height: 100% !important;
}

/*--- Half Testimonials Section ---*/
p.testimonial-quote {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 30px;
  color: #333 !important;
  font-style: italic;
  font-family: "essonnes-display", sans-serif !important;
  margin-bottom:25px;
}
.testimonial-credit .name {
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-bottom: 0px;
}
.testimonial-credit .position {
  font-style: italic;
}
.testimonial-credit,
.testimonial-img {
  display: inline-block;
  float: left;
}

/*--- Subpage Masthead ---*/
h1.subpage {
  -webkit-font-smoothing: auto;
  font-family: essonnes-display, sans-serif;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 300;
  text-transform: none !important;
  color: #333 !important;
}
p.subpage-head {
  max-width: 600px;
  text-align: left;
  padding-left: 20px;
  border-left: 2px solid #e0bc75;
  color: #adadad !important;
}
.subpage-heading {
  padding: 125px 0px 75px 0px !important;
}

/*--- Homepage ---*/
.home h1.brandon {
  margin-bottom: 0px !important;
  line-height: 45px !important;
}
.home-masthead {
  height: 100vh;
  overflow: hidden;
  background-color: #0c1116;
  background-size: cover;
  padding-top: 35vh;
}

/*--- Testimonial Image ---*/
.testimonial-image-section .border-testimonial {border-left:3px solid #e0bc75;display:block;padding-left:20px;float:left;margin-top:25px;}
.testimonial-image-section a.solid-gold-button {float:left;margin-top:25px;}
.testimonial-image-section .info-half {padding-right:40px;}

/*--- Services  Pages  ---*/
.services p.subhead a {
  letter-spacing: 0;
  color: #333 !important;
  text-transform: none !important;
  font-family: "brandon-grotesque", sans-serif;
}
.services h3 {
  margin-bottom: 10px !important;
}



/*---------------  Work Page Grid -----------------*/
.tg-item:hover .tg-item-overlay {
  opacity: 0.5 !important;
}
.tg-item .tg-item-overlay {
  opacity: 1 !important;
}
.tg-item .tg-item-footer {
  display: none !important;
}
.tg-item .tg-item-content {
  opacity: 1 !important;
}
.tg-grid-wrapper span.view-case-study-link {
  display: none;
}
/* .tg-item .tg-item-content {opacity:1 !important;margin-top:55% !important;height:50px;position:absolute;} */
.tg-item .tg-item-content .tg-item-title {
  position: absolute;
  bottom: 8%;
  transform: none !important;
}
.tg-item .tg-item-content .tg-item-title a {
  color: #e0bb75 !important;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  padding: 0 0 0 30px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  text-align: left;
  position: relative;
  line-height: 24px;
  display: block;
  margin-bottom: 0;
  width: 100%;
  hyphens: none;
}
.tg-item .tg-item-content .tg-cats-holder {
  positon: absolute;
  bottom: -93%;
  transform: none !important;
}
.tg-item .tg-item-content .tg-cats-holder a span.tg-item-term {
  color: #ffffff !important;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 100;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  line-height: 15px;
}

.tg-mediaboom-grid-v2 .tg-element-1 {
  padding: 0 !important;
}
.tg-mediaboom-grid-v2:not(.tg-force-play):not(.tg-is-playing):hover
  .tg-item-overlay {
  opacity: 0.5 !important;
  visibility: visible !important;
}
.tg-filters-holder {
  margin-bottom: 20px !important;
}
.page-id-7 .tg-bottom-holder h2 a,
.page-id-7 .tg-bottom-holder h2 a {
  color: #e0bb75 !important;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 100;
  padding: 0 0 0 30px;
  font-size: 22px;
  letter-spacing: 1px !important;
  text-align: left;
  position: relative;
  line-height: 24px;
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.page-id-7 .tg-bottom-holder p,
.page-id-7 .tg-bottom-holder p {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 100;
  font-size: 13px !important;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  text-align: left;
  padding: 0 0 0 30px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  line-height: 15px;
}
#grid-7454 .tg-nav-color {
  color: #999999 !important;
  background: transparent !important;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
  float: left;
  padding: 2px 7px !important;
}
#grid-7454 .tg-filter.tg-filter-active span {
  color: #e0bb75 !important;
}
#grid-7454 .tg-grid-area-top1 {
  background: #fff !important;
}
.tg-txt-slash .tg-filter:before {
  display: none !important;
}

.tg-item .tg-bottom-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  h1.subpage {font-size: 52px;}
  .parallax-image {
    height: 350px !important;
    overflow: hidden;
    margin-top: -100px !important;
    z-index: 4;
    background-size: cover !important;
    background-position: center center !important;
}
  .sfm-navicon-button {
    top: 10px !important;
}
  #grid-7454 .tg-nav-color {
    padding: 0px 5px !important;
  }
}
@media only screen and (max-width: 640px) {
  .the-numbers-cta ul li {
    display: inline-block;
    width: 100% !important;
    text-align: center;
}

.the-numbers-cta ul {margin-left:0px !important;}


  .page-id-7 .tg-bottom-holder h2 a,
  .page-id-7 .tg-bottom-holder h2 a {
    padding: 0 0 0 15px;
    font-size: 20px;
    float: left;
  }
  .page-id-7 .tg-bottom-holder p,
  .page-id-7 .tg-bottom-holder p {
    font-size: 14px !important;
    padding: 0 0 0 15px;
    float: left;
  }
}

/*--- Individual Work Pages  ---*/
.work-masthead {
  height: 75vh !important;
}
.work-masthead .overlay {
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.work-masthead .container {
  padding-top: 25vh;
}
.work-masthead img {
  width: 300px;
  margin-bottom: 20px;
}

/* Live Change */
.page-id-10311 .work-masthead img {
  width: 50vw;
  min-width: 350px;
  max-width:700px;
  height: auto;
}
@media screen and (max-width:500px) {
  .page-id-10311 .work-masthead img {width:300px;min-width:unset;max-width:unset;}
}

.page-id-10326 .work-masthead img {
  width: 200px;
  margin-bottom:40px;
}
.page-id-11324 .work-masthead img {
  width: 150px;
}
.page-id-11324 .work-masthead .container {
  padding-top: 15vh;
}

@media screen and (max-height: 650px) {
  .work-masthead .container {
    padding-top: 20vh;
  }
}
/* End */

/* .workpage-overview .image-half {
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain !important;
} */
.workpage-overview .image-half img {
  height: auto;
  width: 100%;
  display: block;
}
.parent-pageid-7 #navbar ul li a {
  color: #ffffff;
}
.workpage-overview ul li {
  list-style: none;
  -webkit-font-smoothing: auto;
  margin:0px !important;
/*   font-size: 20px !important; */
	font-size: 18px !important;
/*   line-height: 0px; */
	line-height: 30px !important;
  color: #333;
/*   font-weight: 300; */
	font-weight: 400;
/*   font-family: brandon-grotesque, sans-serif; */
  margin-bottom: 20px;
	font-family: "Nunito Sans", sans-serif !important;
}
.workpage-overview ul li:before {
  content: "\2022";
  font-size: 12px !important;
  margin-right: 5px;
  top: -2px;
  position: relative;
}
.workpage-overview ul {
  margin-left: 0px;
}
.workpage-overview {
  padding-top: 100px;
}
h4.case-study {
  font-size: 45px;
  line-height: 55px;
}
h4.case-study-stat {
  margin-top: 15px;
  font-style: normal;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 55px !important;
  font-weight: 100;
  color: #e0bc75 !important;
  margin-bottom: 20px;
}
p.case-study-stat-text {
  text-align: center;
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 400;
}
.workpage-stats ul {
  list-style: none;
  text-align: center;
  display: inline-flex;
  float: none;
  margin: auto;
  width: 100%;
}
.workpage-stats ul li {
  float: none;
  margin: auto;
  width: 100%;
  padding: 0px 50px;
}
.workpage-stats {
  padding-top: 0px;
}
.testimonial-img {
  margin-right: 25px;
}

/*--- MTSF Case Study ---*/
.page-id-8279 .work-masthead .container {
  padding-top: 30vh;
}
.feature-logos img {
  width: auto !important;
  margin-top: 50px;
}
.runway.feature-logos .right img {width:100% !important;}
.runway.feature-logos .right {padding-top:10% !important;}
.mtsf.feature-logos .right {padding-top:7% !important;}
@media screen and (max-width:991px) {
  .runway.feature-logos .right, .mtsf.feature-logos .right {padding-top:25px !important;}
}

/*--- Image Sliders  ---*/
.ls-bottom-slidebuttons a {
  background-color: #999999;
  border-radius: 10px;
  margin: 0px 5px;
  width: 15px !important;
  height: 15px !important;
  background-image: none !important;
}
.ls-bottom-slidebuttons a:hover {
  color: #e0bc75 !important;
}
.ls-bottom-slidebuttons a.ls-nav-active {
  background: #e0bc75;
}
.ls-gui-element {
  margin-top: 30px;
}
.ls-gui-element .ls-nav-start,
.ls-gui-element .ls-nav-stop,
.ls-circle-timer,
.ls-nav-next,
.ls-nav-prev {
  display: none !important;
}

/* Live Change */

.ls-wp-container {padding-bottom:50px;}
/* .ls-bottom-slidebuttons {margin-top:50px;} */

/* End */

/*--- Resource Page ---*/
.resource-box {
  display: block;
  border: 1px solid #999999;
  text-align: center;
  contain: content;
  padding: 10px;
  margin: 20px 10px;
}
.resource-box img {
  width: 100%;
  height: 100%;
}
ul.no-style {
  list-style:none;
  margin: 5px 0px;
  margin-bottom:25px;
}
ul.no-style li {font-family:'brandon-grotesque',sans-serif;font-weight:100;font-size:20px;}
.resources-download input[type="text"] {
  margin-bottom:25px !important;
  box-shadow: none !important;
  border:1px solid #eeeeee !important;
  font: 1em 'brandon-grotesque',sans-serif !important;
  font-weight:100 !important;
  font-size:15px;
}
.resources-download input[type="checkbox"] {
  width: unset;
  height: unset;
}


/*--- Careers Page Accordion ---*/
.panel-default > .panel-heading {
  border-top: 1px solid #e0bb75 !important;
  color: unset !important;
  background-color: #ffffff !important;
  padding: 50px 15px 10px 50px;
  position: relative;
}
.panel-group {margin-bottom:0px !important;}
.panel-heading:hover {cursor: pointer;}
.panel-default {
  border: none !important;
}
.panel-heading {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.panel-heading span p {
  font-family: 'brandon-grotesque', sans-serif;
  color: #333 !important;
  font-weight: 100 !important;
  letter-spacing: 1px;
  font-size: 30px !important;
  text-transform: uppercase;
  margin-bottom:0px;
}
.panel {
  box-shadow: none !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none !important;
}
.toggle_icon {
  position: absolute;
  width: 25px!important;
  height: 25px!important;
  border-style: solid;
  border-width: 1px;
  border-color: #e0bc75;
  top: 25px !important;
  left: 0 !important;
}
.toggle_icon .vert_icon {
  border-color: #e0bc75;
  border-left-style: solid;
  border-left-width: 1px!important;
  position: absolute;
  left: 11px!important;
  top: 3px!important;
  height: 18px!important;
}
.toggle_icon .hor_icon {
  border-color: #e0bc75;
  border-top-style: solid;
  border-top-width: 1px!important;
  position: absolute;
  top: 11px!important;
  left: 3px!important;
  width: 18px!important;
}
.toggle_icon .vert_icon {display: none;}
.collapsed .toggle_icon .vert_icon {display: block;}

.list-column ul li {
  font-size: 20px;
  padding-top: 10px;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 100;
}
.qualifications {display:flex;}
.list-column {
  width: 50%;
  display: inline-block;
  position: relative;
  padding-right: 25px;
  padding-bottom: 25px;
}
.panel-body h4 {padding-top:15px;padding-bottom:15px;}
.panel-body a {color:#e0bb75;}
.panel-body p {margin: 0 0 20px;}

/*--- Services Pages - Tab Section ---*/
.tab_section {display:flex;}
.tab {
  overflow: hidden;
  width:20vw;
  border-right:1px solid #e0bb75;
}
.tablinks:last-child {border-bottom: 1px solid #e0bb75;}
.tab button {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width:100%;
  border: 1px solid #e0bb75;
  border-left:none;
  border-right:none;
  border-bottom:none;
  text-align:left;
  font-size:14px;
  color:#333;
  font-family:'brandon-grotesque', sans-serif;
  text-transform: uppercase;
}
.tab button.active {
  border-right:0px;
}
.tabcontent {
  display: none;
  padding: 10px 50px;
  width:80vw;
}
.tab_count {color:#e0bb75;}

@media screen and (max-width:991px) {
  .tab {width:25vw;}
  .tabcontent {width:75vw;}
}
@media screen and (max-width:767px) {

  .workpage-stats ul li {
    float: left;
    margin: 20px auto;
    width: 100%;
    min-width: 100%;
    padding: 0px 50px;
    position: relative;
    display: block;
    height: auto;
    /* clear: both; */
}

  .workpage-stats ul {
    list-style: none;
    text-align: center;
    display: block !important;
    float: none;
    margin: auto;
    width: 100%;
}
  .tab_section {
    display:block;
    width:100%;
    border: 1px solid #e0bb75;
    border-top: none;
  }
  .tabcontent {padding:0px;width:100%;padding:40px;}
  .tab {width:100%;border-right:none;}
  .tab button.active {background-color: #eeeeee;}
}

/*--- The Numbers CTA ---*/
.the-numbers-cta ul li {
  display: inline-block;
  width: 49.5%;
  text-align: center;
}
.the-numbers-cta {background-size:cover;background-repeat: no-repeat;}
.the-numbers-cta h4 {font-size: 53px !important;margin-bottom: 20px;}
.the-numbers-cta p, .the-numbers-cta h4 {color:#ffffff !important;}
.the-numbers-cta p.cta-stat {text-transform: uppercase;font-family: 'brandon-grotesque', sans-serif;}
.the-numbers-cta h2 {color: #e0bc75 !important;font-size:55px;font-weight:400;font-family: 'brandon-grotesque', sans-serif;}

/*--- Our Services Section ---*/
.our-services img {width:100%;}
.our-services .service-contain {display:grid;grid-template-columns: 25% 25% 25% 25%;}
.our-services .service-col {padding: 0px 20px;margin-bottom:50px;width:100%;}
.our-services .solid-gold-button {width:200px;margin-top:20px;}
.our-services h3.brandon {font-size:24px;color:#e0bc75;margin-bottom:10px;}
.our-services ul li {
  list-style: none;
  margin:0px;
  -webkit-font-smoothing: auto;
/*   font-size: 20px !important; */
/*   line-height: 20px; */
  color: #333;
	font-size: 18px !important;
	line-height: 26px !important;
/*   font-weight: 300; */
	font-family: "Nunito Sans", sans-serif !important;
	font-weight: 400;
	
/*   font-family: 'brandon-grotesque', sans-serif; */
}
.our-services ul li:before {
  content: "\2022";
  font-size: 12px !important;
  margin-right: 5px;
  top: -2px;
  position: relative;
}
.our-services ul {
  margin-left: 0px;
}
@media screen and (max-width: 991px) {
  .our-services .service-contain {display:grid;grid-template-columns: 50% 50%;}
}
@media screen and (max-width: 767px) {
  .our-services .service-contain {display:grid;grid-template-columns: 100%;}
}

/*--- Logos Link Section ---*/
.logos-link-section .client-logos ul li {
  height:100% !important;
  display: inline-block;
  list-style: none;
  /* Live Change */
  width: 20%;
  /* End */
  background-position: center;
  float: left !important;
  margin: 0px;
  padding:0px;
}
.logos-link-section .client-logos ul li:hover {box-shadow: 0px 0px 10px #cccccc;background-color: #ffffff;}
.logos-link-section .client-logos ul li:hover img {filter: grayscale(0);}
.logos-link-section .client-logos ul li img {filter: grayscale(1);}
@media screen and (max-width: 767px) {
  .logos-link-section .client-logos ul li {width:50% !important;}
}
@media screen and (max-width: 467px) {
  .qualifications {
    display: block;
}
.list-column {
    width: 100%;
    display: block;
    position: relative;
    padding-right: 0px;
    padding-bottom: 0px;
    float: left;
    height: auto;
    margin: 0px auto;
    /* clear: left; */
    min-width: 100%;
}
  h3.brandon {
    font-size: 32px;}
  .resource-box {
    display: block;
    border: 1px solid #999999;
    text-align: center;
    contain: content;
    padding: 10px;
    margin: 20px auto;
    height: auto;
    width: 100%;
    float: left;
}
  .logos-link-section .client-logos ul li {
    width: 100% !important;
    height: 120px !important;
    overflow: hidden;
}
  .logos-link-section .client-logos ul li img {
    filter: grayscale(1);
    margin-top: -50px;
}
}

.logos-link-section a.solid-gold-button {
  float:none !important;
  display: unset !important;
  max-width:unset !important;
  width:unset !important;
}


/*--- General CTA ---*/
.video-cta a.solid-gold-button {
    width: auto;
    max-width: unset;
    position: relative;
    display: inline-block;
    /* padding: 15px 15px; */
}
/*.video-cta a.solid-gold-button {width:unset;max-width:unset;position:unset;display:unset;}*/
.video-cta {
  padding: 50px 0px !important;
}
.video-cta h2.brandon {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px !important;
  font-size: 36px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 1px !important;
  line-height: 40px;
}
.video-cta a {
  margin: 0 auto;
  float: none;
}
.video-cta p {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  letter-spacing: 2px;
  margin-bottom:25px;
}
.video-cta .cta-info h4 {
  max-width: 750px;
  margin: 10px auto 50px auto;
  line-height: 30px;
}
.home .video-cta .cta-info h4 {
  max-width: 1000px;
  margin: 10px auto 50px auto;
  line-height: 30px;
  font-family: 'brandon-grotesque', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 30px !important;
  letter-spacing: 1.5px;
}
.video-cta .cta-info {
  padding: 0px;
}

/*--- More Projects CTA ---*/
a.more-projects-cta {
  width: 100%;
  background-size: cover;
  height: 300px;
  position: relative;
  display: block;
}
a.more-projects-cta:hover .overlay {
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
a.more-projects-cta .overlay {
  z-index: 2;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.more-projects-cta {
  text-align: left;
  margin-bottom: 50px;
}
a.more-projects-cta .content {
  z-index: 3;
  top: 65px;
  left: 15%;
  max-width: 70%;
  position: absolute;
  border-right: none;
}
a.more-projects-cta p,
a.more-projects-cta h4 {
  margin-bottom: 25px;
}
.more-projects-section .case-study-box.left {
  padding-right: 40px !important;
  padding-left: 0px !important;
}
.more-projects-section .case-study-box.right {
  padding-right: 0px !important;
  padding-left: 40px !important;
}
.more-projects-section h3 span {
  -webkit-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  margin: 5px 0;
  font-size: 16px !important;
  line-height: 25px;
  color: #333333;
  font-weight: 300;
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 20px;
}

/*--- *******Insights Page****** ---*/
#loading-image{background-image: url(https://mbluxury1.s3.amazonaws.com/2020/10/29190909/loading.gif);width:150px;height:150px;margin:0px auto;background-size:cover;}
.insights-grid .article-box {
  margin-right: 15%;
  margin-bottom: 50px;
  border: 1px solid #cccccc;
  contain: content;
}
.insights-grid .article-box:nth-child(3n) {margin-right:0px;}
.insights-grid .article-box .blog-entry-info {
  padding: 20px;
  contain: content;
  position: relative;
  display: block;
}
.insights-grid .article-box .blog-entry-info h4 {color:#333333;padding-top:0px;margin-top:0px;}
.insights-grid .article-box .blog-entry-info h4 a {color: #333333 !important;}
.insights-grid .blog-entry-info h4.category-title {text-transform: unset;letter-spacing: unset;padding-bottom:50px;}
.insights-grid .blog-entry-info .blog-entry-cats, .insights-grid .blog-entry-info .blog-entry-date {display:inline-block;}
.insights-grid .blog-entry-info .blog-entry-cats {padding-right: 10px;margin-right:10px;border-right:1px solid #cccccc;text-transform: uppercase;}
.insights-grid .blog-entry-cats a {color: #999999;}
.insights-grid .blog-entry-info .read-more {position:absolute;bottom:0px;margin-bottom:25px;}
.insights-grid .blog-entry-featured-image img {border-bottom: 1px solid #cccccc !important;}
.blog-entry-featured-image img {border-radius:0px;height: auto !important;}
.blog-entry-featured-image {
  height: 200px;
  overflow: hidden;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.blog-entry-featured-image:hover {
  opacity:.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
@media screen and (max-width: 1250px){.blog-entry-featured-image{height:150px;}}
@media screen and (max-width: 991px){.blog-entry-featured-image{height:125px;}}
@media screen and (max-width: 767px){
  .blog-entry-featured-image{height:auto;}
}

/*.blog-entry {
  height: 500px;
}*/
/* .blog-entry-featured-image {
  background-size: cover;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
} */
.blog-entry-info .read-more {color:#e0bc75;text-transform: uppercase;}
.blog-entry-info .read-more:after {
  /* content: "\E87d";
  font-family: 'entypo-fontello'; */
  content: '>';
  font-size: 15px;
  vertical-align: middle;
  padding: 0px 8px;
  position: absolute;
  margin-top: -1px;
}
.blog-entry-info p {color:#999999;font-size:15px !important;line-height:18px;}
.category-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
  -webkit-font-smoothing: auto;
  letter-spacing: 1px;
  font-style: normal;
  padding-top: 10px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  color: #e0bc75;
  display: block;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
.article-box a.blog-entry .category-title:hover {color:#333333 !important;}
.blog-entry-date {
  font-size: 14px !important;
  color: #999999;
}
.blog-entry-excerpt {
  font-size: 16px !important;
  line-height: 18px;
  color: #999999;
}
.newsletter-right-widget {
  width: 100%;
  background: #fbfcfd;
  border: 1px solid #f2f2f2;
  padding: 50px 30px;
  min-height: 200px;
  margin-bottom: 25px;
  text-align: center;
}
.insights-grid {display:grid;grid-template-columns: 35% 35% 30%;min-height: 150px;}
.blog-roll input[type="search"] {
  padding: 0px;
  height: 40px;
  width: 100%;
  box-shadow: none;
  border:none;
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 100;
  font-family: 'brandon-grotesque', sans-serif;
}
.blog-roll select {
  padding: 0px 8px;
  height: 40px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 100;
  color: #999999;
  font-family: 'brandon-grotesque', sans-serif;
}
.blog-roll .cat-filter-form {
  display: grid;
  grid-template-columns: 50% 50%;
}
span.screen-reader-text {
  visibility: hidden;
}
span.screen-reader-text:before {
  content: 'Search';
  visibility: visible;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'brandon-grotesque', sans-serif;
}
.blog-roll label {
  width:100%;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'brandon-grotesque', sans-serif !important;
}
.blog-roll button.search-submit {
  position:absolute;
  right:0px;
  height: 40px;
  padding:0px;
  float: right;
  margin-top: 20px;
  background-color: transparent;
  border: none;
  color: #e0bb75;
}
.blog-roll form {margin-bottom: 20px;position:relative;}

/*--- Post Filters ---*/
.post-filter-options {
  display: grid;
  grid-template-columns: 70% 30%;
}
.blog-roll form {margin-bottom: 20px;margin-top:0px !important;width:100%}
.blog-roll label {margin-bottom:0px;}
.blog-roll .post-filter-options .selectize-input {
  height: 40px !important;
  border: 1px solid #cccccc !important;
  padding: 0px !important;
  display: inline-block !important;
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
  font-family: "brandon-grotesque", sans-serif !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 100 !important;
  border-radius: 0px !important;
}
.blog-roll .post-filter-options .selectize-input > input {height: 100%;font-weight: 100 !important;height: 100% !important;padding: 0px 8px!important;}
.blog-roll .post-filter-options .selectize-control {width:85% !important;}
.blog-roll .selectize-control.single .selectize-input input:after {border-color:#e0bb75 transparent transparent transparent !important;}
.blog-roll .selectize-control.single .selectize-input.dropdown-active:after {border-color: transparent transparent #e0bb75 transparent !important;}
.selectize-input .item {padding-top:10px !important;padding-left:8px !important;}
/* .selectize-input > .item > input[type="text"] {display: none !important;} */
.selectize-control .selectize-input.full input[type="text"] {display: none !important;}
.blog-roll .post-filter-options .selectize-input.full>input {display: none !important;}
.selectize-dropdown-content div {text-transform: capitalize !important;}
.blog-roll form select {
  width: 85%;
  height: 40px;
  margin-bottom: 0px;
  padding: 0px 10px;
  box-shadow: none;
  border: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 100;
  font-family: 'brandon-grotesque', sans-serif;

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select {

  /* styling */
  /* background-color: white;
  border: thin solid blue;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em; */

  /* reset */

  /* margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; */
}

select.classic {
  /* background-image: url(https://mbluxury1.s3.amazonaws.com/2020/10/22124216/MB_Insights-select-arrow.jpg);
  background-size:cover; */
  background-image: linear-gradient(45deg, transparent 50%, #e0bc75 50%), linear-gradient(135deg, #e0bc75 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
/* select.classic:focus {
  outline:0;
  border: 1px solid #cccccc;
} */

/* select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
} */

/* Testing */
.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.blog-roll .selectize-control.single .selectize-input:after {
    border-color: #e0bb75 transparent transparent;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    /* border-color: gray transparent transparent; */
}
.blog-roll .selectize-control.single .selectize-input.dropdown-active:after {
    border-color:transparent transparent #e0bb75;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0px 5px 5px;
}

.selectize-dropdown {
    position: absolute;
    overflow: scroll;
    max-height: 200px !important;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.selectize-dropdown-content div {
    text-transform: capitalize !important;
}
.selectize-dropdown-content div:hover {
    background-color: #cccccc;
}
.selectize-dropdown-content div {
    padding: 2px 5px 2px 5px;
    border-top: 1px solid #f8f8f8;
    cursor: pointer;
}
/* End Testing */

@media screen and (min-width:768px) {
    .selectize-dropdown{width:42.5% !important;}
}
@media screen and (max-width: 767px) {
  .insights-grid {grid-template-columns: 100%;}
  .insights-grid .article-box {padding-right:0px;}
  .blog-entry-featured-image img {height:auto !important;}
  .insights-grid .article-box {margin-right:0px !important;margin-bottom: 25px !important;}
  .post-filter-options {grid-template-columns: 100%;}
  .blog-roll .post-filter-options .selectize-control {
    width: 100% !important;
    }
.blog-roll .post-filter-options .selectize-input:first-child {width:95% !important;}
}
@media screen and (max-width:991px) {
  .newsletter-right-widget img {height: 100%;width: auto;}
  .insights-grid .article-box {
    margin-right: 5%;
    margin-bottom: 15px; 
  }
  .blog-roll .post-filter-options .selectize-control {width:95%;}
}

/*--- With Sidebar CSS ---*/
.newsletter-right-widget {
  width: 100%;
  background: #fbfcfd;
  border: 1px solid #f2f2f2;
  padding: 50px 30px;
  min-height: 200px;
  margin-bottom: 25px;
  text-align: center;
}
.side-bar input[type="search"] {
  padding: 0px 10px;
  height: 40px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 100;
  font-family: 'brandon-grotesque', sans-serif;
}
/* span.screen-reader-text {
  visibility: hidden;
}
span.screen-reader-text:before {
  content: 'Search';
  visibility: visible;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'brandon-grotesque', sans-serif;
} */
.side-bar label {width:85%;}
.side-bar button.search-submit {
  height: 40px;
  width: 15%;
  padding:0px;
  float: right;
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #e0bb75;
  color: #e0bb75;
}
.side-bar form {margin-bottom: 20px;}
@media screen and (max-width:991px) {
  .newsletter-right-widget img {height: 100%;width: auto;}
}

/*--- Insights Article ---*/
.top-author-section {
  margin: 25px 0px;
  padding: 0px 15px;
  border-left: 3px solid #e0bb75;
  contain: content;
}
.top-author-section img.headshot {
  width: 50px;
  display: block;
  float: left;
  margin-right: 25px;
}
.top-author-section img.icon {
  width: 20px;
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.top-author-section .blog-info {
  padding: 0px !important;
  line-height: 100%;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  color: #333333 !important;
}
.top-author-section .blog-info a {color: #333333 !important;}
.article-center {
  max-width: 658px;
  margin: 0 auto;
  margin-top: 100px;
}
h1.insights-article {
  -webkit-font-smoothing: auto;
  font-family: 'essonnes-display', sans-serif;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 55px;
  text-transform: none !important;
  color: #333;
  letter-spacing: 1px !important;
  line-height: 105% !important;
}
.single p.author {display:none;}
.single .insights-article .article-meta a {color:#919191 !important;}
.single .insights-article .article-center h2 {
  font-family: 'essonnes-display', sans-serif !important;
  -webkit-font-smoothing: auto;
  font-style: italic;
  padding: 20px 0 10px;
  font-size: 44px;
  line-height: 44px;
  color: #333333;
  font-weight: 100;
  text-transform: capitalize;
  margin-top: 25px;
}
.single .insights-article h2 strong {
  font-weight: 100 !important;
}
.single .related-article {
  padding: 0px 30px;
}
.single .related-article .related-box img {
  width: 100%;
  border-radius: 5px;
}
.single .video-cta h2.brandon {
  margin-bottom: 40px !important;
}
.single .author-section span.italic {
  padding: 10px 0;
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  text-align: left;
  font-family: "brandon-grotesque", sans-serif;
}
.single .insights-article a {
  color: #c7a757;
}
.single .insights-article ul {
  margin-left: 0px;
  list-style: none;
}
.article-meta {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #919191;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.wp-block-image {
  margin-top: 35px;
}

.single .insights-article p {
  padding: 10px 0;
  margin-bottom: 5px;
  line-height: 30px;
  text-align: left;
}
.single .insights-article h4 {
  font-size: 24px;
  font-weight: 400;
  /* line-height: 25px; */
  color: #c7a757 !important;
  font-family: "brandon-grotesque", sans-serif !important;
  font-style: normal;
  margin-bottom: 0px;
  padding: 15px 0px;
  margin: 0;
}
.single .insights-article ul li {
  margin-left: 0px;
  padding: 8px 0;
  list-style: none;
/*   font-family: "brandon-grotesque",sans-serif; */
/*   font-size: 20px; */
/*   font-weight: 100; */
	font-weight: 400;
	font-size: 18px;
	font-family: "Nunito Sans", sans-serif !important;
  line-height: 30px;
}
.single .insights-article ol li {
  margin-left: 0px;
  padding: 8px 0;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  color: #333333;
}
.single .insights-article ol li strong {font-weight:unset;}
.single .insights-article ul li:before {
  content: '• ';
}
@media screen and (max-width:991px) {
  .related-box {margin-bottom:50px;}
}
.related-articles .related-article h3:hover {
  color:#333333 !important;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
.related-articles .related-featured-image {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.related-articles .related-featured-image:hover {
  opacity: .8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.related-articles .related-featured-image img {border-radius: 5px;}

/*--- Contact Page ---*/
.contact-section .contact-form p {
  display: none;
}
.contact-section .contact-form input[type="checkbox"] {
  width: unset;
  height: unset;
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
  box-shadow: none;
}
.contact-section .contact-form {
  background-color: #e0bb75;
  padding: 40px;
}
.contact-section .contact-info {
  background-color: #f8f8f8;
  padding: 40px;
  contain: content;
}
.contact-section .contact-form ._form_element {
  margin-bottom: 20px !important;
}
.contact-section .left {
  padding: 0px 25px 0px 0px;
}
.contact-section .right {
  padding: 0px 0px 0px 25px;
}

/*--- Logos Section ---*/
.client-logos {
  float: left;
  width: 100%;
  height: auto;
  text-align: center !important;
  display: block;
  margin-top: 25px;
}
.client-logos ul {
  text-align: center;
  margin-left: 0px;
}
.client-logos ul li {
  height: 100px;
  display: inline-block;
  list-style: none;
  background-position: center;
  float: none !important;
  margin: 10px 0px;

  /* 
  height: 100px;
  background-repeat: no-repeat;
  display: inline-block;
  list-style: none;
  text-align: center;
  width: 210px !important;
  background-position: center;
  float: none !important;
  margin: 10px 5px;
  background-size: 90%;*/
}
.logos-section .client-logos ul li {width:19%;}
.client-logos ul li img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .logos-section .client-logos ul {
    width:200px;
    margin:0 auto;
  }
  .logos-section .client-logos ul li {height:unset;width:unset;}
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
   .navbar {
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed !important;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    height: 50px;
    border-radius: 0px !important;
  }
  
  .scroll .navbar {
    background-color: #ffffff;
    height: 75px;
  }
  .navbar-brand {
    position: relative;
    z-index: 9999;
    float: left;
    width: 215px;
    height: 50px !important;
    margin: 12px 0px 0px 18px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    /* background-image: url(../images/logo-white.png); */
  }
  .scroll .navbar-brand {
    /* background-image: url(../images/logo-color.png); */
  }
  
  .mobile-overlay {
    display:none;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: .5;
    position: fixed;
    z-index: 9999;
  }
  
  .navbar-brand img {opacity:0;}
  .scroll .navbar-brand img {opacity:1;transition: opacity 0.5s;-webkit-transition: opacity 0.3s;}
  /* .navbar-brand {background-position:0px 5px;background-size:0px !important;} */
  .scroll .navbar-brand {background-image:none !important;}
  
  /* .navbar-brand.dark-logo img, .scroll .navbar-brand.dark-logo img {opacity:0 !important;} */
  .navbar-brand.dark-logo {background-position:0px 5px;}
  a.navbar-brand {height:100% !important;}
  
  /* .scroll .navbar {background-color:white;height:50px;box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);padding-bottom:unset !important;}
  .navbar-brand {position:relative; z-index:9999;float:left;width:215px;height:50px !important;margin:20px 0px 0px 18px;background-size:80%;background-repeat:no-repeat;background-image:url(../images/logo-white.png);}
  .scroll .navbar-brand {background-image:url(../images/logo-color.png);max-width:200px;margin:8px 0px 0px 12px;}
  .scroll .navbar-collapse ul.nav.navbar-nav {top: -1px;position: relative;} */
  
  #navbar {
    position: relative;
    width: auto;
    margin-top: 0px;
    padding: 0px;
  }
  #navbar ul {
    font-size: 0;
    display: inline-block;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-collapse {
    box-shadow: none !important;
    border-top: none !important;
  }
  #navbar ul > li > a:hover {
    color: #e0bc75;
  }
  #navbar ul > li {
    display: inline-block;
    min-height: 46px;
  }
  #navbar ul > li > a {
    font-family: "brandon-grotesque", sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 10px 0px 5px 0px;
    font-weight: 400;
    position: relative;
    margin: 0 20px;
    text-transform: uppercase;
  }
  .light-logo #navbar ul > li > a {
    color: #ffffff;
  }
  .light-logo #navbar ul > li > a:hover {
    color: #e0bc75;
  }
  .scroll #navbar ul > li.current-menu-item > a:before,
  #navbar ul > li.current-menu-item > a:before {
    width: 100%;
  }
  #navbar ul > li > a {
    position: relative;
    background-color: transparent;
  }
  .scroll #navbar ul > li > a:hover {
    color: #e0bc75;
  }
  #navbar ul > li > a:before {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e0bc75;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #navbar ul > li > a:hover:before {
    width: 100%;
  }
  .navbar-nav:first-child {
    margin-left: 0 !important;
  }
  .scroll #navbar ul li {
    padding-top: 5px;
  }
  .icon-bar {
    background-color: #ffffff;
  }
  .scroll .icon-bar {
    background-color: #e0bc75;
  }
  #navbar #menu-item-9153 a,
  #navbar .av_header_transparency #menu-item-9153 a {
    background: #e0bc75 !important;
    padding: 9px 18px !important;
  }
  #navbar #menu-item-9153 a:hover,
  #navbar .av_header_transparency #menu-item-9153 a:hover {
    color: initial !important;
  }
  header a.navbar-brand img {
    height: 100%;
    width: auto;
  }
  
.sfm-navicon-button {display:none!important;}
.sfm-navicon, .sfm-navicon:after, .sfm-navicon:before, .sfm-label-metro .sfm-navicon-button, #sfm-mob-navbar {
    background-color: #e0bb75 !important;
}
#sfm-sidebar .sfm-menu li>a span {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
    text-transform:uppercase;
    color:white;
    z-index: 2;
    font-family: 'brandon-grotesque', sans-serif!important;
    white-space: normal;
    font-size: 16px;
}
  @media (max-width: 1050px) {
    .sfm-navicon-button {
    display: inline-block !important;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease;
    top: 50%;
}
    #navbar ul > li > a {
      width: auto;
      margin: 0 auto;
      display: inline-block;
      color: #ffffff !important;
    }
    .navbar-header {
      width: 100%;
    }
    .navbar-toggle {
      display: block !important;
      z-index: 10;
      top: 0px !important;
    }
    #navbar.navbar-collapse.collapse {
      display: none !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
      visibility: visible !important;
    }
    #navbar.navbar-collapse.collapse.in {
      /* NEW */
      display: block !important;
    }
    #navbar {
      width: 100%;
      float: left;
    }
    #navbar ul {
      width: 100%;
      background-color: #333333;
      float: left;
      margin: 0;
      padding-bottom: 15px;
    }
    #navbar ul > li {
      display: block;
      min-height: 46px;
      width: 100%;
      text-align: center;
      float: none;
    }
    #navbar ul > li > a:hover {
      color: #e0bc75 !important;
    }
    .wedge-rotate-container {
      top: -50%;
    }
    .scroll #navbar {
      margin-top: -8px;
    }
    .our-approach-section .photo-wedge-reveal {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 1050px) {
    /* #navbar ul>li {
      text-align: left !important;
      border-bottom: 1px solid #f2f2f2;
      padding-top:0px;
    }
    #navbar ul>li:hover {background-color:#f2f2f2;}
    #navbar ul {
      height:100%;
      padding-top: 20vh;
      background-color: #ffffff !important;
    }
    .menu-primary-container {
      top:0px;
      height:100%;
    }
    #navbar.navbar-collapse.collapse.in {
      height: 105vh !important;
      top: -90px;
      left: 5px;
      width: 350px;
      float: right;
      z-index:10000;
    }
    button.navbar-toggle {z-index:10001;}
    #navbar.navbar-collapse.collapse {
      height: 105vh !important;
      top: -90px;
      left: 355px;
      width: 350px;
      float: right;}
    nav #navbar ul>li>a {
      color: #000000 !important;
      font-family: cabin,helveticaneue,helvetica neue,helvetica-neue,Helvetica,Arial,sans-serif !important;
      text-transform:none;
      font-size: 18px;
      width: 100%;
      height: 100%;
      padding: 20px 50px !important;
    }
    nav #navbar ul>li>a:hover {color:#000000 !important;}
    nav #navbar ul>li>a:before {display:none;}
    #navbar #menu-item-9153 a, #navbar .av_header_transparency #menu-item-9153 a {background-color: unset !important;padding: 20px 50px !important;} */
  }
  /*--- Hamburger Menu ---*/
  .navbar-toggle .icon-bar {
    width: 35px !important;
  
    height: 3px !important;
    background-color: #ccc;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px !important;
  }
  .navbar-toggle {
    margin-top: 16px !important;
  }  

/*--- Footer ---*/
.footer {
  background-color: #333;
  padding: 50px 0px;
  min-height: 400px;
}
.footer p {
  color: #aaa;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 300;
}
.socket {
  display: none;
}
.footer h3.widgettitle {
  color: white !important;
  font-weight: 300;
  margin: 10px 0px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'brandon-grotesque', sans-serif;
}
.footer .social-links img {
  width: 25px;
}
.footer .social-links a span {
  font-size: 0px;
}
.footer .social-links a {
  font-size: 25px;
  padding-right: 10px;
  cursor: pointer;
}
.footer .social-links a i {
  transform: none;
}
.footer .social-links br {
  display: none;
}

/*--- Landing Pages ---*/
.lp-masthead .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,.4);
  z-index: -1;
}
.lp-masthead {height: 100%;padding-top: 200px;min-height:90vh;}
.lp-masthead h1 {font-size: 60px;}
.lp-masthead ul li {
  list-style: none;
  color: #ffffff !important;
  font-weight: 300;
  font-family: "brandon-grotesque", sans-serif;
}
.lp-masthead ul {margin: 0px 5px;}
.lp-masthead-form {padding: 0px 50px !important;}
.lp-masthead .form {background-color: #ffffff;padding: 25px;}
.lp-masthead .form h3 {
  margin-top: 0px;
  color: #e0bc74;
  font-weight: 100;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 25px;
  -webkit-font-smoothing: auto!important;
}
.lp-masthead .form p, .lp-form-section .form p {display: none;}
.lp-masthead .form form input[type="checkbox"], 
.lp-form-section .form form input[type="checkbox"] {width: unset;height: unset;}
.lp-form-section .form form {margin:0px !important;}
.lp-form-section img {width:100%;height:auto;}
.lp-form-section h3 {margin-bottom:25px;}

.brands-banner ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.lp-logos-section .client-logos ul li {width:22% !important;height:auto !important;}
.lp-services .three-columns-services .container div.center {width:33% !important;}

.cre-table table {max-width: 700px;margin: 50px auto;width:100%;}
.cre-table table tbody {background-color:#f0f0f0;}
.cre-table table .checkmark {color: #e0bc75;font-size: 20px;}
.cre-table table tr.heading-row {background-color: #333333;color: #ffffff !important;}
.cre-table table tr.heading-row th {text-align:center;border:none;}
.cre-table table tr {height: 50px;text-align: center !important;}
.cre-table table tr td {width:50%;border: 1px solid #dfdfdf;color:#919191 !important;}
.cre-table table tr.pricing-row td {font-size: 40px;line-height: 1.3em;}

.seo-page h1 {font-size:40px;line-height:46px;}

/*--- Pagination ---*/
.wp-pagenavi {
    float: left;
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .extend,
  .wp-pagenavi .last,
  .wp-pagenavi .first,
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    margin-right: 3px;
    box-shadow: none;
    border: solid 1px #e0bc75;
    background: #fff !important;
    color: #999999;
    font-weight: 400 !important;
  }
  .wp-pagenavi .last {
    display: none;
  }
  .wp-pagenavi .first {
    display: none;
  }
  .wp-pagenavi a:hover,
  .wp-pagenavi .current {
    border-color: #e0bb75 !important;
    color: #000000 !important;
  }
  
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px;
    border-radius: 4px;
    width: 100%;
  }
  .pagination>li {
    display: inline;
  }
  button.pagination-btn {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    margin: 0px 8px 8px 0px;
    box-shadow: none;
    border: solid 1px #e0bc75;
    background: #fff !important;
    color: #999999;
    font-weight: 400 !important;
    font-size:14px;
  }
  button.pagination-btn:hover {color: #333333 !important}
  button.pagination-btn.current-page {
    color: #333333 !important;
  }


/*----------------------- Exit Intent Popup Styles -----------------------*/

/* Global */
.imported-form form input[type="text"], .imported-form form textarea  {
  width: 100% !important;
  height: auto;
  display: block;
  position: relative;
  border: 1px solid #dddddd !important;
  box-shadow: none;
  margin-bottom: 20px;
  font-weight: 100 !important;
  font-size:15px !important;
}
.pop-up h4 {margin-bottom:30px;}
.pop-up p {margin-bottom: 20px;}

.pum-theme-6322 .pum-title,
.pum-theme-cutting-edge .pum-title {
  display: none !important;
}
.pum-theme-6322 .pum-content + .pum-close,
.pum-theme-cutting-edge .pum-content + .pum-close {
  box-shadow: none !important;
  font-size: 20px !important;
  color: #b1b1b1 !important;
}
.pum-theme-6322 .pum-container,
.pum-theme-cutting-edge .pum-container {
  padding: 0 !important;
}

/* SEO Evaluation */
div._form_6.seo-popup input[type="text"] {
  border: none !important;
  border-radius: 0 !important;
}
.exit-background {
  background: url(https://s3.amazonaws.com/mbluxury1/2017/10/25140019/seo-eval-updated.jpg);
  background-size: cover;
  height: 500px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}

.exit-left {
  float: left;
  width: 500px;
  padding: 50px;
  height: 710px;
}

.exit-left h1 {
  font-weight: 100;
  font-family: "brandon-grotesque", sans-serif;
  color: #e0bc75;
  text-transform: uppercase;
  font-size: 40px !important;
}

/* Newsletter Signup */
/* div._form_3.newsletter-popup input[type="text"] {
  border: none !important;
  border-radius: 0 !important;
} */
.newsletter-exit-background {
  background: url(https://s3.amazonaws.com/mbluxury1/2017/08/30174711/newletter-mockup.jpg);
  background-size: cover;
  height: 450px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}
.newsletter-exit-left {
  float: left;
  width: 500px;
  padding: 50px;
  height: 450px;
}
.newsletter-exit-left h3.pop-up-title {
  font-weight: 100;
  font-family: "brandon-grotesque", sans-serif;
  color: #e0bc75;
  text-transform: uppercase;
  font-size: 32px !important;
}
.newsletter-exit-left h4 {
  margin-bottom: 15px !important;
}

/* Mediaboom Ad Campaigns Popup */
div._form_1.digital-popup input[type="text"] {
  border: none !important;
  border-radius: 0 !important;
}
.exit-digital-background {
  background: url(https://s3.amazonaws.com/mbluxury1/2017/11/29210505/digital-exit-popup.jpg);
  background-size: cover;
  height: 760px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}
.exit-digital-left {
  float: left;
  width: 500px;
  padding: 50px;
  height: 760px;
}
.exit-digital-left h3.pop-up-title {
  font-weight: 100;
  font-family: "brandon-grotesque", sans-serif;
  color: #e0bc75;
  text-transform: uppercase;
  font-size: 40px !important;
}

/* Mediaboom Whitepaper Download Exit Popup */
div._form_1.whitepaper-popup input[type="text"] {
  border: none !important;
  border-radius: 0 !important;
}
.exit-whitepaper-background {
  background: url(https://mbluxury1.s3.amazonaws.com/2024/03/26191710/exit-whitepaper-background.jpg);
  background-size: cover;
  height: 600px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}
.exit-luxury-background {
  background: url(https://mbluxury1.s3.amazonaws.com/2020/10/08135630/luxury-exit-intent.jpg);
  background-size: cover;
  height: 600px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}
.exit-medspa-background {
  background: url(https://mbluxury1.s3.amazonaws.com/2020/10/08172014/medspa-exit-intent.jpg);
  background-size: cover;
  height: 600px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}
.exit-private-equity-background {
  background: url(https://mbluxury1.s3.amazonaws.com/2020/10/13192237/private-equity-exit-intent.jpg);
  background-size: cover;
  height: 600px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}
.exit-financial-advisors-background {
  background: url(https://mbluxury1.s3.amazonaws.com/2020/10/14144628/exit-intent-financial-advisors.jpg);
  background-size: cover;
  height: 600px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}

.exit-hotel-background {
  background: url(https://mbluxury1.s3.amazonaws.com/2024/08/12201139/exit-whitepaper-background-hotels.jpg);
  background-size: cover;
  height: 600px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}

.exit-google-ads-background {
  background: url(https://mbluxury1.s3.amazonaws.com/2020/10/21144844/google-ads-calculator.jpg);
  background-size: cover;
  height: 600px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}

.exit-clicks-bookings-background {
  background: url(https://mbluxury1.s3.amazonaws.com/2025/03/31122853/exit-intent-bookings.jpg);
  background-size: cover;
  height: 600px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}

.exit-contact-popupform-background {
    width: 50%;
    height: 980px;
    background: url(https://mbluxury1.s3.amazonaws.com/2025/12/11083258/Hotel-Marketing-Agency-Popup.jpg);
    background-size: cover;
    background-position: center;
    float: right;
    display: block;
}

.exit-whitepaper-left {
  float: left;
  width: 500px;
  padding: 40px;
  height: 600px;
}
.exit-whitepaper-left h3.pop-up-title {
  font-weight: 100;
  font-family: "brandon-grotesque", sans-serif;
  color: #e0bc75;
  text-transform: uppercase;
  font-size: 40px !important;
}
.exit-whitepaper-left li {
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
  font-size: 20px !important;
  line-height: 25px;
  color: #333333;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
}


.exit-popupform-left {
  float: left;
  width: 50%;
  padding: 40px;
  color: black;
  background-color: white;
}
.exit-popupform-left h3.pop-up-title {
  font-weight: 100;
  font-family: "brandon-grotesque", sans-serif;
  color: #e0bc75;
  text-transform: uppercase;
  font-size: 40px !important;
  max-width: 650px;
}


/* Mediaboom Ad Campaigns Popup : Website Quote*/
div._form_1.quote-popup input[type="text"] {
  border: none !important;
  border-radius: 0 !important;
}
.exit-quote-background {
  background: url(https://s3.amazonaws.com/mbluxury1/2018/01/23165536/exit-popup-evaluation2.jpg);
  background-size: cover;
  height: 760px;
  width: 490px;
  float: left;
  display: block;
  background-position: center;
}
.exit-quote-left {
  float: left;
  width: 500px;
  padding: 50px;
  height: 760px;
}
.exit-quote-left h1 {
  font-weight: 100;
  font-family: "brandon-grotesque", sans-serif;
  color: #e0bc75;
  text-transform: uppercase;
  font-size: 40px !important;
}

/*---- Media Queries: Exit Intent Popup Styles----*/

@media only screen and (max-width: 1024px) {
  .exit-background {
    height: 650px;
    width: 450px;
  }
  .exit-left {
    height: 650px;
    width: 450px;
  }

  .exit-digital-left {
    height: 760px;
    width: 450px;
  }
  .exit-digital-background {
    height: 800px;
    width: 340px;
  }

  .exit-evaluation-left {
    height: 760px;
    width: 450px;
  }
  .exit-evaluation-background {
    height: 800px;
    width: 340px;
  }

  .exit-whitepaper-left {
    height: 760px;
    width: 450px;
  }
  .exit-whitepaper-background, .exit-luxury-background, .exit-medspa-background, 
  .exit-private-equity-background, .exit-financial-advisors-background,.exit-hotel-background, .exit-google-ads-background  {
    height: 800px;
    width: 340px;
  }

  .exit-quote-left {
    height: 760px;
    width: 450px;
  }
  .exit-quote-background {
    height: 800px;
    width: 340px;
  }

  .newsletter-exit-background {
    height: 500px;
    width: 450px;
  }
  .newsletter-exit-left {
    height: 500px;
    width: 450px;
  }
}

@media only screen and (max-width: 992px) {
  .exit-background {
    height: 710px;
    width: 280px;
  }
  .exit-left {
    height: 650px;
    width: 425px;
  }

  .exit-digital-left {
    height: 800px;
    width: 425px;
  }
  .exit-digital-background {
    display: none;
  }

  .exit-evaluation-left {
    height: 800px;
    width: 425px;
  }
  .exit-evaluation-background {
    display: none;
  }

  .exit-whitepaper-left {
    height: 800px;
    width: 425px;
  }
  .exit-whitepaper-background, .exit-luxury-background, .exit-medspa-background, 
  .exit-private-equity-background, .exit-financial-advisors-background,.exit-hotel-background, .exit-google-ads-background  {
    display: none;
  }

  .exit-quote-left {
    height: 800px;
    width: 425px;
  }
  .exit-quote-background {
    display: none;
  }

  .newsletter-exit-background {
    display: none;
  }
  .newsletter-exit-left {
    height: 500px;
    width: 425px;
  }


.exit-popupform-left {
    float: none !important;
    height: unset !important;
    width: 100%;
    padding: 40px;
    color: black;
    background-color: white;
}
.exit-contact-popupform-background{display: none !important;}



}

@media only screen and (max-width: 715px) {
  .exit-background {
    display: none;
  }
  .exit-left {
    height: 750px;
    width: 400px;
  }

  .exit-digital-left {
    height: 800px;
    width: 400px;
  }

  .exit-evaluation-left {
    height: 800px;
    width: 400px;
  }

  .exit-whitepaper-left {
    height: 800px;
    width: 400px;
  }

  .exit-quote-left {
    height: 800px;
    width: 400px;
  }

  .newsletter-exit-left {
    height: 500px;
    width: 400px;
  }
  .newsletter-exit-background {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .exit-left {
    height: 900px;
    width: 300px;
  }

  .exit-digital-left {
    height: 900px;
    width: 300px;
    padding: 30px;
  }
  .exit-digital-left h1 {
    font-size: 30px !important;
  }

  .exit-evaluation-left {
    height: 900px;
    width: 300px;
    padding: 30px;
  }
  .exit-evaluation-left h1 {
    font-size: 30px !important;
  }

  .exit-whitepaper-left {
    height: 700px;
    width: 300px;
    padding: 30px;
  }
  .exit-whitepaper-left h1 {
    font-size: 30px !important;
  }

  .exit-quote-left {
    height: 900px;
    width: 300px;
    padding: 30px;
  }
  .exit-quote-left h1 {
    font-size: 30px !important;
  }

  .newsletter-exit-left {
    height: 500px;
    width: 300px;
    padding: 30px;
  }
  .newsletter-exit-left h1 {
    font-size: 30px !important;
  }
  .newsletter-exit-background {
    display: none;
  }
}
/*---- End Exit Popups----*/

/*--- Media Queries ---*/
@media screen and (max-width: 991px) {
  .home-half-section .image-half {
    display: none;
  }
  .more-projects-section .case-study-box.left {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .more-projects-section .case-study-box.right {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* .workpage-overview .image-half {
    background-position: center center;
  } */
  .workpage-overview .image-half img {
    margin-top: 50px;
  }
  .half-image {
    padding: 10px 0px !important;
  }
  .image-text .image-half {
    flex: unset !important;
    padding-bottom: 40px !important;
  }
  .image-text .info-half {
    padding: 0px !important;
    flex: unset !important;
    padding-bottom: 40px !important;
  }
  .service-section.image-text .info-half {
    padding: 0px 40px 40px 40px !important;
  }
  .image-text .image-text-inner {
    display: block !important;
    height: 100%;
    contain: content;
  }
  .contact-section .left {
    padding: 0px 0px 40px 0px;
  }
  .contact-section .right {
    padding: 0px;
  }
  .lp-form-section img {padding-top:50px;}
  .lp-masthead-form {padding:0px !important;margin-top:50px;}
  .lp-masthead-form .form form {margin:0px !important;}
  .services h4, .what-you-get img {padding-top:25px;}
  .testimonials .right {padding-top:50px;}
  .lp-logos-section .client-logos ul li {width:48% !important;}
}

@media (min-width: 1400px) {
  section div.container {
    width: 1310px !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .custom-half .left {
    margin-bottom: 40px;
  }
  .home-masthead {
    padding-top: 300px !important;
  }
  .home-masthead .home-masthead-intro {
    padding: 0px !important;
  }
  .home-masthead .home-masthead-intro span.luxury,
  .home-masthead .home-masthead-intro h1.brandon {
    font-size: 30px; line-height: 38px;
  }
  .home-masthead .home-masthead-intro h1.brandon {
    line-height: 30px !important;
  }
  .brands-banner ul {display:block;}
  .lp-logos-section .client-logos ul li {width:100% !important;}
  .lp-services .three-columns-services .container div.center {width:100% !important;}
}

@media screen and (max-width: 467px) {
  .home-masthead {
    min-height: 100svh !important;
    padding-top: 90px !important;
  }
  .home-masthead .home-masthead-intro h1.brandon {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-right: 20px !important;
  }
  .emerge {
    transition: opacity 0.7s ease-in;
  }
  .emerge.d1 {
    transition: opacity 0.7s ease-in;
    transition-delay: 0.2s;
  }
  .emerge.d2 {
    transition: opacity 0.7s ease-in;
    transition-delay: 0.4s;
  }
  .emerge.d3 {
    transition: opacity 0.7s ease-in;
    transition-delay: 0.6s;
  }

  .emerge[data-emergence="hidden"] {
    /* Initial state */
    opacity: 0;
    /*transform: scale(0.8);*/
  }
  .emerge[data-emergence="visible"] {
    /* Do something */
    opacity: 1;
    /*transform: scale(1);*/
  }
  .emerge.no-fade {
    /* Initial state */
    opacity: 1 !important;
    /*transform: scale(0.8);*/
  }
  .home-masthead-intro.emerge {
    transition: opacity 0.4s ease-in;
  }
}
.emerge.slider-fade {opacity:1 !important;}
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*---------------------------------- Runway CSS ------------------------------  */
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*html {
  overflow-x: hidden;
}*/
/*body {
  overflow: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}*/
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
header {
  height: 0px !important;
}
ul {
  padding-left: 0px;
  text-align: left;
  margin-left: 20px;
}
ul li {
  font-size: 18px;
  padding-top: 10px;
}
.white {
  color: #ffffff !important;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.centered-text {
  padding-top: 35px !important;
}
.board-of-directors {
  padding-bottom: 0px !important;
}
a {
  color: #999999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none !important;
  outline: 0;
}
.wp-block-button__link,
.border-button.green,
a.border-button.green {
  border: 2px solid #e0bc75;
}
.wp-block-button__link:hover,
.border-button.green:hover,
a.border-button.green:hover {
  color: #ffffff !important;
}
.wp-block-button__link,
.border-button,
a.border-button {
  z-index: 5;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid #e0bc75;
  color: #333333;
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif !important;
  transition: color 0.5s;
  overflow: hidden;
  margin-top: 20px;
  text-transform: uppercase !important;
}
.wp-block-button__link:before,
.border-button:before,
a.border-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #e0bc75;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(-130%) skewX(45deg);
  transition: transform 1s;
}
.wp-block-button__link:hover,
,
.border-button:hover,
a.border-button:hover {
  color: #e0bc75;
}
.wp-block-button__link:hover:before,
.border-button:hover:before,
a.border-button:hover:before {
  transform: translateX(-50px) skewX(45deg);
}
.wp-block-button .wp-block-button__link {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}
.wp-block-button__link {
  background-color: transparent;
  border-radius: 0px;
  font-size: 16px;
}

.responsive-image {
  width: 100%;
  height: auto;
}

/* ======================================================================== */
.bx-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 150px !important;
}
.bx-wrapper {
  max-width: 100% !important;
}
.centered {
  text-align: center;
  margin: 0 auto;
}
/* .socket {background-color:white;padding:20px 0px;}
.socket .container p {font-size:11px;color:#333333;margin-bottom:0px;}
.socket .container a {font-size:11px;color:#e0bc75;} */
section {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 5;
  width: 100%;
  position: relative;
  background-color: white;
}
.parallax-image {
  height: 500px;
  overflow: hidden;
  margin-top: -100px;
  z-index: 4;
  background-size:130%;
}

@-webkit-keyframes introin {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@-moz-keyframes introin {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@-o-keyframes introin {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes introin {
  0% {
    margin-top: 30px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
.home-wedge-container {
  height: 1293px;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}
.photo-wedge-reveal {
  position: absolute;
  height: 115%;
  width: 0%;
  top: 0;
  right: 0;
  pointer-events: none;
  display: block;
  overflow: hidden;
  animation-name: photoin;
  animation-duration: 0.5s; /* or: Xms */
  animation-timing-function: ease; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
  animation-delay: 0.8s; /* or: Xms */
  background-color: #000000;
  z-index: 10;
}

@-webkit-keyframes photoin {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}
@-moz-keyframes photoin {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}
@-o-keyframes photoin {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}
@keyframes photoin {
  0% {
    width: 0%;
  }
  100% {
    width: 95%;
  }
}

.photo-wedge-reveal img {
  right: 109px;
  position: absolute;
  top: 200px;
  /* margin-right: 70px; */
  z-index: 60;
  transform: rotate(40deg);
  pointer-events: none;
  /*width: 180%;*/
  height: 1288px;
  width: 1178px;
}
.carousel-indicators li:first-of-type:last-of-type {
  display: none;
}
.home-masthead-overlay {
  background: linear-gradient(
    30deg,
    rgba(12, 17, 22, 0.9),
    rgba(28, 50, 75, 0.9)
  );
  position: absolute;
  top: 0px;
  left: 0;
  height: 120%;
  width: 100%;
}

.home-masthead h2 {
  font-size: 60px !important;
}
#bgvid1,
#bgvid2,
#cta-bgvid {
  position: absolute;
  /* top: 50%; */
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -100;
}
.subpage-green {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e0bc75;
  z-index: -3;
}
#bgvid-subpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}
#cta-bgvid {
  top: -300px;
}
ul#slider li {
  margin: 20px;
}
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
  video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  video {
    width: 300%;
    left: -100%;
  }
}
video {
  object-fit: cover;
}
.home-overview-section {
  background-size: cover;
  background-color: white;
}
.home-box h6 {
  font-weight: bold;
  font-size: 20px;
}
.home-box {
  min-height: 250px !important;
  padding: 15px 20px;
  background-color: white;
  margin-bottom: 30px;
}
.home-box.fact {
  text-align: center;
  padding-top: 80px;
}
.home-box.fact span {
  font-size: 20px;
}
.home-box.shadow {
  -webkit-box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  -moz-box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
}
.home-box.image {
  background-size: cover;
  background-position: center top;
}
.home-box.green-border {
  border: 1px solid #e0bc75;
}
.home-half-box {
  padding: 50px 45px;
  text-align: center;
  margin: 0px 25px 0px 25px;
}
.slider-section {
  padding: 0px;
  background: rgb(32, 57, 84);
  background: linear-gradient(
    90deg,
    rgba(32, 57, 84, 1) 0%,
    rgba(46, 78, 108, 1) 50%
  );
}
.featured-investments {
  background: linear-gradient(30deg, #0c1116 0%, #1c324a 100%);
}
.border-bottom {
  border-bottom: 1px solid #999999;
}
ul#slider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.carousel-item .row {
  /*min-height:700px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.carousel-item .col-lg-7 {
  padding-right: 250px !important;
}
.carousel-item a.border-button {
  width: max-content;
}
.carousel-item .row .left {
  padding: 100px;
  padding-right: 105px !important;
}
.carousel-item .row .right {
  background-size: cover;
  height: 700px;
}
.video-cta {
  padding: 0;
  overflow: hidden;
  background-size: cover;
}
.video-cta .overlay {
  background: rgba(29, 52, 78, 0.8);
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-cta .col-lg-6 {
  z-index: 6;
}
.video-cta .green-diagonal {
  height: 200px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/cta-green-diagonal.png);
  z-index: 6;
}
.video-cta .green-diagonal .border-button {
  margin-left: -120px;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  position: absolute;
  color: white;
  border-color: white;
}
.green-link {
  color: #e0bc75 !important;
  font-size: 18px;
}
a i {
  font-size: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover i {
  transform: translateX(5px);
}
a.footer-social i {
  font-size: 18px;
  padding-right: 5px;
}
a.footer-social:hover i {
  transform: translateX(0px);
}
.footer h5.white {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 550;
}
.footer p {
  font-size: 13px;
}
.footer a {
    color: #999999;
    margin-top: 0px;
    -webkit-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    margin: 5px 0;
    font-size: 20px !important;
    line-height: 25px;
    /* color: #333333; */
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'brandon-grotesque', sans-serif;
}
.footer a:hover {
  color: #757575;
}
.footer .location {
  margin-bottom: 25px;
}
.footer a.link-space {
  margin-top: 5px;
  font-weight: 600;
  display: block;
}
.footer .location .footer-location,
.footer .location .email {
  margin-bottom: 0;
}
.footer i {
  color: #e0bc75;
}
.footer .logo {
  height: 47px;
  width: 236px;
  background-image: url(../images/logo-white.png);
  margin: 10px 0px 15px 0px;
  background-repeat: no-repeat;
  background-size: 70%;
}
.footer .col-lg-3 {
  margin-bottom: 30px;
}
.wedge-rotate-container {
  transform: rotate(-40deg);
  height: 150%;
  width: 70%;
  position: absolute;
  top: -40%;
  left: 55%;
  background-color: transparent;
  overflow: hidden;
  pointer-events: none;
}
.green-wedge {
  height: 100%;
  width: 0%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e0bc75;
  pointer-events: none;
  animation-name: greenin;
  animation-duration: 0.5s; /* or: Xms */
  animation-timing-function: ease; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
  animation-delay: 0.9s; /* or: Xms */
}

@-webkit-keyframes greenin {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes greenin {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes greenin {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes greenin {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*--- Featured Client ---*/
.featured-client {
  padding-bottom: 20px;
  min-height: 200px !important;
}

/*--- Misc Subpages ---*/
.statement {
  font-size: 25px;
  color: #385e7f;
  max-width: 1000px !important;
  margin-bottom: 50px !important;
  line-height: 30px;
}
.subpage-background-overlay {
  /*background-image: linear-gradient(180deg, #333333, transparent, transparent) !important;*/
  background-color: rgba(29, 52, 78, 0.4);
  z-index: -2;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: block;
}

/*--- Subpage Masthead ---*/
.subpage-masthead {
  background-size: 65%;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #000000;
  min-height: 400px;
}
.subpage-background-slant {
  position: absolute;
  background-image: linear-gradient(30deg, #0c1116, #0c1116, #0c1116, #333333);
  z-index: -1;
  transform: rotate(45deg);
  width: 3100px;
  height: 4800px;
  top: -700px;
  left: 50%;
  margin-left: -2000px;
  animation-name: subpageslant;
  animation-duration: 0.7s; /* or: Xms */
  animation-timing-function: ease; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
  animation-delay: 0.5s; /* or: Xms */
}

@-webkit-keyframes subpageslant {
  0% {
    margin-left: -2000px;
  }
  100% {
    margin-left: -3400px;
  }
}
@-moz-keyframes subpageslant {
  0% {
    margin-left: -2000px;
  }
  100% {
    margin-left: -3400px;
  }
}
@-o-keyframes subpageslant {
  0% {
    margin-left: -2000px;
  }
  100% {
    margin-left: -3400px;
  }
}
@keyframes subpageslant {
  0% {
    margin-left: -2000px;
  }
  100% {
    margin-left: -3400px;
  }
}

/*--- Forms ---*/
input {
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  padding: 10px;
  padding: 50px 25px;
  -webkit-box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  -moz-box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
}

.wow-modal-window .popup-form input {
  height: 25px;
  padding: 25px;
}

/*--- Subpage Masthead ---*/
.subpage-masthead h3 {
  margin-top: 75px;
}
.keyword {
  font-size: 18px !important;
  color: #999999;
  font-weight: 100 !important;
}

/*-- Image/Video CTA ---*/
.video-cta .cta-info {
  padding-top: 0px;
}
.video-cta h3.mark {
  margin-top: 25px;
}
.image-cta {
  background-size: cover;
  background-size: 50%;
}
.image-cta .border-button {
  background-color: transparent;
  color: white;
}
.gradient-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #333333, #333333, transparent);
  top: 0px !important;
  position: absolute;
  z-index: -1;
}
/*--- About Page ---*/
.our-approach-section {
  background-image: linear-gradient(90deg, #1f3752, #325574);
  overflow-top: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.our-approach-section .border-button {
  border-color: white;
}
.our-approach-section .home-wedge-container {
  height: 1000px;
  left: 300px;
  overflow: hidden;
}
#header-nav {
  height: 0px !important;
}
.text-contain {
  max-width: 600px;
  margin: 0 auto;
}
.mission-box h2 {
  font-size: 80px !important;
}
.mission-box h2 span {
  font-size: 50px !important;
}
.mission-box p {
  font-size: 22px;
}
.mission-box {
  margin-bottom: 50px;
}
.mission-box.shadow div {
  padding: 75px 0px;
  -webkit-box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  -moz-box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
}
.why-mediaboom {
  background-size: cover;
  padding: 100px 0px 100px 0px;
}
.our-approach-section .photo-wedge-reveal img {
  right: 75px;
  top: 200px;
  height: auto;
}
.our-approach-section .wedge-rotate-container {
  left: 50%;
}
/*--- Team Page ---*/
.board-name {
  text-transform: uppercase;
  font-weight: 900;
}
.blue-block {
  height: 250px;
  background-color: #333333;
}
.team-grid .team-grid-block {
  height: 250px;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.team-grid .team-grid-block.member {
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
}

.page-id-311 .centered-text a {
  display: none;
}
.quote-block {
  border: 1px #e0bc75 solid;
}
.quotation {
  font-size: 80px;
  color: #e0bc75;
  top: 45px;
  position: absolute;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.team-grid-block.member:hover {
  cursor: pointer;
}
.team-grid-block.member .overlay {
  background-color: rgba(52, 70, 92, 0.6);
  position: absolute;
  transform: rotate(45deg);
  width: 850px;
  height: 850px;
  right: 850px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.team-grid-block.member:hover .overlay {
  right: -250px;
}

.team-grid-block.member .info {
  display: block;
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 75px;
  bottom: -75px;
  left: 0px;
  z-index: 2;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.team-grid-block.member:hover .info {
  bottom: 0px;
}

.team-grid-block.member:hover .info.long-position {
  bottom: 20px;
}
.team-grid-block .info.long-position .position {
  width: 80%;
  margin: 0px;
}

.team-grid-block .info .position {
  display: inline-block;
  font-size: 18px;
}
.team-grid-block .info .view-bio {
  float: right;
  position: relative;
  font-size: 18px;
  margin-right: 5px;
}
.team-grid-block .info .name {
  font-size: 20px;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0px;
}
.team-grid-block .quote-text {
  font-size: 30px;
  text-align: left;
  color: #333333;
  font-weight: 700;
  padding: 60px 20px 0px 20px;
  display: block;
  line-height: 36px;
}
.team-grid-block .info i {
  display: inline-block;
  position: relative;
}
.board-of-directors .col-lg-6 {
  margin-bottom: 50px;
}
.board-of-directors .board-name {
  font-size: 18px;
  color: #999999;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding: 10px;
}
.board-of-directors .board-name i {
  font-size: 12px;
  margin-top: 6px;
}

/*--- Mobile Team ---*/
.mobile-headshot {
  height: 250px;
  display: block;
  float: left;
  width: 100%;
  background-size: cover !important;
  background-position: center top;
}
.mobile-bio-info {
  display: block;
  float: left;
  width: 100%;
  background-color: #333333;
  height: auto;
  position: relative;
  padding: 20px;
  padding-bottom: 10px;
}
.mobile-team {
  display: block;
  position: relative;
  float: left;
  height: auto;
  width: 100%;
}

.mobile-bio-info .view-bio {
  display: block;
  position: absolute;
  height: 5px;
  width: 5px;
  right: 25px;
  bottom: 30px;
}

/*--- Team Bios ---*/
.bio-contact-box {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 16px 0px rgba(36, 36, 36, 0.1);
  margin-top: 25px;
  padding: 20px;
}
.bio-contact-box h3 {
  margin: 0px;
}
.bio .bio-image {
  width: 100%;
  height: auto;
}
.mobile.bio-image {
  margin-bottom: 25px;
}
.bio {
  margin-top: 100px;
}
.bio .mark {
  margin-top: 0px;
}
.bio .position {
  color: #385e7f;
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif !important;
}
.bio .connect {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}
.bio .bio-name {
  font-size: 40px !important;
  color: #333333;
  margin-top: 0px;
}
.page-template-template_bio .navbar-brand {
  background-image: url(../images/logo-color.png);
}
.page-template-template_bio #navbar ul > li > a {
  color: #333333;
}
.page-template-template_bio #navbar ul > li > a:hover {
  color: #e0bc75;
}
.page-template-template_bio .navbar {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px -2px rgba(36, 36, 36, 0.8);
  padding-bottom: 70px;
}
.page-template-template_bio .icon-bar {
  background-color: #02c224;
}
.page-template-template_bio .navbar-toggle {
  margin-top: 15px;
}
.page-template-template_bio.scroll .navbar-toggle {
  margin-top: 8px;
}
.bio a i {
  font-size: 18px;
  color: #e0bc75;
}
.bio a {
  color: #333333;
  display: block;
  font-size: 18px;
}
.bio a:hover i {
  transform: none;
  color: #333333;
}

/*--- Borrowers ---*/
.recent-deals .green-border {
  border-color: #e0bc75;
  border-style: solid;
  border-width: 1px;
  display: block;
  width: 100%;
  height: auto;
}

.recent-deals {
  padding: 50px 12% 100px 12%;
}
.recent-deals .img-half {
  height: 300px;
  background-size: cover;
}
.recent-deals .info-half {
  padding: 50px;
  z-index: 2;
}
.recent-deals .container {
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative;
  overflow: hidden;
}

.target-profile {
  background-size: cover;
}
.target-profile .half-header {
  text-align: left;
}
.target-profile p.text-contain {
  padding-bottom: 50px;
}
.target-profile .half-header {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.target-profile .sub-head {
  font-size: 25px;
  padding: 15px 0px 20px 0px !important;
}
.target-profile img {
  padding-bottom: 50px;
}
.deals-white-slant {
  transform: rotate(55deg);
  background-color: #ffffff;
  z-index: 1;
  position: absolute;
  width: 2000px;
  height: 1000px;
  top: -50%;
  left: 19%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-deals a:hover .deals-white-slant {
  left: 17%;
}
.recent-deals .info-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

/*--- Contact Page  ---*/
.contact {
  background-size: cover;
}
.contact .nice-select {
  background-color: #f9f9f9 !important;
  margin-bottom: 25px;
}
.contact .city {
  font-weight: 600;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
}
.contact .address {
  padding-bottom: 35px;
}
.contact .location-box a {
  color: #e0bc75;
  font-size: 18px;
}
.contact .location-header {
  margin-top: 30px;
}
.contact .location-box {
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  padding: 25px;
}
.contact .col-md-4,
.col-lg-4 {
  padding-left: 0px;
  padding-right: 25px;
}
.contact input[type="submit"] {
  width: 125px;
  background: transparent;
  border-style: solid;
  border-color: #e0bc75;
  color: #333333;
  box-shadow: none !important;
}
.contact textarea,
.contact select {
  width: 100%;
}
.contact input,
.contact textarea,
.contact select {
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  border: none;
  margin-bottom: 15px;
  padding: 10px;
}
.contact .row {
  margin-bottom: 25px !important;
}
.contact .location-header {
  margin-bottom: 25px;
}

.contact-right .category-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.contact .nice-select:after {
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
}
.contact .nice-select .list {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px #cccccc solid;
  width: 200px;
}
/*--- Success Stories  ---*/
.carousel-item .company-logo {
  margin: 15px 0px;
}
.company-logo {
  background-repeat: no-repeat;
  height: 80px;
  z-index: 2;
  position: relative;
  background-size: 100%;
  width: 220px;
}
.featured-success-stories {
  overflow: hidden;
}
.featured-success-stories .container {
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  border-color: #e0bc75;
  border-style: solid;
  border-width: 2px;
  padding: 50px 0px 50px 50px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
}

.featured-success-stories .container p {
  max-width: 550px;
  z-index: 2;
  position: relative;
}
.white-slant {
  transform: rotate(145deg);
  background-color: #ffffff;
  z-index: 1;
  position: absolute;
  width: 2000px;
  height: 1000px;
  top: 60%;
  right: 30%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-success-stories a:hover .white-slant {
  right: 25%;
}
.featured-success-stories .value {
  font-size: 30px;
  padding-top: 10px;
}
.featured-success-stories p {
  font-size: 18px;
}
.success-header {
  margin-bottom: 25px;
}
.mediaboom-investments {
  background-image: linear-gradient(45deg, #0c1116, #333333);
  padding-bottom: 0px;
}
.mediaboom-investments a {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
}
.mediaboom-investments .company-logo-block:hover {
  background-color: #385e7f;
  transition: all 0.8s ease;
}
.mediaboom-investments .company-logo-block {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: block;
  background-size: 200px;
}
.mediaboom-investments .grid.emerge {
  transition: none !important;
}
.mediaboom-investments .grid.emerge a {
  transition: none !important;
}

/*--- Porfolio Select ---*/
.nice-select.filters-select {
  border: 1px #02c224 solid !important;
  background-color: transparent;
  color: #ffffff;
  text-align: center !important;
  margin: 0 auto;
  width: 200px;
  border-radius: 0px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 50px;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3) !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #888888;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 40%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #142130;
  border-radius: 0px;
  border: 1px #ffffff solid;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100% !important;
  left: -20px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .option:hover,
.nice-select .option.selected:hover {
  background-color: #333333;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*--- Investors Page ---*/
.credit-fund-box {
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  padding: 10px 25px 25px 25px;
  text-align: left;
  margin-bottom: 50px;
  min-height: 450px;
}
.credit-fund-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.corporate p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.corporate h3 {
  margin-bottom: 30px;
}
.credit-fund-box .button-prompt {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 800;
  margin-top: 60px;
}
.investor-portal {
  background-image: linear-gradient(45deg, #0c1116, #333333);
}
.investor-portal .container {
  margin-bottom: 50px !important;
}
.portal-box {
  border: 2px #02c224 solid;
  padding: 25px;
  text-align: left;
  margin-bottom: 30px;
}
.portal-box h3 {
  font-size: 20px;
  font-weight: 600;
}
.portal-box h2 {
  margin-bottom: 0px !important;
}
.invest-box-1 div {
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  padding: 25px;
  height: 250px;
  margin-bottom: 20px;
}
.invest-box-2 div {
  border: 1px #02c224 solid;
  padding: 25px;
  height: 250px;
}
.invest-box-1 div h3,
.invest-box-2 div h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.invest-box-1 div a,
.invest-box-2 div a {
  font-size: 18px;
  padding-top: 10px;
}
.investor-relations .col-lg-6 {
  margin-bottom: 50px;
}
.half-info-col {
  margin-bottom: 50px;
}
.blog-subscribe .wpcf7 .border-button {
  margin-top: 10px !important;
  margin-bottom: 0;
}
.blog-subscribe .wpcf7 {
  margin-top: 20px;
}
a .fa-chevron-right {
  position: absolute;
  margin-top: 9px;
  padding-left: 3px;
}
.footer a.green-link .fa-chevron-right {
  position: absolute;
  margin-top: 7px;
  padding-left: 4px;
}
.footer .green-link {
  font-size: 14px;
}
/*--- Timeline ---*/
.investor-timeline .container {
  padding-right: 50px;
  padding-left: 50px;
}
.cool-timeline-horizontal .content-title {
  background-color: #333333 !important;
  font-size: 20px !important;
  border-radius: 0px !important;
}
.cool-timeline-horizontal
  .clt_caru_slider
  ul.slick-slider
  .slick-list
  li.slick-slide
  .timeline-post {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.8) !important;
}
.ctl_h_slides .slick-list {
  overflow: visible !important;
}
.clt_caru_slider {
  overflow: hidden;
  padding-bottom: 25px;
}
.ctl_info {
  padding-bottom: 15px;
}
img.ctl-icon-img {
  border-radius: 0px !important;
}
.cool-timeline-horizontal .timeline-post p {
  color: #333333 !important;
}
.cool-timeline-horizontal ul li:after {
  border-bottom-color: #333333 !important;
}
.cool-timeline-horizontal ul li span {
  color: #333333 !important;
}
.cool-timeline-horizontal .icon-placeholder {
  background-color: #e6e6e6 !important;
}
.cool-timeline-horizontal .icon-placeholder img {
  margin: 11px;
  margin-top: 14px !important;
}
.cool-timeline-horizontal .slick-current .icon-placeholder {
  background-color: #333333 !important;
}
.cool-timeline-horizontal
  .clt_carousel_slider
  ul.slick-slider
  .slick-list
  li:before,
.cool-timeline-horizontal .wrp-desgin-4 ul.ctl_h_nav .slick-list li:before {
  background-color: #333333 !important;
  background-image: none !important;
}
.cool-timeline-horizontal .ctl-slick-next,
.cool-timeline-horizontal .ctl-slick-prev {
  color: #333333 !important;
}
.ctl-slick-next.slick-disabled,
.ctl-slick-prev.slick-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
}
.page-template-template_investors .thank-you {
  padding: 0px 0px 15px 25px;
}
.page-template-template_investors .image-text {
  padding-bottom: 25px;
}

/*--- Thank you page ---*/
/*.page-template-template_thankyou .navbar-brand {
  background-image: url(../images/logo-color.png);
}
.page-template-template_thankyou #navbar ul > li > a {
  color: #333333;
}
.page-template-template_thankyou #navbar ul > li > a:hover {
  color: #02c224;
}
.page-template-template_thankyou .icon-bar {
  background-color: #02c224;
}
.page-template-template_thankyou .navbar-toggle {
  margin-top: 15px;
}
.page-template-template_thankyou.scroll .navbar-toggle {
  margin-top: 8px;
}
.page-template-template_thankyou .navbar {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px -2px rgba(36, 36, 36, 0.8);
  padding-bottom: 70px;
}
.thank-you .green-link {
  display: inline-block !important;
}
.thank-you h1 {
  margin-bottom: 25px;
}
*/
/*--- Portfolio Page ---*/
.project {
  background-image: linear-gradient(45deg, #0c1116, #333333);
}
.project .green-link {
  padding: 0px 10px;
}
.project .container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.project a:hover i {
  transform: translateX(-5px);
}
.project-logo {
  height: 125px;
  background-repeat: no-repeat;
  margin: 0px 0px 10px -25px;
}
.project .valuation,
.project .date {
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
  margin-top: 15px;
}
.project .left-col {
  padding-right: 150px;
  margin-top: 25px;
}
.project .right-col {
  margin-top: 25px;
}
.project .text-contain {
  margin-bottom: 20px;
  margin-left: 0px;
}
.project .back-button i {
  top: 159px;
  position: absolute;
  display: block;
}



/*--- SEC FILINGS DOCUMENTS ---*/
.document-entry-header {
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  display: block;
  height: auto;
  float: left;
  text-align: left;
}
.document-entry-header p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #333333;
}
.documents a div {
  text-align: left;
}
a.document-entry {
  float: left;
  height: auto;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 0px;
}
a.document-entry:hover {
  background-color: #ececec;
}
.documents i {
  position: absolute;
  bottom: 16px;
  padding-left: 5px;
}
.documents .mobile.header {
  color: #333333;
  font-weight: 800;
}

/*--- Case Study ---*/
.case-study-logo {
  min-height: 100px;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.cs-box div {
  margin-bottom: 50px;
  width: 100%;
  height: 175px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  -moz-box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.3);
}
.cs-box-text {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
  font-family: "Montserrat", sans-serif !important;
  padding-top: 25px;
}
.cs-box .border-button {
  display: block;
  margin: 20px 40px;
}
.case-study-content .left-text {
  text-align: left;
  font-size: 18px;
  margin-bottom: 50px;
}
.case-study-content .responsive-img {
  height: auto;
  width: 100%;
  box-shadow: 0px 0px 16px -4px rgba(36, 36, 36, 0.8);
}
.cs-intro-header {
  text-align: left;
  color: #333333;
  font-weight: 600;
  font-size: 22px;
}

/*-- ShareThis ---*/
#st-1 .st-btn {
  margin-right: 10px !important;
  border-radius: 0px !important;
}
#st-1 {
  text-align: left !important;
}
#st-1 .st-btn > img {
  margin: 0px !important;
}

/*--- Newsletter CTA ---*/
.newsletter-cta .border-button {
  background-color: transparent;
  color: white;
  padding-bottom: 10px;
}
.newsletter-cta p {
  font-size: 18px;
  margin-bottom: 15px;
}
.newsletter-cta h2 {
  margin-bottom: 10px !important;
}
.newsletter-cta input {
  max-width: 250px;
  display: inline-block;
  padding: 0px 10px;
  height: 45px;
  margin-bottom: 15px;
  font-weight: 100 !important;
}
.newsletter-cta {
  background-repeat: no-repeat;
  background-position: right !important;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 0px;
}

/*--- Image Section ---*/
.centered-image img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/*--- Media Queries ---*/
@media (max-width: 768px) and (min-width: 425px) {
  .team-grid .team-grid-block {
    height: 500px !important;
    background-position: center top !important;
  }
  .team-grid-block.member .overlay {
    width: 2000px;
    height: 2000px;
    right: 1500px;
  }
  .team-grid-block.member:hover .overlay {
    right: -700px;
  }
  .team-grid-block .quote-text {
    font-size: 50px;
  }
}

@media (min-width: 991px) and (max-width: 1680px) {
  .subpage-masthead {
    background-size: 72%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .subpage-masthead {
    background-size: 110%;
    background-position-x: 50px;
  }
  .team-grid .name {
    font-size: 16px !important;
  }
  .team-grid-block .quote-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1425px) {
  .wedge-rotate-container {
    top: -42%;
  }
}

@media only screen and (max-width: 1200px) {
  .video-cta .green-diagonal {
    background-position: -2600px;
  }
  .video-cta.greendiagonal {
    background-position: -700px;
  }
  .wedge-rotate-container {
    top: -45%;
  }
  .white-slant {
    right: 20%;
  }
  .featured-success-stories a:hover .white-slant {
    right: 23%;
  }
}

@media (max-width: 1351px) {
  .recent-deals .info-half {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
  .scroll #navbar ul > li > a, .search #navbar ul > li > a {
    color: #000000;
  }
}

@media (min-width: 768px) {
  .subpage-masthead .mobile {
    display: none;
  }
  .subpage-mobile-image {
    display: none;
  }
  .contact-form .wpcf7 {
    padding-right: 25px;
  }
  .mobile-team {
    display: none;
  }
}

@media (max-width: 991px) {
  .carousel-item .row .right {
    height: 0px;
  }
  .recent-deals .deals-white-slant {
    display: none;
  }
  .recent-deals .img-half {
    background-position: center top;
  }
  .white-slant {
    right: -5%;
  }
  .featured-success-stories a:hover .white-slant {
    right: 0%;
  }
  .carousel-item .col-lg-7 {
    padding-right: 0px !important;
  }
  .subpage-masthead {
    background-size: 135%;
    background-position-x: -75px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .mediaboom-investments a {
    height: 150px;
  }
  .blog-entry-featured-image .overlay {
    right: 900px;
  }
  .image-cta {
    background-size: cover;
  }
  .desktop {
    display: none;
  }
  .blog-subscribe {
    margin-top: 50px;
  }
  .documents .document-entry-header {
    display: none;
  }
  /* .blog-entry-featured-image {
    height: 400px;
    margin-bottom: 25px;
  } */
  /* .single-post #navbar ul > li > a {
    color: #ffffff;
  } */
  .page-template-template_thankyou #navbar ul > li > a {
    color: #ffffff;
  }
  .page-template-template_bio #navbar ul > li > a {
    color: #ffffff;
  }
  .project .left-col {
    padding-right: 15px;
  }
  /* .related-articles .related-info {
    height: auto;
  } */
  .team-grid .team-grid-block {
    background-position: unset;
  }
  .scroll #navbar {
    top: -8px;
  }
  /* .video-cta {
    padding: 0;
    padding-top: 30px;
  } */
  .video-cta .green-diagonal {
    background-position: -2600px;
  }
  .video-cta {
    text-align: center;
  }
  .video-cta.greendiagonal {
    background-position: -700px;
  }
  .featured-client {
    text-align: center;
    margin-bottom: 30px;
  }
  .carousel-item .row .right {
    background-size: 0;
  }
}

@media (max-width: 767px) {
  .subpage-masthead {
    padding-top: 50px !important;
  }
  .photo-wedge-reveal img {
    top: 225px;
  }
  header {
    height: 0px !important;
  }
  .home-masthead-intro h2 {
    font-size: 48px !important;
  }
  .contact .col-md-4,
  .col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .subpage-masthead {
    padding-bottom: 0px;
  }
  .subpage-masthead .container {
    margin-bottom: 50px;
  }
  .featured-success-stories .container {
    margin: 25px 25px;
    background-color: #02c224 !important;
    background-image: none !important;
    padding: 20px;
  }
  .white-slant {
    right: -25%;
  }
  .featured-success-stories a:hover .white-slant {
    right: -22%;
  }
  .featured-client {
    text-align: center;
    margin-bottom: 30px;
  }
  .carousel-item .row .left {
    padding: 50px 30px 100px 30px;
    padding-right: 30px !important;
  }
  .footer h5.white {
    margin-top: 25px;
  }
  header {
    height: 0px !important;
  }
  .subpage-masthead {
    background: #e0bc75 !important;
  }
  .subpage-background-overlay {
    display: none;
  }
  .subpage-masthead .subpage-background-slant {
    left: 110%;
  }
  .contact-right-side {
    margin-top: 20px;
  }
  .team-grid .team-grid-block {
    height: auto !important;
  }
  a.team-grid-block .overlay {
    display: none !important;
  }
  a.team-grid-block .info {
    display: none !important;
  }
  .mobile-headshot {
    height: 450px;
  }
  .team-grid .blue-block {
    display: none;
  }
}

@media (max-width: 575px) {
  .white-slant {
    right: -45%;
  }
  .featured-success-stories a:hover .white-slant {
    right: -42%;
  }
  #cta-bgvid {
    top: 0px !important;
  }
  .video-cta .green-diagonal {
    background-position: -400px;
  }
  .greendiagonal .container {
    padding: 0px !important;
  }
}

@media (max-width: 480px) {
  .white-slant {
    right: -55%;
  }
  .featured-success-stories a:hover .white-slant {
    right: -50%;
  }
  .blog-entry-featured-image .overlay {
    right: 0px;
  }
  .blog-entry-featured-image {
    height: 150px;
  }
  .subpage-masthead video {
    display: none;
  }
  .home-overview-section .home-half-box {
    margin: 0px 0px 50px 0px;
    padding: 0px;
  }
  .home-overview-section .container {
    padding: 0px !important;
    margin: 25px !important;
  }
  .home-masthead-overlay {
    height: 700px !important;
  }
  .wedge-rotate-container {
    top: -73%;
  }
  .photo-wedge-reveal {
    display: none;
  }
  .mobile-headshot {
    height: 250px;
  }
}

.page-template-template_landing_page a.navbar-brand {
  pointer-events: none;
}
.page-template-template_landing_page #navbar,
.page-template-template_landing_page .navbar-toggle {
  display: none !important;
}
.page-template-template_landing_page #form input {
  width: 100%;
  padding: 25px;
  margin-bottom: 10px;
}
.page-template-template_landing_page #form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 25px;
}
.page-template-template_landing_page #form button {
  background-color: transparent;
  color: white;
}
.page-template-template_landing_page .footer {
  display: none;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #999;
  opacity: 1;
}

.view-case-study-link {text-indent:-10000px;}


#must-have-cta {height:auto;display:block;overflow:hidden;width:100%;position:relative;float:left;margin-top:50px;margin-bottom:50px;}

#must-have-cta p {
    color: #ffffff !important;
    position: relative;
    display: block;
    z-index: 3;
}
#must-have-cta h3 {
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 3;
}
#must-have-cta h4 {
    color: #e0bc75 !important;
    margin-bottom: 10px;
    z-index: 3;
    display: block;
    position: relative;
    
}

#must-have-cta .container {
    background-image: url(https://s3.amazonaws.com/mbluxury1/2020/06/09200403/whitepaper-feature-2.jpg) !important;
    background-size: cover;
    margin: 50px auto;
    overflow: hidden;
    z-index: 3;
    width: 100% !important;
    padding: 50px;
}
#must-have-cta .whitepage-form {display:block;position:relative;float:left;margin-top:10px;width:100%;height:auto;z-index:3;margin-left:-4px;}
#must-have-cta .whitepage-form button {background-color: #e0bc75 !important;    padding: 6px 12px !important;}

#must-have-cta .must-have-cta-video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: min-content;
    height: 650px;
}
#must-have-cta .medspa-cta-video {
    position: absolute;
    left: -300px;
    top: 0px;
    width: 1250px;    
}
#must-have-cta .video-overlay{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
#must-have-cta .container form ._field-wrapper {width: 250px !important;}

#must-have-cta ._form-thank-you {
    color: #ffffff !important;
    font-family: brandon-grotesque,sans-serif;
    font-weight: 100;
    float: left;
}

@media screen and (max-width: 767px) {
    #must-have-cta .whitepage-form button {margin-top:10px;}
    #must-have-cta .container {margin:0px !important;}
    #must-have-cta .whitepage-form button {clear:unset !important;}
}

@media screen and (max-width: 991px) {
    #must-have-cta .whitepage-form button {clear:both;}
}

.navbar-brand.dark-logo {background-image:none !important;}

.navbar-brand.dark-logo img {
    opacity: 1;
}
.search article {display: block;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 40px;}

.search .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: none;
    margin-bottom: 20px;
    float: left;
    position: relative;
    width: 100%;
    display: block;
    height: auto !important;
}
.search .entry-header {width: 100%;
    height: auto !important;
    float: left;
    position: relative;
    display: block;
}
.search h2.entry-title a {color: #e0bc75 !important;font-family: "brandon-grotesque", sans-serif;font-weight:100;text-transform:uppercase;}
.search .entry-summary {margin-top:20px;}
.parallax {height: 750px;
    width: 100%;
    display: block;
    background-size: 140%;}
.page-id-4359 #bgvid-subpage {
    position: absolute;
    top: 0;
    left: -400px;
    width: 140%;
    height: 100%;
    z-index: -100;
}
@media screen and (max-width: 1190px){
  .parallax{background-size:180%;}
}
@media screen and (max-width: 825px){
  .parallax{background-size:200%;background-position:top center;}
}
@media screen and (max-width: 500px){
  .parallax{background-size:250%;}
}


/* Live Change */

/*--- Industry Grid ---*/
.industry-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 5px;
}
.industry-grid .industry-box {
  margin: 5px;
  height: 50vh;
  max-height: 500px;
  background-size: cover;
  background-position: center center;
  contain: content;
}
.industry-grid .industry-box a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.industry-grid .industry-box .industry-info-box {
  position: absolute;
  bottom: 0px;
  padding: 25px;
}
.industry-grid .industry-box .industry-info-box h3 {margin-bottom:5px;}
.industry-grid .industry-box .industry-info-box p {color:#ffffff;padding-left:10px;border-left:1px solid #e0bb75;}
.industry-grid .industry-box .grid-overlay {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.15);
  opacity:0;
  transition: opacity .3s ease-in-out !important;
  -moz-transition: opacity .3s ease-in-out !important;
  -webkit-transition: opacity .3s ease-in-out !important;
}
.industry-grid .industry-box:hover .grid-overlay {
  display:block;
  opacity:1;
  transition: opacity .3s ease-in-out !important;
  -moz-transition: opacity .3s ease-in-out !important;
  -webkit-transition: opacity .3s ease-in-out !important;
}

@media screen and (max-width:991px) {
  .industry-grid {grid-template-columns:100%;}
}

/*--- Agency Team Grid ---*/
.team-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding: 5px;
  position:relative;
}
.team-grid .team-box {
  margin: 5px;
  height: 350px;
  background-size: cover;
  background-position: top center;
  contain: content;
  position:relative;
}
.team-grid .team-box .team-info-box {
  position:absolute;
  bottom: 0px;
  padding: 15px;
  opacity:1;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
}
.team-grid .team-box .team-info-box h3.team-name {font-size:22px;margin-bottom:5px;margin-top:0px;letter-spacing: 2px !important;}
.team-grid .team-box .team-info-box p.team-position {
  margin-bottom:0px;
  color: #ffffff;
  font-family: "essonnes-display", sans-serif;
  font-style: italic;
  font-size: 18px !important;
  line-height: 20px;
}
.team-grid .team-box .box-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.3);
  transition: background 1s;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
}
/* .team-grid .team-box .box-overlay:hover {background-color: rgba(0,0,0,.5);transition: background 1s;cursor: default;}
.team-grid .team-box .box-overlay:hover .bio-text {opacity:1;transition: opacity 1s;} */
.team-grid .team-box .box-overlay .bio-text {
  display:none;
  opacity:0;
  height:100%;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
}
.team-grid .team-box .box-overlay .bio-text p {color:#ffffff !important;font-size:16px !important;line-height:24px;height:100%;padding:25px;}
/* .team-grid .team-box .box-overlay:hover .team-info-box {opacity:0;transition: opacity .5s;} */
@media screen and (max-width:1050px) {
  .team-grid {grid-template-columns:50% 50%;}
  .team-grid .team-box {height: 500px !important;}
}
@media screen and (max-width:650px) {
  /* .team-grid {grid-template-columns:100%;} */
  .team-grid .team-box {height: 250px !important;}
}
@media screen and (min-width:1750px) {
  .team-grid .team-box {height: 500px !important;}
}


/*--- Download CTA ---*/
.download-cta video {filter: grayscale(1);}
.download-cta .overlay {
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  background-color:rgba(0,0,0,.5);
  z-index: -1;
}

.logos-link-section.four .client-logos ul li {width:25%;}

/*--- Industries Masthead ---*/
.industries-masthead {height:50vh;}
.industries-masthead hr.spacer {width:50px;}
.industries-masthead h2 {
  font-size: 44px !important;
  font-weight: 400;
  color: #ffffff !important;
  font-family: "essonnes-display",sans-serif !important;
  font-style: italic;
}
.industries-masthead .container {padding-top:10vh;}
@media screen and (max-height: 650px) {
  .industries-masthead {height:100vh;}
  .industries-masthead .container {padding-top:25vh;}
}
.social-links a i {font-size:20px;}
.image-text .flex-div {display:flex;}
@media screen and (max-width: 991px) {
  .image-text .flex-div {display:block;}
}

@media screen and (max-width: 500px) {
  .lp-masthead h1 {font-size: 50px;}
}

@media screen and (max-width: 500px) {
  .image-text .it-info-half {padding:0px 0px 50px 0px !important;}
  .hide-mobile {display:none !important;}
}
.lp-masthead {overflow:hidden;}
@media screen and (min-width: 500px) {
  .home-masthead {background-image: none;}
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.page-id-13375 .testimonial-image-section .info-half .logo-heading {
    display: block;
    /* width: 125px; */
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

#navbar ul > li > a {margin: 0 18px;}
#menu-primary li.menu-item:first-child a {margin-left:0px !important;}

/*-- Foxon Park Container --*/
.page-id-12323 .work-masthead img {width:150px;}
.page-id-12323 .work-masthead .container {padding-top:15vh;}

/* End */

.download-cta .imported-form ._form_28 form button._submit#_form_28_submit {
    background: #e0bb75 !important;
}

.arrow-down {
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 12.5px);
}
.item[data-value="work"] {display:none;}

b, strong {
    font-weight: 800 !important;
}


