/*Theme*/
@font-face{
    font-family: Extrabold;
    src: url(../Media/ProximaNova-Extrabold.otf);
}
@font-face{
    font-family: Semibold;
    src: url(../Media/ProximaNova-Semibold.otf);
}
@font-face{
    font-family: Light;
    src: url(../Media/ProximaNova-Light.otf);
}
@font-face{
    font-family: PlayList;
    src: url(../Media/Playlist-Script.otf);
}
h1, .heading{
    font-family: Extrabold;
}
h2, h3, .subheading, .nav-link{
    font-family: Semibold;
}
.fancy-font{
    font-family: PlayList;
}
body{
    font-family: Light;
}
a{
    text-decoration: none !important;
}
.nolink{
    text-decoration: none;
    color: inherit;
}
.nolink:hover{
    text-decoration: none;
    color: inherit;
}

.showing-link{
    color: #fff;
}
.showing-link:hover{
    background: #0a94d6;
    color: #ccc;
}

.bgd-main{
    padding: 30px;
    background: #002a4e;
    color: #ddd;
}
.bgd-lmain{
    background: #053964;
    color: #ddd;
    padding: 30px;
}
.bgd-main h1, .bgd-main h2, .bgd-main h3{
    color: #fff;
}
.bgd-lblue{
    background: #0a94d6;
    color: #ddd;
}
.bgd-lblue h1, .bgd-lblue h2, .bgd-lblue h3, .bgd-lblue h4, .bgd-lblue h5, .bgd-lblue .heading{
    color: #fff;
}
.btn-main{
    background: #002a4e;
    color: #fff;
    border-radius: 5px;
    padding: 10px 17px;
    text-decoration: none;
}
.btn-main:hover{
    background: #0D4776;
    color: #fff;
    cursor: pointer;
}
.btn-sec{
    background: #0a94d6;
    color: #fff;
    border-radius: 5px;
    padding: 10px 17px;
    text-decoration: none;
}
.btn-sec:hover{
    background: #53B6E6;
    color: #fff;
    cursor: pointer;
}

.btn-sec .active{
    background: #4291B8;
    color: #b2b2b2;
    cursor: default;
}
.btn-sec[disabled]{
    cursor: default;
    color: #b2b2b2;
    background: #4291b8;

}

.btn-submit{
    border: none;
    width: 200px;
}
.font-lblue{
    color: #0a94d6;
}

.bgd-lgray{
    background: #ddd;
    padding: 30px;
}

.bgd-white h1, .bgd-white h2, .bgd-white h3, .bgd-white h4, .bgd-white h5, .bgd-white h6{
    color: #000;
}
.margin-top-xl{
    margin-top: 180px;
}

.font-sec{
    color: #0a94d6;
}

.circle-md{
    height: 130px;
    width: 130px;
    border-radius: 1000px;
}

.blue-paint{
    background: URL(../Media/blue-paint.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    height: 100px;
    padding: 15px;
}
.blue-paint-lg{
    background: URL(../Media/blue-paint.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    height: 160px;
    padding: 40px;
}
.neighbor-bgd{
    background: url(../Media/neighborhood_blue.jpg) center;
    background-size: cover;
    color: #ddd;
    padding: 80px 50px;
    
}
.neighbor-bgd .font-sec{
    color: #0a94d6;
}
.neighbor-bgd.padding-sm{
    padding: 1px;
}
.neighbor-bgd h1, .neighbor-bgd h2, .neighbor-bgd h3, .neighbor-bgd h4, .neighbor-bgd h5{
    color: #fff;
}
.foundation-bgd{
    background: url(../Media/Windermere-Foundation-Bgd.jpg) center;
    background-size: cover;
    color: #ddd;
    padding: 80px 50px;
}
.foundation-bgd h1, .foundation-bgd h2, .foundation-bgd h3, .foundation-bgd h4, .foundation-bgd h5{
    color: #fff;
}
.livingroom-dark{
    background: url(../Media/livingroom_dark.png) center;
    padding: 80px 50px;
    color: #ddd;
    background-size: cover;
}
.livingroom-dark h4, .livingroom-light h4{
    font-size: 90px;
    margin-left: 30px;
    color: #fff;
}
.livingroom-light{
    background: url(../Media/livingroom_light.png) center;
    padding: 80px 50px;
    color: #ddd;
    background-size: cover;
}
/* Header */
/* Style the list */
ul.breadcrumb {
  padding: 0px 16px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #ccc;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #0a94d6;
  text-decoration: underline;
}

ul.breadcrumb li a.disabled{
    color: #bbbcbc;
}
ul.breadcrumb li a.disabled:hover{
    color: #bbbcbc;
    cursor: default;
}

.wre-page-link{
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 5px;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    display: block;
    color: #002a4e;
    margin: 0px 10px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.agent-pagin .wre-page-link{
    background: #002a4e;
    color: #fff;
}

.wre-page-link.active{
    z-index: 3;
    color: #fff;
    background-color: #0a94d6;
    border-color: #0a94d6;
}

#top-bar{
    background: #002a4e;
    padding: 10px;
    color: #0a94d6;
}
#top-bar img{
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
#top-bar img:hover{
    opacity: 50%;
}
.top-link{
    color: #0a94d6;
    text-decoration: none;
}
.top-link:hover{
    opacity: 90%;
}
.nav-phone{
    color: #A6D1E6;
    text-decoration: none;
    margin: 10px;
    font-size: 14px;
}
.nav-phone:hover{
    color: #89ADBF;
}
.navbar{
    background: #fff;
    color: #002a4e;
    padding: 20px;
}
.nav-item a{
    color: #002a4e;
}
#logo2{
    width: 200px;
}
#logo{
    width: 100px;
}
.blue-navbar{
    background: #002a4e !important;
}
.blue-navbar a{
    color: #fff;
}
.logo-icon-sm{
    width: 50px !important;
}
.logo-icon-md{
    width: 100px !important;
}


/* Home */
#video-background{
    width: 100%;
    object-fit: cover;
    height: 490px;
    margin-top: 70px;
    overflow: hidden;
}
#home-cta{
    margin-right: 0px;
}
.bgd-main.cta-col, .bgd-lmain.cta-col{
    padding: 20px 30px;
    margin-top: -7px;
}
.bgd-lmain.cta-col:hover{
    background: #0D4A7D;
}
.bgd-main.cta-col:hover{
    background: #0D4776;
}
.cta-main, .cta-sec{
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    color: #ddd;
}
.cta-main:hover, .cta-sec:hover{
    color: #ddd;
}
.cta-main h4, .cta-sec h4{
    color: #fff;
    margin-bottom: 0;
}
.cta-main img, .cta-sec img{
    width: 10%;
    display: inline-block;
    margin-top: -30px;
    margin-right: 10px;
    margin-left: 20px
}
.cta-main div, .cta-sec div{
    width: 70%;
    display: inline-block;
}
#washington-listings{
    width: 300px;
    height: 300px;
    background: url(../Media/Washington.png);
    background-position: center center;
    background-size: contain;
    padding: 130px 0px 0px 80px;
    color: #fff;
    font-size: 19px;
    margin: auto;
}
#oregon-listings{
    width: 300px;
    height: 280px;
    background: url(../Media/Oregon.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 130px 0px 0px 0px;
    color: #fff;
    font-size: 19px;
    margin: auto;
}

/* About Us */
#about-jumbo{
    background: URL(../Media/PowerOfOwnership_Background.png);
    background-size: cover;
    background-position: center;
    height: 550px;
    margin-top: 120px;
}

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}





/* Communities */
.city-box{
    background: #002a4e;
    color: #ddd;
    border-radius: 15px;
    height: 450px;
    overflow: hidden;
    width: 90%;
    box-shadow: 10px 8px 20px rgba(0,0,0,0.5)
}
.city-title{
    color: #fff;
    padding: 15px;
}
.city-img-div{
    width:100%;
    height: 150px;
    overflow: hidden;
}
.city-img{
    height:100%;
    object-fit: cover;
}
.city-desc{
    padding: 15px;
}
.tablink.active{
    background: #0E72A2;
}
.city-box:hover img{
    animation: postimg 1s forwards;
}

.subd-box{
    width: 95%;
    overflow: hidden;
    height: 410px;
    border: solid #ccc 2px;
    border-radius: 10px;
    background: #eee;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
}
.subd-header{
    padding: 10px 10px 0px 10px
}
.subd-img{
    height: 200px;
    overflow: hidden;
}
.subd-img img{
    height: inherit;
}
.subd-body{
    padding: 10px;
}
.myselect{
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
    border: none;
    color: #fff;
    padding: 10px;
}
input .myselect::placeholder{
    color: #fff;
}
.myselect option{
    color: #000;
    padding: 0;
}
.line-space-sm{
    line-height: 10px;
}
.img-h-full{
    height: 95%;
}
.event-div{
    padding: 20px;
    background: #eee;
    border-radius: 15px;
    box-shadow: 10px 8px 20px rgba(0,0,0,0.5);
}
.font-sec a{
    color: #0a94d6;
    font-family: Semibold;
}
.font-sec a:hover{
    color: #0e72a2;
}

.tab-bar{
    background: #0a94d6;
    padding: 10px;
    border-radius: 10px;
    font-family: Semibold;
}
.tab-bar .btn-sec{
    background: none;
}
.tab-bar .btn-sec:hover{
    color:#eee;
}
.tab-bar .btn-sec.active{
    color: #ccc;
}

.filter-reset{
    background: #85CAEB;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    display: inline-block;
}

.rnd-btn{
    color: #85CAEB;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    display: inline-block;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.neighbor-bgd .btn-sec{
    border: none;
}

.post-box{
    background: #fff;
    width: 95%;
    height: 550px;
    border-radius: 15px;
    box-shadow: 20px 15px 10px rgba(0,0,0,0.4);
    text-align: center;
    overflow: hidden;
    margin: auto;
}
.post-title{
    color: #000 !important;
    margin: 10px;
    padding: 20px 20px;
}

.post-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.post-img-div{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.event-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center top;
}
.event-img-div{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.post-desc{
    padding: 20px 20px;
    color: #000;
}
.blog-info{
    margin-bottom: -5px;
}
.post-box:hover img{
    animation: postimg 1s forwards;
}

@keyframes postimg{
    from{transform: scale(100%)}
    to{transform: scale(120%)}
}

/*Our Agents*/
.agent-info{
    color: #fff;
}
#single-agent-info .agent-info{
    color: #000;
}
.agent-box{
    background-color: #002a4e;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0px;
    overflow: hidden;
} 

.agent-photo{
 width: 100%;
 height: 260px;
 object-fit: cover;
 margin-left: -12px;
} 

.profile-pic-div{
    width:100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.agent-profile-pic{
    width: 100%;
    height:400px;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}
.profile-pic-corner{
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.agent-hr{
    color: #002a4e;
    background: #002a4e;
    height: 5px !important;
    opacity: 1;
}

.TT_ViewAllLink{
    display: none !important;
}

.our-agents-page .tab button{
    border: none;
    background: #ccc;
    color:#000;
    padding: 10px 20px;
    border-radius: 5px 5px 0px 0px;
}
.our-agents-page .tab button.active{
    background: #f0f0f0;
}
.filter-bar{
    background: #0a94d6;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
}
.filter-bar p{
    margin-bottom: 0;
}
.tab-background{
    background: #f0f0f0;
    padding: 20px;
}

/*Contact Us*/
.office-div{
    width: 95%;
    box-shadow: 10px 8px 20px rgba(0,0,0,0.7);
}
.office-div .tab{
    background: #fff;
    padding: 7px;
    border-radius: 10px 10px 0px 0px;
    font-family: Semibold;
}
.office-div .tab a{
    padding: 10px;
    font-size: 18px;
    border: solid #ddd 2px;
    border-bottom: none;
    border-top: none;
    border-left: none;
    color: #999;
}
.office-div .tab a:hover{
    color: #000;
}
.office-div .tab a.active{
    background: #ddd;
    color: #999;
}

.office-div .tabcontent{
    background: #eee;
    border-radius: 0px 0px 10px 10px;
    color: #666;
}
.office-div .tabcontent h2{
    color: #000;
    text-align: center;
    padding: 20px
}
.office-div .office-text{
    padding: 20px 50px 20px 50px;
    font-size: 18px;
}
.office-div .office-text i {
    margin-right: 4px;
}

.contact-form{
    width: 100%;
    border-radius: 7px;
    border: none;
    background: rgba(255,255,255,0.4);
    color: #fff;
    padding: 5px 10px;
}

#contactus-form input[type=checkbox]{
    margin-right: 5px;
    margin-left: 10px;
}

/* Listings */
.card{
    color: #000;
    height: 400px;
    border: none;
    border-radius: 5px;
}

.card .btn-sec{
    border-radius: 0px 0px 5px 5px;
}

/* Footer */
.img-w-tiny{
    width: 5%;
    margin-top: 100px;
}
.footer a{
    color: #ddd;
}
.footer a:hover{
    color: #fff;
}
.img-w-footer{
    width: 10%;
    margin: 5px;
}
.img-w-footer:hover{
    opacity: 80%;
}

/* Home Eval */
#homebot-jumbo{
    background: URL(../Media/tri-cities-home-worth.png) center center;
    background-size: cover;
    height: 375px;
    margin-top: -100px;
    text-align: center;
    padding: 20px 50px;
}

#homebot-jumbo h1, #homebot-jumbo h4{
    font-weight: bolder;
}

#homebot-jumbo p {
    font-size: 20px;
    padding: 0 200px;
}

#mort-cal{
    width: 100%;
    height: 930px;
    border: 0;  
}

.form-check-label{
    margin-left: 5px;
}
.check-input{
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input-checked{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #0a94d6;
    border-color: #0a94d6;
}

@media (max-width: 700px){
    #random-results .col-4{
        width: 90%;
    }
    .dv-sm-btn{
        display: block;
        margin-bottom: 15px;
    }
    #top-bar .row .font-xs{
        display:none;
    }
    #top-bar .row .col-4{
        width:50%;
    }
    .nav-phone{
        font-size:10px;
        display: grid;
        margin: 0px;
    }
    #top-bar img{
        margin: 0 2px;
    }
    #video-background{
        height: auto;
    }
    .cta-col p{
        display: none;
    }
    .cta-col h4{
        font-size: 15px;
        display:inline-block;
        margin-top: 10px;
    }
    .bgd-lmain.cta-col,.bgd-main.cta-col{
        padding: 10px;
        /* height: 70px; */
    }
    .cta-main img, .cta-sec img{
        margin: 0px;
        margin-top: -20px;
        margin-right: 5px;
        width: 20%;
    }
    .btn-sec, .btn-main{
        font-size: 11px;
        margin-bottom: 10px;
    }
    .offset-2{
        margin-left: 0px;
    }
    .margin-top-dsm{
        margin-top: 40px;
    }
    .margin-top-dmd{
        margin-top: 70px;
    }
    .margin-bottom-dsm{
        margin-bottom: 40px;
    }
    .container{
        padding: 0px 30px !important;
    }
    .font-lg{
        font-size: 30px;
    }
    .neighbor-bgd{
        padding: 15px;
    }
    .padding-md{
        padding: 30px;
    }
    .bgd-lblue .container .row .offset-2{
        margin-left: 0px;
    }
    .bgd-lblue .container{
        text-align: center;
    }
    .footer .row .col-sm-4 img{
        margin-top: 30px;
    }
    .img-circle-lg{
        height: 200px;
        width: 200px;
    }
    .breadcrumb{
        margin-top: 150px;
    }
    .breadcrumb li{
        font-size: 18px;
    }
    .breadcrumb li+li:before{
        padding: 2px;
    }
    .font-xl{
        font-size: 30px;
    }
    .pagination .margin-right-sm{
        margin-right: 2px;
    } 
    .pagination .margin-left-sm{
        margin-left: 2px;
    }
    .col h6 .fa-solid{
        display: inline-block;
    }
    .padding-sm{
        padding:1px !important;
    }
    .listing-info-bar div .font-lg{
        font-size: 20px;

    }
    .listing-info-contain{
        padding: 35px;
    }
    #buyer-tolls .col-md-3{
        margin-bottom: 45px;
    }
    #mort-cal{
        height: 2260px;
    }
    #buyer-guide input[type='email'], #seller-guide input[type='email']{
        width: 59% !important;
    }
    #buyer-guide input[type='submit'], #seller-guide input[type='submit']{
        width: 39% !important;
    }
    #builders-prev{
        left: -15px;
    }
    #builders-next{
        right: -15px;
    }
    #homebot-jumbo{
        height: 475px;
    }
    #homebot-jumbo p{
        padding: 0px;
    }
    #crosshair{
        padding: 0px;
    }
    .myselect{
        width: 100%;
        margin: 5px 0px;
    }
    #eventFilter .right-align, #fbFilters .right-align, #agentFilter .right-align{
        text-align: center;
    }
    #about-jumbo{
        height: 250px;
    }
    .blue-paint{
        padding: 25px;
    }
    .blue-paint-lg{
        padding: 50px;
    }
    .dsm-f25{
        font-size: 25px;
    }
    .foundation-bgd .padding-left-md, .foundation-bgd .padding-right-md{
        padding: 0px;
    }
    .agent-info{
        text-align: center;
    }
    .agent-info .left-align{
        text-align: center;
    }
    .agent-info h2{
        margin-top: 15px;
    }
    .agent-photo{
        object-position: center center;
        margin-left: -24px;
        margin-right: -24px;
        padding-right: 0px;
        
    }
    .agent-box{
        padding: 0px !important;
    }
    .agent-info h6{
        display: inline-block;
        font-size: 18px;
    }
    .socials{
        font-size: 18px;
        display: inline-block;
        margin-top: 0px;
    }
    .agent-info p{
        margin-top: 15px;
        font-size: 13px;
        padding: 0 10px;
    }
    .agent-info .btn-sec{
        display: block;
        border-radius: 0 0 10px 10px;
        margin-bottom: 0;
        font-size: 15px;
    } 
    .office-div{
        width: 100%;
        margin: auto;
    }
    .office-div .tab a{
        font-size: 10px;
    }
    .img-w-most{
        width: 100%;
    }
    #home-cta, #ourstory{
        margin-left: 0px;
        margin-right: 0px;
    }
    ul.breadcrumb li a {
        font-size: 15px;
    }
    .d-sm-font-xs{
        font-size: 15px;
    }
    .livingroom-dark .btn-sec, .livingroom-light .btn-main{
        display: block;
        text-align: center;
    }

    #filterListings .form-check{
        display: block;
        margin-right: 0px;
        text-align: left;
        margin-left: 40%;
    }
    #buyer-tools i, #seller-tools i {
        margin-top: 45px;
    }
    #buyer-tools .margin-bottom-lg, #buyer-tools .margin-bottom-md, #seller-tools .margin-bottom-lg, #seller-tools .margin-bottom-md{
        margin-bottom: 0px;
    }
    #buyer-tools, #seller-tools{
        margin-bottom: 70px;
    }
    .ds-no-pad{
        padding: 15px 0px;
    }
    .event-box .post-title{
        font-size: 18px;
    }
    .event-box .post-desc{
        font-size: 13px;
    }
    .event-img, .event-img-div{
        height: 180px;
    }
    .ds-hidden{
        display: none;
    }
    .ds-no-padding{
        padding: 0px;
    }
    .community-subtitle{
        font-size: 18px;
        padding: 0px 10px;
    }
    .greatschools{
        max-width: 100%;
    }
    #ourstory img{
        display: none;
    }
    #ourstory .v-align{
        margin: 25% 0;
    }
    #ourstory{
        text-align: center;
    }
    .re-career-box img, .re-career-box .subd-img{
        height: 150px;
    } 
    .re-career-box .subd-body p{
        font-size: 13px;
    }
    .office-div .office-text{
        font-size: 13px;
        padding: 10px 20px
    } 
    .office-div .tabcontent h2{
        padding: 10px;
    }
    .office-div .tabcontent img{
        height: 180px;
        object-fit: cover;
    }
    .blog-posts .post-title{
        font-size: 18px;
    }
    .blog-posts .post-desc{
        font-size: 13px;
    }
    .school-list{
        width: 50%;
    }
    #video-background{
        display: none;
    }
    .jumbotron{
        background: URL('../Media/redefined-realEstate.jpg') center center;
        background-size: contain;
        height: 250px;
        margin-top: 80px;
    }
}
