/*
Theme Name:     Child of purdue-home-theme
Theme URI:      
Description:    Purdue-home-theme child theme.
Author:         Auto-generated
Author URI:     
Template:       purdue-home-theme
Version:        0.1.0
*/
.purdue-home-teritary-hero__content {
    max-width: 1110px !important;
}

p {
    line-height: 1.5;
}

p:not(:last-child) {
    margin-bottom: 1.5rem;
}

h2:not(:first-child) {
    margin-top: 0rem;
}

h2:not(:last-child) {
    margin-bottom: 1.5rem;
}

.purdue-accordion-wrap .purdue-accordion__content p:not(:last-child) {
    margin-bottom: 0.5rem !important;
}

/*#######################
#####UTILITY CLASSES#####
#########################*/

.details-has-h3-style summary {
    font-size: 1.625rem;
    font-weight: 700;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    line-height: 1.15;
}

.details-has-h4-style summary {
    font-weight: 500;
    font-size: 1.375rem;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    line-height: 1.27;
    font-weight: bold;
}

/*######################
#####DETAILS BLOCKS#####
########################*/
/*Adjusts margins when using the h3 and h4 styling on details blocks*/
.details-has-h3-style> :nth-child(2) {
    margin-top: 1rem;
}

.details-has-h4-style> :nth-child(2) {
    margin-top: .5rem;
}

.details-has-h3-style {
    margin-bottom: 1rem;
}

.details-has-h4-style {
    margin-bottom: .5rem;
}