.hurricane-guide-hero {
	  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/sites/pgt/files/2026-04/pgt-hurricane-video-poster-frame-0-1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: grid;
    align-items: end;
}
.hurricane-guide-hero h1 {
	font-size: 4em;
	line-height:1.2em;
}

.hurricane-damage-risk .paragraph--type--feature-grid .field--name-field-feature-grid-card>.field__item {
    width: calc(20% - 22px);
}

#preparing-for-a-hurricane .layout--wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%;
    z-index: 5;
}

#preparing-for-a-hurricane p, #preparing-for-a-hurricane label, #preparing-for-a-hurricane .webform-element-description {
		color: #ffffff!important;
}
