@font-face {
    font-family: 'Feeling-Passionate';
    src: url('../fonts/Feeling Passionate.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Feeling Passionate.woff') format('woff'); /* Modern Browsers */
}

html {
	font-size:initial;
}


/*
    Added 10-01-2025
    Fix added to make sure the font is correct per the original site
*/
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin-top: 50px !important;
}




    /*
    Body fix done. 
*/

    /*
    Added 10-01-2025
    Header Fix
*/
    .h1, h1 {
        font-size: 36px;
    }

    /*
    Added 10-01-2025
    P Tag Fix
*/
    p {
        margin: 0 0 10px;
    }

    .h1, .h2, .h3, h1, h2, h3 {
        /*margin-top: 20px;*/
        margin-bottom: 10px;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    .h3, h3 {
        font-size: 24px;
    }

    /* Navigation */
.navbar {
    background-color: #243746 !important;
}

    .NoColour {
        background-color: transparent !important;
    }

    .nav-fixed-top {
        background-color: #243746;
        color: #ffffff;
    }

    .navbar-inverse {
        border: none;
        margin: 0;
        margin-bottom: 0;
        border-radius: 0;
    }

    .navbar-header button span {
        font-size: 1.2em;
        color: #ffffff;
    }

    .logoMobile {
        width: 42px;
        height: 42px;
        display: none;
        float: left;
        margin-top: 7px;
        margin-left: 7px;
    }

    .headerNav li a {
        color: #ffffff !important;
    }

        .headerNav li a:hover {
            color: #81b2bd !important;
        }

    .navbar-nav {
        text-transform: uppercase;
    }

    .headerSearchBox {
        float: right;
    }

    .searchBtn button {
        background-color: #81b2bd;
        color: #ffffff;
    }

        .searchBtn button:hover {
            background-color: #81b2bd;
            color: #ffffff;
        }

    .logo {
        position: relative;
    }

        .logo img {
            display: block;
            position: absolute;
            top: 0;
            right: 15px;
            z-index: 99;
            background-color: #243746;
            background: rgba(255,255,255,0.7);
        }
    /* /Navigation */

    /* Home Carousel */
    .homeCarousel {
        height: 300px !important;
    }

    .carousel-caption {
        bottom: 60px;
        text-shadow: none;
        border-radius: 20px; /* background-color:rgba(74, 66, 48, 0.4); */
    }

        .carousel-caption h2 {
            text-shadow: -3px 3px 6px rgba(0, 0, 0, 1);
            font-size: 4em;
        }

        .carousel-caption .btn {
            text-shadow: none;
        }

    .carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

    .carousel .carousel-item, .carousel .carousel-item.active, .carousel .carousel-inner {
        height: 100%;
    }



    /* /Home Carousel */

    /* Home Developments */
    .homeDevelopments {
        background-color: #d2d6d9;
    }

    .homeDevelopmentsImages {
        margin-top: 30px;
    }

    .homeDevelopmentsBtn {
        margin-bottom: 40px;
    }

    .divOverlay {
        position: absolute;
        z-index: 5;
        color: #ffffff;
        left: 13px;
        top: 0;
        right: 13px;
        bottom: 0;
        background-color: #272727;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .img-portfolio {
        position: relative !important;
        margin-bottom: 30px;
    }


    .divText {
        position: absolute;
        z-index: 10;
        color: #ffffff;
        left: 12px; /*Updated to aligh to left!*/
        top: 20%;
        right: 15px;
        font-size: 2em;
        margin-right: 0;
        padding: 10px 0;
        text-align: left;
    }

        .divText .listIcon {
            width: 50px;
            float: left;
            text-align: center;
            background-color: #81b2bd;
            margin-right: 10px;
        }
    /* /Home Developments */

    /* Latest Tweets */
    .latestTweets {
        margin-bottom: 1.5em;
    }

        .latestTweets .iconTwitterBg {
            background-color: #28a9e2;
        }

        .latestTweets .media-body {
            color: #243746;
        }

            .latestTweets .media-body a {
                color: #243746;
            }

        .latestTweets .followUs {
            text-align: center;
            margin-top: 1em;
        }

            .latestTweets .followUs a {
                background-color: #28a9e2;
                color: #ffffff;
                padding: 1em;
            }
    /* /Latest Tweets */

    /* Sub Banner */
    .subBanner { /*background: url(../images/whoweare.jpg);*/
        background-color: #5b5b5b;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        min-height: 300px;
        position: relative;
    }

        .subBanner h2 {
            text-shadow: -3px 3px 6px rgba(0, 0, 0, 1);
            font-size: 4em;
            color: #ffffff;
            padding-top: 8%;
            margin-left: 30px;
        }
    /* /Sub Banner */

    /* Sub Nav */
    .subNav {
        margin-top: -50px;
        opacity: 0.90;
        border-radius: 0;
    }
    /* /Sub Nav */




    /* Development Features */
    .developmentFeatures ul {
        list-style-type: none;
        padding-left: 40px;
    }

    .developmentFeatures h4 .faLightGrey {
        color: #aaaaaa;
        margin-right: 0.5em;
    }

    .developmentFeatures h4 .ofIcon {
        width: 40px;
        float: left;
        text-align: center;
    }

    .developmentFeatures .hr {
        margin-top: 5px;
        margin-bottom: 10px;
        background-color: #aaaaaa;
        height: 1px;
        width: 100%;
        overflow: hidden;
    }
    /* /Development Features */

    /* Development Nav */
    .developmentNav {
        margin-top: -50px;
        opacity: 0.90;
        border-radius: 0;
    }
    /* /Development Nav */

    /* Related Developments */
    .relatedDevelopments {
        background-color: #ffffff;
    }

    .relatedDevelopmentsImages {
        margin-top: 30px;
    }

    .relatedDevelopmentsBtn {
        margin-bottom: 40px;
    }


    /* /RelatedHome Developments */

    /* General Page Header */
    .page-header {
        padding-bottom: 9px;
        margin: 40px 0 0;
        border-bottom: none;
        color: #243746;
    }

    .page-header-sub {
        color: #848486;
        font-size: 1.3em;
    }
    /* /General Page Header */

    /* Home News Item */
    .homeNewsItem {
        border-bottom: 1px solid #cecece !important;
        padding-bottom: 20px;
        padding-top: 10px;
    }

        .homeNewsItem h3 a {
            color: #272727;
        }

        .homeNewsItem img {
            margin-top: 20px;
        }

        .homeNewsItem .dateTime {
            color: #81b2bd;
        }

        .homeNewsItem .btnLatestNews {
            color: #81b2bd;
            background-color: #ffffff;
            border: 2px solid #81b2bd;
        }

    .telephone {
        color: #989898;
        margin: 45px 0;
    }

        .telephone.collapse {
            display: block !important;
        }

        .telephone span {
            color: #243746;
            font-size: 1.7em;
            font-weight: bold;
        }

    .siteSearch {
        border-bottom: 2px solid #979c9f;
        margin: 45px 0;
    }

        .siteSearch .btn-default {
            border: none !important;
            margin-right: 2px;
        }

            .siteSearch .btn-default span {
                color: #969b9e;
                font-size: 2em;
            }

        .siteSearch input {
            border: none !important;
            margin: 10px 0 !important;
            outline: none;
            border: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }
    /* /Home News Item */

    /* Home Information Pane */
    .callToAction {
        background-color: #243746;
        color: #ffffff;
        padding-bottom: 70px;
        padding-top: 60px;
    }

        .callToAction p {
            color: #677479;
        }

        .callToAction a {
            color: #ffffff;
            text-decoration: none;
        }

        .callToAction .ctaItem {
            text-align: center;
        }

            .callToAction .ctaItem img {
                margin: 0 auto;
            }
    /* /Home Information Pane */



    /* Our Heritage */
    .ourHeritage {
        background-color: #d2d6d9;
    }

        .ourHeritage .row {
            padding: 50px 0;
        }
    /* /Our Heritage */

    /* Our Story */
    /* .ourStory { background-color:#d2d6d9; } */
    .ourStory .row {
        padding: 50px 0;
    }
    /* /Our Story */

    /* Development Gallery */
    .propertyGallery {
        background-color: #243746;
    }

        .propertyGallery .page-header {
            color: #fff;
        }
    /* /Development Gallery */

    /* Development Overview */
    .overviewContent {
        color: #aaaaaa;
    }

    .overviewFeatures ul {
        list-style-type: none;
        padding: 0;
    }

    .overviewFeatures li {
        font-size: 1.3em;
        line-height: 2em;
        color: #1f313b;
        border-bottom: 1px solid #aaaaaa;
    }

        .overviewFeatures li .faLightGrey {
            color: #aaaaaa;
            margin-right: 0.5em;
        }

    .overviewFeatures .ofIcon {
        width: 40px;
        float: left;
        text-align: center;
    }

    .overviewFeatures a {
        color: #272727;
    }
    /* /Development Overview */

    /* ezsearch */
    .ezsearch-result h2 a {
        color: #243746;
    }
    /* /ezsearch */

    /* paging */
    .paging {
        margin: 1em 0;
        text-align: center;
    }
    /* /paging */

    .divHelpMessage {
        display: none;
    }

    @media (max-width: 1200px) {
        .carousel-caption h2 {
            font-size: 2.5em;
        }

        .divText .listIcon {
            width: 50px;
        }

        .divHelpMessage {
            display: none;
        }
    }


    @media (max-width: 992px) {
        /* Body padding for fixed header */
        /* body { padding-top:180px !important; } */
        /* /Body padding for fixed header */

        /* Navigation */
        .headerNav li a {
            font-size: 0.850em;
            padding-left: 0.5em;
            padding-right: 0.5em;
        }

        .logo img {
            height: 200px;
        }
        /* /Navigation */

        /* Home Carousel */
        .homeCarousel {
            height: 200px !important;
        }

        .carousel-caption {
            bottom: 20px;
        }
        /* /Home Carousel */

        /* Sub Banner */
        .subBanner {
            min-height: 200px;
        }

            .subBanner h2 {
                font-size: 3em;
            }
        /* /Sub Banner */

        /* Home Developments */


        .divText .listIcon {
            width: 35px;
        }
        /* /Home Developments */

        .headerSearchBox .input-group {
            margin-top: 10px;
        }

        .divHelpMessage {
            display: none;
        }
    }



    @media (max-width: 768px) {
        /* Body padding for fixed header */
        /* body { padding-top:56px !important; } */
        /* /Body padding for fixed header */

        /* Navigation */
        .navheader .logo {
            border-right: none;
            display: none;
        }

            .navheader .logo img {
                margin: 0;
                height: 45px;
            }

        .logoMobile {
            display: block;
        }

        .siteSearch, .telephone {
            margin: 20px 0;
        }

        .headerSearchBox {
            float: none;
        }

        .logo {
            display: none;
        }
        /* /Navigation */

        /* Home Developments */


        .divText .listIcon {
            width: 50px;
        }
        /* /Home Developments */

        /* Home Carousel */
        .carousel-caption h2 {
            font-size: 2em;
        }
        /* /Home Carousel */

        /* Sub Banner */
        .subBanner {
            min-height: 150px;
        }

            .subBanner h2 {
                font-size: 2em;
                padding-top: 2%;
            }
        /* /Sub Banner */

        /* Sub Nav */
        .subNav {
            margin-top: -58px;
        }
        /* /Sub Nav */

        /* Development Banner */
        .developmentBanner h2 {
            font-size: 1.3em;
        }

        .developmentBanner li {
            font-size: 1.1em;
        }

            .developmentBanner li .priceRange {
                font-size: 1em;
            }
        /* /Development Banner */

        /* Footer */
        footer .copyright {
            margin-left: 0;
        }

        footer .ftContactInfo {
            margin-left: 0;
        }
        /* /Footer */

        #telephone, #siteSearch {
            display: none;
        }

        /* Development Gallery */
        .propertyGallery .col-xs-2 {
            padding: 4px !important;
        }

        .propertyGallery .thumbnailRow {
            margin: 0;
        }
        /* /Development Gallery */

        .divHelpMessage {
            display: block;
        }
    }

    .umb-grid .responsiveImage img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .ourStory {
        background-color: #d2d6d9;
        color: #272727;
        width: 100%;
    }


    /* --- new styles --- */

    .btn-red {
        color: #FFFFFF;
        background-color: #9F2728;
        border-color: #9F2728;
    }

        .btn-red:hover,
        .btn-red:focus,
        .btn-red:active,
        .btn-red.active,
        .open .dropdown-toggle.btn-red {
            color: #FFFFFF;
            background-color: #E63C2F;
            border-color: #9F2728;
        }

        .btn-red:active,
        .btn-red.active,
        .open .dropdown-toggle.btn-red {
            background-image: none;
        }

        .btn-red.disabled,
        .btn-red[disabled],
        fieldset[disabled] .btn-red,
        .btn-red.disabled:hover,
        .btn-red[disabled]:hover,
        fieldset[disabled] .btn-red:hover,
        .btn-red.disabled:focus,
        .btn-red[disabled]:focus,
        fieldset[disabled] .btn-red:focus,
        .btn-red.disabled:active,
        .btn-red[disabled]:active,
        fieldset[disabled] .btn-red:active,
        .btn-red.disabled.active,
        .btn-red[disabled].active,
        fieldset[disabled] .btn-red.active {
            background-color: #9F2728;
            border-color: #9F2728;
        }

        .btn-red .badge {
            color: #9F2728;
            background-color: #FFFFFF;
        }


    .btn-dark {
        color: #FFFFFF !important;
        background-color: #243746 !important;
        border-color: #243746 !important;
    }

        .btn-dark:hover,
        .btn-dark:focus,
        .btn-dark:active,
        .btn-dark.active,
        .open .dropdown-toggle.btn-dark {
            color: #FFFFFF;
            background-color: #465D69;
            border-color: #243746;
        }

        .btn-dark:active,
        .btn-dark.active,
        .open .dropdown-toggle.btn-dark {
            background-image: none;
        }

        .btn-dark.disabled,
        .btn-dark[disabled],
        fieldset[disabled] .btn-dark,
        .btn-dark.disabled:hover,
        .btn-dark[disabled]:hover,
        fieldset[disabled] .btn-dark:hover,
        .btn-dark.disabled:focus,
        .btn-dark[disabled]:focus,
        fieldset[disabled] .btn-dark:focus,
        .btn-dark.disabled:active,
        .btn-dark[disabled]:active,
        fieldset[disabled] .btn-dark:active,
        .btn-dark.disabled.active,
        .btn-dark[disabled].active,
        fieldset[disabled] .btn-dark.active {
            background-color: #243746;
            border-color: #243746;
        }

        .btn-dark .badge {
            color: #243746;
            background-color: #FFFFFF;
        }

    .headerNav li.current_page_item a {
        color: #81b2bd !important;
    }

    .field-validation-error {
        color: #81b2bd !important;
    }

    h3 .fa {
        color: #81b2bd;
    }

    .registeredInterest,
    .myAccount,
    .applicationForm {
        min-height: 500px;
        height: auto !important;
        height: 500px;
    }

        .registeredInterest .title {
            margin-top: 0;
        }

        .registeredInterest ul li .fa {
            width: 20px;
            color: #81b2bd;
        }

    @media (max-width: 1200px) {
        .registeredInterest img {
            padding-bottom: 15px;
        }

        .registeredInterest .savedListButtons [class*=col] {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 576px) {
        .myAccount .row a,
        .myAccount .row button {
            font-size: 0.9em !important;
        }

        .myAccount h3 {
            font-size: 1.4em;
        }
    }

    .myAccount .gridItem {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .myAccount .gridItem .row:nth-child(2) {
            margin-top: 1px;
        }

        .myAccount .gridItem .row:nth-child(1) a {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .myAccount .gridItem .row:nth-child(2) button {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            font-size: 0.9em;
        }

        .myAccount .gridItem.complete .row:nth-child(1) .fa {
            color: greenyellow;
        }

        .myAccount .gridItem.incomplete .row:nth-child(1) .fa {
            color: #81b2bd;
        }

    .registerLogin .panel {
        min-height: 340px;
    }

    @media (max-width:992px) {
        .registerLogin .panel {
            min-height: initial;
        }
    }

    .backtoaccount {
        margin-top: 10px;
    }

        .backtoaccount a {
            font-size: 0.9em;
            margin-bottom: 10px;
        }

        .backtoaccount hr {
            margin-top: 10px;
        }

    .btnLinkToRegisterInterest,
    .btnLinkToSavedList {
        display: none;
        width: 100%;
    }

    .eligibilityQuestions {
        display: none;
    }

    /* Back to top */
    #topcontrol {
        color: #fff;
        z-index: 99999;
        width: 30px;
        height: 30px;
        font-size: 20px;
        background: #81b2bd;
        position: relative;
        right: 14px !important;
        bottom: 11px !important;
        border-radius: 3px !important;
    }

        #topcontrol:after {
            top: -2px;
            left: 8.5px;
            content: "\f106";
            position: absolute;
            text-align: center;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
        }

        #topcontrol:hover {
            color: #fff;
            background: #81b2bd;
            transition: all 0.3s ease-in-out;
        }
    /* ----------- */

    /* Downloads */
    .documents #ulFiles .file a {
        color: #243746;
        text-decoration: none;
    }

    .documents #ulFiles .folder {
        cursor: pointer;
        cursor: hand;
    }

    .documents #ulFiles .padding_4 {
    }

    .documents #ulFiles .padding_5 {
        padding-left: 15px;
    }

    .documents #ulFiles .padding_6 {
        padding-left: 30px;
    }

    .documents #ulFiles .padding_7 {
        padding-left: 45px;
    }

    .documents #ulFiles .padding_8 {
        padding-left: 60px;
    }

    .documents #ulFiles .padding_9 {
        padding-left: 75px;
    }

    .documents #ulFiles .padding_10 {
        padding-left: 85px;
    }

    .list-group-item-darkblue {
        color: #fff;
        background-color: #243746;
    }
    /* --------- */

    .salesProgression .table {
        margin-bottom: 8px !important;
    }

        .salesProgression .table .fa-check {
            color: greenyellow;
        }

        .salesProgression .table .fa-times {
            color: #81b2bd;
        }

        .salesProgression .table th {
            width: 40px;
            text-align: center;
            background-color: #243746;
            vertical-align: middle !important;
        }

    .salesProgression .table-bordered > tbody > tr > td,
    .salesProgression .table-bordered > tbody > tr > th,
    .salesProgression .table-bordered > tfoot > tr > td,
    .salesProgression .table-bordered > tfoot > tr > th,
    .salesProgression .table-bordered > thead > tr > td,
    .salesProgression .table-bordered > thead > tr > th {
        border: 1px solid #243746;
        line-height: 2em;
    }

    .backtofindahomeBtn {
        float: right;
        margin-bottom: 10px;
    }

        .backtofindahomeBtn .fa {
            color: #81b2bd;
        }

    @media (max-width:992px) {
        .backtofindahomeBtn {
            float: initial;
            margin-bottom: 0;
            display: block;
        }
    }

    .btn-light_blue {
        color: #ffffff !important;
        background-color: #81B2BD !important;
        border-color: #81B2BD !important;
    }

        .btn-light_blue:hover,
        .btn-light_blue:focus,
        .btn-light_blue:active,
        .btn-light_blue.active,
        .open .dropdown-toggle.btn-light_blue {
            color: #ffffff;
            background-color: #6D9DA8;
            border-color: #81B2BD;
        }

        .btn-light_blue:active,
        .btn-light_blue.active,
        .open .dropdown-toggle.btn-light_blue {
            background-image: none;
        }

        .btn-light_blue.disabled,
        .btn-light_blue[disabled],
        fieldset[disabled] .btn-light_blue,
        .btn-light_blue.disabled:hover,
        .btn-light_blue[disabled]:hover,
        fieldset[disabled] .btn-light_blue:hover,
        .btn-light_blue.disabled:focus,
        .btn-light_blue[disabled]:focus,
        fieldset[disabled] .btn-light_blue:focus,
        .btn-light_blue.disabled:active,
        .btn-light_blue[disabled]:active,
        fieldset[disabled] .btn-light_blue:active,
        .btn-light_blue.disabled.active,
        .btn-light_blue[disabled].active,
        fieldset[disabled] .btn-light_blue.active {
            background-color: #81B2BD;
            border-color: #81B2BD;
        }

        .btn-light_blue .badge {
            color: #81B2BD;
            background-color: #ffffff;
        }

    .panel-danger {
        border-color: #81b2bd;
    }

        .panel-danger > .panel-heading {
            color: #ffffff;
            background-color: #81b2bd;
            border-color: #81b2bd;
        }

    .panel-success {
        border-color: #243746;
    }

        .panel-success > .panel-heading {
            color: #ffffff;
            background-color: #243746;
            border-color: #243746;
        }

    /*Umbraco Forms */
    .umbraco-forms-field-wrapper {
        margin-bottom: 10px !important;
    }


    /*
    New development carousel
*/
    .carousel-indicators button.thumbnail {
        width: 100px;
        height: auto;
        background-color: transparent !important;
    }

        .carousel-indicators button.thumbnail:not(.active) {
            opacity: 0.7;
        }

    .carousel-indicators {
        position: static;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }


    .control-label {
        font-weight: bold;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .header-fp-grey {
        font-family: 'Feeling-Passionate' !important;
        color: rgba(127, 127, 127, 1);
    }

    .header-fp-teal {
        font-family: 'Feeling-Passionate' !important;
        color: #0094a9;
    }

    .header-fp-purple {
        font-family: 'Feeling-Passionate' !important;
        color: #af79a4;
    }
	
.umb-block-grid__layout-item {
    padding: 0.75rem;
}