@font-face {
  src: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/document/Gotham-Regular-19536_19563.otf);
  font-family: 'Gotham Regular';
}
@font-face {
  src: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/document/Gotham-Italic-19538_19564.otf);
  font-family: 'Gotham Italic';
}
@font-face {
  src: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/document/Gotham-Medium-19537_19565.otf);
  font-family: 'Gotham Medium';
}
@font-face {
  src: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/document/Gotham-Book-19539_19566.otf);
  font-family: 'Gotham Book';
}
@font-face {
  src: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/document/Gotham-Bold-19540_19567.otf);
  font-family: 'Gotham Bold';
}

html {
  scroll-behavior: smooth;
}
:root {
  --red: #B22B2E;
  --blue: #1E355E;
  --dark: #404041;
  --light-grey: #C4C6C8;
  --default-font: 'GothamPro';
  --bold-font: 'GothamPro';
  --medium-font: 'GothamPro';
  --italic-font: 'GothamPro';
  --regular-font: 'GothamPro';
}

#maintenance-contact-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#maintenance-contact-page:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 90vh;
  background: var(--light-grey);
  border-bottom-right-radius: 60px;
}
#maintenance-contact-page  .maintenance-container {
  position: relative;
  z-index: 1;
}
#maintenance-contact-page .address-contact-placeholder {
  max-width: initial;
  width: initial;
  min-width: initial;
  object-fit: initial;
  height: initial;
}
#maintenance-contact-page .lead-form .btn-default {
  background: var(--red);
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 8px 15px;
  text-transform: uppercase;
  display: block;
  max-width: 250px;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
#maintenance-contact-page .lead-form .btn-default:hover {
  background: var(--blue);
}

#maintenance-contact-page label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
#maintenance-contact-page input.form-control {
  margin-bottom: 20px;
  border-radius: 0;
}
#maintenance-contact-page textarea {
  border-radius: 0;
  margin-bottom: 20px;
} 

.realtor_heading_title {
   display: none; 
}
.navbar.navbar-default.navbar-static-top {
  background: none;
}
.header-contact {
  display: none;
}
body {
  font-family: var(--default-font);
}
#home-custom-banner {
  background: var(--light-grey);
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}
#home-custom-banner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: var(--blue);
  width: 35%;
  border-bottom-right-radius: 25px;
}
#home-custom-banner .container {
  position: relative;
  z-index: 1;
}
.banner-rounded-corners {
    border-radius: 20px;
    background: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/image/banner-optimized-photo_19542.png);
    background-size: cover;
    background-position: center center;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 555px;
    position: relative;
    margin-top: 45px;
}
.banner-rounded-corners:after {
  content: '';
  background: rgba(64,64,65, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}
.banner-rounded-corners .banner-inner-wrapper {
  position: relative;
  z-index: 1;
}
.banner-rounded-corners h1 {
  font-family: var(--bold-font);
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.banner-rounded-corners p {
  font-size: 22px;
  line-height: 1.2em;
}

#main-navbar .nav li a {
    font-family: var(--default-font);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    text-shadow: none;
}
#main-navbar .navbar-nav > li a {
  position: relative;
  padding: 20px 30px;
}
#main-navbar .navbar-nav > li > a:after {
  content: '.';
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 24px;
  font-family: var(--bold-font);
  font-weight: 700;
 
}
#main-navbar .navbar-nav > li:last-child a:after {
  display: none;
}

[data-widget-type=search_board_listings] {
    background: var(--light-grey);
}
body.home [data-widget-type=search_board_listings] > .container {
  padding: 90px 0;
}

.grid-search .row:nth-child(2) .col-md-2 {
  float: none;
  width: initial;
}
.grid-search .row:nth-child(2):after, .grid-search .row:nth-child(2):before {
  display: none;
}
.grid-search .row:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0;
}
.wrap-all {
  display:grid;
  width: 100%;
  float: none;
  grid-template-columns: 1fr 150px;
  grid-gap: 20px;
}
.search-button-custom input.submit-btn {
  min-height: 100%;
  text-align: center;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--bold-font);
  border-radius: 0;
}
.wrap-all .form-control {
  border-radius: 0;
  border: 1px solid var(--dark);
  background: transparent;
  color: var(--dark);
  height: 60px;
  text-indent: 20px;
}
.wrap-all .form-control::placeholder {
  color: var(--dark);
  font-size: 14px;
  font-family: var(--default-font);
}
.wrap-all .btn-group button {
  border-radius: 0;
  border: 1px solid var(--dark);
  color: var(--dark);
  background: transparent;
  text-shadow: none;
  font-family: var(--default-font);
  height: 60px;
  text-indent: 20px;
} 
div[data-widget-type="search_board_listings"] .sidebar-title {
  text-align: left;
  color: var(--dark);
  font-size: 24px;
  font-family: var(--bold-font);
}
#welcome-home {
  padding: 80px 0px;
}
#welcome-home .container {
  text-align: center;
}
#welcome-home .container img {
  display: block;
  margin: auto;
  max-width: initial;
  width: initial;
}
.flex-welcome-home {
  display: grid;
  grid-template-columns: 340px 1fr;
  align-items: center;
  margin-top: 50px;
}
.flex-welcome-home p {
  color: var(--dark);
  font-family: var(--default-font);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

body.has_navigation.has_banner[data-page-name="contact_us"] header {
  z-index: 9999999;
  background: rgba(0,0,0,0.2);
}
.logo-wrap {
  padding-bottom: 0;
}


#home-cta-container .lg-cta-section strong{
  color: #fff;
  background: #99CBE7;
  font-size: 30px;
  display: block;
  text-align: center;
  line-height: 1.2em;
  font-weight: 600;
  font-family: var(--medium-font);
  text-transform: uppercase;
  padding: 25px;
  border: 25px solid #007DC3;
  transition: all 0.5s ease;
}
#home-cta-container .lg-cta-section {
  margin: 40px -15px;
}

#home-cta-container .lg-cta-section a:hover {
  text-decoration: none;
}
#home-cta-container .lg-cta-section a:hover strong {
  background: var(--blue)
}


#footer-area-custom .footer-grid-area .first-footer-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-grid-area .first-footer-section .right {
  text-align: right;
}
.footer-grid-area .first-footer-section .right img {
  margin-left: auto;
}
.follow-us-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 60px 0;
}
.follow-us-section h5 {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  font-family: var(--bold-font);
  color: #404041;
}
.follow-us-section ul {
  display: flex;
  gap: 10px;
}
#back-to-top {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: var(--bold-font);
  background: var(--red);
  max-width: 250px;
  padding: 20px;
  margin-left: auto;
  margin-top: 50px;
  text-align: center;
}

.second-footer-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.second-footer-section ul {
  display: flex;
  gap: 10px;
}
.second-footer-section ul li, .second-footer-section ul li a {
  color: var(--dark);
  font-size: 15px;
}
.second-footer-section ul:last-child {
  text-align: right;
  justify-content: right;
}
footer, .uber-footer {
  display: none;
}
#footer-area-custom {
  padding-bottom: 80px;
  padding-top: 80px;

  margin: auto;
  position: relative;
}
.container.footer_text {
  background: var(--light-grey);
  width: 100%;
  padding: 0;
}

#footer-area-custom:before {
  content: '';
  background: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/image/RTA-Office-Fading-Image-1-1-1_19552.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 238px;
  background-size: cover;
  background-position: bottom;
}

#footer-area-custom .footer-grid-area .first-footer-section,.second-footer-section {
  max-width: 1170px;
  margin: auto;
  position: relative;
  z-index: 1;
}
#home-cta-container {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/image/RTA-Office-Fading-Image-1-1-1_19552.png);
  padding-bottom: 469px;
  background-size: cover;
  background-position: top center;
}
.navbar-nav .sub-arrow{
  display: none;
}

@media screen and (max-width: 1200px) {
  #home-cta-container .lg-cta-section strong {
    font-size: 23px;
    padding: 15px;
    border: 15px solid #007DC3 
  }
  #footer-area-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer-area-custom .footer-grid-area .first-footer-section, .second-footer-section {
    max-width: 970px;
  }
}

@media screen and (max-width: 992px) {
  #welcome-home .container img {
    max-width: 100%;
  }
  .grid-search .row:nth-child(2), .wrap-all, .flex-welcome-home {
    grid-template-columns: repeat(1, 1fr);
  }
  #home-cta-container img {
    display: block;
    margin: auto auto 20px;
  }
  #home-cta-container .lg-cta-section strong {
    margin-bottom: 20px;
  }
  #footer-area-custom:before {
    display: none;
  }
  #home-cta-container {
    padding-bottom: 80px;
  }
  #main-navbar .navbar-nav > li a {
    padding: 20px 10px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #footer-area-custom .footer-grid-area .first-footer-section, .second-footer-section {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    justify-content: center;
    justify-items: center;
  }
  #back-to-top {
    margin-right: auto;
    margin-bottom: 40px;
  }
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.8);
  }
}

.nav_menu.dropdown-menu.sm-nowrap {
  background: rgba(255, 255, 255, 0.8);
}

body:not(.home) .navbar.navbar-default.navbar-static-top {
  background: var(--gray);
}
body:not(.home) #main-navbar .nav li a {
  color: #fff;
}
body:not(.home) #main-navbar .nav li .dropdown-menu {
  background: var(--gray)
}
body:not(.home), body:not(.home) a, body:not(.home) h1, body:not(.home) h2, body:not(.home) h3, body:not(.home) h4, body:not(.home) h5, body:not(.home) h6, body:not(.home) p, body:not(.home) span, body:not(.home) small, body:not(.home) strong, body:not(.home) b, body:not(.home) table {
  font-family: var(--default-font) !important;
}
.container.bc-wrapper {
  display: none;
}
#maintenance-contact-page {
  position: initial;
  background: none;
  display: initial;
display: none;
}
body.contact_us [data-widget-content] {
  max-width: 1170px;
  margin: auto;
  width: 100%;
  padding: 0;
}
body.has_navigation.has_banner[data-page-name="contact_us"] header {
  position: relative;
}
body.contact_us  label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
body.contact_us  input.form-control {
  margin-bottom: 20px;
  border-radius: 0;  
}
body.contact_us  .lead-form .btn-default {
    background: var(--red);
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 8px 15px;
    text-transform: uppercase;
    display: block;
    max-width: 250px;
    width: 100%;
    transition: all 0.5s ease-in-out;
  margin-top: 20px;
  margin-left: 15px;
}
#contact-page-banner {
  padding: 60px 0;
}
#contact-page-banner .img-responsive {
  min-width: initial;
  width: initial;
  height: initial;
  display: block;
  margin: auto auto 20px;
}


#home-cta-container {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/image/footer-bg-1_19555.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
#footer-area-custom:before {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/cl5337/content/image/footer-bg-2_19556.png) no-repeat;
  background-size: cover;
background-position: center center;
}

.button-linked-to-search a {
  color: #fff;
    background: #99CBE7;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 1.2em;
    font-weight: 600;
    font-family: var(--medium-font);
    text-transform: uppercase;
    padding: 15px;
    border: 15px solid #007DC3;
    transition: all 0.5s ease;
    margin-top: 60px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.button-linked-to-search a:hover {
  background: var(--blue);
  text-decoration: none;
}

.IDX-qsFieldWrap {
  display: grid;
}
.IDX-qsFieldWrap select, .IDX-qsFieldWrap input {
  height: 40px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
}
.IDX-qsFieldWrap label {
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0;
  text-transform: uppercase;
}
.IDX-qsFieldWrap input[type="submit"] {
  margin-top: 50px;
  background: #1E355E;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

body.home .navbar-nav>li>.dropdown-menu, body.home .navbar-nav>li>.dropdown-menu li > .dropdown-menu {
  background: var(--gray);
}
#home-cta-container .col-md-4 a img {
  display: block;
  margin: auto;
  width: 100%;
}
body {
  font-family: GothamPro; 
}
.banner-rounded-corners h1
{
    font-family: GothamPro;  
  font-weight: 700;
}
body.home .breadcrumb.lbcrumb {
  display: none;
}
.breadcrumb li a{
  color: var(--dark);
}
#staff-admin-container img {
  max-width: 700px;
  margin: 40px auto;
}
.custom-grid-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.custom-grid-table .title {
  background: #f5f5f5;
  padding: 5px 0px;
}
.custom-grid-table .title h4 {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .custom-grid-table {
    grid-template-columns: repeat(1, 1fr);
  }
}


#IDX-resultsPagerTop{
  float: none;
  margin-bottom: 30px;
}
.IDX-perPageForm {
  float: right;
}
#page-content #IDX-resultsPagerTop ul {
  padding-left: 0;
}
#page-content #IDX-resultsPagerTop ul li a {
  color: var(--dark);
   font-size: 14px;
}
#IDX-resultsContainer {
  padding-top: 50px;
  font-family: GothamPro !important;
}
#IDX-resultsCountWrap {
  font-size: 14px;
  margin-bottom: 30px;
}
.IDX-psudolink {
  text-transform: uppercase;
}

#IDX-resultsContainer #IDX-resultsTopLinks  a {
  text-transform: uppercase;
  color: var(--text);
  background: #f5f5f5;
  padding: 10px;
}
#IDX-resultsRefineSearchWrap select, #IDX-resultsRefineSearchWrap input {
  font-size: 16px;
  border: 1px solid #f5f5f5
}
.IDX-perPageForm select {
  border: 1px solid #f5f5f5;
  border-radius: 0;
  font-size: 16px;
}
#IDX-resultsRefineSearchWrap input {
  padding: 10px;
  display: block;
  color: var(--dark);
  background: #f5f5f5;
  text-transform: uppercase;
}
#IDX-resultsPagerBottom {
  display: none;
}