*{
    font-family: "Open Sans",Arial, sans-serif;
}

html {
    overflow-x: hidden;
}


body {
    color: #666666;
    overflow-x: hidden;
    
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Lato", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
p {
    
    font-size: 1rem;
    line-height: 2.2rem;
    color: #3c3c3c;
    font-family:"Open Sans", Arial, sans-serif;
}
h1{  
   
    color: #3c3c3c;   
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    font-size: 62px;
    line-height: 1.1;
}

h2 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #3c3c3c;
    margin-bottom: 25px;
}
.about-h2{
    font-size: 25px;
}

h3{
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.property-name{
    font-size: 25px;
}

.g-recaptcha{
    margin: 0 0.9rem;
}

div.wpcf7-mail-sent-ok{
    color: #398f14;
}
span.file-name{
    color: #000;
    font-size: 10px;
    display: inline-block;
    width: 115px;
    margin-top: 0px;
    position: relative;
    top: -15px;
    left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: transparent;
}

.unit-features{
    padding: 0 10px;
    border-right: 1px solid #ddd; 
}
.unit-features:first-child{
    padding-left: 0;
}
.unit-features:last-child{
    border-right: 0px solid #ddd; 
}

.search-by-city-text{
    padding-top: 20px;
}
.strong{
    font-weight: bold;
}
.font-blue{
    color: #1778b8;
}
.font-lblue{
    color: #2bbbf2;
}
.font-orange{
    color: #f3921c;
}
.font-purple{
    color: #d4007f;
}
.font-normal{
    font-weight: normal;
}
.button.solid{
    background-color: #2bbbf2;    
}
.tabs-content .fa-file-archive{
  color: gray;
}
.tabs-content .fa-file-pdf{
  color:red;
}
.tabs-content .fa-file-excel{
  color: green;
}
.vh{
    height: 70vh;
}
.vh-90{
    min-height: 90vh;
}
.attach-label{
    font-weight: 600;
    font-size: 14px;
    margin-left: 20px;
    display: inline-block;    
    position: relative;
    top: -24px;
}
.position-relative{
    position:relative;
}
.margin-bottom-0{
    margin-bottom:0;
}
.black-shadow{
    box-shadow: 0 0 1px #000;
}

.black-shadow-10{
    box-shadow: 0 0 10px #000;
}
.lightb-btn{
    background: #2bbbf2;
    color: #fefefe;
}
.link{
    color: #f8951d;
}

.u-bottom{
    padding-bottom: 20px;
    border-bottom: 1px solid;
    font-weight: bold;
}
.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.cta{
    color: #f8951d;
    border: none;
    border: 1px solid #f8951d;
    padding: 10px 60px;
    display: inline-block;
    background: #fefefe;
    margin-top: 53px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    outline: none;
    font-size: 16px;
    line-height: 2;
    -webkit-appearance: none;
}


.cta:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #f8951d;
    -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.cta:hover {
  color: #fefefe;
}

.cta:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pagination .current a:hover{
    background: transparent;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing{
    border: 2px solid red;
    color: red;
    margin-left: 0;
}

.discover-why .fa-caret-right{
    margin-left: 10px;
}
.discover-why{
    padding: 12px 20px 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    background: #edebeb;
    letter-spacing: 1px;
}
ul{
   
    line-height: 30px;
}

form{
    max-width: 800px;
}

.slick-prev, .slick-next { 
    width: auto !important; 
    height: auto !important;
}
.slick-next {
    right: -25px !important;
}
.normal-pad {
    padding: 7rem 0;
}

.top-pad {
    padding-top: 2rem;
}
.top-pad2 {
    padding-top: 7rem;
}
.top4-pad {
    padding-top: 4rem;
}
.lb-gray-bg{
    background: #f5f5f5;
}
.gray-bg {
    background: #f9f9f9;
}

.gray-bg2 {
    background: #eaeded;
}
.white-bg {
    background: #fefefe;
}

.mb-0{
    margin-bottom: 0!important;
}
.mt-34{
    margin-top: 34px;
}
.mt-45{
    margin-top: 45px;
}

.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.ml-20{
    margin-left: 20px;
}
.mr-20{
    margin-right: 20px;
}
.ml-50,
.mr-50{
    margin-left: 50px !important;
}
.ml-30,
.mr-30{
    margin-left: 30px !important;
}
.pt-0{
    padding-top: 0;
}
.pl-20 {
    padding-left: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-0{
    padding-bottom: 0;
}
.white-text {
    color: #fefefe;
}
.relative{
    position: relative;
}
.bl-0{
    border-left:0px solid;
}
.br-0{
    border-right:0px solid;
}

/* NAV   */
.menu-tab-box.sticky{
    top: 64px;
}
.sticky{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background: #fefefe;
    z-index: 11;
}
.nav{
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    /*padding-top: 20px;*/
    padding: 20px 0;
    z-index: 12;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3c3c3c;
    transition: all 0.3s ease-out;
}
.nav .menu {
    margin-right: 50px;
}
.nav .logo{
    margin-left: 50px;
    background: url("/wp-content/themes/basic-hunchfree/img/mht_mgmt_full_color_logo.png");
    background-size: 115px 58px;
    background-position: center;
    background-repeat: no-repeat;
}

.nav.active{
    background: #3c3c3c;
    position: fixed;
    transition: all 0.3s ease-in;
}

.nav.view-listing{
    top: 0;
    position: relative;
}
.nav.active ul li a {
    color: #fefefe;
}
.nav.contact-us .logo,
.nav.result .logo,
.nav.find-home .logo,
.nav.resident-resources .logo,
.nav.careers .logo,
.nav.active .logo,
.nav.about-us .logo,
.nav.covid-19-response .logo{
    background: url("/wp-content/themes/basic-hunchfree/img/mht_mgmt_white_logo.png");
    background-size: 115px 58px;
    background-position: center;
    background-repeat: no-repeat;
}
.menu-box{
    margin-top: 12px;
}
.nav .logo{
    width: 115px;
    height: 58px;
    /*margin-bottom: 10px;*/
}
.nav .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.nav a{
    text-decoration: none;
    color: inherit;
}
.nav .logo a img{
    z-index: 100;
}
.nav .menu a{
    position: relative;
}
.nav .menu a:before{
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2bbbf2;
  width: 50%;
  margin: 0 auto;

}
.nav .menu a:before {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav .menu a:after {
  opacity: 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav .menu a:hover:before, a:hover:after, a:focus:before, a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav .menu a:hover:before, a:focus:before {
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav .menu a:hover:after, a:focus:after {
  transition: opacity 0s 1s, -webkit-transform 0s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 1s;
  transition: transform 0s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 1s, -webkit-transform 0s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav .menu a.active:before{
    opacity: 1;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
}
.top-divider{
    height: 50px;
}
.dropdown.menu a{
    margin: 0 10px;
}
.sub-head{
    font-size: 1rem;
    line-height: 2.2rem;
    color: #3c3c3c;
    letter-spacing: 1px;
}

.tabs{
    border-top:0px solid;
}

.employee-form{
    margin-left: 20px;
    margin-right: 20px;
}
.tabs-title.is-active{
    border-left:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #fff; 
    border-top:7px solid #ebebeb;
    position: relative;
    top: 1px;
}
.tabs-content{
    border: 0px solid #e6e6e6;
}
.tabs-content ul{
    margin-top: 30px;
    margin-bottom: 20px;
}
.tabs-content h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.tabs-content ul a{
     display: inline-block;
     margin-right: 20px;
}
.tabs-title > a:hover{
    color: #3c3d41;
}
.tabs-title > a{
    color: #3c3d41;
    font-weight: bold;
}
.tabs-title:focus,
.tabs-title > a:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true']{
    
    background: transparent;
    color: #3c3d41;
   
}


.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    color: #fefefe;

}
.hero2{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 700px;
    color: #fefefe;
}
.hero .hero-bg-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    z-index: -1;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.home.hero h1{
    text-shadow: 1px 1px 0px rgba(254, 254, 254, 0.4),   
               0 2px 0px rgba(254, 254, 254, 0.4),
               1px 1px 0px rgba(254, 254, 254, 0.4),
               2px 0px 0px rgba(254, 254, 254, 0.4);
}


.hero h1{
    padding-top: 9rem;
    padding-left: 50px; 
    padding-right: 50px;
}
.hero .hero-sub-title{
    margin-bottom: 50px;
    padding-left: 50px; 
}
.hero form{
    padding-left: 50px; 
    padding-right: 0.9375rem;
}
.hero{

}

.home-details-subtitle{
    font-size: 21px;
    margin-bottom: 50px;
}


/* MENU BTN page */
#menu_btn{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    display: none;
    z-index: 99;
}

#menu_btn.gray .menu-bar span,
#menu_btn.gray .menu-bar span:before,
#menu_btn.gray .menu-bar span:after{
    background: #3c3c3c;
}
#menu_btn.gray.career .menu-bar span,
#menu_btn.gray.career .menu-bar span:before,
#menu_btn.gray.career .menu-bar span:after{
    background: #fefefe;
}
#menu_btn.gray.career.open .menu-bar span{
    background: transparent;
}
#menu_btn.gray.open .menu-bar span:before,
#menu_btn.gray.open .menu-bar span:after{
    background: #fefefe;
}

#menu_btn .menu-bar{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#menu_btn .menu-bar span{
    position: absolute;
    top: 50%;
    left: 3px;
    display: block;
    width: calc(100% - 6px);
    height: 4px;
    margin-top: -2px;
    background-color: #fefefe;
    font-size: 0px;;
}
#menu_btn .menu-bar span:before,
#menu_btn .menu-bar span:after{
    position: absolute;
    left: 0;
    width:  100%;
    height: 100%;
    background: #fefefe;
    content: '';
    transition: transform 0.3s;
}
#menu_btn.open .menu-bar span{
    background: transparent;
}
#menu_btn.open .menu-bar span:before{
    transform: translateY(0) rotate(45deg);
}
#menu_btn .menu-bar span:before{
    transform: translateY(-250%);
}
#menu_btn.open .menu-bar span:after{
    transform: translateY(0) rotate(-45deg);
}
#menu_btn .menu-bar span:after{
    transform: translateY(250%);
}
/* Home page */
.work-with-us .shift-left-box{
    z-index: 2;
}
.work-with-us .shift-left{
    background: #fefefe;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -120px;
    padding: 20px 60px;    
}
.shift-right{
    background: #fefefe;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: -120px;
    padding: 20px 60px;
}
.work-with-us .bg-img,
.current-resident .bg-img{
    height: auto;
}
.work-with-us .bg-img{
    z-index: 1;
    
}
/* Home FORM */
textarea,
select,
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='text']{
    border: 1px solid #3c3c3c;
    height: 3rem;    
}

select.fhero[name=baths],
select.fhero[name=price]{
    border-left: 0px solid;
}
select.fhero:focus,
.hero input:focus{
    box-shadow: none;
}
select.fhero{
    background-image: url(https://use.fontawesome.com/releases/v5.0.12/svgs/solid/angle-down.svg); 
    background-size: 15px 23px;
    height: 3rem;
}
select.fhero:focus{
    outline: none;
}
select.fhero option{
    color: #3c3c3c;
    border-radius:15px;
    padding: 20px;
    border: 1px solid #222;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3c3c3c;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3c3c3c;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #3c3c3c;
}

.hero .fa-search{
    margin-right: 10px;
}

.hero .button{
    background: #2bbbf2;    
}

.about-section p{
    margin-left: 15px;
    margin-right: 15px;
}
/*  HOME > let-us-help  */
.let-us-help{    
    position: relative;
    z-index: 1;
}
.let-us-help:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.let-us-help .full{

    padding: 100px 20px;
}
.let-us-help h2{
    color: #fefefe;
    text-transform: uppercase;
    font-size: 50px;
}
.let-us-help .discover-why-box{
    margin-top: 55px;
}
.let-us-help p{
    color: #fefefe;
    
}

.core-list li{
    line-height: 1.7rem;
    margin-bottom:15px;
}

.degree-label-box{
    position: relative;
}
.degree-label {
    position: relative;
    transform: rotate(-90deg);
    top: -28px;
    right: 0px;
    width: 250px;
    color: #333333;
}
.degree-label span{
    display: inline-block;
    width: 80px;
    background: #333333;
    height: 2px;
    margin-left: 10px;
    margin-bottom: 3px;
}
.degree-label.left {
    z-index: 0;
}
.degree-label.right {
    left: 85%;
    top: 97px;
    width: 259px;
    z-index: 3;
}

/* Career   */
.nav.contact-us ul li a,
.nav.result ul li a,
.nav.find-home ul li a,
.nav.resident-resources ul li a,
.nav.careers ul li a,
.nav.about-us ul li a,
.nav.covid-19-response ul li a {
    color: #fefefe;
}
.nav.careers .logo img,
.nav.about-us .logo img,
.nav.covid-19-response .logo img {
    background: #fefefe;
    border: 5px solid #fff;
}
.career.hero{
    z-index: 0;
    height: 40vh;
}
.career.hero.half:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
.career.hero h1{
    color: #fefefe;
    margin-bottom: 20px;    
}
.career.hero.half p{
    color: #fefefe;
    max-width: 650px;
    margin-left: 62px;
    font-size: 1rem;
}
.career .benefit li small{
    position: relative;
    top:-15px;
}

.career-opt-img-box img{
    display: block;
    max-width: none;
    width: 100%;
}
.career-opt-img-box{
   
    max-height: 300px;
    overflow: hidden;
}
.about-career h2{
    font-size: 25px;
}
.about-career h3{
    margin-top: 8px;
}

.about-career .career-content p:first-child{
    margin-top: 50px;
}

.about-career p:last-child{
    margin-bottom: 40px;
}
.about-pl{
    padding-left: 20px;
}
.about-pr{
    padding-right: 20px;
}
.benefit li{
    color: #3c3c3c;
    line-height: 2.2rem;
    font-size: 1rem;
    font-family: "Open Sans", Arial, sans-serif;
}
.current-openings{
    margin-bottom: 7rem;
}
.current-openings table{
    margin-bottom: 3rem;
}

.current-openings table thead,
.current-openings table tbody, 
.current-openings table tfoot{
   border: 0px solid #f1f1f1;
}

.current-openings table thead{
    background: transparent;
}
.current-openings table thead tr{
    border-bottom: 1px solid #222;
}
.current-openings table thead th{
    background: transparent;
    font-weight: normal;
    color: #3c3c3c;
    text-transform: uppercase;
}

.current-openings table tbody td{
    color: #000;
}
.current-openings table tbody td a{
    font-weight: 600;
}
/*  Resident Resources  */
.hero.half:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.hero.half.city:before{
    content: none;
}

.hero.half h1{
    margin-top: 13vh;
    margin-bottom: 16px;
}
.hero.half p {
    font-size: 26px;
    font-weight: 500;
    margin: 0 15px;
}
.hero.half{
    height: 65vh;
    z-index: 0;
}
.resident-resources button{
    margin-top: -1px;
}
#search-box{
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}
#search-box .fa-search{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: #2bbbf2;
}
.resident-rform-label{
    position: absolute;
    left: 141px;
    top: 30px;
}
.resource-links a{ 
    display: block;
    margin: 5px 0; 

}
.building-name{
    margin-top: 50px;
}
#search-box input.input-field{
   padding-top: 20px;
   padding-bottom: 20px;
   margin-bottom: 0;
   display: block;
   width: 100%; 
}


#result-container p{
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;

}
#result-container p:hover{
    background: rgba(0,0,0,0.3);
    color: #fefefe;
}
#result-container{
    position: absolute;
    top: 100%;
    left: 0;    
    background: #fefefe;
    width: 100%;
    display: none;
    box-shadow: 0px 0px 1px #333;
    z-index: 1;
    overflow-y: auto;
    max-height: 300px;
}
#result-container.active{
    display: block;
}

.rr-form{    
    display: none; 
    transition: all 0.3s linear;
}

.rr-form.active{    
    display: block;
}

.remove-attach{
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}
.job-details h5{
    color: #3c3c3c ;
}
h1.job-title{
    padding-top: 160px;
    padding-bottom: 60px;
}
.job-content h3{
    margin-bottom: 16px;
}
.job-details-content{
    margin-bottom: 110px;
}
.job-content h3 {
    margin-top: 55px;
    margin-bottom: 16px;
}
.attach-btn{
    width: 100%;
    max-width: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #141414;
    color: #fefefe;
    opacity: 0.8;
}
.attach-btn:hover{
    opacity: 1;
    background: #141414;
}
input[type=submit].button {
    padding: 16px 30px;
    margin-top: 0px;
}
.job-details-content{
    display: none;
}
.social-media-links a{
    font-size: 25px;
    color: #3e3e3e;
    display: inline-block;
    margin-right: 15px;

}
.community-resources{
    margin-bottom: 150px;
}
.resident-resources-page{
    position: relative;
}
.loader-box{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: 46px;  
    z-index:1;
    display: none;
}
#loader_stage {
 
}
#loader_stage #loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 5px solid #ddd;
  border-radius: 50%;
}

#loader_stage #loader:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: -5px;
  top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2bbbf2 transparent transparent transparent;
  border-radius: 50%;
  animation: spinner .4s linear infinite;
}

.employee-portal .button svg{
    font-size: 25px;
}

.employee-portal .button{
    padding: 5px 15px;
    height: 48px;
    color: #fff;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader-box .fa-spinner{
    color: #2bbbf2;
    font-size: 40px;
}
/* Find Your Home   */
.find-home input{
    border: 1px solid #ccc;
}
.find-home input[name="location"]{
    height: 4.1rem;
}
.baths,
.beds{
    margin-left: 0;
}
.price-range{
    display: block;
    height: 1px;
    width: 40%;
    margin: 1.4em auto;
    background:#0a0a0a;
}
.baths label,
.beds label{
    display: inline-block;
    position: relative;
    padding: 25px 25px;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: -1px !important;
    background-color: transparent;
}
.baths label input,
.beds label input{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    margin:0;
    z-index: 1;
    cursor: pointer;
}


.chk-btn{    
    position: relative;    
    cursor: pointer;
    position: relative;
}
.amenity-box {
    position: relative;
    margin-bottom: 30px;
    margin-right: 20px;
    display: block;
    cursor: pointer;
}
.amenity-icon{
    width: auto !important;
    height: 25px;
    max-width: 30px;
    z-index: 2;
    position: relative;
    vertical-align: bottom;
   
}
.amenity-box .amenity-icon{
     margin: 10px;
}

.amenity-box .checkmark{
    line-height: 3.2rem;
}
.amenity-box input{
    position: relative;
    visibility: hidden;
    position: absolute;
}
.chk-btn .checkmark{
    position: relative;
    z-index: 1;
    color: #0a0a0a;
    word-wrap: break-word;
}
.chk-btn .bg-input{    
    background: #fefefe;    
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.chk-btn input:checked ~ .amenity-icon .ld-cls-2,
.chk-btn input:checked ~ .amenity-icon .ld-cls-3,
.chk-btn input:checked ~ .amenity-icon .ld-cls-4 {
    stroke: #fefefe; 
    fill: none;
}
.chk-btn input:checked ~ .amenity-icon .ld-cls-1 {
    fill: #fefefe; 
}

.chk-btn input:checked ~ .amenity-icon.fill *{
    fill: #fefefe;    
    stroke: transparent;
}
.chk-btn input:checked ~ .amenity-icon.stroke text{
    fill: #fefefe;
}
.chk-btn input:checked ~ .amenity-icon.stroke *{
    stroke: #fefefe;    
    fill: transparent;
}
.chk-btn input:checked ~ .amenity-icon *{
    stroke: #fefefe;
    color:  #fefefe;   
} 

.chk-btn input:checked ~ .checkmark{     
    color: #fefefe;
}
.chk-btn input:checked ~ .bg-input{
    background: #1b84c3;
}
.p-type {
    position: relative;
    margin-bottom: 25px;
    cursor: pointer
}
.p-type input{
    position: absolute;
    visibility: hidden;
}
.p-type .chk-mrk{
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-right: 5px;
    color: #fefefe;
    border: 1px solid #ccc;
    cursor: pointer;
}
.p-type .chk-mrk:hover {
    background-color: #eee;
}
.p-type .txtlabel{
    position: relative;
    top: -6px;
}
.p-type input:checked ~ .chk-mrk{
    color: #1b84c3;
}
.property .card-details .head .units{
    position: relative;
    top: 7px;
}
.property .card-details .head,
.property .card-details .body{
   padding: 15px 20px;    
   padding-bottom: 7px;    
}
.property .card-details .body p.h4{
    font-weight: normal;
}

.property.overview h5{
    text-transform: capitalize;
}

.property .card{
    border: 0px solid #ddd;
    margin-bottom: 100px;
}
.community-features-icons{

}
.community-features-icons .icon{
    display: inline-block;
    margin:10px 20px 40px 0px;
    font-size: 25px;
}
.result .orbit-controls span{
    color: #fefefe;
    opacity: 0.6;
    cursor: pointer;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus{
    background-color: transparent;
    opacity: 1!important; 
}
.orbit-controls span{
    color: #fefefe;
}
.result.filter .content{
    padding-left: 20px;
}
.result.filter{
    display: none;
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fefefe;
    z-index: 11;
    padding-bottom: 60px;
}
.result.filter.active{
    display: block;
}


/* Footer   */
.footer {
    background: #3c3c3c;
    color: #fefefe;
    padding: 3rem 0 1.5rem 0;
    font-size: 16px;
    line-height: 16px;
}
.footer .footer-content{
    line-height: 16px;
    font-size: 12px;
}

.footer h5 {   
    text-transform: uppercase;
    font-family: "Open Sans",Arial, sans-serif;
    font-size: 16px;  
    font-weight: 600;
    letter-spacing: 2px;
}
.footer .copy-right{
    font-size: 12px;
    line-height: 20px;
    color: #f9f9f9;
}

.footer a{
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}

.footer a:hover {
    border-bottom: 1px solid #2bbbf2;
}

.footer .footer-logo {
    width: 100%;
    max-width: 40px; 
    float: right;
    padding: 5px;
}
.footer .footer-logo2{
    font-size: 43px;
    color: #f9f9f9;
}


.footer p {
   
    font-size: 14px;
    line-height: 16px;
    color: #fefefe;
}

.footer p.contact {
    line-height: 22px;
}
.footer .powered-by img{
    display: block;
    width: 100%;
    max-width: 166px;
}
.footer .powered-by a:hover{
    border-bottom: 1px solid transparent;
}


@media screen and (max-width: 372px) {
    h1{
        font-size: 25px ;
        padding-top: 6rem !important;
    }
    .nav.gray.active .logo,
    .nav .logo{
        background: url("/wp-content/themes/basic-hunchfree/img/mht_mgmt_white_logo.png");
        background-size: 115px 58px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .nav.gray .logo{
        background: url("/wp-content/themes/basic-hunchfree/img/mht_mgmt_full_color_logo.png");
        background-size: 115px 58px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .g-recaptcha{
        margin: 0 auto;
    }   
}

@media screen and (min-width: 373px) and (max-width: 468px)  {
    h1{
        font-size: 30px ;
        padding-top: 6rem ;
    }

    .nav.gray .logo{
        background: url("/wp-content/themes/basic-hunchfree/img/mht_mgmt_full_color_logo.png");
        background-size: 115px 58px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .nav .logo,
    .nav.gray.active .logo{
        background: url("/wp-content/themes/basic-hunchfree/img/mht_mgmt_white_logo.png");
        background-size: 115px 58px;
        background-position: center;
        background-repeat: no-repeat;
    }
}   
@media screen and (max-width: 838px) {
    h1{
        padding-top: 9rem;
    }
    
    h1.overview-title{
        font-size: 30px !important;
        padding-top: 0 !important;
    }

    input[type=submit].button,
    .cta{
        padding: 10px 30px;
    }
    .about-career p{
        margin-left: 15px;
        margin-right: 15px;
    }
    .margin-box {
        margin-right: 0.625rem;
        margin-left: 0.625rem;
    }
    .mt-50{
        margin-top: 0px;
    }
    h1.city-title{
        padding-top: 2rem;
    }
    .top-pad2.single-city{
        padding-top: 5rem;
    }
    #search-bar .pl-20{
        margin-bottom: 0rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .property.overview h5{
        line-height: 2.0;
    }
    .job-content li{
        text-align: left;
    }
    .about-pl{
        padding-left: 0;
    }
    .about-pr{
        padding-right: 0;
    }
}

@media screen and (max-width: 838px) {
    .menu-tab a{
        font-size: 15px;
    }
}

@media screen and (min-width: 469px) and (max-width: 1024px) {
     h1{
        font-size: 40px;
    }
    .nav.gray.active .logo,
    .nav .logo{
        background: url("/wp-content/themes/basic-hunchfree/img/mht_mgmt_white_logo.png");
        background-size: 115px 58px;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .nav.gray .logo{
        background: url("/wp-content/themes/basic-hunchfree/img/mht_mgmt_full_color_logo.png");
        background-size: 115px 58px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .home.hero h1{
        text-shadow: none;
    }
}
@media screen and (max-width: 828px) and (orientation:landscape) {
    .hero{
        height: auto;
    }
}
@media screen and (max-width: 638px) {
     .work-with-us .shift-left{
       margin-top: 0px; 
       margin-bottom: 0px; 
        margin-left: auto;
        padding: 0px 20px;
        text-align:center;
    }
    .h2-mobile{
        font-size: 20px;
        line-height: 2rem;
    }
    .logout{
        font-size: 15px;
    }
    .logout-link{
        display: block;
    }
    .top4-pad{
        padding-top: 0rem;
    }  
    .overview h1{
        padding-top: 2rem !important;
    }
    .overview{
        margin-top: 0 !important;
    }
    .orbit-image.img_wd{
        max-width: unset;
    }
   
    .shift-right{
        margin-top: 0px; 
        margin-bottom: 0px; 
        margin-right: auto;
        padding: 0px 20px;
        text-align: center;
    }
    .career.hero p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .career.hero h1{
        margin-top: 0;
    }
    .about-section p{
        text-align: center;
    }
    .work-with-us{
        padding-top: 6rem !important;
    }
    .current-resident .bg-img,
    .work-with-us .bg-img{
        margin-bottom: 15px;
    }
    .cta{
        margin-top: 25px;
    }
    .beds label{
        padding: 20px;
    }
    .result.filter .content{
        padding-right: 20px;
    }
    .amenity-box{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .footer .footer-logo2{
        vertical-align: -.4em;
    }
    .footer .footer-logo{
        float: none;
    }
    .footer .footer-content{
        margin-right: auto;
    }
    .tabs-content ul a{
        margin-right: auto;
    }

   
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll !important;
    }
}

@media screen and (max-width: 1024px) and (orientation:landscape) {
    h1.home-page-title{
        padding-top: 9rem !important;
    }
}

@media screen and (max-width: 1024px) {

    .nav .menu {
        padding-right: 0px; 
    }
    .home.hero h1{
        text-shadow: none;
    }
    #wpadminbar{
        position: absolute;
    }
    .top-divider{
        height: 0;
    }
    .career.hero p{
        margin: auto;
    }

    .career.hero.half p{
        margin-left: auto;
    }

    .ml-30,
    .mr-30,
    .ml-50,
    .mr-50{
        margin: 20px !important;
        margin-top: 0 !important
    }
    .hero{        
        z-index: 1;
        min-height: 500px;
    }
    .hero .hero-bg-img{
        width: 100%;
    }
    .hero .hero-bg-img:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: -1;
    }
    .hero h1{
        
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .hero h1,
    .hero .hero-sub-title{
        color: #fefefe;
    }
    .hero  form{
        padding: 20px;
        max-width: 600px;
        width: 100%;
        display: block; 
        margin: 0 auto;
    }
     .hero .button{
        margin-top: 1px;
        margin-bottom: 1px;

    }
   
    .hero p{
        text-align: center;
    }
    .bg-img{
        height: 100%;
        min-height: 300px;  
    }
    .normal-pad{
        padding: 2rem 0;
    }
    .let-us-help h2{
        font-size: 20px;
    }
    .degree-label-box{
        display: none;
    }

    .nav .logo{
        margin-top: 10px;
        margin-left: 20px
    }
    .hero.home .hero-sub-title{
            padding-left: 0px;
    }
    .nav.view-listing,
    .nav{           
        padding-top: 0;
        position: fixed;
        top: 0px;
        padding-bottom: 10px;
    }
    .menu-box{
        margin-top: 0px;
    }
    .menu-box.open{
        display: block;
    }
   
    .menu-box{
        display: none;
        position: fixed;
        top: 0px;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(34,34,34,1);
        padding-top:  6rem;
        overflow: hidden;
    } 
    .menu-box ul.menu{
        margin-right: 0px;
        display: block;
        overflow: auto;
        height: 100%;
    }  
    .menu-box .menu li{
        display: block;
        text-align: center;
        padding: 0 0 1.5rem;
    }
    
    .nav ul li a{
        display: inline;
        color: #fefefe;
        font-size: 20px;
    }
    #menu_btn{
        display: block;
    }
    .amenity-box:nth-child(even){
        margin-right: 0;
    }
    .employee-wrapper.top-pad2{
        padding-top: 0rem;
    }
    .tabs-title h2{
        margin-bottom: 0;
    }
    .tabs-title a h2{
        font-size: 25px;
    }
    .tabs-title{
        display: block;
        width: 100%;
    }
    .accordion-item.ml-20,
    .tabs-title.ml-20{
        margin-left: 0 !important;
    }

}

@media screen and (min-width: 839px) and (max-width: 1024px) {
    .career.hero h1{
        margin-top: 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1190px) {
    h1{
        font-size: 50px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .nav li{
        font-size: 12px;
    }
}

@media screen and (min-width: 639px) and (max-width: 1250px) {
     .about-career p{
        margin-left: 20px;       
    }
    .about-career h2{
        margin-left: 20px; 
    }
}
@media screen and (min-width: 1301px) and (max-width: 1512px) {    
    .dropdown.menu a{
        font-size: 14px;
        padding: 0.7rem 0.9rem;
        margin: 0 5px;
    }
}

@media screen and (min-width: 1175px) and (max-width: 1300px) { 
    .dropdown.menu a{
        font-size: 12px;
        padding: 0.7rem 0.9rem;
        margin: 0 5px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1174px) { 
    .dropdown.menu a{
        font-size: 9px;
        padding: 0.7rem 0.9rem;
        margin: 0 5px;
    }
}


li {
    font-size: inherit;
    line-height: 2.2rem;
    font-family: "Open Sans", Arial, sans-serif;
}

.footer ul li {
    line-height: 22px;
    margin-bottom: 4px;
}

textarea::-webkit-input-placeholder {
    color: #3c3c3c;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #3c3c3c;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #3c3c3c;  
}

textarea:-ms-input-placeholder {
    color: #3c3c3c;  
}

label.apply {
    font-size: 1rem;
}

.listing-gallery {
    height: 350px;
    max-height: 350px;
    min-height: 350px;
}

.listing-title {
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.advanced-search-button {
    line-height: 35.2px;
    color: #2bbbf2;
    border: 1px solid #2bbbf2;
    padding: 10px 60px;
    display: inline-block;
    background: #fefefe;
    margin: 53px 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    cursor: pointer;
    font-size: 1rem;
    transition: all .2s ease-in;
}

.advanced-search-button:hover {
    background-color: #2bbbf2;
    color: white;
}

.single-listing-gallery {
    height: 450px !important;
    width: auto !important;
}

.single-listing-gallery .orbit-image {
    height: 450px;
    object-fit: cover;
}

.single-listing-menu a {
    margin-right: 20px;
}

.overview {
    margin-top: 60px;
}
.property.overview svg{
    /*width: 25px;*/
    height: 25px;
    max-width: 30px;
    font-size: 25px;
    color: #0a0a0a;
}

.unit-title span {
    font-weight: bold;
    margin-right: 10px;
}

.text-muted {
    color: #999999;
}

.map {
    min-height: 550px;
    height: 100%;
}
#infow {
    width: 250px;
}

#infow .body .img-wall{
    display: block;
    width: 100%;
    height: 150px;
}
#infow .body h2{
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
#infow .body div{
    margin-bottom: 7px;
}

.lr-padding {
    padding: 0 20px;
}

.no-search-results {
    text-align: center;
    padding-bottom: 50px;
}

#resources-content {
    padding-bottom: 7em;
}

.menu-tab-box{
    box-shadow: 0px 0px 1px #555;
    margin-top: -16px;
}
.menu-tab a.active{
    border-bottom: 1px solid #1778b8;
}
.menu-tab a{
    padding: 20px 30px 19px 30px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
}

#amenity-select-box.active{
    display: block;
}
#amenity-select-box{
    display: none;
    position: absolute;
    top:100%;
    background: #fff;
    z-index: 12;
    padding-bottom: 20px;
}
#amenity-select-box .p-type{
    margin: 20px 20px 0 20px;
    font-size: 0.7rem;
}

h1.overview-title {
    font-size: 52px;
    letter-spacing: 1px;
    word-wrap: break-word;
}

.less-gutter-spacing {
    max-width: 90rem;
}

.small-contact-info {
    padding-left: 30px;
}

.listing-sub-header {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top:50px;
}

.amenity-box .bg-input {
    border: 1px solid #ccc;
}

h1.home-page-title {
    padding-top: 15rem;
}

.slick-track .slick-image {
    margin: 0 3px;
    height: 500px;
}


#slick-image-feed {
    background-color: rgba(0, 0, 0, 0.2);
    max-height: 500px;
}

.view-listing-search-button {
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}
.orbit-slide{
    height: 100%;
}
.orbit-figure{
    height: 100%;
}
.orbit-image.img_ht{
    width: 100%;
    height: auto;
   min-height: 100%;
    display: block;
    margin: 0;
}
.orbit-image.img_wd{
    height: 100%;
    width: auto;
    min-width: 100%;
    display: block;
    margin: 0;
}
.orbit-previous,
.orbit-next{
    color: #fefefe;
}

.listing-modal {
    background: transparent;
    border: none;
}

.listing-modal .close-button {
    color: white;
}

.gallery360-image {
    position: relative;
    display: inline-block;
}
.gallery360-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #00000080 url("../img/360_overlay.png") no-repeat center center;
    background-size: 20%;
}

.youtube {
    position: relative;
    display: inline-block;
}
.youtube:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #00000080 url("../img/yt_icon_rgb.png") no-repeat center center;
    background-size: 15%;
}

@media only screen and (max-width: 960px) {
    .col-xs-12 {
        display: flex;
        bottom:0;
    }
}