:root {
    --light-gray-fa: #fafafa !important;
    --light-gray-f0: #f0f0f0 !important;
    
    /* These are also gray1, gray2, and gray3 */
    --light-gray-f8: #f8f8f8 !important;
    --light-gray-ef: #efefef !important;
    --light-gray-cc: #cccccc !important;

    --gray1: #f8f8f8 !important;
    --gray2: #efefef !important;
    --gray3: #cccccc !important;
    
    --gray-33: #333333 !important;

    
    --orange1: #ffbd59 !important;
    --orange2: #fc7d2e !important;
    --orange3: #f85f00 !important;
    --orange4: #c64c00 !important;
    --orange5: #a94303 !important;


    

    /* f2
    d9
    */


    /* portforward.css also defines the following colors
    --bs-light: #efefef;
    --bs-dark: #333333; 
    */
}

#fadeawayNavbar, #fadeawayNavbarMobile {
    display: flex;
    list-style: none;
    opacity: 0;
    transition:
    opacity 0.5s;
    margin-bottom: 0;
}

#fadeawayNavbar a, #fadeawayNavbarMobile a {
    text-decoration: none;
}

.hero {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0;
    background: url("https://portforward.com/build/images/hero/hero5-small.webp") no-repeat center center;
    background-size: cover;
    border-top: 2px solid var(--bs-primary-light);
}

@media (min-width: 768px) {
    .hero {
        background: url("https://portforward.com/build/images/hero/hero5-large.webp") no-repeat center center;
        background-size: cover;
    }
}

.helpcenterbanner {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: var(--light-gray-cc);
    border-radius: 0;
    background: url("https://portforward.com/build/images/helpcenter/helpcenter-billboard-small.webp") no-repeat center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .helpcenterbanner {
        background: url("https://portforward.com/build/images/helpcenter/helpcenter-billboard-large.webp") no-repeat center center;
        background-size: cover;
    }
}

.hoverbutton {
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    
    border: 1px solid  rgba(0, 0, 0, 0.0) !important;
    background-color: var(--light-gray-fa);
}

.hoverbutton:hover {
    background: #fff !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.30) !important;
    border: 1px solid  rgba(0, 0, 0, 0.30) !important;
}

.hoverbutton h5 {
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
}
.hoverbutton:hover h5 {
    color: var(--bs-primary-dark) !important;
}

.hoverbutton .arrow {
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    visibility: hidden;
    opacity: 0;
}

.hoverbutton:hover .arrow {
    visibility: visible;
    opacity: 1;
}

.helpcentercardimage {
    background: url("/build/images/bootstrap/pf-logo-gray.svg") no-repeat center center;
    background-size: 80px 100px;
}

.helpcentercardimagepopular {
    background: url("/build/images/helpcenter/popular-gray.png") no-repeat center center;
    background-size: 100px 80px;
}

.helpcentercardimageqanda {
    background: url("/build/images/helpcenter/qanda-gray.png") no-repeat center center;
    background-size: 100px 80px;
}

.helpcentercardimagetutorials {
    background: url("/build/images/helpcenter/tutorials-gray.png") no-repeat center center;
    background-size: 100px 80px;
}

.helpcentercardimagetroubleshooting {
    background: url("/build/images/helpcenter/troubleshooting-gray.png") no-repeat center center;
    background-size: 100px 80px;
}

.hoverbutton .helpcentercardimage, .hoverbutton .helpcentercardimagepopular, .hoverbutton .helpcentercardimageqanda, .hoverbutton .helpcentercardimagetutorials, .hoverbutton .helpcentercardimagetroubleshooting {
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
}

.hoverbutton:hover .helpcentercardimage {
    background: url("/build/images/bootstrap/pf-logo.svg") no-repeat center center;
    background-size: 80px 100px;
}

.hoverbutton:hover .helpcentercardimagepopular {
    background: url("/build/images/helpcenter/popular.png") no-repeat center center;
    background-size: 100px 80px;
}

.hoverbutton:hover .helpcentercardimageqanda {
    background: url("/build/images/helpcenter/qanda.png") no-repeat center center;
    background-size: 100px 80px;
}

.hoverbutton:hover .helpcentercardimagetutorials {
    background: url("/build/images/helpcenter/tutorials.png") no-repeat center center;
    background-size: 100px 80px;
}

.hoverbutton:hover .helpcentercardimagetroubleshooting {
    background: url("/build/images/helpcenter/troubleshooting.png") no-repeat center center;
    background-size: 100px 80px;
}

.hoverbutton .card-footer {
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    /* color: var(--bs-secondary) !important; */ 
    color: #1e3d4e !important;
    font-weight: bold !important;
    background-color: var(--light-gray-f0);
}

.hoverbutton:hover .card-footer {
    background-color: var(--bs-secondary) !important;
    color: white !important;
}

.hoverbutton .btn {
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    color: var(--bs-secondary);
    background-color: var(--light-gray-f0);
}

.hoverbutton:hover .btn {
    background-color: var(--bs-secondary) !important;
    color: white !important;
}

.helpcentersection {
    border-top: 5px solid var(--bs-light);
}

blockquote {
    border-left: 10px solid var(--bs-primary-light);
    margin-left: 1em;
    padding-left: 1em;
    background-color: var(--light-gray-f8);
    padding-top: 1em;
    padding-bottom: 1em;
}

.blockquote-testimonial {
    background-color: rgba(0,0,0,0);
    border-left: none;
    margin-left: 0em;
    padding-left: 0em;
    padding-top: 1em;
    padding-bottom: 0em;
    font-size: 1.0rem;
}


blockquote a {
    color: #a94303;
}

.showcase {
    margin-left: 1em;
    margin-bottom: 1em;

    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 0.5rem !important;
}

.showcase a {
    color: #a94303;
}


#testimonials blockquote {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    background-color: var(--bs-light);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1em;
}

#testimonials blockquote p {
    font-style: italic;
}

a,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    /* This prevents named elements from scrolling under the sticky-stop navbar*/
    scroll-margin-top: 5em;
}

#tcpports,
#udpports {
    font-weight: bold;
}

#table-of-contents {
    background-color: var(--light-gray-f8);
    width: 50%;
    min-width: 300px;
}

#table-of-contents a {
    color: #a94303;
}

#table-of-contents .no-bullet {
    list-style: none;
}

#topcurrentapp {
    /* the html calls for bootstrap alert and alert-dark, but this over-rides the colors */
    /* remove the alert and alert-dark whenever it is convenient */
    background-color: var(--light-gray-ef) !important;
}

#topcurrentapp a {
    color: var(--orange5) !important;
    font-weight: 600 !important;
}