@import url("https://group7.connectingmembers.com/Portals/_default/dng-pro-overrides.css");
.header-wrap .logo img {
    max-height: 100%;
    margin-bottom: 0px;
}
.container-padding {
    padding: 10px;
}
h3 {    
    color: #333333;
}
/* Header Styles */
.banner-title {
  min-width: 0 !important;
  max-width: 1100px !important;
  width: 100%;
}
.header-wrapper {
  text-align: center;
  display: inline !important;
  background-color: #4e4d4d87;
}
.header-wrapper h1 {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 4rem !important;
    padding-bottom: 10px !important;
    line-height: 60px !important;
}
.header-wrapper h2 {
    color: white;
    text-transform: uppercase;
    font-size: 2rem !important;
    padding-bottom: 10px !important;
}
.header-wrapper h3 {
    color: white;
    text-transform: uppercase;
    font-size: 1rem !important;
    line-height: 20px !important;
    word-wrap: normal;
}
/* Title Underlines */
.dg-title.title-style04 .decorated.r:after {
    background-image: linear-gradient(to right, #000000 0%, #000000 0%);
}
.dg-flip-box .rotate .back .pic {
    width: 100%;
}
[class*="dg-btn-"].btn-warning {
    color: #ff931e;
    border-color: #ff931e;
    background-color: #FFFFFF;
}
.dng-main [class*="dg-btn-"]:hover {
    color: #000000;
    border-color: #ff931e;
    background: #ff931e;
}
/* Submit Application */
.icon-left > i {
    font-size: 4em;
    margin-top: 3rem;
}
.bg-warning {
    background-color: #ff931e!important;
}
.dg-infobox04 {
    padding: 20px 50px;
}

/* breadcrumbs */
.page-breadcrumbs {
    background: #FFFFFF;
    background-color: #ffffff;
}


/* features */
.rm-features .feature-item .Normal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rm-features .feature-item .Normal > div {
    flex-basis: 100%;
}
.rm-features .feature-item .Normal > div:nth-of-type(2) {
    padding: 1rem;
    order: 1;
}
.rm-features .feature-item .Normal > div > p {
    font-size: 90%;
    margin: 0;
}
.rm-features .feature-item .Normal > div > p > a {
    margin-top: 1rem;
    display: inline-block;
}
.rm-features .feature-item .Normal img {
        width: 100% !important;
        object-fit: cover;
        max-height: 300px;
        aspect-ratio: 2/1;
}
.rm-cta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.rm-cta .dg-infobox04 {
    flex-basis: 33.3333333%;
}

/* For Owners */
.HelpURent {
    background-color: #e9e9e9;
}

/* Contact Page Cards */
.row .topicon {
    padding-top: 25px;
    background-color: #e9e9e9;
    margin-bottom: 20px;
}


/* Media Queries */
@media screen and (min-width: 1149px) {
    .rm-cta {
        flex-direction: row;
    }
    .rm-features .feature-item .Normal > div {
        flex-basis: 50%;
    }
    .rm-features.image-right .feature-item .Normal > div:first-of-type {
        order: 2;
    }
    .rm-features.image-left .feature-item .Normal > div:nth-of-type(2) {
        order: 1;
    }
    .rm-features .feature-item .Normal img {
        max-height: 100%;
        aspect-ratio: 1/1;
    }
    .rm-features.image-right {
        margin-bottom: -60px
    }
}








































































