*:not(.far):not(.fas):not(.fa) {
    font-family: 'Inter', sans-serif !important;
    /*font-size: 16px;
    line-height: 24px;*/
}

body {
    height: 100%;
    overflow: auto !important;
}


html {
    font-size: 16px;
    line-height: 24px;
}

.blue-background {
    background-color: #FFFFFF;
}

.allowed {
    color: #B0CBB8;
}

.notallowed {
    color: #F1574B;
}

.contactplanning {
    color: #EFC04E;
}

.border-bottom {
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.border-top {
    border-top: 1px solid #e2e2e2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.build-nav {
    /*position: relative;*/
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 24px;
    height: 80px;
    z-index: 9999;

    font-size: 16px !important;
    line-height: 24px !important;


    background-color: #FFFFFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.build-logo {
    width: 120px;
    height: 20px;
    flex: 0 0 120px;

    background-image: url(../img/icon/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.seal.mobile-only{
    margin-top:-16px;
}

.seal {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin-right: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.user {
    border-radius: 16px;
    color: #FFFFFF;

    padding: 4px 16px;
    min-width: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    flex: 0 0 auto;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.004375em;
    line-height: 24px;
    font-weight: 600;
}

.user:not(.nouser) {
    background: linear-gradient(66.81deg, #7E4A93 3.28%, #BE5A99 42.9%, #FB8888 91.72%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user.nouser {
    background-color: #171717;
    border-radius: 200px;
}

.user.nouser:hover {
    background-color: #2b2b2b;
}

.user.active {
    background-color: #CBCFF9;
    color: #FFFFFF;
}

#links2 .link-container .link {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.3s;
    -webkit-transition: border-bottom-color 0.3s;
    -moz-transition: border-bottom-color 0.3s;
    cursor: pointer;
    height: 64px;

    font-size: 14px;
    letter-spacing: 0.004375em;
    line-height: 24px;
    font-weight: 600;
}

#links2 .link-container .link:hover {
    border-bottom-color: #A95597;
    text-decoration: none!important;
}

#links2 .link-container .link.active {
    border-bottom-color: #A95597;
}

.build-page {
    /*height: 100%;*/
    /*position: relative;*/

    position: absolute;
    top: 80px;
    left: 0;
    overflow: auto;
    height: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
}

.build-center-page {
    max-width: 1080px;
    margin: auto;
}

.build-lg-text {
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -1px;

    text-align: center;
}

.searchonmap {
    cursor: pointer;
    margin-bottom: 40px;
}

.autocomplete-options {
    position: absolute;
    top: 81px;
    left: 0;
}

.autocomplete-option {
    width: 100%;
    padding: 0 60px;

    background-color: #EEEFFC;
    color: #5160EC;

    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-option:not(.no-match):hover {
    background-color: #21275B !important;
    color: #FFFFFF !important;
}

.build-nav .autocomplete-options {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 99999;
}

.build-nav .autocomplete-option {
    width: 100%;
    padding: 0 48px;

    background-color: #EEEFFC;
    color: #5160EC;

    text-align: center;
    cursor: pointer;
}

.build-nav .autocomplete-option:not(.no-match):hover {
    background-color: #5160EC;
    color: #FFFFFF;
}

.icon-button {
    padding: 0 24px 0 48px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;

    color: #A95597;
    border-radius: 200px;
}

.overview-header .icon-button.notext {
    margin-right: -8px
}

.overview-header .icon-button.notext.active {
    background-color: initial;
}

.icon-button.notext {
    width: 32px;
    height: 32px;
    padding: 0;
    display: block;
    border-radius: 16px;
    background-position: center !important;
}

.icon-button:hover {
    text-decoration: none!important;
}

.icon-button.secondary {
    background-color: #EEEFFC;
}

.icon-button.secondary:hover {
    background-color: #E7EAFF;
}

.icon-left {
    background-position: left 8px center;
}

.button-full {
    padding: 16px 32px;
    position: relative;
}

/*.button-full.icon-left {
    background-position: left 16px center;
}*/

/*.button-full {
    margin-bottom: 24px;
}*/
.button {
    display: inline-block;
    background-color: #171717;
    color: #FFFFFF;
    letter-spacing: 0.07px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding: 16px;
    text-align: center;
    border-radius: 200px;
}

.button.block {
    display: block;
}

.button-map {
    display: inline-block;
    background-color: #5160EC;
    color: #FFFFFF;
    letter-spacing: 0.07px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
}

.button-map.inverse {
    background-color: #FFFFFF;
    color: #5160EC;
}

.button:hover, .button-map:not(.inverse):hover {
    background-color: #2B2B2B;
}

.button-map.inverse:hover {
    background-color: #FCFCFF;
}

.icon-search.inactive {
    background-image: url(../img/icon/search_inactive.png);
}

.icon-search.active {
    background-image: url(../img/icon/search.png);
}

.icon-search {
    background-image: url(../img/icon/search_white.png);
}

.icon-back {
    background-image: url(../img/icon/back.png);
}

.active.icon-back {
    background-image: url(../img/icon/back_white.png);
}

.icon-forward {
    background-image: url(../img/icon/forward.png);
}

.icon-sketch {
    background-image: url(../img/icon/sketch.png);
}

.icon-forward.disabled {
    background-image: url(../img/icon/forward_disabled.png);
}

.icon-report {
    background-image: url(../img/icon/report.png);
}

.active.icon-report {
    background-image: url(../img/icon/report_white.png);
}

.active.icon-forward {
    background-image: url(../img/icon/forward_white.png);
}

.active.icon-sketch {
    background-image: url(../img/icon/sketch_white.png);
}

.icon-check {
    background-image: url(../img/icon/check.png);
}

.icon-check-green {
    background-image: url(../img/icon/check_green.png);
}

.icon-check.active {
    background-image: url(../img/icon/check_white.png);
}

.icon-close {
    background-image: url(../img/icon/close.png);
}

.icon-close.active {
    background-image: url(../img/icon/close_white.png);
}

.icon-trash {
    background-image: url(../img/icon/trash.png);
}

.icon-trash.active, .icon-trash.disabled {
    background-image: url(../img/icon/trash_white.png);
}

.icon-edit {
    background-image: url(../img/icon/edit.png);
}

.icon-add {
    background-image: url(../img/icon/add.png);
}

.icon-modify {
    background-image: url(../img/icon/modify.png);
}

.icon-revert {
    background-image: url(../img/icon/revert.png);
}

.icon-share {
    background-image: url('../img/icon/share.png');
}

.icon-download {
    background-image: url('../img/icon/download.png');
}

.icon-heart {
    background-image: url('../img/icon/heart.png');
}

.icon-heart.active, .icon-heart:hover {
    background-image: url('../img/icon/heart_white.png');
}

.icon-filter {
    background-image: url(../img/icon/filter.png);
}

.icon-filter.active {
    background-image: url(../img/icon/filter_white.png);
}


.icon-allowed {
    background-image: url(../img/status/allowed.png);
}

.icon-allowed-colored {
    background-image: url(../img/status/allowed_colored.png);
}

.icon-notallowed {
    background-image: url(../img/status/notallowed.png);
}

.icon-notallowed-colored {
    background-image: url(../img/status/notallowed_colored.png);
}

.icon-warning {
    background-image: url(../img/status/warning.png);
}

.icon-warning-colored {
    background-image: url(../img/status/warning_colored.png);
}


.links {
    margin: 0;
}

.link, a[href]:not(.button):not(.button-map) {
    color: #A95597;
    text-decoration: none;
    cursor: pointer;
}

.link:hover, a[href]:not(.button):not(.button-map):not(.summary-nav-link):hover {
    text-decoration: underline;
}

a.default {
    text-decoration: underline !important;
}

.underline-link .link {
    color: inherit !important;
    text-decoration: underline !important;
}

.underline-link .link:hover {
    color: inherit !important;
    text-decoration: underline !important;
}

.disabled, [disabled-link='yes'] {
    color: #dddddd !important;
    pointer-events: none;
}

.disabled.black {
    color: #21275B !important;
    pointer-events: none;
}

.build-nav .link:not(:last-child) {
    margin-right: 24px;
}

.build-nav .link {
    padding: 8px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.3s;
    -webkit-transition: border-bottom-color 0.3s;
    -moz-transition: border-bottom-color 0.3s;
    font-size: 14px;
    letter-spacing: 0.004375em;
    line-height: 24px;
    font-weight: 500;
}

.build-nav .link:not(.disabled):not([disabled-link='yes']) {
    color: #A95597 !important;
}

.build-nav .link:hover {
    color: #A95597 !important;
    text-decoration: none!important;
}

.build-nav .link:not(.disabled):not([disabled-link='yes']):hover, .build-nav .link.active {
    border-bottom-color: #A95597;
}

.get-info {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: bottom;
    margin-left: 8px;
    background-image: url(../img/icon/info.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
    cursor: pointer;
}

.get-info:hover {
    background-image: url(../img/icon/info_hover.png);
}



.button-group {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.button-group > :not(:first-child) {
    margin-left: 8px;
}

.button-capsule {
    height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #EEEFFC;
    color: #5160EC;
    cursor: pointer;

    display: flex;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.button-capsule:not([interactive='no']):hover {
    background-color: #E7EAFF;
}

.button-capsule.active {
    background-color: #5160EC;
    color: #FFFFFF;
}

.button-capsule.active:not([interactive='no']):hover {
    background-color: #7789FE;
}

.button-capsule[interactive='no'] {
    cursor: default;
    pointer-events: none;
}

.button-capsule.icon-button {
    padding: 0 12px 0 36px;
}

.button-capsule.icon-left {
    background-position: left 12px center;
}

.nopadding.icon-left {
    background-position: left center;
    padding: 0 8px 0 24px;
}

.button-capsule.disabled, .button-capsule.disabled:hover {
    background-color: #CBCFF9;
    color: #FFFFFF !important;
    pointer-events: none;
}

.save-button {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #A95597;
    box-sizing: border-box;
    background-position: 8px;
    color: #A95597 !important;
    /* ^^ Please forgive me for what I have done */
}

.save-button:hover,.save-button.active {
    background-color: #A95597;
    color: #FFFFFF!important;
}

.leaflet-editing-icon {
    border-radius: 4px;
    width: 8px !important;
    height: 8px !important;
    margin-left: -4px !important;
    margin-top: -4px !important;
}

[delete='yes'] .building:hover {
    fill: #A95597;
}

[editmode='yes'], [mapmode='yes'] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
}

[mapfullscreen='yes'] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9990 !important;
}

propertyinfo {
    display: block;
}

.error {
    color: #F1574B;
}

.multiple-option-answer {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #CBCFF9;
    cursor: pointer;
}

.padding1x2x {
    padding: 8px 16px;
}

.padding1x1x {
    padding: 8px;
}

.multiple-option-answer.active {
    background-color: #DCDFFB;
}

.h1-bold {
    font-size: 96px;
    letter-spacing: -0.03em; /* 96/3200 */
    line-height: 104px;
    font-weight: 600;
}

.h2-bold {
    font-size: 72px;
    letter-spacing: -0.0225em; /* 72/3200 */
    line-height: 80px;
    font-weight: 600;
}

.h3-bold {
    font-size: 36px;
    letter-spacing: -0.01125em; /* 36/3200 */
    line-height: 48px;
    font-weight: 600;
}

.h4-bold {
    font-size: 24px;
    letter-spacing: -0.0075em; /* 24/3200 */
    line-height: 32px;
    font-weight: 600;
}

.body-text1-bold {
    font-size: 16px;
    letter-spacing: -0.005em; /* 16/3200 */
    line-height: 24px;
    font-weight: 600;
}

.button-text1-bold {
    font-size: 14px;
    letter-spacing: 0.004375em;
    line-height: 16px;
    font-weight: 600;
}

.caption-text1-bold {
    font-size: 12px;
    letter-spacing: 0.00375em;
    line-height: 16px;
    font-weight: 600;
}

.tag-text1-bold {
    font-size: 12px;
    letter-spacing: 0.0075em; /* (12*2)/3200 */
    line-height: 16px;
    font-weight: 600;
}

h1 {
    font-size: 96px;
    letter-spacing: -0.03em; /* 96/3200 */
    line-height: 104px;
    font-weight: 400;
}

h2 {
    font-size: 72px;
    letter-spacing: -0.0225em; /* 72/3200 */
    line-height: 80px;
    font-weight: 400;
}

h3 {
    font-size: 36px;
    letter-spacing: -0.01125em; /* 36/3200 */
    line-height: 48px;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    letter-spacing: -0.0075em; /* 24/3200 */
    line-height: 32px;
    font-weight: 400;
}

.body-text1 {
    font-size: 16px;
    letter-spacing: -0.005em; /* 16/3200 */
    line-height: 24px;
    font-weight: 400;
}

.button-text1 {
    font-size: 14px;
    letter-spacing: 0.004375em;
    line-height: 24px;
    font-weight: 400;
}

.caption-text1 {
    font-size: 12px;
    letter-spacing: 0.00375em;
    line-height: 16px;
    font-weight: 400;
}

.tag-text1 {
    font-size: 12px;
    letter-spacing: 0.0075em; /* (12*2)/3200 */
    line-height: 16px;
    font-weight: 400;
}


.button-capsule.rectangle {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 16px !important;
    height: auto;
    letter-spacing: 0.07px;
    padding: 8px 16px;
    border-radius: 200px;
    color: #FFFFFF;
    background: #171717;
}

.button-capsule.rectangle:hover {
    background: #2b2b2b;
}

.button-capsule.inactive.rectangle {
    border: 1px solid rgba(146, 146, 146, 0.5);
    color: #6d6d6d;
    background-color: #FFFFFF;
}
.button-capsule.inactive.rectangle:hover {
    background: #F5F7F6;
    border: 1px solid #CECECE;
    color: #6d6d6d;
}
.overlay-body .bold {
    font-weight: 400!important;
    font-size: 12px!important;
    line-height: 16px!important;
    letter-spacing: .05em!important;
    text-transform: uppercase!important;
    min-height: 24px!important;
    display: flex!important;
    align-items: center!important;
}

.locked-field, input.locked-field {
    height: 40px;
    background-image: url(../img/icon/icon_lock.png);
    background-position: right;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding: 8px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.lineheight-16 {
    line-height: 16px;
}

.black {
    color: #000000;
}

.black60 {
    color: #171717;
}

.blue100 {
    color: #5160EC;
}

.blue90 {
    color: #6270EE;
}

.blue80 {
    color: #7380F0;
}

.blue70 {
    color: #8590F2;
}

.blue60 {
    color: #96A0F4;
}

.blue50 {
    color: #A8B0F5;
}

.blue40 {
    color: #B9BFF7;
}

.blue30 {
    color: #CBCFF9;
}

.blue20 {
    color: #DCDFFB;
}

.blue10 {
    color: #EEEFFD;
}

.blue2 {
    color: #FCFCFF;
}

.white {
    color: #ffffff;
}

.green100 {
    color: #00A992;
}

.lightgreen100 {
    color: #B0CBB8;
}

.yellow100 {
    color: #EFC04E;
}

.mustard100 {
    color: #E3C981;
}

.red100 {
    color: #F1574B;
}

.red90 {
    color: #F2685D;
}

.red20 {
    color: #FCDDDB;
}

.red10 {
    color: #FEEEED;
}

.border-color-blue30 {
    border-color: #e2e2e2 !important;
}

.tooltip {
    margin-left: 4px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url(../img/icon/tooltip.png);
    cursor: pointer;
}

.padding-2x {
    padding: 16px;
}

.padding-1x {
    padding: 8px;
}

.fill-btn.inactive {
    opacity: 0.5;
    cursor: default;
}

.fill-btn {
    background-color: #171717;
    cursor: pointer;
    border-radius: 200px;
}
.fill-btn:hover {
    background-color: #2B2B2B;
}


.definition-modal {
    max-width: 416px !important;
    /*box-shadow: 0 0 6px rgba(81, 96, 236, 0.3) !important;
    -webkit-box-shadow: 0 0 6px rgba(81, 96, 236, 0.3) !important;
    -moz-box-shadow: 0 0 6px rgba(81, 96, 236, 0.3) !important;*/
}
.definition-modal:not(:empty), #disclaimer-modal:not(:empty) {
    padding: 24px 0px 0px!important;
}

.modal-header .button-text1-bold {
    line-height: 16px;
}
.modal textarea {
    border: 1px solid #e2e2e2!important;
}

.definition-modal .modal-body {
    max-height: calc(100vh - 220px);
    max-height: -webkit-calc(100vh - 220px);
    max-height: -moz-calc(100vh - 220px);
    overflow: auto;
}

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

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

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

/*
Tiny/cheap Phones
 */
@media (max-width: 320px) {

}

/*
Slightly Smaller than Tablet Size
 */
@media (max-width: 600px) {

    .design-standard .h3, #calculatorwidget .h3 {
        font-size: 24px;
    }

    h1 {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 72px;
        line-height: 80px;
        letter-spacing: -0.0225em;
    }

    .h1-bold {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 72px;
        line-height: 80px;
        letter-spacing: -0.0225em;
    }

    h2 {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.01em;
    }

    .h2-bold {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.01em;
    }

    h3 {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.0075em;
    }

    .h3-bold {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.0075em;
    }

    h4 {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.005265em;
    }

    .h4-bold {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.005265em;
    }

    .body-text1 {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.0046875em;
    }

    .body-text1-bold {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.0046875em;
    }

    .button-text1 {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.0040625em;
    }

    .button-text1-bold {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.0040625em;
    }


}

#mobile-logo-click {
    width: 120px;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 20px;
    cursor: pointer;
}

#mobile-nav-bar {
    background: white;
    position: sticky;
    top: 0;
    z-index: 9991;
}

.mobile-only-flex {
    display: none;
}


.mobile-only-block {
    display: none;
}

.mobile-only-inherit {
    display: none;
}

.mobile-only-initial {
    display: none;
}

.mobile-only-inline {
    display: none;
}


@media (max-width: 480px) {
    /*In general this will only be used where the ADU Calc is used at which is normally a 2 col wide row which needs to be shrunken down to 1*/
    .project-specification-block {
        width: 100%;
    }
}

/*
Tablets
 */
@media only screen and (max-width: 768px) {

    /*copy of shadowed*/
    #mobile-nav-bar {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);;
    }

    .placeholder {
        position: absolute;
    }

    .build-nav {
        position: relative;
    }

    .build-page {
        top: 0;
        position: relative;
        height: calc(100% - 175px);
        height: -webkit-calc(100% - 175px);
        height: -moz-calc(100% - 175px);
    }

    .mapholder {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;

    }

    .desktop-only {
        display: none;
    }


    .mobile-only-flex {
        display: flex;
    }

    .mobile-only-block {
        display: block;
    }

    .mobile-only-inherit {
        display: inherit;
    }

    .mobile-only-initial {
        display: initial;
    }

    .mobile-only-inline {
        display: inline;
    }

    #page {
        position: relative;
        width: 100%;
        left: 0;
        z-index: 999;
        max-width: none;
    }

    .h3-bold {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.0075em;
    }

    .body-text1 {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.0046875em;
    }

}

.shadowed {    
    box-shadow: 0 0 0px 1px #dddddd!important;
    -webkit-box-shadow: 0 0 0px 1px #dddddd!important;
    -moz-box-shadow: 0 0 0px 1px #dddddd!important;
}

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

    /*copy of shadowed*/
    .build-nav.flex-box {
        box-shadow: 0 0 0px 1px #dddddd;
        -webkit-box-shadow: 0 0 0px 1px #dddddd;
        -moz-box-shadow: 0 0 0px 1px #dddddd;
    }
}

@media only screen and (max-width: 855px) {
    /*    Empty for now but reserving it here*/

}


/*
Desktops
 */
@media only screen and (max-width: 1024px) {

}

/*
medium sreen laptop/desltop
 */

.inputfield {
    border: 1px solid #e2e2e2;
    background: #FFFFFF;
    width: 100%;
    height: 40px;
}

.edit-field {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    background: transparent;
    margin: -6px 0 -6px 0;
    padding: 0 8px;
    height: 36px;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #5160EC;
    border: 1px solid #5160EC;
    width: 120px;
}

.edit-field.full-width {
    width: 100%;
}

.sidebar-btn {
    padding: 8px 20px;
    box-sizing: border-box;
    border: 1px solid rgba(146, 146, 146, 0.5);
    color: #6d6d6d;
    cursor: pointer;
    border-radius: 200px;
}

.sidebar-btn:hover {
    background: #F5F7F6;
    border: 1px solid #CECECE;
}

/*Tippy box - dark theme*/
.tippy-box[data-theme~='dark'] {
    background-color: #171717;
    color: #FFFFFF;
}

.tippy-box[data-theme~='dark'] .tippy-arrow {
    color: #171717;
}

.max-width-100 {
    max-width: 100% !important;
}

.jquery-modal.blocker {
    background-color: rgba(0,0,0,.75)!important;
}
.modal {
    border-radius: 16px!important;
}
.modal-button {
    background-color: #171717!important;
    color: #FFFFFF!important;
}
.modal-button.inactive {
    background-color: #FFFFFF!important;
    color: #6d6d6d!important;
    border: 1px solid rgba(146, 146, 146, 0.5)!important;
}
.modal-button.inactive:hover {
    background-color: #F5F7F6!important;
    border: 1px solid CECECE!important;
}
#feedback-modal:not(:empty) {
    padding: 24px 12px 12px!important;
}

.modal .black60:not(.modal-header) {
    color: #6d6d6d!important;
}
.modal-header {
    display: flex;
    justify-content: center;
    border-bottom: none!important;
}
.modal-header, .modal-header > .button-text1-bold {
    font-size: 30px!important;
    line-height: 32px!important;
    font-weight: 600!important;
    color: #171717!important;
}
.modal-body {
    border-bottom: none!important;
}
.black60-fg {
    color: #6d6d6d!important;
}
.black60-bg {
    background-color: #171717!important;
}
.status-box.black60-bg {
    background-color: #A95597!important;
}
.modal-button {
    border-radius: 200px;
}

#propertyinfo .body-text1-bold {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    min-height: 24px;
    display: flex;
    align-items: center;
}

.h3 {
    font-size: 32px;
    line-height: 44px;
    color: #171717;
}

.design-standard .body-text1-bold {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    min-height: 24px;
    display: flex;
    align-items: center;
}

.learnmore .body-text1-bold.link {
    text-transform: none!important;
    color: #A95597!important;
    font-size: 16px!important;
    letter-spacing: -0.005em!important;
    line-height: 24px!important;
}

.border-bottom {
    border-bottom: 1px solid #e2e2e2!important;
}

.blue10-bg {
    background-color: #FFFFFF!important;
}

.symbium-pagination-container .page-number {
    color: #6d6d6d!important;
}
.symbium-pagination-container .page-number.current-page {
    color: #A95597!important;
    border-bottom: 1px solid #A95597!important;
}
.modal textarea {
    color: #6d6d6d!important;
}

.green100-bg {
    background-color: #A95597!important;
}