section.resident-sections {
    font-size: 0;
    max-width: 1170px;
    display: flex;
    margin: 0 auto;
    flex-flow: wrap;
        padding-top: 60px;
}

.single-resident-section {
    font-size: 18px;
    width: calc(50% - 10px);
    padding: 15px;
    height: 300px;
    display: flex;
    margin: 0 5px 40px;
    transition: all 0.5s ease 0s;    
    position: relative;
}
.resident-section-content {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
}
h2.resident-section-title {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 20%;
    margin: 0;    
    position: relative;
    line-height: 1.5;
}
h4.resident-section-subtitle {
    padding-left: 20%;
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 18px;
}
h2.resident-section-title:after {
    content: "\f054";
    font-family: fontawesome;
    font-weight: 400;
    font-size: 30px;
    margin-left: 0;
    position: absolute;
    left: calc(20% - 25px);
    line-height: 1;
    top: 24px;
}
a.resident-section-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}
.fixed-links {
    clear: both;
    font-size: 0;
    position: relative;
}
a.fixed-resource-link {
    display: inline-block;
    width: calc(50% - 20px);
/*    max-width: 570px;*/
    margin: 25px 10px 80px;
    padding: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    position: relative;
}
a.fixed-resource-link:before {
    content: "\f054";
    font-family: fontawesome;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    left: auto;
    line-height: 1;
    top: auto;
    margin-left: 0;
    margin-right: 10px;
}
.flexi-resource-links {
    display: flex;
    flex-flow: wrap;
}
.single-resource {
    width: calc(50% - 20px);
    margin: 0 10px 35px;
}
.single-resource-header {
    padding: 5px;    
    position: relative;
}
.single-resource-header h4 {
        color: #fff;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 15px 0;
    padding-left: 25px;
    vertical-align: middle;
}
.single-resource-header h4 span {
    display: inline-block;
    font-size: 33px;
    line-height: 27px;
    margin-right: 15px;
}
.single-resource-icon {
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.single-resource-content {
    padding: 25px;
    font-size: 18px;
    line-height: 2;
}
a.flexi-resource-link {
    font-weight: 700;
    display: block;
    margin-top: 10px;
}
.container.resources-boxes {
    z-index: 9;
    position: relative;
    padding-top: 60px;
}
.fixed-links:after {
    width: 90%;
    max-width: 500px;
    bottom: 0;
    left: 50%;
    height: 1px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
}
.maintenance-form-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.maintenance-form-popup.active {
    z-index: 999;
    opacity: 1;
}
.maintenance-form-popup .popup-body {
    position: absolute;
    width: 90%;
    max-width: 820px;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 50px 100px;
}
.popup-close {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
}
.popup-body h2.luxury-life-heading {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 65px;
}
body .maintenance-form-popup .popup-body .forminator-field input.forminator-input, body .maintenance-form-popup .popup-body .forminator-field textarea.forminator-textarea {
    background: #fbf9f5;
    padding: 15px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
}
body .maintenance-form-popup .popup-body .forminator-row {
    margin-bottom: 15px !important;
}
body .maintenance-form-popup .popup-body .forminator-custom-form .forminator-col div#submit button.forminator-button {
    display: inline-block;
    padding: 17px 55px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin: 0 8px 15px;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.2);
}
body .maintenance-form-popup .popup-body .forminator-custom-form .forminator-col div#submit {
    text-align: center;
}
body .maintenance-form-popup .popup-body .forminator-custom-form .forminator-response-message.forminator-success.forminator-show {
    background: transparent;
    text-align: center;
}
body .maintenance-form-popup .popup-body .forminator-custom-form .forminator-response-message strong {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 2;
}
body .maintenance-form-popup .popup-body .forminator-custom-form .forminator-response-message p {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.5;
}