body,
html {
    font-size: 12px
}

.header {
    position: relative;
    background-color: white;
}

.header .bg-light {
    background: white !important;
}

.header .dropdown-menu {
    left: -15px;
    right: -15px;
    margin: 0;
    border-radius: 0;
}

@media (min-width: 992px) {
    .header .dropdown-menu {
        top: 111%;
        left: unset;
        right: 0;
        width: 260px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 0.25rem;
        margin-top: 0.125rem;
    }
}

@media (min-width:992px) {
    .header .logo img {
        width: auto;
        max-height: 56px
    }
}

.hero-with-form .inner {
    padding: 10% 20px
}

.hero-with-form,
.hero-with-text {
    background-color: transparent;
    min-height: 40rem;
    align-items: center;
    display: flex
}


.hero-with-form .search-title {
    display: none;
}

@media screen and (min-width: 992px) {
    .home-hero {
        min-height: 90vh;
        align-items: flex-start;
    }

    .hero-with-form {
        display: flex;
    }

    .hero-with-form .search-title {
        display: block;
        font-size: 60px;
        text-transform: none;
        margin-bottom: 36px;
        font-family: 'DaxBold', sans-serif;
        color: var(--secondary, #003767);
        text-shadow: 2px 2px 4px white;
    }

    .hero-with-form .inner {
        display: flex;
        flex: 1;
        flex-direction: row;
        align-items: center;
    }
}

.hero-with-text .img-overlay {
    background: rgba(0, 0, 0, 0)
}

.hero-with-text h1 {
    font-size: 3rem;
    text-transform: lowercase;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(51, 51, 51, .85)
}

.image-block {
    width: 100%;
    padding: 1em 1em
}

.accordion h4 {
    font-size: 1.5rem
}
.main-content{
    flex-grow: 1;
}
.office-title {
    text-transform: lowercase !important
}

.team--people-list .staff-card .team-member .team-member__headshot-link {
    padding: 0;
    margin-bottom: 0
}

.team .team-member__btn {
    text-transform: lowercase !important;
    padding: 0
}

.staff-card .team-member__name {
    font-size: 1.8rem !important;
    margin-bottom: auto !important;
    line-height: 2.95rem !important;
    font-weight: 500 !important
}

.staff-card .team-member__position {
    text-transform: lowercase !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    color: inherit !important
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-size: 1.2rem
}

.team a {
    font-weight: 400;
    font-size: 1.5rem
}

.team-member {
    text-transform: lowercase !important
}

.team-member__headshot {
    border-radius: 0 !important
}

p {
    line-height: 2.1rem;
    font-size: 1.4rem
}

h1 {
    font-size: 3rem;
    color: var(--primary);
    text-align: center;
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: lowercase;
    font-weight: 500
}

.nav-item .favourites {
    display: none
}

.bed-bath-car {
    margin-top: 0
}

.bed-bath-car .item {
    font-size: 1.3rem;
    color: var(--primary)
}

.bed-bath-car .item i,
.bed-bath-car .item svg,
.detail-header h3 {
    color: var(--primary)
}

a.nav-link {
    color: var(--secondary)
}

.online-auctions.content ul li::before {
    content: "" !important;
    display: none
}

.online-auctions .bidlogix-app.container,
.online-auctions .woa-app-header {
    width: 100% !important
}

.card.listing .card__image {
    overflow: hidden
}

.card.listing .address {
    text-transform: capitalize
}

.flag {
    text-transform: lowercase !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 2.4rem !important;
    line-height: 1.45rem;
    min-height: 45px
}

.card .tiny-slider .tns-nav {
    display: none
}

.card picture {
    max-height: 220px !important
}

.new-york .pagination.pagination-results .page-link {
    font-size: 1.25rem;
    padding: .7rem 1.1rem
}

.detail-header .address {
    color: var(--primary);
    margin-bottom: 1rem
}

.detail-header .price {
    text-transform: lowercase !important;
    color: var(--primary)
}

.detail-header .address span {
    font-weight: 500
}

.footer .align-items-center {
    text-align: center
}

.footer ul li {
    line-height: 3rem
}

.footer .link-list {
    margin-right: auto;
    border-top: 30px solid var(--primary);
}

.footer .link-list li {
    display: none;
}

/* overrides to display privacy policy link on about page */
.about-starr-partners-real-estate-real-estate .footer .link-list {
    border: 0;
    margin: 0;

    @media screen and (min-width:786px) {
        margin-right: auto;
    }
}

.about-starr-partners-real-estate-real-estate .footer .link-list li:nth-of-type(5) {
    display: inline-flex; 
}
/* @end overrides to display privacy policy link on about page */

@media screen and (min-width: 786px) {
    .footer .link-list {
        border-top: 0 solid var(--primary);
    }

    .footer .link-list li {
        display: inline-flex;
    }
}

.title {
    text-align: center;
    color: var(--primary);
    font-size: 2.1rem;
    font-weight: 600
}

.office-card {
    padding: .5rem
}

@media(min-width:768px) {
    .image-block {
        padding: 3em 1em;
        width: 48%
    }
}

@media screen and (min-width:992px) {
    .image-block {
        padding: 5em 1em
    }
}

@media screen and (min-width:1200px) {
    .image-block {
        padding: 6em 1em
    }
}

.container-fluid .row .col-12>.content {
    padding-top: 1rem
}

@media screen and (min-width:992px) {
    .container-fluid .row .col-12>.content {
        padding-top: 2.5rem
    }
}

.content h1,
.content h2 {
    font-weight: 500
}

.content h2 {
    color: var(--primary);
    font-size: 2.3rem;
    margin-bottom: 1rem
}

.content h3 {
    font-weight: 500;
    color: var(--primary);
    font-size: 1.8rem;
    margin-top: .5rem !important;
    margin-bottom: 1rem !important
}

.content .block p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.4em;
    max-width: 100%
}

@media screen and (min-width:1024px) {
    .content .block p {
        max-width: 80%;
        margin-bottom: 4rem
    }
}

.home-hero #searchwithsurrounds {
    margin-bottom: 15%
}

.search-options {
    padding: 16px 4px 4px;
    border-radius: 18px;
    border: 1px solid #c5cfda;

    background: linear-gradient(0deg, rgba(233, 233, 233, .8029586834733894) 0, rgba(243, 243, 243, .7973564425770308) 50%, rgba(247, 247, 247, .80015756302521) 100%);
}

@media screen and (min-width: 992px) {
    .search-options .search-filters {
        transition: max-height 0.3s ease, padding 0.3s ease;
        overflow: hidden;
        max-height: 0;
        padding: 0;
        margin: 0;
    }
    
    .search-options .search-filters.filters-active {
        max-height: 100px;
        padding: 14px;
    }
}

.search-options form {
    padding: 0 16px;
}

.search-options .input-group-wrapper {
    padding: 0 9px;
}

.autocomplete .selectize-input,
.search-options .dropdown .btn {
    border: 1px solid #c5cfda;
    border-radius: 23px;
}


@media (min-width: 992px) {
    .search-options {
        border-radius: 34px;
        padding: 0;
        max-width: 775px;
        margin: 0 auto;
    }

    .search-bar-container .search-options,
    .search-bar-container .search-options .autocomplete {
        max-width: 100% !important;
    }

    .search-options form {
        padding: 0;
    }

    .autocomplete .selectize-input input {
        min-height: 55px !important;
    }
}

.search-options .searchbar-divider {
    margin: 0 8px; 
    height: 50%;
    border-right: 1px solid #c5cfda;
    display: none;
}

.selectize-input.dropdown-active::before {
    display: none;
}

@media (min-width: 768px) {
    .autocomplete .selectize-input {
        border: none;
    }

    .search-options .dropdown .btn {
        border: none;
        border-radius: none;
    }
    
    .search-bar .input-group {
        flex-wrap: nowrap;
        align-items: center;
        background-color: white;
        padding: 0 10px;
        border-radius: 35px !important;
        border: 1px solid #c5cfda;
        height: 67px;
    }
    .search-options .searchbar-divider {
        display: block;
    }
}

form .selectize-input.focus {
    box-shadow: none;
}

form .selectize-control {
    background-color: transparent;
}

.autocomplete .selectize-input input {
    line-height: 1rem;
}

.search-options .selectize-input .item {
    border-radius: 25px;
    border: none;
    background: #EFF6FE;
    line-height: 1.5;
    padding-right: 24px !important;
    margin: 5px 5px 5px 0;
    min-height: 30px;
}

@media screen and (min-width: 992px) {
    .search-options .selectize-input .item {
        margin: 10px 5px 10px 0;
        min-height: 35px;
    }
}

form .selectize-control.plugin-remove_button .selectize-input a.remove {
    top: -3px;
    border-left: none;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover{
    background: none;
    color: var(--secondary, #003767);
}

form .selectize-input,
input.autocomplete {
    padding: 0.4rem !important;
}
@media screen and (min-width: 768px) {
    form .selectize-input,
    input.autocomplete {
        padding-right: 1.5rem !important;
    }
}

.autocomplete input[type="text"] {
    padding: 0;
}
.submit-group .btn {
    height: auto;
}

.search-bar .form-group {
    margin-bottom: 3px
}

@media screen and (min-width: 768px) {
    .search-bar:not(.title-bar) .form-group {
        padding-right: 3px;
        margin-bottom: 0
    }
}

.form-group.submit-group {
    justify-content: center;
    padding: 0;
    margin-top: 0;
    flex: 1 1 auto
}

@media screen and (min-width: 990px) {
    .form-group.submit-group {
        justify-content: flex-end;
        padding: 0 0 0 1.5rem;
        margin-top: 0;
        flex: 0
    }

    .submit-group .btn {
        height: 90%
    }
}

.search-bar .btn[type=submit] {
    width: 100%;
    border-radius: 25px !important;
    align-self: center;
    justify-self: normal
}

.search-options .dropdown {
    border: 0;
    flex: 1 1 auto;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    height: 100%
}

.search-options .custom-select,
.search-options .custom-select:focus {
    font-size: 1.3rem;
    text-align: center;
    text-align-last: center
}

.autocomplete .input,
.autocomplete .selectize-input {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .autocomplete .input,
    .autocomplete .selectize-input {
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .autocomplete .selectize-input {
        max-width: 420px;
    }
}

@media screen and (min-width: 992px) {
    .autocomplete .selectize-input {
        max-width: unset;
    }
}

.dropdown .dropdown-item,
.dropdown-group .dropdown .dropdown-toggle {
    text-transform: lowercase;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.dropdown-item {
    width: auto;
    min-width: 100%
}

form .dropdown-toggle {
    padding-right: 1px;
    background: url(/_/Templates/StarrPartners2/web/assets/img/caret_down_rounded.svg) no-repeat;
    background-size: 12px 10px;
    background-position: 95% 55%
}

.search-options .custom-select,
.search-options .custom-select:active,
.search-options .custom-select:focus,
.search-options .custom-select:focus:active {
    color: var(--primary);
    font-size: 1.2rem;
    padding-right: 20px
}

.search-options .search-filters .item {
    background-color: #fff;
    color: var(--primary);
    margin: 0 6px 6px 0;
    padding: .75rem .75rem .75rem 1.5rem;
    border: 1px solid #c5cfda;
    border-radius: 23px;
}

.search-options .dropdown .btn,
.search-options .dropdown .dropdown-item {
    font-size: 1.3rem !important;
    line-height: 2rem;
    padding: 0.8rem;
}

.search-options .custom-control-label {
    color: var(--secondary);
    font-size: 1.1rem;
}

.search-options .custom-checkbox {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #c5cfda;
    width: 17px;
    height: 17px;
    border-radius: 3px !important;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.search-options .custom-checkbox:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.search-options .custom-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.search-options .custom-checkbox:hover {
    border-color: var(--primary);   
}

.morecopy {
    text-align: center;
    display: block;
}

form fieldset legend {
    display: none;
}

form .custom-radio {
    margin-right: 15px;
    margin-top: 15px;
}

.custom-group-label {
    display: none !important
}

.icon-group .form-control,
.icon-group .form-control:focus {
    border-left: 1px solid var(--input-border-color, #ced4da);
    font-size: 16px
}

.autocomplete .selectize-dropdown,
.autocomplete .selectize-input,
.autocomplete .selectize-input input,
.search-options .custom-select,
.search-options .custom-select:active,
.search-options .custom-select:focus,
.search-options .custom-select:focus:active {
    font-size: 16px
}

@media screen and (min-width:992px) {

    .autocomplete .selectize-dropdown,
    .autocomplete .selectize-input,
    .autocomplete .selectize-input input,
    .search-options .custom-select,
    .search-options .custom-select:active,
    .search-options .custom-select:focus,
    .search-options .custom-select:focus:active {
        font-size: 1.25rem
    }
}

.input-group-prepend:not(.autocomplete.input-group-prepend) {
    display: none
}

.input,
form .form-control,
form .input-group,
form input,
form textarea {
    border-radius: .35rem !important
}

.autocomplete .selectize-control {
    display: flex;
    border: 1px solid var(--input-border-color, #f0f8ff);
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.card.listing,
.card.office,
.card.project {
    border-radius: 0
}

.card.office p {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: .5rem
}

.card.office .heading {
    padding-top: 2rem
}

.card.office .heading .title {
    margin-bottom: .75rem;
    line-height: 1.6em;
}

.card.office a:not(.btn) {
    color: var(--secondary)
}

.card.office a:not(.btn):hover,
.card.office .heading .title a {
    color: var(--primary)
}

.card .view-gallery {
    padding: 5px !important
}

.search-options .dropdown .dropdown-item,
.search-options .selectize-input .item,
.tabs-search-options-new .dropdown .dropdown-item,
.tabs-search-options-new .selectize-input .item {
    color: var(--primary) !important
}

.split-block .container {
    padding: .5rem
}

::placeholder {
    color: var(--primary)
}

.dropdown,
input::placeholder,
select,
textarea::placeholder {
    color: var(--primary) !important
}

.range-slider label {
    display: flex;
    font-weight: 500;
    margin: 1.5rem 0 1rem
}
label.custom-group-label {
    display: flex!important;
}
.custom-input,
.custom-select,
input,
select {
    text-transform: lowercase
}

.jobPosition {
    display: flex;
    flex-direction: revert;
    align-items: center;
    background: rgb(235 235 235 / 50%);
    padding: 1.5rem;
    margin-bottom: 1.5rem
}

.jobPosition h4 {
    margin: .85rem 0
}

.jobPosition p {
    margin-bottom: 0
}

.text-ltBlu {
    color: var(--primary)
}

.person .profile {
    background: 0 0
}

.person p.position {
    font-size: 1rem
}

.person p a {
    color: var(--secondary)
}

.person .position {
    text-transform: lowercase
}

.soc-item a {
    font-size: 1.5rem;
    margin: 0 1rem;
    color: var(--secondary)
}

.tns-controls button i {
    height: 3.5rem;
    font-size: 4rem;
    font-weight: 500
}

button[data-controls=prev] i {
    margin-right: 3px
}

button[data-controls=next] i {
    margin-left: 3px
}

.tiny-slider .tns-controls button {
    padding: 1rem;
    background: rgba(255, 255, 255, 0);
    color: var(--primary);
    border-radius: 9999px;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:600px) {
    .tiny-slider .tinySliderInner {
        height: 240px
    }
}

.tiny-slider .tns-controls button:hover {
    color: var(--secondary)
}

.link img,
.link svg {
    width: 35px;
    margin-right: 10px
}

.listing__sidebar a,
.listing__sidebar p {
    font-size: 1.4rem
}

.custom-select.btn {
    background-image: url(/_/Templates/StarrPartners2/web/assets/caret_down_light.svg);
    color: #fff !important;
    border-radius: 15px !important;
    background-position: 95% center;
    font-size: 1.2rem;
    border: none;
    padding: .8rem 1.75rem .8rem 1.25rem
}

.custom-select.btn:focus {
    border: none;
    padding: .8rem 1.5rem .8rem 1.25rem
}

.action-row .btn {
    min-width: 180px
}

@media screen and (min-width:992px) {
    .action-row .btn {
        min-width: 140px
    }
}

.action-row {
    justify-content: center
}

@media screen and (min-width:992px) {
    .action-row {
        justify-content: flex-end
    }
}

.listing__sidebar .auctions p,
.listing__sidebar .ofi-list p {
    font-size: 1.2rem
}

:focus {
    outline: none!important;
}

.details__contact-box h6,
.listing__details h6,
.address {
    text-transform: none !important
}

#suburb-selectized,
#searchTerms-selectized
{
    width: 100% !important;
    text-align: center;
}
@media screen and (min-width:992px) {
    .selectize-input.has-items #suburb-selectized,
    .selectize-input.has-items #searchTerms-selectized {
        width: 4px!important;
    }

    #suburb-selectized,
    #searchTerms-selectized {
        text-align: left;
    }
}
@media (min-width: 992px){
    .modal-dialog {
        max-width: 1280px;
        max-height: 90vh;
    }
}

@media (min-width: 768px){
    .modal-dialog.share-modal {
        max-width: 500px;
    }
}

.btn:not(.dropdown-toggle) {
    border-radius: 25px
}

.modal-dialog.share-modal .btn:hover {
    background-color: transparent;
    color: var(--highlight);
}

.modal-dialog.share-modal .btn {
    width: 180px;
    text-align: left;
    font-size: 1.4rem;
}

.modal-dialog.share-modal .btn .fas,
.modal-dialog.share-modal .btn .fab {
    font-size: 26px;
    width: 32px;
}