/* Community Level Styles */

/* nav */
.navbar .right-container {
    display: flex;
}

.navbar .right-container .extra-nav-links {
    display: flex;
    margin-right: 40px;
}

.navbar .right-container .extra-nav-links li {
    list-style: none;
}

.navbar .right-container .extra-nav-links .application-mi {
    margin-left: 20px;
}

.navbar .right-container .extra-nav-links li a {
    border: 1px solid var(--navbar-background-transparent-text-color);
    padding: 10px 20px;
}

.navbar .right-container .extra-nav-links li a:hover {
    background: var(--navbar-background-transparent-text-color);
    color: #fff;
    transition: all 350ms ease;
}

@media only screen and (max-width: 768px) {
    .navbar .right-container .extra-nav-links {
        display: none;
    }
}

#intro_text_section .hpt-impact-text .hpt-impact-line-one {
    font-family: var(--fonts-accent);
    font-size: calc(var(--intro-hpt-impact-font-size) * 3.5)
    text-transform: none;
}

#intro_text_section .hpt-impact-text .hpt-impact-line-two,
#intro_text_section .hpt-impact-text .hpt-impact-line-three {
    font-size: calc(var(--intro-hpt-impact-font-size) * 1.5);
    text-transform: none;
}

#intro_text_section .intro-homepage-paragraph-text span {
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three {
        font-size: calc(var(--intro-hpt-impact-font-size) * 3);
        text-transform: none;
    }
}

@media only screen and (min-width: 1024px) {
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three {
        font-size: calc(var(--intro-hpt-impact-font-size) * 3.5);
        text-transform: none;
    }
}

@media only screen and (min-width: 1400px) {
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three {
        font-size: calc(var(--intro-hpt-impact-font-size) * 4);
        text-transform: none;
    }
}

#contact_us_page_container .contact-selection .card .column-1 .button-container .button-style-1 {
    background: var(--secondary-base);
}

#contact_us_page_container .contact-selection .card .column-1 .button-container .button-style-2 {
    background: var(--primary-base);
}

/* rhino stuff */
#rhino_flag {
    display: grid;
    align-items: center;
    background: #6318CE;
    z-index: 11;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0 0 50% 0;
    color: #fff;
    text-align: center;
    animation-duration: 1.25s;
}

#rhino_flag .take-me-to-rhino .rhino-text {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    #fp_app .fp-view-header-group {
        padding: 70px 10px 20px;
    }
    
    #rhino_flag {
        width: 100%;
        height: 35px;
        border-radius: unset;
    }
    
    #rhino_flag .take-me-to-rhino {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: auto auto;
        align-items: center;
    }
    
    #rhino_flag .take-me-to-rhino .rhino-logo {
        width: 100%;
        padding: 2px;
        border-bottom: unset;
        border-right: 1px solid #fff;
    }
    
    #rhino_flag .take-me-to-rhino .rhino-logo img {
        max-width: 50px;
    }
    
    #rhino_flag .take-me-to-rhino .rhino-text {
        font-size: 12px;
        padding: unset;
    }
}

@media only screen and (min-width: 1025px) {
    #fp_app .fp-list-container {
        max-width: 800px;
    }
    
    #fp_app .fp-list {
        grid-template-columns: 1fr 1fr;
    }
    
    #rhino_flag {
        width: 150px;
        height: 150px;
    }
    
    #rhino_flag .take-me-to-rhino .rhino-logo {
        width: 90%;
        padding: 0px 0 5px;
        text-align: left;
        margin: 0 auto;
        padding: 20px 0;
        border-bottom: 1px solid #fff;
    }
    
    #rhino_flag .take-me-to-rhino .rhino-logo img {
        max-width: 50px;
    }
    
    #rhino_flag .take-me-to-rhino .rhino-text {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
        text-align: left;
    }
}

@media only screen and (min-width: 1440px) {
    #fp_app .fp-list-container {
        max-width: 1200px;
    }
    
    #fp_app .fp-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 1600px) {
    #fp_app .fp-list-container {
        max-width: 1200px;
    }
    
    #fp_app .fp-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
     #rhino_flag {
        width: 200px;
        height: 200px;
    }
    
    #rhino_flag .take-me-to-rhino .rhino-logo img {
        max-width: 75px;
    }
    
    #rhino_flag .take-me-to-rhino .rhino-text {
        font-size: var(--body-base-font-size);
        line-height: 20px;
        padding: 10px;
        text-align: left;
    }
}

/* pets */
.pet-card-expanded .confined-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* contact */
#contact_us_page_container .contact-column-2.reverse .contact-group .header-text-style-3 {
    display: none;
}
