/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION HEAD*/

#section-head {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-bottom: 25px;
}


#section-head h1 {
    font-size: 2rem;
}

#section-head .description {
    font-size: 1rem;
    line-height: 155%;
}

#section-head .sub-container {
    width: 100%;
}

#section-head .sub-container.remote-help {
    padding-right: 0%;
}

#section-head .sub-container.remote-help #remote-help-button {
    font-size: 1.15rem;
}

@media (min-width: 576px) {
    #section-head {
        justify-content: space-between;
    }

    #section-head .sub-container.remote-help {
        text-align: right;
        width: 45%;
        padding-right: 5%;
    }

    #section-head .sub-container.navigation {
        width: 50%;
    }

    #section-head .sub-container.remote-help #remote-help-button {
        width: auto;
    }
}

@media (min-width: 768px) {
    #section-head .description {
        font-size: 1.15rem;
        line-height: 165%;
    }
}

@media (min-width: 992px) {
    #section-head h1 {
        font-size: 2.5rem;
    }

    #section-head .description {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {

}

@media print {

    #section-head {

    }

    #section-head .sub-container.remote-help #remote-help-button {
        display: none;
    }

}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION LINKS*/

#section-links {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

#section-links .page-link {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 150px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}

#section-links .page-link .link-icon {
    max-width: 100px;
    width: 100%;
}

#section-links .page-link .title {
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

#section-links .page-link .description {
    line-height: 150%;
    font-size: .9rem;
    margin: 0 auto;
    padding-bottom: 15px;
    min-height: 99px;
}

#section-links .page-link .btn {
    font-weight: bold;
}

@media (min-width: 576px) {
    /*MOBILE (LARGE)*/
    #section-links {

    }

    #section-links .page-link .link-icon {
        max-width: 150px;
    }

    #section-links .page-link .title {
        font-size: 1.2rem;
    }

    #section-links .page-link .description {
        font-size: 1rem;
    }

    #section-links .page-link {
        width: 48%;
        max-width: 250px;
    }
}

@media (min-width: 768px) {
    /*TABLET*/
    #section-links .page-link .description {
        min-height: 87px;
    }
}

@media (min-width: 992px) {
    /*LAPTOP*/
    #section-links {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #section-links .page-link {
        max-width: 205px;
    }

    #section-links .page-link .description {
        min-height: 87px;
    }
}

@media (min-width: 1200px) {
    /*LARGE SCREEN*/

}

@media print {

    #section-links {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #section-links .page-link {
        max-width: 205px;
    }

    #section-links .page-link .link-icon {
        max-width: 75px;
    }

    #section-links .page-link .description {
        min-height: 87px;
    }

}


/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SURF REPORT*/

#section-surf-report {
    padding-bottom: 25px;
}

#section-surf-report h3 {
    font-size: 1.6rem;
}

#section-surf-report .sub-container {
    max-width: 600px;
    margin: 0 auto;
}


/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*CONTACT US*/

#section-contact-us {
    padding-bottom: 40px;
    max-width: 950px;
    margin: 0 auto;
}

#section-contact-us .hours-tables {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#section-contact-us .note {
    text-align: center;
}

#section-contact-us .hours {
    width: 95%;
    padding-left: 1%;
}

#section-contact-us .hours h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

#section-contact-us .daily-hours {

}

#section-contact-us .holiday-hours {

}

@media (min-width: 576px) {
    #section-contact-us .hours-tables {
        font-size: 1.1rem;
    }

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    #section-contact-us .hours {
        width: 45%;
    }
}

@media (min-width: 1200px) {

}

@media print {
    #section-contact-us .hours {
        width: 45%;
    }
}