/*
Theme Name: Property
Author: Property
Description: Property Wordpress Theme
Version: 3.10.21
*/

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: rgba(116, 134, 146, .6);
    transition: all .5s;
}
#header.sticky {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(116, 134, 146, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

#header .logo img {
    max-height: 60px;
    transition: all .5s;
}
#header.sticky .logo img {
    max-height: 50px;
}

#header .navbar {
    padding: 0;
    margin: 0;
}
#header .navbar #main-menu > li {
    margin: 0 1px;
    transition: all .5s;
}
#header .navbar #main-menu > li > a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    padding: 17px 15px;
    margin: 0;
    background-color: transparent;
}
#header .navbar #main-menu > li.current-menu-item > a,
#header .navbar #main-menu > li:hover > a {
    background-color: #64747e;
}
#header .navbar #main-menu > li.menu-item-has-children > a::after {
    content: "\f107";
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 600;
    border: 0;
    padding-left: 7px;
    vertical-align: unset;
}
#header .navbar #main-menu > li > ul.dropdown-menu {
    width: 240px;
    top: calc(100% - 2px);
    left: -10px;
    padding: 10px 0;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
#header .navbar #main-menu > li > ul.dropdown-menu li a {
    width: calc(100% - 40px);
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 5px;
    margin: 0 15px;
    white-space: unset;
}
#header .navbar #main-menu > li > ul.dropdown-menu li a:hover, 
#header .navbar #main-menu > li > ul.dropdown-menu li a:focus, 
#header .navbar #main-menu > li > ul.dropdown-menu li.active a {
    text-decoration: underline;
    background-color: transparent;
}

#hero-sub {
    height: 590px;
    background-size: cover;
    background-position: center;
}
#hero img {
    height: 845px;
    -o-object-fit: cover;
    object-fit: cover;
}
#hero h1, #hero-sub h1 {
    color: #FFF;
    font-family: 'Oswald';
    font-size: 80px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#hero-sub h1 {
    font-size: 70px;
    letter-spacing: 1.4px;
}
#hero a, #virtual .contact a, .neighborhood a, .virtual-tour-btn a {
    display: inline-block;
    color: #FFF;
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.3px;
    padding: 12px 80px 13px 80px;
    margin: 41px auto 55px;
    border: 2px solid #748692;
    background-color: #748692;
}
#hero a:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: #FFF;
}

#hero .carousel-indicators {
    bottom: 50px;
    margin: 0;
}
#hero .carousel-indicators li {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    background-color: transparent;
    border-radius: 50%;
}
#hero .carousel-indicators li.active {
    border-color: #FFF;
}
#hero .carousel-indicators li::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #FFF;
    border-radius: 50%;
    bottom: 7px;
    left: 7px;
}

#about p {
    color: #6a6056;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0;
}
#about p:last-of-type {
    margin-bottom: 0;
}
#about p span {
    font-family: 'Oswald';
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

#virtual, .virtual-tour {
    position: relative;
    background-color: #f4f6f5;
	    margin-bottom: 60px;
}
#virtual::before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
#virtual h1, #services h1, .virtual-tour h1, .unit-features h1, .unit-plans h1 {
    color: #748692;
    font-family: 'Oswald';
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.virtual-tour h1 {
    text-align: center;
    margin-bottom: 40px;
}
#virtual p, #services p, .virtual-tour p {
    color: #6a6056;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0;
    margin: 25px 0 50px 0;
}
#virtual .contact a {
    margin: 65px auto 0;
}
#virtual .contact a:hover, .virtual-tour-btn a:hover {
    color: #748692;
    text-decoration: none;
    background-color: transparent;
}

#services .item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 250px;
    margin: 20px 15px 0 15px;
    background-size: cover;
    background-position: top center;
}
#services .item a:hover {
    text-decoration: none;
    transform: scale(1.2);
}
#services .item a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(88, 104, 113, .57);
    transition: all .5s;
}
#services .item a:hover::before {
    background-color: rgba(88, 104, 113, .33);
}
#services .item a h2 {
    position: relative;
    color: #FFF;
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 50px;
    margin: 0;
    z-index: 9;
}

#contact {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #60757f;
}

#contact .address p {
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 8px 0 0 0;
}
#contact .address p:first-of-type {
    margin-right: 60px;
    margin-left: 15px;
}
#contact .address p:first-of-type::after {
    content: '|';
    position: absolute;
    right: -35px;
    top: -1px;
}
#contact hr{

	    margin-top: .3em;
    margin-bottom: .3em;
    border: 0;
    border-top: 3px solid rgb(255 255 255);
    width: 50%;
    float: right;

}
#contact .address a {
    width: 394px;
    display: block;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.17px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0 17px 0;
    margin: 10px 0 28px 0;
    border: 1px solid rgba(255, 255, 255, .58);
}
#contact .address a:hover {
    text-decoration: none;
    border-color: #FFF;
}

#contact .dmg img {
    padding-bottom: 23px;
    margin-bottom: 22px;
    border-bottom: 2px solid #FFF;
}
#contact .dmg h3 {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 0;
}
#contact .dmg a {
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0px 0 7px 0;
    border-bottom: 1px solid transparent;
}
#contact .dmg a:hover {
    text-decoration: none;
    border-color: #FFF;
}
#contact .dmg p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}

#footer {
    background-color: #536870;
}

#footer .logos img {
    margin-right: 30px;
}

#footer .copy-menu p {
      color: rgb(255 255 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.14px;
    padding: 0;
    margin: 0 15px; 
} 

#footer .copy-menu ul {
    display: flex;
}
#footer .copy-menu ul li {
    position: relative;
    margin: 0 15px;
}
#footer .copy-menu ul li:after{
    content: '|';
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    position: absolute;
    left: -16px;
    top: -6px;
}
#footer .copy-menu ul li a {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.14px;
    padding: 0;
    margin: 0;
}
#footer .copy-menu ul li a:hover {
    text-decoration: underline;
}

#page-wrapper {
    overflow: hidden;
}
#page-wrapper #main,
#index-wrapper #main,
#single-wrapper #main {
    position: relative;
    padding-top: 80px;
}

#page-wrapper .page-headline {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f7f8;
}
#page-wrapper .page-headline::before,
#page-wrapper .page-headline::after,
#page-wrapper .unit-tabs::before,
#page-wrapper .unit-tabs::after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f4f7f8;
    position: absolute;
    top: 0;
    left: -70vw;
}
#page-wrapper .page-headline::after,
#page-wrapper .unit-tabs::after {
    left: initial;
    right: -70vw;
}
#page-wrapper .page-headline p {
    position: relative;
    color: #6a6056;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
    z-index: 9;
}

#index-wrapper a:hover {
    text-decoration: none;
}
#index-wrapper .entry-content h2 {
    padding-top: 0;
    padding-bottom: 0;
}
#index-wrapper .entry-content p.read-more {
    display: inline-block;
    color: #000;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
#index-wrapper a:hover .entry-content p.read-more {
    border-color: #000;
}

nav.pagination,
.sitemap-by-click5_pagination {
    width: 100%;
    justify-content: center;
    margin: 50px auto 0;
}
nav.pagination ul .page-item:not(.active):hover .page-link {
    color: #748692;
}
nav.pagination ul .page-item .page-link,
.sitemap-by-click5_pagination .pagination-item,
.sitemap-by-click5_pagination strong {
    color: #748692;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 25px 14px;
    background-color: transparent;
    border: 0;
    border-radius: 17px !important;
}
nav.pagination ul .page-item .page-link.next,
nav.pagination ul .page-item .page-link.prev {
    color: #748692;
    font-family: "Arial";
    font-size: 19px;
}
nav.pagination ul .page-item.active .page-link,
.sitemap-by-click5_pagination strong {
    color: #FFF;
    background-color: #748692;
}

#single-wrapper h1.entry-title, .entry-content h2, .entry-content h3, .entry-content h4, #widget-area h3 {
    color: #748692;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.21px;
}
#single-wrapper h1.entry-title {
    font-size: 27px;
    padding-bottom: 5px;
}
.entry-content h3, #widget-area h3 {
    font-size: 21px;
    line-height: 30px;
}
.entry-content h4 {
    font-size: 19px;
    line-height: 30px;
}

.entry-content p, .entry-content ul li, .entry-content ol li, #widget-area ul li {
    color: #6a6056;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.19px;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter, .entry-content .video img.aligncenter {
    display: block;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul, #widget-area ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li, #widget-area ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}
.entry-content ul li::before, #widget-area ul li::before {
    content: "\f054";
    color: #748692;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    position: absolute;
    left: 0;
}
.entry-content ol {
    padding-left: 25px;
}

.entry-content blockquote:before {
    width: 8px;
    background-color: #748692;
    border-radius: 3px;   
}
.entry-content blockquote p {
    color: #6a6056;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

.btn-back {
    color: #748692;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding: 0;
    border: 0 !important;
    border-bottom: 1px solid transparent !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
    border-radius: 0;
}
.btn-back:hover, .btn-back:active, .btn-back:focus {
    color: #748692 !important;
    border-color: #748692 !important;
}

/* .page-template-virtual #main p {
    position: relative;
    margin-bottom: 80px;
}
.page-template-virtual #main p::before {
    content: '';
    display: block;
    width: 134px;
    height: 134px;
    background-image: url('img/icons/icon-info.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: 77px;
    z-index: -1;
} */
.page-template-floor-plans #main .entry-content strong,
.page-template-virtual #main .entry-content strong {
    font-family: 'Oswald';
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.neighborhood.color {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f4f7f8;
}
.neighborhood .photo img {
    margin-top: 150px;
}

.neighborhood a {
    margin: 0 auto;
}
.neighborhood a:hover {
    color: #748692;
    text-decoration: none;
    background-color: transparent;
}

.unit-tabs {
    position: relative;
    background-color: #f4f7f8;
}
.unit-tabs ul {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9;
}
.unit-tabs ul li {
    padding: 35px 59px;
    margin: 0 1px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}
.unit-tabs ul li.active, .unit-tabs ul li:hover {
    background-color: #FFF;
}
.unit-tabs ul li h2 {
    color: #586871;
    font-family: 'Oswald';
    font-size: 27px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.unit-tabs ul li p {
    color: #6a6056;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 5px 0 0 0;
    margin: 0;
}

.unit-content {
    display: none;
    padding-top: 80px;
}
.unit-content.active {
    display: flex;
}
.unit-content .headline > div {
    padding: 55px 65px 60px 65px;
    background-color: #eff3f4;
}
.unit-content .headline h2 {
    color: #647680;
    font-family: 'Oswald';
    font-size: 47px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.47px;
    padding: 0;
    margin: 0;
}
.unit-content .headline h3 {
    color: #938e89;
    font-size: 29px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    margin: 0;
}

.unit-content .content p {
    color: #6a6056;
    font-size: 21px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.21px;
    padding: 0 0 17px 0;
    margin: 0 0 11px 0;
    border-bottom: 1px solid #dcdcdc;
}
.unit-content .content span {
    color: #6a6056;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0;
}

.unit-content .photo {
    margin-top: 70px;
}

#map {
    position: relative;
}
#map::after {
    content: '';
    display: block;
    width: 205px;
    height: 215px;
    background-image: url('img/icons/icon-map.png');
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 105px);
}

#contact-wrapper {
    background-color: #f4f7f8;
}
#contact-wrapper h2 {
    display: inline-block;
    color: #748692;
    font-family: 'Oswald';
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px 0;
}
#contact-wrapper .contact a {
    margin-top: 25px;
}
#contact-wrapper .contact a:hover {
    text-decoration: none;
}
#contact-wrapper .contact a i {
    display: block;
    width: 33px;
    height: 33px;
    color: #ec7d46;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    background-color: #FFF;
}
#contact-wrapper .contact a p, #contact-wrapper .info p {
    color: #6a6056;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.17px;
    padding: 0 0 0 20px;
    margin: 0;
}

#contact-wrapper .info h2:not(:first-of-type) {
    margin-top: 38px;
}
#contact-wrapper .info p {
    padding: 6px 0 0 0;
}

#contact-form h1 {
    color: #748692;
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 50px 0;
}

.form-group {
    position: relative;
}
.form-group label {
    color: #61686c;
    font-family: 'Oswald';
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0;
    background-color: #FFF;
    position: absolute !important;
    top: 18px;
    left: 30px;
    z-index: 99 !important;
}
.form-group label span {
    color: #b30006;
    padding-left: 4px;
}
.form-control {
    height: auto;
    color: #61686c;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 23px 25px 22px 25px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    outline: none;
    resize: none;
}
.form-control:focus {
    border-color: #748692;
}
input[type="submit"].wpcf7-submit {
    display: block;
    position: relative;
    color: #FFF;
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.22px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 110px;
    margin: 0 auto;
    border: 0 !important;
    background-color: #748692;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    z-index: 9;
}
input[type="submit"].wpcf7-submit:active,
input[type="submit"].wpcf7-submit:focus {
    box-shadow: 0 0 0 !important;
}

.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    bottom: 0;
}
.wpcf7 span[role="alert"] {
    width: 100%;
    color: #b30006;
    font-size: 13px;
    text-align: left;
    padding: 4px 0 0 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-acceptance-missing {
    color: #b30006;
    text-align: center;
    margin: 20px 0 0 0 !important;
    padding: 10px 18px !important;
    border: 2px solid #b30006 !important;
}

#sidebar-area {
    margin-top: 80px;
}

#widget-area h3 {
    padding-top: 0;
}
#widget-area ul li {
    line-height: 27px;
}
#widget-area ul li::before {
    line-height: 28px;
}

#sticky-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 23px 40px;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    z-index: 99;
}
#sticky-footer .col-sm-4 {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
}
#sticky-footer a {
    color: #546772;
    font-family: 'Oswald';
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#sticky-footer a:hover {
    text-decoration: none;
}
#sticky-footer .col-sm-4:first-of-type {
    padding-left: 5px;
    border-right: 1px solid #DDD;
}
#sticky-footer .col-sm-4:last-of-type {
    padding-right: 5px;
    border-left: 1px solid #DDD;
}

.virtual-tour::before, .virtual-tour-2::before {
    content: '';
    display: block;
    width: 436px;
    height: 438px;
    background-image: url('img/aod-white-icon.png');
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.virtual-tour-2::before {
    background-image: url('img/aod-blue-icon.png');
}
.virtual-tour-2 {
    background-color: #FFF;
}

.virtual-tour-btn a {
    margin: 0 auto;
}

.unit-features .headline {
    margin-bottom: 25px;
}

.unit-features .item {
    margin-top: 10px;
}
.unit-features .item > div {
    width: 100%;
    height: 160px;
    position: relative;
    background-size: cover;
}
.unit-features .item h3 {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    width: 100%;
    color: #FFF;
    font-family: 'Oswald';
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    padding: 15px;
    margin: 0;
    background-color: rgba(116, 134, 146, .6);
}

.unit-plans .item {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
.unit-plans .item > div {
    height: 100%;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #EDEEF0;
}
.unit-plans .item h2 {
    color: #6a6056;
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.unit-plans .item p {
    color: #6a6056;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
}
.unit-plans .item span {
    display: inline-block;
    color: #6a6056;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}

.unit-plans .item .image {
    height: calc(100% - 110px);
    background-color: #FFF;
}
.unit-plans .item .image img {
    padding: 30px 50px;
}
.unit-plans .item a {
    display: block;
    color: #FFF;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 12px 40px 13px 40px;
    margin: -20px auto 0;
    border: 2px solid #748692;
    background-color: #748692;
}
.unit-plans .item a:hover {
    color: #748692;
    text-decoration: none;
    background-color: #FFF;
}