@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&display=swap');
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/search-bar/minimal.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/froala-editor/clear.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/theme-color/brand.css");

:root {
  --primary-brand-color: #7F2D31;
  --offset-primary-color: #eee;
  --primary-rgb-brand-color: 127, 45, 49;
}

* {
  font-family: 'Source Sans Pro', sans-serif;
}

body.header-transparent.front .header-topbar {
  background: var(--primary-brand-color);
}
body.header-transparent #header {
  background: #fff;
  background-color: #fff;
}
body.header-transparent .nav-primary .nav-link,
#header .container .row-flex:nth-child(1) > ul li a,
#header .container .row-flex:nth-child(1) > ul li a .fa.social,
#header .container .row-flex:nth-child(2) .column-end > ul li.list-inline-item.social .fa {
  color: #000 !important;
}
#header .container .row-flex:nth-child(1) > ul li a .fa.social,
#header .container .row-flex:nth-child(2) .column-end > ul li.list-inline-item.social .fa {
  border-color: #000 !important;
}
body.header-transparent.front .header-top-inner {
  padding: 20px 0;
}
body.header-transparent.front .header-top-inner:first-child div {
  transform: scale(1) !important;
}
body.header-transparent .header-top-inner .img-fluid {
  max-width: 180px !important;
  max-height: 85px !important;
}

body.header-transparent .navbar-toggler {
  border-color: #444 !important;
  top: 35px;
}
body.header-transparent .navbar-toggler span {
  border-color: #444 !important;
}

body.header-transparent.front .header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.header-transparent .header-top-inner .nav-link {
  font-size: 14px;
}

body.header-transparent.front .cover-image {
  background-size: cover !important;
  background-position: center !important;
}
#home-bodycontent .page-wrapper .cover {
  height: 750px;
}

body.header-transparent.front .cover.cover-center.agent .cover-title .container {
  width: 100%;
}
body.header-transparent.front .cover.cover-center.agent .cover-title {
  top: 63%;
}

body.header-transparent.front .cover.cover-center .form-group.col-xs-12.col-md-2.col-lg-2, body.header-transparent.front .cover.cover-center .location-form-group {
  width: 100% !important;
  display: inline-block;
  margin: 0 !important;
  box-shadow: 0 0 15px -5px rgba(0,0,0,.2);
  padding: 10px;
  background: rgba(255,255,255,.2);
  border-radius: 5px;
}
body.header-transparent.front .tokenfield.form-control {
  border-radius: 5px;
}
body.header-transparent.front .cover.cover-center .form-group.col-xs-12.col-md-2.col-lg-2 {
  background: transparent;
  padding: none !important;
}

body.header-transparent.front .btn-group.bootstrap-select.form-control.show-tick {
  display: none;
}
body.header-transparent.front .cover.cover-center .form-group.col-xs-6.col-md-2.col-lg-1 {
  width: 50%;
  display: none;
}
body.header-transparent.front #horizontal-search {
  padding: 20px 20px !important;
  display: block;
  border-radius: 5px;
  width: 100%;
  max-width: 750px;
  margin: auto;
}
body.header-transparent.front #horizontal-search span.twitter-typeahead .tt-menu {
  min-width: 100%;
  width: 100%;
  padding: 0 12px;
}
body.header-transparent.front #horizontal-search .container {
  padding: 0;
}
body.header-transparent.front #horizontal-search form .row div:last-child {
  box-shadow: none !important;
}

body.header-transparent.front #horizontal-search #qs-submit {
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 16px;
  background: var(--primary-brand-color);
}

body.header-transparent.front #horizontal-search #more-options {
  background: transparent;
  color: #444;
  display: block !important;
  margin: 0 auto 20px;
  background: rgba(255,255,255,.1);
  color: #fff;
  width: 50%;
  padding: 10px 0;
  border-radius: 5px;
  outline: none;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
body.header-transparent.front #horizontal-search #more-options .fa {
  display: none;
}

/* Color Overwrites */
body .information-bar, #testimonials-carousel,#listings .listing-box-title,body .listing-box-image-label {
  background: var(--primary-brand-color);
}
/* Listings Hover Menu Styles */
body .listing-box-image-links a:first-child {
  background-color: rgba(127, 45, 49,0.9);
}
body .listing-box-image-links a:nth-child(2) {
  background-color: rgba(114, 40, 42,0.9);
}
body .listing-box-image-links a:nth-child(3) {
  background-color: rgba(110, 40, 42,0.9);
}
body .listing-box-image-links a:hover {
  background-color: rgba(114, 40, 42,0.99) !important;
}

#testimonials-carousel {
  border-top: 1px solid;
  margin-top: 20px;
}

/* Hero Section */
#cust-hero_wrpr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px !important;
  color: white;
  text-shadow: 1px 1px 5px #333;
  font-size: 2em;
  transition: all 0.25s ease;
  z-index: 1;
}
#cust-hero_wrpr h1 {
  font-size: 46px;
  font-weight: 600;
}
#cust-hero_button:link,
#cust-hero_button:visited,
#cust-hero_button:hover,
#cust-hero_button:active {
  background-color: #fff;
  color: #444 !important;
}
@media (max-width: 992px) {
  #cust-hero_wrpr {
    width: 100%;
    top: 150px;
  }
  #cust-hero_wrpr h1 {
    font-size: 36px;
  }
  #cust-hero_button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #cust-hero_wrpr {
    top: 100px;
    font-size: 1.3em;
    padding: 0 15px;
    margin-bottom: 0;
  }
  #cust-hero_wrpr h1 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  #cust-hero_wrpr {
    top: 140px;
  }
  #cust-hero_wrpr h1 {
    font-size: 32px;
  }
  #cust-hero_button {
    display: none;
  }
}

.cust-section {
  padding: 50px 15px;
  background-color: #eeeeee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23cacaca' fill-opacity='0.07'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.07'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
}
.statement-tag {
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 1.3px;
}

.statement-tag:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 5px;
  background-color: #000;
  transform: translateY(-3px);
}

.statement-tag:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-left: 5px;
  background-color: #000;
  transform: translateY(-3px);
}

#cust-area-wrpr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
}
.cust-area-item {
  position: relative !important;
  width: 30%;
  height: 300px;
  margin: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0,0,0,.4) 0 6px 20px;
  cursor: pointer;
}
.cust-area-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cust-area-item__overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(0,0,0,.7),rgba(0,0,0,.01));
  height: 45px;
}
.cust-area-title {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  z-index: 10;
  text-transform: uppercase;
}

.flx-ctr {
  position: relative;
  display: -webkit-box;  
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flx-ctr.row {
  flex-direction: row;
  position: relative;
}
.flx-ctr.col {
  flex-direction: column;
}

.flx-ctr_row {
  display: -webkit-box;  
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.flx-ctr_row.reverse {
  flex-direction: row-reverse;
}

.flx-ctr_col_50per {
  width: 50%;
  height: 450px;
  padding: 50px;
  display: -webkit-box;  
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flx-ctr_col_50per p {
  max-width: 550px;
}
.flx-ctr_col_50per.dark {
  background-image: radial-gradient(#333,#000);
  color: white;
}

.c-banner {
  padding: 20px 15px 40px;
  background: var(--primary-brand-color);
  text-align: center;
  color: #e6e6e6;
}
.c-banner h2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,.9);
  font-weight: bold;
  margin-top: 20px;
}
.c-banner p {
  font-size: 16px;
}

.noise {
  background-image:linear-gradient(rgba(255,255,255,.75),rgba(255,255,255,.75)),url(https://s3-us-west-1.amazonaws.com/kvcode/background/noise.jpg);
}

.bg-ctr_cvr {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-ctr_cvr.fixed {
  background-attachment: fixed;
}

.box-icon__wrapper {
  background: white;
  padding: 20px;
  border: 2px solid;
  border-radius: 100%;
  margin-bottom: 20px;
}

.box-header {
  text-transform: uppercase;
  font-weight: bold;
  color: #C0CCCB;
  letter-spacing: 1.3px;
}
.box-header.large {
  font-size: 36px;
}

.box-icon {
  width: 50px;
  height: 50px;
}

.box-btn {
  display: inline-block;
  padding: 14px 25px;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: all 300ms ease;
  background: #000 !important;
  color: #fff !important;
  border-radius: 3px;
  cursor: pointer;
}
.box-btn.dark {
  color: white !important;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.box-btn:link {
  background-color: inherit;
  color: inherit;
}

.box-btn:visited {
  background-color: inherit;
  color: inherit;
}

.box-btn:hover,.box-btn.dark:hover {
  background-color: #e6e6e6 !important;
  color: #323232 !important;
}

.box-btn:active {
  background-color: inherit;
  color: inherit;
}

.questions-wrapper {
  height: auto;
  padding: 50px 15px;
  background: var(--primary-brand-color);
  margin-bottom: 6px;
}

.questions-inner {
  height: 100%;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .cust-area-item {
    width: 45%;
  }
}

@media screen and (max-width: 875px) {
  .flx-ctr_col_50per {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cust-area-item {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .flx-ctr_col_50per {
    height: 500px;
    padding: 40px;
  }
}

/* Office Loactions */
.office-locations-wrapper {
  padding: 50px 20px ;
}
.office-locations-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  max-width: 1140px;
  margin: 0 auto;
}
.office-card {
  padding: 20px;
  margin: 5px;
  box-shadow: rgba(0,0,0,.4) 0 6px 20px -7px;
}