body,
h1,h2,h3,h4,h5 {
    font-family: 'Merriweather', sans-serif;
  
}
p, ul {
  /*    font-family: 'Merriweather', sans-serif; */
    font-family: 'Muli', sans-serif; 
    line-height: 1.8;
    font-size: 15px;
}
.heading-integrity {
    padding-bottom: 15px;
    font-size: 36px;
}


.hr-integrity {
    border: 0;
    color: #999;
    background-color: #999;
    height: 1px;
    margin: 0 auto;
    clear: both;
    width: 90%;
}

/* ^^^^^^^^^^^^ Utilities ^^^^^^^^^^^^^^^^^^ */
.p-xy-lg {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.p-y-sm {
    padding-top: 4vh;
    padding-bottom: 4vh;
}
.p-y-md {
    padding-top: 9vh;
    padding-bottom: 9vh;
}
.flex-center-xy{
    display:flex;
    justify-content: center;
}
.img-shadow{
    box-shadow: 6px 7px 5px 0px rgba(0, 0, 0, 0.26);
}
.min-height-75vh{
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.min-height-50 {
    min-height: 50vh; 
}
.min-height-15 {
    min-height: 15vh;
}
.test-height {
    /* min-height: 90vh; */
    padding-top: 30vh;
    padding-bottom: 30vh;
}
.p-y-carousel{
    padding-top:17vh;
    padding-bottom: 17vh;
}

/* ^^^^^^^^^^^^^^^^ utilities ^^^^^^^^^^^^ */
.flex-center-xy{
    display:flex;
    justify-content: center;
    align-items:center;
}

.flex-direction-column{
    flex-direction:column;
}
.flex-direction-row{
    flex-direction:row;
}
.align-self-start{
    align-self:flex-start;
}
.flex-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-t-sm {
    padding-top: 4vh;
}
.p-b-sm {
    padding-bottom: 4vh;
}
.p-b-xsm {
    padding-bottom: 2vh;
}
.p-b-md {
    padding-bottom: 5vh;
}
.p-t-md {
    padding-top: 5vh;
}
.p-t-lg {
    padding-top: 15vh;
}
.p-b-lg {
    padding-bottom: 15vh;
}
.heading-tan {
    color: #f6ebce;
    font-size: 36px;
}
.heading-tan p {
    color:white;
}
.min-height-50vh{
    min-height: 50vh;
}
.min-height-25vh {
    min-height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex {
    display: flex;
}
.relative {
    position: relative;
}
.align-center {
    align-items: center; 
}
.color-white {
    color:white;
}
.special-heading-one {
    font-size: 5vh;
    padding-bottom: 2vh;
    font-family: "Muli";
}
.special-sub-heading {
    font-size: clamp(20px, 2.2vw, 28px);
}
.body-text p{
    max-width: 80ch;
    margin: auto;
}
.community {
    border-top: solid thin grey;
    border-bottom: solid thin grey;
    transistion-property: background-color;
    transition-duration: .3s;
}
.community a {
    color:white;
    text-decoration: none;
    width:100%;
    height: 100%;
    display: block;
    font-family: 'Muli', sans-serif;
    padding-left: 31px; 
    padding-right: 31px; 
    padding-top: 14px;
    padding-bottom: 14px; 
}
.community:hover {
    background-color: rgba(228, 209, 154, 0.6784313725490196);
}
.body-text ul{
    max-width: 65ch;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;

}
.special-rule {
    border: 0;
    background-color: #888787;
    position: relative;
    top: -58px;
    width: 100%;
    height: 1px;
}
.lined-heading {
    position: relative;
    background: #fff;
    padding: 0 20px;
}
.about p {
    max-width: 65ch;
    margin: auto;
    padding-top: 19px;
}
.lined-heading::after{
    background: #848383;
    position: absolute;
    width: 70%;
    top: 19px;
    height: 1px;
    left: -50%;
    z-index: 0;
    content: '';
    right: -50%;
    margin: 0 auto 0;
}
.lined-heading span{
    position: relative;
    z-index: 200;
    background-color: white;
    padding: 10px;
}
.text-uppercase{
    text-transform: uppercase;
}
.z-index-100 {
    z-index: 100;
}
.align-vertical {
    display: flex;
    align-items: center;
}
/* ^^^^^^^^^^^^^  Header and Navigation ^^^^^^^^^^^^^^^^^ */



header {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: -2px 6px 33px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: -2px 6px 33px 0px rgba(0,0,0,0.75);
    box-shadow: -4px 3px 8px 0px rgba(0, 0, 0, 0.13);
}
.header-container {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}
.logo-container{
    min-width: 220px;
    max-width: 320px;
}
.header-utilities {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:visited {
    color: #797979;
}
nav.dropDownMenu .innerNavDiv>ul>li>a {
    color: #fff;
    font-size:18px;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:hover {
    color:#e9c81a;
}
nav.dropDownMenu .innerNavDiv>ul>li>a, nav.dropDownMenu .innerNavDiv>ul>li>span {
    color: #797979;
    font-size: 14px;

}

nav.dropDownMenu .innerNavDiv>ul>li {
  
    font-size: 18px;
}
nav.mobileMenu .menuScroll {
    bottom: 0;
    float: left;
    height: 100%;
    overflow-y: auto;
    top: 0;
    width: 100%;
    border-right: solid thin #e9c81a;

    -webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
    box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.42);
  
    background-color: #03323f;
}

nav.dropDownMenu .innerNavDiv>ul li ul.subNav li a {
    width: 100%;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
nav.mobileMenu .menuTrigger {
    display: block;
    float: left;
    height: 50px;
    left: 100%;
    position: absolute;
    width: 65px;
    z-index: 15002;
    cursor: pointer;
    background: rgb(3, 50, 63);
    padding: 4px 3px;
    border: solid thin white;
}
nav.mobileMenu .innerNavDiv>ul>li {
    background-color: rgb(3, 50, 63);
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-right: none !important;
}
nav.mobileMenu .innerNavDiv>ul>li:hover {
    background-color: rgb(3, 50, 63);
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-right: none !important;
}
nav.mobileMenu .menuScroll {
    bottom: 0;
    float: left;
    height: 100%;
    overflow-y: auto;
    top: 0;
    width: 100%;
    background-color: #03323f;
}


.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 20px;
}
.contact-info a {
    color: grey;
    text-decoration: none;
}
.contact-info i.fa {
    color: #e4d19a;
    margin-right: 6px;
}
.client-login {
    padding: 6px 18px 6px 18px;
    border: solid thin #e4d19a;
    color: black;
    display: block;
}
.contact-info p {
    margin-top: 0px;
    margin-bottom: 0px;
}


/*  ^^^^^^^^^^^^^^^^^   End of Header and Navigation ^^^^^^^^ */
.hero-text-container {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    
}
.heading-hero {
    text-align: center;
    color: white;
    font-size: 6vh;
    /* position: relative; */
    /* bottom: 40px; */
    line-height: 6vh;
    padding: 15px;
}
.subheading-hero {
    font-size: 4vh;
    font-weight: 200;
    margin-bottom: 19px;
}
.hero-height{
    min-height: 100vh;
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.btn-hero {
    padding: 7px 45px 7px 45px;
    border: solid thin white;
    border-radius: 20px;
    background-color: #e4d19a;
}

.feature-heading {
    font-size: 36px;
    padding-bottom: 4vh;
}

.p-body {
    max-width: 75ch; 
    margin: auto;
    margin-top: 3vh; 
    padding-left: 1vh;
    padding-right: 1vh; 
}
.overlay-light {
    background-color: rgba(71, 85, 119, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.overlay-dark {
    background-color: rgba(83, 27, 64, 0.64);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.about-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58039215686);
    left: 0;
    right: 0;
    top: 0;
}
.about-heading {
    color: white;
    z-index: 200;
    position: relative;
}
.about-integrity {
    background-color: #5c6c90;
    color: white;
}
.community {
    border: solid thin rgba(228, 209, 154, 0.5490196078431373);
    color: white;
    z-indez: 1000;
    position: relative;
    z-index: 2;
    font-size: 20px;
}
.divider {
    display: block;
    margin: auto;
    position: relative;
    top: -20px;
}
.finance-button {
    border: solid thin #d0d0d0;
    text-decoration: none;
    width: 130px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    background-color: #5d3557;
}

/* ^^^^^^^^^^^^ Quick Search ^^^^^^^^^^^^^^^ */
    
.qs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* background-color: rgba(90, 30, 68, 0.77); */
    background-color: rgb(72 18 65 / 70%);
}


.qs-filter-baths {
    display:none;
}


.mlsQuickSearch {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 30px;
    right: 0;
    height: 70vh;
}
input#txtLocation {
     border-color: white; 
}
h2.qs-heading {
    text-align: center;
    color: white;
    width: 87%;
    padding: 3%;
   
    border: solid thin white;
    background-color: #845C7E;
    /* background-color: rgba(94, 94, 94, 96%); */
}
.qs-filter {
    display: flex;
    flex-direction: column;
    min-width: 88%;
}
select {
    
    border: solid 2px #ffffff;
    padding: .25em;
}

.qs-search-button {
    background-color: #e4d19a;
    color: black;
    text-decoration: none;
    width: 164px;
    position: relative;
    top: 10px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px white;
}
.qs-filter-beds{
        display:flex;
    }
    .qs-filter-baths{
        display:none; 
    }
a#hlQuickSearch {
    color: #03323f;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
     width: 100%;
    display: flex;
    justify-content: center;
}
.page2559 select {
    border: solid 2px #dcdcdc;
    padding: .25em;
    width: 35%;
}


.bio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bio p {
    max-width: 70ch;
}
.community-block {
    min-height: 25vh;
}
.border-integrity-top {
    border-top: solid thin purple;
    padding-top: 60px;
}
hr {
    border: 0;
    /* color: #999; */
    background-color: rgba(255, 255, 255, 0.32);
    height: 1px;
    margin: 0 auto;
    clear: both;
    margin-bottom: 10p;
    width: 50%;
}

/* ^^^^^^^^^^^^^^ listing carousel ^^^^^^^^^ */
.listingCarouselSlide {
    -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.51);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.listingCarouselCaption {
    line-height: 1.05em;
    clear: both;
    min-height: 145px;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
    padding-bottom: 14px;
    padding-top: 0px;
    padding-left:0px;
    padding-right: 0px;
    transition: all .3s;
    
}
.listingCarouselCaptionPrice {
    text-align: center;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: solid thin rgba(128, 128, 128, 0.22);
    font-size: 18px;
    color: #ffffff;
    background-color: #5d3557;
}
.listingCarouselCaptionBeds {
    padding-left: 1vw;
}
.listingCarouselCaptionBaths {
    padding-left: 1vw;
}
.listingCarouselCaptionAddress {
    padding-left: 1vw;
}
.listingCarouselCaptionArea {
    padding-left: 1vw;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus, .slick-next, .slick-next:hover, .slick-next:focus {
    background: rgba(0,0,0,.8);
    height: 50px;
    transform: translateY(-50%);
    border: solid thin white;
}

/* ^^^^^^^^^^^^ listings grid ^^^^^^^^^^^^^^ */
.listingGridCaption.cf {
    display: flex;
    flex-direction: column;
}

.listingGridPhotoDiv {
    height: 210px;
    position: relative;
    overflow: hidden;
    background: #eee;
}
.listingGridItem {
    border: solid thin #d8d8d8;
    
    box-sizing: border-box;
}
.listingGridItem a {
    text-decoration: none;
    color: #6b6b6b;
}
.listingGridCaptionPrice {
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: solid thin rgba(128, 128, 128, 0.22);
    font-size: 18px;
    background-color: #51173d;
    position: relative;
    bottom: 8px;
}
.strip.h1strip {
    padding-top: 5vh;
}
/* ^^^^^^^^^^^^^ Commercial Page ^^^^^^^^^^^^^^^ */
.commercial-agents {
    max-width: 85%;
    justify-self: center;
    margin-bottom: 30px;
}
.commercial-agent {
    display: flex;
}
.commercial-agent > img {
    width: 150px;
    object-fit: contain;
    margin-right: 16px;
}
.commercial-agent h3 {
    font-weight: bold;
    color: #4f163b; 
}
.agent-name-title {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.commercial-renderings {
    text-align: center;
}
/* ^^^^^^^^^^^^^ Testimonial ^^^^^^^^^^^^^^^ */

.testimonial {
    position: relative;
    border: solid thin rgba(255, 255, 255, 0.2);
    min-height: 280px;
    padding-top: 2vh;
    padding-bottom: 2vh;
    height: 100%;
    padding-left: 1vw;
    padding-right: 1vw;
}

.testimonial p {
    padding-top: 10px;
    max-width: 50ch;
    margin: auto;
    font-style: italic;
    color: white;
}
.testimonial-quote {
    font-size: 109px;
    color: white;
    margin: 0;
    margin-bottom: 0px;
    line-height: .4;
    padding-bottom: 0px;
    padding-top: 5vh;

}
.testimonial-author {
    font-weight: 600;
    /* color: #d8f3fbc7; */
    font-style: normal;
}
/* .testimonial::before {
    content: ">";
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    display: flex;
    justify-content: center;
    
  
}
*/
/* ^^^^^^^^^^^^^  Form  ^^^^^^^^^^^^^^^^ */
input[type="text"], input[type="password"], input[type="number"], textarea {
    border: solid 2px #ddd;
    padding: .25em;
    width: 100%;
}
.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 8vh;
    padding-bottom: 8vh;
    padding-left: 2vw;
    padding-right: 2vw;
}
.page2559 .form-container{
    padding-top:0vh;
}
 .form-container h2{
    padding-bottom: 4vh;
    padding-top: 4vh;
}
button#btnSubmit_1245{
    background-color: #e9c81a;
    border: solid thin white;
    width: 300px;
    height: 45px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.form-center-container {
    display: flex;
    justify-content: center;
    padding-top: 4vh;
}
.agent-list li {
    font-size: 14px;
    line-height: 24px;
}
/* ^^^^^^^^^ Buttons ^^^^^^^^^^^^ */
#btnSubmit_1278{
    background-color: #622e55;
    color: white;
    width: 150px;
    height: 45px;
    border: none;
}
#btnSubmit_1281{
    background-color: #622e55;
    color: white;
    width: 150px;
    height: 45px;
    border: none;
}
#btnSubmit_1282 {
    background-color: #622e55;
    color: white;
    width: 150px;
    height: 45px;
    border: none;
}
#btnSubmit_1277 {
    background-color: #622e55;
    color: white;
    width: 150px;
    height: 45px;
    border: none;
}
#btnSubmit_1283, .maroonBtn  {
    background-color: #622e55;
    color: white;
    width: 150px;
    height: 45px;
    border: none;
}
.btnContainer{
    display:block;
    text-align:center;
}
.maroonBtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}
.maroonBtn:hover{
    cursor:pointer;
    opacity:0.8;
}
a.continueSearchLink {
    padding-top: 3vh;
    color: #5d3557;
}
/* ^^^^^^^^^^^^^ Footer ^^^^^^^^^^^^^^^^ */
footer{
    background-color: #5d3557;
    padding-top: 5vh;
}
.achosa-logo {
    width: 90px;
    padding-bottom: 2vh;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-contact {
   
}
.page2464 div#copyright {
    background-color: #09718E;
    padding-bottom:15vh;
    text-align: center;
    color: white;
}
div#copyright {
    background-color: #28324e;
   padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: white;
}
footer a {
    color: #bcbdc0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
}
footer h2 {
    color: white;
    font-size: 36px;
    font-weight: 300;
}
.footer-logos {
    display: flex;
    flex-direction: column;
}
.mls-notice > p {
    margin-top: 0;
}
.mls-notice img {
    display: block;
    margin-bottom: 5px;
}
.flex-start {
    align-self: flex-start;
}
footer p {
    color: #dadada;
}
.flex-menu {
    display: flex;
    flex-direction: column;
}


.p-y-md{
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.p-y-lg{
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.flex-column{
    display: flex;
    flex-direction:column;
}
.flex-center-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p-y-xlg {
    padding-top: 15vh;
    padding-bottom:15vh;
}
.p-t-xlg{
    padding-top:15vh
}
.p-b-xlg{
    padding-bottom: 15vh;
}

.half-vh{
    min-height: 50vh;
}
.vh-full{
    min-height: 100vh;
}
.flex-center-xy{
    display:flex;
    align-items: center;
    justify-content: center;
}
.min-full-vh{
    min-height: 91vh;
}


/* ^^^^^^^^^^^^^^^^ backgrounds ^^^^^^^^^^^^^^^^^ */
.hero-main {
    min-height: 86vh;
    
}
.bg-hempfield{
    background-image: url("https://images.listingmanager.com/clientfiles/251/foxboro_photo.jpg");
    background-size:cover;
    background-position:center center;
}
.bg-murrysville{
    background-image: url("https://images.listingmanager.com/clientfiles/251/backgrounds/murrysville-pa.jpg");
    background-size:cover;
    background-position:center center;
}
.bg-ligonier{
    background-image: url("https://images.listingmanager.com/clientfiles/251/backgrounds/ligonier-pennsylvania-downtown.jpg");
    background-size:cover;
    background-position:center center;
}

.bg-latrobe{
    background-image: url("https://images.listingmanager.com/clientfiles/251/backgrounds/latrobe_pa_mainstreet.jpg");
    background-size:cover;
    background-position:center center;
}
.bg-huntington{
    background-image: url("https://images.listingmanager.com/clientfiles/251/dji_0574_5_6_7_8.jpg");
    background-size:cover;
    background-position:center center;
}
.bg-greensburg{
    background-image: url("https://images.listingmanager.com/clientfiles/251/1_front2.jpg");
    background-size:cover;
    background-position:center center;
}
.bg-about-integrity{
    background-image: url("https://images.listingmanager.com/clientfiles/251/integrity-classic.jpg");
    background-size:cover;
    background-position:center center;
    min-height: 80vh;
}
.bg-agent{
    background-image: url("https://images.listingmanager.com/clientfiles/208/broker-template-1/agent-light.jpg");
    background-size:cover;
    background-position:center center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.bg-contact{
    background-image: url("https://images.listingmanager.com/clientfiles/251/contact.jpg");
    background-size:cover;
    background-position:center center;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-integrity-classic {
    background-image: url("https://images.listingmanager.com/clientfiles/251/integrity-hero-2.jpg");
    background-size: cover;
    background-position: center center;
    
}
/* background video */
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.fr-video .fr-fvc .fr-dvi{
    position: inherit;
}
.listing-search{
    position: relative;
}
/* end background video */

.bg-house{
    background-image: url("https://images.listingmanager.com/clientfiles/208/broker-template-1/home-background-dark.jpg");
    margin-top: 15vh;
    margin-bottom: 15vh;
}
.bg-buyers {
    background-image: url("https://images.listingmanager.com/clientfiles/251/backgrounds/house-keys-half-strip-2.jpg");
    background-size:cover;
    background-position:center center;
    height: 40vh;
}
.bg-commercial-buyers {
    background-image: url("https://images.listingmanager.com/clientfiles/251/backgrounds/empty-commercial-space-2000x1335_compressed.jpg");
    background-size:cover;
    background-position:center center;
    height: 40vh;    
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
}
.bg-careers {
    background-image: url("https://images.listingmanager.com/clientfiles/251/backgrounds/careers.jpg");
    background-size:cover;
    background-position:center center;
    height: 40vh;
}
.bg-sellers {
    background-image: url("https://images.listingmanager.com/clientfiles/251/backgrounds/keys-half-strip.jpg");
    background-size:cover;
    background-position:center center;
    height: 40vh;
}
.bg-commercial-sellers {
    background-image: url("https://images.listingmanager.com/clientfiles/251/backgrounds/pittsburgh-at-dusk-2000x1310.jpg");
    background-size:cover;
    background-position:center 55%;
    height: 40vh;    
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3);
}
.bg-about {
    background-image: url("https://images.listingmanager.com/clientfiles/251/about-us.jpg");
    background-size:contain;
    background-position: center bottom;
    height: 50vh;
    background-repeat: no-repeat;
}


@media (max-width: 1024px) {

nav.mobileMenu .innerNavDiv>ul li ul.subNav li {
    border-top: solid 1px #eee;
    border-bottom: 0;
}
video{
    display: none;
}
.hero-main {
    background: url(https://images.listingmanager.com/clientfiles/251/integritty.png?v=1703269517);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 85vh; */
    object-fit: scale-down; max-width: 100%
}

nav.mobileMenu .innerNavDiv>ul>li {
    background-color: rgb(255, 255, 255);
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-bottom: solid thin #eeeeee;
}
nav.mobileMenu .menuScroll {
    bottom: 0;
    float: left;
    height: 100%;
    overflow-y: auto;
    top: 0;
    width: 100%;
    background-color: #eeeeee;
}
nav.mobileMenu .innerNavDiv>ul>li:hover {
    background-color: rgb(228, 209, 154);
    clear: left;
    float: left;
    width: 100% !important;
    text-align: left;
    border-right: none !important;
}
nav.dropDownMenu .innerNavDiv>ul>li>a:hover {
    color: #000000;
}
    .qs-container {
        padding-top: 5vh; 
        margin-top: 0vh;  
}
    .mlsQuickSearch.fr-draggable {
        padding-top: 10px;
}
    .qs-filter-beds{
        display:none;
    }
    .qs-filter-baths{
        display:none;
    }
    .logo-container{
    min-width: 300px;
    max-width: 320px;
    margin: auto;
}
    .logo {
    max-height: 80px;
    padding: 3px;
}

nav.dropDownMenu.contentWidth.cf {
    margin-left: 0px;
}
    .p-y-xlg {
    padding-top: 10vh;
    padding-bottom:10vh;
    }
    .p-t-xlg{
    padding-top:10vh
    }
    .p-b-xlg{
        padding-bottom: 10vh;
    }

}


@media (max-width: 760px) {
    .p-y-xlg {
    padding-top: 5vh;
    padding-bottom:5vh;
}
    .p-t-xlg {
    padding-top: 5vh;
    
}
    .p-b-xlg {
    
    padding-bottom:5vh;
}
.hideMobile{
    display:none;
}
hasChildren div.downArrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

.qs-container {
   margin-top: 0vh;
    height: 268px;
    position: absolute;
    width: 100%;
    padding-bottom: 2vh;
    padding-top: 20px;
    bottom: 0;
}

 .mlsQuickSearch {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 0px; 
    padding-bottom: 0px;
    right: 0;
   
}
    .phone{
        display:none;
    }
    .half-vh {
    min-height: 15vh;
    }
    .contact{
        display:none;
    }
    .agent-section{
        flex-direction: column;
    }
    .subheading-hero{
        display:none;
    }
 

    .heading-hero {
        font-size: 6vh;
    }
   .client-login {
    display:none;
}
    .bg-down-the-river {
    padding-top: 180px;
    margin-top: -92px;
}
    .mlsQuickSearch.fr-draggable {
    height: 25vh;
}
.qs-search-button {
    position: relative;
    top: 8px;    
}
    


.logo-container{
    min-width: 300px;
    max-width: 320px;
    display: flex;
    justify-content: center;
}
  
    .qs-filter-low-price{
        display:none;
    }
    .qs-filter-high-price{
        display:none;
    }
    .qs-filter-type{
        display:none;
    }
    .txtAdvancedSearch{
        width:300px;
    }
    .mlsQuickSearch.fr-draggable {
        justify-content: center;
}   .footer-contact {
    padding-top: 6vh;
}

/*  ^^^^^^^^^^^^^^^^^   Backgrounds ^^^^^^^^^^^^^^^^ */
.relative {
    position: relative; 
}
.overlay {
    height: 50vh; 
}
.min-full-vh {
    min-height: 75vh;
}
.hero-main {
    min-height: 75vh;
}
.overlay::before {
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
.lined-heading span {
    padding: 2px;
}
.bg-integrity-classic {
    background-position: 29%;
}
.bg-about-integrity {
    background-position: 43%;
}
.bg-integrity{
    background-image: url("https://images.listingmanager.com/clientfiles/251/adobestock_30107559_preview.jpg");
    background-size:cover;
    background-position:center center;
    min-height: 87vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.bg-about{
    background-image: url("https://images.listingmanager.com/clientfiles/251/about-us.jpg");
    background-size:cover;
    background-position: 64% bottom;
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#agents_bg .bg-about{
    min-height:19vh;
    background-size:100%;
    height:auto;
}
.bg-contact{
    background-position: 60% 0%;
}

/* ^^^^^^^^^^^^ Listing carousel styles ^^^^^^^^^^^ */
.listing-carousel-container {
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-color: white;
}
span.listingCarouselCaptionPrice {
    font-size: 23px;
    padding-bottom: 10px;
    color: #460e31;
    width: 100%;
    padding-top: 11px;
    border-bottom: solid thin #d2d0d0;
    background-color: #f1f1f1;
        margin-bottom: 12px;
}
.listingCarouselSlide {
    background-color: white;
    border: solid thin #b9b9b9;
}
.listingCarouselCaption {
    line-height: 1.05em;
    clear: both;
    width: 100%;
    z-index: 2;
    background: rgba(255,255,255,.8);
    padding: 0em;
    transition: all .3s;
}
span.listingCarouselCaptionBeds {
    padding-left: 12px;
    
}
span.listingCarouselCaptionBaths {
    padding-left: 12px;
}
span.listingCarouselCaptionAddress {
    padding-left: 12px;
}
span.listingCarouselCaptionArea {
    padding-left: 12px;
    padding-bottom: 12px;
}

}