/* Styles used in new single peril template */
body.single-peril {
    background: #f3f3f3;
}
div.peril-img-cropped {
    min-height: 34rem;
    background-size: cover;
    background-position: center top;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    div.peril-img-cropped {
        background-position: left top;
        min-height: 30rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.peril-img-cropped {
        height: 487px;
    }
}
div.peril-info {
    padding: 12rem 0;

}
@media only screen and (min-width: 1200px) {
    div.peril-info {
        padding: 20rem 0;
    }
}
@media only screen and (min-width: 1440px) {
    div.peril-info {
        padding: 22.5rem 0 17.5rem;
    }
}
div.peril-info > h1,
div.peril-info > h2 {
    color: var(--white);
    font-weight: 700;
    letter-spacing: -.5px;
    width: 100%;
    text-align: center;
    font-size: 5.6rem;
    line-height: 6.6rem;
}
@media only screen and (min-width: 1200px) {
    div.peril-info > h1,
    div.peril-info > h2 {
        font-size: 6.8rem;
        line-height: 7.684rem;
        margin-bottom: 0;
    }
}
div.peril-content-wrapper div.peril-content {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: -2px 0 6px 0 rgba(0,0,0,.22);
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}
@media only screen and (min-width: 375px) {
    div.peril-content-wrapper div.peril-content {
        padding: 2rem 2.5rem 4rem;
    }
}
@media only screen and (min-width: 760px) {
    div.peril-content-wrapper div.peril-content {
        max-width: 100%;
        padding: 3.2rem 6rem 6rem 10rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.peril-content-wrapper div.peril-content {
        border-radius: 10px;
        padding: 3.9rem 13.9rem 7.5rem;
    }
}
div.peril-content-wrapper div.peril-content > p {
    color: var(--grayColor6);
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
@media only screen and (min-width: 600px) {
    div.peril-content-wrapper div.peril-content > p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.peril-content-wrapper div.peril-content > p {
        font-size: 2.1rem;
        line-height: 3.5rem;
        margin-bottom: 3.5rem;
    }
}
div.peril-content-wrapper div.peril-content > div.p-desc-brand {
    position: absolute;
    background: url(../images/content-bar-bottom.png);
    width: 207px;
    height: 10px;
    left: calc(50% - 103px);
    bottom: 3rem;
}
@media only screen and (min-width: 768px) {
    div.peril-content-wrapper div.peril-content > div.p-desc-brand {
        bottom: 4rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.peril-content-wrapper div.peril-content > div.p-desc-brand {
        bottom: 4.5rem;
    }
}


#peril_bda {
    margin: 5rem 0;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    #peril_bda {
        margin: 7.7rem 0 0;
        padding-bottom: 15rem;
    }
}
#peril_bda > div.peril-bda-icon {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .3;
}
@media only screen and (min-width: 1200px) {
    #peril_bda > div.peril-bda-icon.earthquake {
        width: 330px;
        height: 330px;
        left: -60px;
        bottom: -60px;
    }
    #peril_bda > div.peril-bda-icon.extreme-heat {
        width: 220px;
        height: 220px;
        left: 0;
        bottom: 0;
    }
    #peril_bda > div.peril-bda-icon.flood {
        width: 400px;
        height: 400px;
        left: -120px;
        bottom: -100px;
    }
    #peril_bda > div.peril-bda-icon.hail {
        width: 300px;
        height: 300px;
        left: -50px;
        bottom: -50px;
    }
    #peril_bda > div.peril-bda-icon.hurricane {
        width: 440px;
        height: 440px;
        left: -200px;
        bottom: -140px;
    }
    #peril_bda > div.peril-bda-icon.lightning {
        width: 300px;
        height: 300px;
        left: -40px;
        bottom: -80px;
    }
    #peril_bda > div.peril-bda-icon.tornado {
        width: 375px;
        height: 375px;
        left: -100px;
        bottom: -20px;
    }
    #peril_bda > div.peril-bda-icon.tsunami {
        width: 400px;
        height: 400px;
        left: -120px;
        bottom: -100px;
    }
    #peril_bda > div.peril-bda-icon.wildfire {
        width: 400px;
        height: 400px;
        left: -120px;
        bottom: -100px;
    }
    #peril_bda > div.peril-bda-icon.winter-storm {
        width: 300px;
        height: 300px;
        left: -60px;
        bottom: -40px;
    }
}
h1.bda-head,
h2.bda-head {
    font-weight: 700;
    color: var(--headerColor);
    font-size: 3.2rem;
    line-height: 3.8rem;
    text-align: center;
    padding: 0 10%;
    letter-spacing: -.4px;
}
@media only screen and (min-width: 1200px) {
    h1.bda-head,
    h2.bda-head {
        font-size: 4rem;
        line-height: 4.6rem;
    }
}
div.bda-wrapper {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
    div.bda-wrapper {
        justify-content: space-evenly;
        flex-wrap: nowrap;
        margin-top: 6rem;
    }
}
div.bda-content {
    flex-basis: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
}
div.bda-wrapper > div.bda-content:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
    div.bda-content {
        flex-basis: 30%;
        margin-bottom: 0;
    }
}
div.bda-content.show-check::after {
    display: block;
    position: absolute;
    content: '';
    background: url(../images/peril-check.png);
    width: 15px;
    height: 15px;
    top: 10px;
    left: calc(50% - 70px);
}
@media only screen and (min-width: 1200px) {
    div.bda-content.show-check::after {
        left: unset;
        right: -7.5px;
        top: 18.5px;
    }
}
div.bda-content > h3 {
    color: var(--headerColor);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 2.6rem;
    line-height: 3.4rem;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
    div.bda-content > h3 {
        margin-bottom: 2.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.bda-content > h3 {
        font-size: 3.2rem;
        line-height: 4rem;
        margin-bottom: 2rem;
    }
}
div.bda-content > h3.show-dots::after {
    display: block;
    position: absolute;
    content: '';
    background: url(../images/peril-bda-dots.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 0;
    bottom: 6px;
    right: 60px;
}
@media only screen and (min-width: 768px) {
    div.bda-content > h3.show-dots::after {
        width: 50%;
        bottom: -16px;
        right: 19%;
    }
}
@media only screen and (min-width: 992px) {
    div.bda-content > h3.show-dots::after {
        right: 14.3%;
    }
}
@media only screen and (min-width: 1200px) {
    div.bda-content > h3.show-dots::after {
        width: 233px;
        right: -130px;
        bottom: 6px;
    }
}
@media only screen and (min-width: 1440px) {
    div.bda-content > h3.show-dots::after {
        bottom: 5px;
    }
}
div.bda-content > p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 0 2rem;
    margin-bottom: 1.6rem;
}
@media only screen and (min-width: 600px) {
    div.bda-content > p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
@media only screen and (min-width: 768px) {
    div.bda-content > p {
        padding: 0 5rem;
    }
}
@media only screen and (min-width: 992px) {
    div.bda-content > p {
        padding: 0 12rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.bda-content > p {
        text-align: left;
        font-size: 1.6rem;
        line-height: 2.5rem;
        padding: 0 2rem;
    }
}
#custom_recs {
    background-color: var(--headerColor);
    background-image: url(../images/blue-print.png);
    background-repeat: no-repeat;
    background-position:right center;
}
@media only screen and (min-width: 1200px) {
    #custom_recs {
        height: 37rem;
    }
}
div.recs-wrapper {
    padding-top: 3.4rem;
    padding-bottom: 7rem;
}
@media only screen and (min-width: 600px) {
    div.recs-wrapper {
        padding-top: 4.8rem;
        padding-bottom: 8rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.recs-wrapper {
        padding-top: 6.4rem;
        padding-bottom: 11rem;
    }
}
div.recs-wrapper > h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 3.2rem;
    line-height: 3.8rem;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.recs-wrapper > h2 {
        font-size: 4rem;
        line-height: 4.6rem;
    }
}
div.recs-wrapper #p_search_form {
    margin-top: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.recs-wrapper #p_search_form {
        margin-top: 4rem;
    }
}
div.recs-wrapper #p_search_form div.peril-search {
    flex-wrap: wrap;
}
div.recs-wrapper #p_search_form div.zip-input {
    flex-basis: 100%;
}
@media only screen and (min-width: 412px) {
    div.recs-wrapper #p_search_form div.zip-input {
        flex-basis: 88%;
    }
}
@media only screen and (min-width: 768px) {
    div.recs-wrapper #p_search_form div.zip-input {
        flex-basis: 64%;
    }
}
@media only screen and (min-width: 1200px) {
    div.recs-wrapper #p_search_form div.zip-input {
        flex-basis: 50%;
    }
}
div.recs-wrapper #p_search_form div.zip-submit {
    flex-basis: 100%;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.recs-wrapper #p_search_form div.zip-submit {
        margin-top: 3.5rem;
    }
}
#p_top_upgrades {
    margin-bottom: 3.6rem;
}
#p_top_upgrades > div.peril-content-wrapper {
    margin-top: -4rem;
}
#p_top_preps {
    margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
    #p_top_preps {
        margin-bottom: 6.4rem;
    }
}
@media only screen and (min-width: 1200px) {
    #p_top_preps {
        margin-bottom: 8.4rem;
    }
}
#p_top_preps > div.peril-content-wrapper {
    margin-top: unset;
}
#p_top_preps > div.peril-content-wrapper.mtop-neg {
    margin-top: -4rem;
}
#p_top_preps div.peril-content > div.reverse-flex,
#p_top_upgrades div.peril-content > div.reverse-flex {
    padding: 2rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 600px) {
    #p_top_preps div.peril-content > div.reverse-flex,
    #p_top_upgrades div.peril-content > div.reverse-flex {
        padding: 2rem 3.5rem 4rem;
    }
}
@media only screen and (min-width: 768px) {
    #p_top_preps div.peril-content > div.reverse-flex,
    #p_top_upgrades div.peril-content > div.reverse-flex {
        padding: 4rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    #p_top_upgrades div.peril-content,
    #p_top_preps div.peril-content {
        justify-content: space-between;
        padding: 3.5rem 6.2rem;
    }
    #p_top_preps div.peril-content > div.reverse-flex,
    #p_top_upgrades div.peril-content > div.reverse-flex {
        justify-content: center;
    }
    #p_top_preps div.peril-content > div.reverse-flex {
        /*flex-wrap: wrap-reverse;*/
    }
}
#p_top_upgrades div.peril-content > h2,
#p_top_preps div.peril-content > h2,
#w_vs_w div.diff-label h2,
#peril_videos div.videos-label h2 {
    width: 100%;
    color: var(--headerColor);
    font-weight: 700;
    letter-spacing: -.4px;
    text-align: center;
    font-size: 2.6rem;
    line-height: 3.3rem;
}
@media only screen and (min-width: 1200px) {
    #p_top_upgrades div.peril-content > h2,
    #p_top_preps div.peril-content > h2,
    #w_vs_w div.diff-label h2,
    #peril_videos div.videos-label h2 {
        font-size: 2.6rem;
        line-height: 3.3rem;
        margin-bottom: 4rem;
    }
}
div.peril-content > div.reverse-flex > div.mit-tile {
    flex-basis: 90%;
    background-color: #fff;
    border: 1px solid var(--grayColor1);
    border-radius: 3px;
    box-shadow: 2px 0 5px 0 rgba(0,0,0,0.05);
    position: relative;
}
@media only screen and (min-width: 768px) {
    div.peril-content > div.reverse-flex > div.mit-tile {
        flex-basis: 45%;
    }
}
@media only screen and (min-width: 1200px) {
    div.peril-content > div.reverse-flex > div.mit-tile {
        flex-basis: 30%;
    }
}
div.reverse-flex > div.mit-tile {
    margin-right: 0;
    margin-bottom: 3rem;
}
div.reverse-flex > div.mit-tile:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    div.reverse-flex > div.mit-tile {
        margin-right: 2rem;
        margin-bottom: 2.5rem;
    }
    div.reverse-flex > div.mit-tile:last-of-type {
        margin-bottom: 2.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.reverse-flex > div.mit-tile {
        margin-bottom: 3rem;
    }
}
div.mit-tile > img {
    max-width: 100%;
}
div.mit-tile > h3 {
    color: var(--headerColor);
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.1rem;
    margin-top: 1.6rem;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 4.5rem;
}
@media only screen and (min-width: 1200px) {
    div.mit-tile > h3 {
        width: 90%;
        padding: 0 0 0 1rem;
        margin-bottom: 4.5rem;
    }
}
div.mit-tile > a {
    display: block;
    position: absolute;
    color: var(--flashSecOrange);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-decoration: underline;
    left: calc(50% - 44px);
    bottom: 1.5rem;
}
@media only screen and (min-width: 1200px) {
    div.mit-tile > a {
        font-size: 1.4rem;
        line-height: 1.4rem;
        left: calc(50% - 48px);
        bottom: 1.5rem;
    }
}
/* Peril watch vs. warning styles */
#w_vs_w {
    position: relative;
    margin-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
    #w_vs_w {
        margin-bottom: 6rem;
    }
}
@media only screen and (min-width: 768px) {
    #w_vs_w {
        margin-bottom: 8rem;
    }
}
@media only screen and (min-width: 1200px) {
    #w_vs_w {
        margin-bottom: 10rem;
    }
    #w_vs_w.bot-exp {
        margin-bottom: 16rem;
    }
}
div.diff-wrapper > h3 {
    font-weight: 700;
    color: var(--headerColor);
    letter-spacing: -.4px;
    text-align: center;
    font-size: 2.8rem;
    line-height: 3.8rem;
    padding: 0 2rem;
}
@media only screen and (min-width: 1200px) {
    div.diff-wrapper > h3 {
        font-size: 3.2rem;
        line-height: 4rem;
        padding: 0 2rem;
    }
}
div.diff-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
    div.diff-content-wrapper {
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 2.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.diff-content-wrapper {
        margin-top: 3.5rem;
    }
}
div.diff-content-wrapper > div.diff-content {
    flex-basis: 90%;
    text-align: center;
    margin: 0 auto;
}
@media only screen and (min-width: 600px) {
    div.diff-content-wrapper > div.diff-content:first-of-type {
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    div.diff-content-wrapper > div.diff-content:first-of-type {
        margin-bottom: 0;
    }
    div.diff-content-wrapper > div.diff-content {
        flex-basis: 45%;
        margin: 0;
    }
}
div.diff-content > img {
    margin: 1rem 0 1.5rem;
}
@media only screen and (min-width: 1200px) {
    div.diff-content > img {
        margin: 1rem 0 3rem;
    }
}
/* Watch vs. Warning Icons */
#w_vs_w > div.peril-bda-icon {
    display: block;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .3;
    width: 350px;
    height: 330px;
}
#w_vs_w > div.peril-bda-icon.extreme-heat {
    right: -38px;
    top: 232px;
    width: 240px;
    height: 240px;
}
#w_vs_w > div.peril-bda-icon.flood {
    right: -160px;
    top: 240px;
}
#w_vs_w > div.peril-bda-icon.hail {
    top: 240px;
    right: -165px;
}
#w_vs_w > div.peril-bda-icon.hurricane {
    top: 250px;
    right: -140px;
}
#w_vs_w > div.peril-bda-icon.tornado {
    top: 336px;
    right: -180px;
    height: 340px;
}
#w_vs_w > div.peril-bda-icon.wildfire {
    top: 200px;
    height: 345px;
    right: -120px;
}
#w_vs_w > div.peril-bda-icon.winter-storm {
    top: 135px;
    right: -100px;
}
@media only screen and (min-width: 412px) {
    #w_vs_w > div.peril-bda-icon.tornado {
        top: 288px;
    }
}
@media only screen and (min-width: 600px) {
    #w_vs_w > div.peril-bda-icon.extreme-heat {
        right: -61px;
        top: 172px;
        width: 350px;
        height: 350px;
    }
    #w_vs_w > div.peril-bda-icon.flood {
        top: 200px;
    }
    #w_vs_w > div.peril-bda-icon.hail {
        top: 159px;
    }
    #w_vs_w > div.peril-bda-icon.hurricane {
        top: 192px;
    }
    #w_vs_w > div.peril-bda-icon.tornado {
        top: 173px;
    }
    #w_vs_w > div.peril-bda-icon.wildfire {
        top: 108px;
        right: -136px;
    }
    #w_vs_w > div.peril-bda-icon.winter-storm {
        top: 117px;
        right: -132px;
    }
}
@media only screen and (min-width: 768px) {
    #w_vs_w > div.peril-bda-icon.extreme-heat {
        right: -68px;
        top: 52px;
    }
    #w_vs_w > div.peril-bda-icon.flood {
        top: 57px;
    }
    #w_vs_w > div.peril-bda-icon.hail {
        top: 54px;
    }
    #w_vs_w > div.peril-bda-icon.hurricane {
        top: -5px;
    }
    #w_vs_w > div.peril-bda-icon.tornado {
        top: 9px;
    }
    #w_vs_w > div.peril-bda-icon.wildfire {
        top: 2px;
    }
    #w_vs_w > div.peril-bda-icon.winter-storm {
        top: 33px;
    }
}
@media only screen and (min-width: 992px) {
    #w_vs_w > div.peril-bda-icon.hail {
        top: 14px;
    }
    #w_vs_w > div.peril-bda-icon.hurricane {
        height: 390px;
        width: 420px;
        right: -190px;
    }
    #w_vs_w > div.peril-bda-icon.wildfire {
        top: 18px;
        right: -125px;
    }
}
@media only screen and (min-width: 1200px) {
    #w_vs_w > div.peril-bda-icon.extreme-heat {
        height: 375px;
        width: 375px;
        right: -50px;
        bottom: calc(50% - 200px);
    }
    #w_vs_w > div.peril-bda-icon.flood {
        height: 450px;
        width: 450px;
        right: -120px;
        bottom: calc(50% - 250px);
    }
    #w_vs_w > div.peril-bda-icon.hail {
        height: 450px;
        width: 450px;
        right: -120px;
        bottom: calc(50% - 250px);
    }
    #w_vs_w > div.peril-bda-icon.hurricane {
        height: 438px;
        width: 509px;
        right: -145px;
    }
    #w_vs_w > div.peril-bda-icon.tornado {
        height: 500px;
        width: 500px;
        right: -150px;
        bottom: -100px;
    }
    #w_vs_w > div.peril-bda-icon.wildfire {
        height: 450px;
        width: 450px;
        right: -140px;
        bottom: calc(50% - 250px);
    }
    #w_vs_w > div.peril-bda-icon.winter-storm {
        height: 450px;
        width: 450px;
        right: -110px;
        top: -32px;
    }
}
@media only screen and (min-width: 1440px) {
    #w_vs_w > div.peril-bda-icon.winter-storm {
        right: -80px;
        bottom: unset;
        top: -42px;
    }
}
div.diff-content-wrapper > div.divider {
    display: block;
    flex-basis: 90%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    div.diff-content-wrapper > div.divider {
        flex-basis: unset;
        width: 10px;
        margin: 0;
    }
}
@media only screen and (min-width: 1200px) {
    div.diff-content-wrapper > div.divider {
        display: block;
        width: 10px;
    }
}
div.divider > div.arrow-down {
    display: none;
    height: 10px;
    border-right: 2px solid var(--headerColor);
    border-bottom: 2px solid var(--headerColor);
    transform: rotate(45deg);
    margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
    div.divider > div.arrow-down {
        display: block;
    }
}
div.divider > div.vertical-line {
    height: 6px;
    width: 80%;
    border-bottom: 1px solid #767676;
    margin: 2rem auto;
}
@media only screen and (min-width: 768px) {
    div.divider > div.vertical-line {
        height: 90%;
        width: 6px;
        border-bottom: unset;
        border-right: 1px solid #767676;
        margin: 0;
    }
}
@media only screen and (min-width: 1200px) {
    div.divider > div.vertical-line {
        height: 100%;
    }
}
/* How to Prepare section styles */
section.prep-section {
    position: relative;
    background-color: var(--flashSecBlue);
    padding: 5rem 0 4rem;
}
@media only screen and (min-width: 600px) {
    section.prep-section {
        padding: 8rem 0 7rem;
    }
}
@media only screen and (min-width: 992px) {
    section.prep-section {
        padding: 9rem 0 8rem;
    }
}
section.prep-section.no-t-pad {
    padding-top: 0;
}
@media only screen and (min-width: 1200px) {
    section.prep-section {
        padding: 10.7rem 0 9.3rem;
    }
}
div.prep-content > h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.4px;
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 5rem;
}
@media only screen and (min-width: 412px) {
    div.prep-content > h2 {
        padding: 0 3rem;
    }
}
@media only screen and (min-width: 600px) {
    div.prep-content > h2 {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    div.prep-content > h2 {
        font-size: 3.4rem;
        line-height: 4rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.prep-content > h2 {
        font-size: 4rem;
        line-height: 4.6rem;
        margin-bottom: 4rem;
    }
}
div.prep-content > div.prep-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 1200px) {
    div.prep-content > div.prep-actions {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
div.prep-actions > div.prep-action {
    flex-basis: 60%;
    padding: 0 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 600px) {
    div.prep-actions > div.prep-action {
        flex-basis: 40%;
    }
}
@media only screen and (min-width: 768px) {
    div.prep-actions > div.prep-action {
        flex-basis: 30%;
        padding: 0 3rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.prep-actions > div.prep-action {
        width: 15%;
        padding: 0 1rem;
        margin-bottom: 0;
    }
}
div.prep-action::after {
    display: none;
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background-image: url(../images/white-dots-line.png);
    background-repeat: no-repeat;
    top: 4rem;
    right: -57px;
}
@media only screen and (min-width: 600px) {
    div.prep-action::after {
        display: block;
    }
    div.prep-action.even::after {
        display: none;
    }
}
div.prep-actions > div.prep-action:last-of-type::after {
    display: none;
}
div.prep-action > a {
    display: block;
    color: white;
}
div.prep-action div.circle-line {
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 1rem;
    height: 8rem;
    width: 8rem;
}
@media only screen and (min-width: 600px) {
    div.prep-action div.circle-line {
        margin: 0 auto 1.4rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.prep-action div.circle-line {
        margin: 0 auto 2rem;
    }
}
div.circle-line > div.circle {
    position: relative;
    padding-top: 1rem;
}
div.circle-line > div.circle.service-hurricane {
    padding-top: 2.2rem;
}
div.circle-line > div.circle.insurance-hurricane {
    padding-top: 1.45rem;
    padding-right: .25rem;
}
div.circle-line > div.circle.resilience-hurricane {
    padding-top: 1.7rem;
    padding-left: .3rem;
}
div.circle-line > div.circle.preparedness-hurricane {
    padding-top: 1.2rem;
}
div.circle-line > div.circle.safety-hurricane {
    padding-top: 1.2rem;
    padding-right: .2rem;
}
@media only screen and (min-width: 768px) {
    div.circle-line > div.circle.safety-hurricane {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    div.circle-line > div.circle.resilience-hurricane {
        padding-top: 1.6rem;
    }
    div.circle-line > div.circle.insurance-hurricane {
        padding-top: 1.25rem;
    }
    div.circle-line > div.circle.service-hurricane {
        padding-top: 2.1rem;
    }
}
div.prep-action h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #B9EAF6;
    font-size: 1.6rem;
    line-height: 2.1rem;
}
div.prep-action p {
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.prep-action p {
        padding: 0 2rem;
    }
}
div.peril-bda-icon.preps {
    display: block;
    position: absolute;
    content: '';
    background-image: url(../images/flash-house.png);
    background-repeat: no-repeat;
    width: 572px;
    height: 363px;
    bottom: -20px;
    right: -120px;
}
@media only screen and (min-width: 1200px) {
    div.peril-bda-icon.preps {
        width: 572px;
        height: 363px;
        bottom: -20px;
        right: -120px;
    }
}
/* FAQ sections */
section.peril-faqs {
    margin-top: 4rem;
    padding-bottom: 3rem;
}
@media only screen and (min-width: 600px) {
    section.peril-faqs {
        margin-top: 5rem;
        padding-bottom: 4rem;
    }
}
@media only screen and (min-width: 992px) {
    section.peril-faqs {
        margin-top: 6rem;
        padding-bottom: 5rem;
    }
}
@media only screen and (min-width: 1200px) {
    section.peril-faqs {
        margin-top: 7rem;
        padding-bottom: 6rem;
    }
}
div.peril-single-faqs > h2 {
    font-weight: 700;
    text-align: center;
    color: var(--headerColor);
    letter-spacing: -.4px;
    font-size: 2.8rem;
    line-height: 3.6rem;
}
@media only screen and (min-width: 768px) {
    div.peril-single-faqs > h2 {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.peril-single-faqs > h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}
.peril-faqs div.row.accordions {
    display: flex;
    flex-wrap: wrap;
}
.peril-faqs div.row.accordions p.expander {
    text-align: right;
    margin-bottom: .5rem;
}
@media only screen and (min-width: 768px) {
    .peril-faqs div.row.accordions p.expander {
        margin-bottom: 1rem;
    }
}
.peril-faqs div.row.accordions p.expander > a {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #e87928;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
div.accordions > a.faq-toggle {
    display: block;
    width: 95%;
    margin: 0 auto;
    cursor: pointer;
}
@media only screen and (min-width: 600px) {
    div.accordions > a.faq-toggle {
        width: 100%;
    }
}
div.accordions > a.faq-toggle:hover {
    text-decoration: none;
}
div.accordions > a.faq-toggle:hover > div.flash-accordion {
    background: var(--grayColor1);
}
.peril-faqs div.flash-accordion {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    position: relative;
    border: 2px solid #c4c4c4;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
    margin-bottom: 2rem;
}
.peril-faqs div.flash-accordion > div.accordion-label {
    width: 90%;
    padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
    .peril-faqs div.flash-accordion > div.accordion-label {
        padding-left: 2rem;
    }
}
.peril-faqs div.flash-accordion > div.accordion-label > h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-top: 1rem;
}
@media only screen and (min-width: 600px) {
    .peril-faqs div.flash-accordion > div.accordion-label > h3 {
        font-size: 2.2rem;
        line-height: 2.6rem;
        padding-top: .75rem;
    }
}
@media only screen and (min-width: 768px) {
    .peril-faqs div.flash-accordion > div.accordion-label > h3 {
        padding-top: 1.25rem;
    }
}
@media only screen and (min-width: 992px) {
    .peril-faqs div.flash-accordion > div.accordion-label > h3 {
        font-size: 2.6rem;
        line-height: 3.7rem;
    }
}
.peril-faqs div.flash-accordion > div.accordion-btn {
    width: 10%;
}
.peril-faqs div.acc-drop {
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    width: calc(95% - 2px);
    padding: 1rem 2rem;
}
@media only screen and (min-width: 600px) {
    .peril-faqs div.acc-drop {
        width: calc(100% - 2px);
    }
}
@media only screen and (min-width: 768px) {
    .peril-faqs div.acc-drop {
        padding: 1rem 2rem .5rem;
    }
}
@media only screen and (min-width: 1200px) {
    .peril-faqs div.acc-drop {
        padding: 1rem 7rem 0 2rem;
    }
}
.peril-faqs div.acc-drop > div.single-faq {
    padding-left: 0;
}
div.single-answer > p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: var(--grayColor6);
}
/* ------------------------------------------------------------------------------------------------
   Video Section Styles
   ----------------------------------------------------------------------------------------------*/
#peril_videos {
    margin-top: 3rem;
    margin-bottom: 6rem;
    padding-bottom: 10rem;
}
@media only screen and (min-width: 600px) {
    #peril_videos {
        padding-bottom: 15rem; /* for the thumbnail navigation */
    }
}
@media only screen and (min-width: 992px) {
    #peril_videos {
        padding-bottom: 22rem; /* for the thumbnail navigation */
    }
}
@media only screen and (min-width: 1200px) {
    #peril_videos {
        padding-bottom: 28rem; /* for the thumbnail navigation */
    }
}
#peril_videos div.container {
    /*padding: 0;*/
}
#peril_videos div.p_video_wrapper {
    position: relative;
}
#fp_videos {
    background: transparent;
}
@media only screen and (min-width: 992px) {
    #fp_videos {
        padding-left: 15%;
        padding-right: 15%;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos {
        padding-left: 20%;
        padding-right: 20%;
    }
}
#fp_videos div.rsVideoContainer {
    background: transparent;
}
#fp_videos div.rsBtnCenterer {
    top: 50%;
    width: 6.4rem;
    height: 6.4rem;
    margin-top: -3.2rem;
    margin-left: -3.2rem;
}
@media only screen and (min-width: 600px) {
    #fp_videos div.rsBtnCenterer {
        width: 9rem;
        height: 9rem;
        margin-top: -4.5rem;
        margin-left: -4.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsBtnCenterer {
        width: 8rem;
        height: 8rem;
        margin-top: -4rem;
        margin-left: -4rem;
    }
}
#fp_videos div.rsBtnCenterer > div.rsPlayBtn {
    width: 6.4rem;
    height: 6.4rem;
    margin-left: 0;
    margin-top: 0;
}
@media only screen and (min-width: 992px) {
    #fp_videos div.rsBtnCenterer > div.rsPlayBtn {
        width: 9rem;
        height: 9rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsBtnCenterer > div.rsPlayBtn {
        width: 8rem;
        height: 8rem;
    }
}
#fp_videos div.rsOverflow,
#fp_videos div.rsSlide {
    border-radius: 18px;
    background: transparent;
}
#fp_videos div.rsGCaption {
    bottom: 1rem;
    left: 2rem;
    background: transparent;
}
@media only screen and (min-width: 600px) {
    #fp_videos div.rsGCaption {
        bottom: 1.5rem;
        left: 3rem;
    }
}
@media only screen and (min-width: 992px) {
    #fp_videos div.rsGCaption {
        bottom: 3rem;
        left: 5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsGCaption {
        bottom: 4rem;
        left: 6rem;
    }
}
#fp_videos div.rsGCaption > div.rsCaption {
    color: var(--white);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 2rem;
    line-height: 2.4rem;
    padding-right: 1rem;
}
@media only screen and (min-width: 600px) {
    #fp_videos div.rsGCaption > div.rsCaption {
        font-size: 3rem;
        line-height: 3.6rem;
        padding-right: 2rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsGCaption > div.rsCaption {
        font-size: 4rem;
        line-height: 4.6rem;
    }
}
/* Style the thumbnail navigation */
#fp_videos div.rsThumbsHor {
    position: absolute;
    background: transparent;
    width: 75%;
    left: 12.5%;
    height: 6.175rem;
    bottom: -9rem;
}
@media only screen and (min-width: 360px) {
    #fp_videos div.rsThumbsHor {
        width: 65%;
        left: 17%;
    }
}
@media only screen and (min-width: 384px) {
    #fp_videos div.rsThumbsHor {
        width: 80%;
        left: 8%;
    }
}
@media only screen and (min-width: 411px) {
    #fp_videos div.rsThumbsHor {
        width: 85%;
        left: 6%;
    }
}
@media only screen and (min-width: 600px) {
    #fp_videos div.rsThumbsHor {
        width: 94%;
        left: 3%;
        bottom: -13rem;
        height: 9.25rem;
    }
}
@media only screen and (min-width: 768px) {
    #fp_videos div.rsThumbsHor {
        width: 97%;
        left: 0;
    }
}
@media only screen and (min-width: 992px) {
    #fp_videos div.rsThumbsHor {
        height: 13.6rem;
        bottom: -20rem;
        width: 90%;
        left: 5%;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsThumbsHor {
        width: 100%;
        left: 0;
        bottom: -24rem;
        height: 18.5rem;
    }
}
#fp_videos div.rsThumbsHor div.rsThumb {
    width: 10rem;
    height: 6.175rem;
    border-radius: 8px;
    background: #e8e8e8;
}
@media only screen and (min-width: 600px) {
    #fp_videos div.rsThumbsHor div.rsThumb {
        width: 15rem;
        height: 9.25rem;
    }
}
@media only screen and (min-width: 992px) {
    #fp_videos div.rsThumbsHor div.rsThumb {
        width: 22rem;
        height: 13.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsThumbsHor div.rsThumb {
        width: 30rem;
        height: 18.5rem;
    }
}
#fp_videos div.rsTmb {
    position: relative;
}
#fp_videos div.rsThumb.rsNavSelected {
    background: none;
    border: 2px solid var(--footerFill);
    box-sizing: border-box;
}
#fp_videos div.rsThumb.rsNavSelected img {
    opacity: 1;
}
#fp_videos div.rsTmb > div.thumb-cap {
    position: absolute;
    display: table;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#fp_videos div.rsTmb > div.thumb-cap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/play-button-2.png);
    background-size: 2.4rem;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}
@media only screen and (min-width: 600px) {
    #fp_videos div.rsTmb > div.thumb-cap::before {
        background-size: 2.8rem;
        background-position: center 1.5rem;
    }
}
@media only screen and (min-width: 992px) {
    #fp_videos div.rsTmb > div.thumb-cap::before {
        background-size: 4rem;
        background-position: center center;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsTmb > div.thumb-cap {
        background-size: 6rem;
    }
    #fp_videos div.rsTmb > div.thumb-cap::before {
        background-size: 6rem;
        background-position: center center;
    }
}
#fp_videos div.rsTmb > div.thumb-cap p {
    display: table-cell;
    vertical-align: bottom;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 500;
    color: var(--white);
    letter-spacing: -.4px;
    opacity: 0;
}
@media only screen and (min-width: 600px) {
    #fp_videos div.rsTmb > div.thumb-cap p {
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: 600;
        padding-bottom: .75rem;
        padding-left: .5rem;
        opacity: 1;
    }
}
@media only screen and (min-width: 992px) {
    #fp_videos div.rsTmb > div.thumb-cap p {
        padding-right: .5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsTmb > div.thumb-cap p {
        font-size: 1.6rem;
        line-height: 1.8rem;
        font-weight: 700;
        padding: 0 2.5rem 1.25rem;
    }
}
#fp_videos div.rsPlayBtnIcon {
    width: 6.4rem;
    height: 6.4rem;
    background-image: url(../images/play-button-2.png);
    background-size: 2.8rem;
    background-position: 2.1rem 1.7rem;
    background-color: transparent;
}
@media only screen and (min-width: 600px) {
    #fp_videos div.rsPlayBtnIcon {
        width: 7rem;
        height: 7rem;
        background-size: 3.2rem;
        background-position: 2.25rem center;
    }
}
@media only screen and (min-width: 768px) {
    #fp_videos div.rsPlayBtnIcon {
        width: 9rem;
        height: 9rem;
        background-size: 4.2rem;
        background-position: 3rem center;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_videos div.rsPlayBtnIcon {
        width: 8rem;
        height: 8rem;
        background-size: 7rem;
        background-position: .35rem center;
    }
}
/* Thumbnail arrow icons */
#fp_thumb_left, #fp_thumb_right {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-left: 4px solid #004b90;
    border-bottom: 4px solid #004b90;
    background: var(--white);
    cursor: pointer;
    bottom: -6.75rem;
    background: transparent;
}
#fp_thumb_left {
    left: 5%;
    transform: rotate(45deg);
}
#fp_thumb_right {
    right: 5%;
    transform: rotate(-135deg);
}
#fp_thumb_left.rsThumbsArrowDisabled,
#fp_thumb_right.rsThumbsArrowDisabled {
    opacity: .5;
}
@media only screen and (min-width: 600px) {
    #fp_thumb_left, #fp_thumb_right {
        bottom: -9.25rem;
    }
    #fp_thumb_left {
        left: -1.75%;
    }
    #fp_thumb_right {
        right: -1.75%;
    }
}
@media only screen and (min-width: 768px) {
    #fp_thumb_left, #fp_thumb_right {
        width: 2rem;
        height: 2rem;
        bottom: -10.25rem;
    }
    #fp_thumb_left {
        left: 5%;
    }
    #fp_thumb_right {
        right: 5%;
    }
}
@media only screen and (min-width: 992px) {
    #fp_thumb_left, #fp_thumb_right {
        bottom: -14.75rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fp_thumb_left, #fp_thumb_right {
        width: 2.4rem;
        height: 2.4rem;
        bottom: -15.8rem;
    }
}
/* Here to help... */
#help_bda.single-peril {
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 1200px) {
    #help_bda.single-peril {
        padding-top: 4rem;
    }
    #help_bda.single-peril div.all-programs {
        padding-bottom: 14rem;
    }
    #help_bda.single-peril div.row.site-tiles {
        padding-bottom: 7rem;
    }
}
#aff_sites_btn.single-peril {
    font-size: 2rem;
    line-height: 2rem;
    padding: 1rem 3.4rem;
}
/* Related Resources */
#res_related {
    margin-bottom: 4rem;
}
div.related-resources {
    margin-top: -3.2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    z-index: 10;
}
@media only screen and (min-width: 1200px) {
    div.related-resources {
        padding: 4.2rem 10rem;
    }
}
div.related-resources > h2 {
    color: var(--headerColor);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 2.5rem;
    line-height: 3.1rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
div.related-resources > p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
    margin-bottom: 2.6rem;
}
@media only screen and (min-width: 1200px) {
    div.related-resources > h2 {
        font-size: 2.5rem;
        line-height: 3.1rem;
        margin-bottom: 2.5rem;
    }
}
/* Tornado Safe Room Slider */
div.sr-intro {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    z-index: 10;
    padding: 2.8rem 3.2rem;
}
@media only screen and (min-width: 428px) {
    div.sr-intro {
        padding: 3.7rem 3.2rem 1rem;
    }
}
@media only screen and (min-width: 600px) {
    div.sr-intro {
        padding: 3.8rem 3.8rem 4rem;
    }
}
@media only screen and (min-width: 768px) {
    div.sr-intro {
        max-width: 100%;
        padding: 3.8rem 6rem 2rem;
    }
}
@media only screen and (min-width: 992px) {
    div.sr-intro {
        max-width: 83.333333%;
        margin-left: 8.333333%;
    }
}
@media only screen and (min-width: 1200px) {
    div.sr-intro {
        margin-top: -6rem;
        padding: 5.6rem 8rem 4.5rem;
    }
}
div.sr-intro > h2 {
    color: var(--headerColor);
    font-size: 3.2rem;
    line-height: 3.5rem;
    letter-spacing: -.4px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
    div.sr-intro > h2 {
        margin-bottom: 1.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.sr-intro > h2 {
        margin-bottom: 2rem;
    }
}
div.sr-intro > p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: var(--grayColor7);
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.sr-intro > p {
        font-weight: 600;
        font-size: 2rem;
    }
}
div.sr-content {
    margin-top: 3.3rem;
    position: relative;
}
@media only screen and (min-width: 768px) {
    div.sr-content {
        margin-top: 4.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.sr-content {
        margin-top: 6rem;
    }
}
div.sr-content div.slide div.safe-room-fim {
    width: 264px;
    height: 240px;
    margin: 0 auto 2rem;
}
@media only screen and (min-width: 412px) {
    div.sr-content div.slide div.safe-room-fim {
        width: 294px;
        height: 270px;
        margin: 0 auto 3.5rem;
    }
}
@media only screen and (min-width: 428px) {
    div.sr-content div.slide div.safe-room-fim {
        margin: 0 auto 4.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.sr-content div.slide div.safe-room-fim {
        width: 294px;
        height: 270px;
        margin: 0 auto 4.6rem;
    }
}
div.safe-room-fim > img {
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    width: 90% !important;
    margin: 0 auto;
}
@media only screen and (min-width: 411px) {
    div.safe-room-fim > img {
        width: 100% !important;
    }
}
div.safe-room-info {
    text-align: center;
    padding: 0;
}
@media only screen and (min-width: 412px) {
    div.safe-room-info {
        padding: 0 1rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.safe-room-info {
        padding: 0 10rem;
    }
}
div.safe-room-info > h3 {
    color: var(--headerColor);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 2.4rem;
    line-height: 3rem;
}
@media only screen and (min-width: 1200px) {
    div.safe-room-info > h3 {
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
}
div.safe-room-info > p {
    color: var(--grayColor7);
    font-size: 1.5rem;
    line-height: 2.2rem;
}
div.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 17.5rem;
    padding-left: 2rem;
}
@media only screen and (min-width: 412px) {
    div.owl-dots {
        bottom: 17rem;
    }
}
@media only screen and (min-width: 428px) {
    div.owl-dots {
        bottom: 15.5rem;
    }
}
@media only screen and (min-width: 768px) {
    div.owl-dots {
        bottom: 10.5rem;
        padding-left: 2.5rem;
    }
}
@media only screen and (min-width: 992px) {
    div.owl-dots {
        padding-left: 3.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.owl-dots {
        bottom: 11.5rem;
        padding-left: 24px;
    }
}
button.owl-dot {
    background: #d9d9d9 !important;
}
button.owl-dot.active {
    background: #43474a !important;
}
button.owl-dot, button.owl-dot > span {
    width: 12px;
    height: 12px;
}
div.owl-nav {
    position: absolute;
    width: 300px;
    left: calc(50% - 150px);
    top: 25%;
}
@media only screen and (min-width: 412px) {
    div.owl-nav {
        width: 340px;
        left: calc(50% - 170px);
        top: 26.5%;
    }
}
@media only screen and (min-width: 768px) {
    div.owl-nav {
        top: 29.5%;
        width: 380px;
        left: calc(50% - 190px);
    }
}
@media only screen and (min-width: 1200px) {
    div.owl-nav {
        width: 422px;
        left: calc(50% - 211px);
        top: 28%;
    }
}
button.owl-prev span,
button.owl-next span {
    display: none;
}
button.owl-prev,
button.owl-next {
    height: 2.1rem;
    width: 1.1rem;
}
button.owl-prev {
    background: transparent url(../images/owl-prev.png) no-repeat left center !important;
    background-size: contain !important;
}
button.owl-next {
    background: transparent url(../images/owl-next.png) no-repeat right center !important;
    background-size: contain !important;
}
button.owl-next,
button.owl-prev {
    position: absolute;
}
button.owl-next {
    right: 0;
}
button.owl-next:focus,
button.owl-prev:focus {
    outline: none;
}
button.owl-next.disabled,
button.owl-prev.disabled {
    opacity: .25;
    cursor: unset !important;
}
div.cta-row {
    text-align: center;
    margin: 4.2rem auto;
}
@media only screen and (min-width: 600px) {
    div.cta-row {
        margin: 2.2rem auto;
    }
}
@media only screen and (min-width: 768px) {
    div.cta-row {
        margin: 4.4rem auto;
    }
}
@media only screen and (min-width: 1200px) {
    div.cta-row {
        margin: 3.5rem auto;
    }
}
div.cta-row > a {
    background: var(--flashSecOrange);
    padding: 1.3rem 5.1rem;
    color: white;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.6rem;
    border-radius: 3px;
}
/*  Peril Archive */
@media only screen and (min-width: 992px) {
    div.hero-img {
        height: 28rem;
    }
}
div.hero-img > div.page-title.perils {
    top: 3rem;
    left: 3rem;
}
@media only screen and (min-width: 412px) {
    div.hero-img > div.page-title.perils {
        top: 6rem;
        left: 2rem;
    }
}
@media only screen and (min-width: 600px) {
    div.hero-img > div.page-title.perils {
        left: 4rem;
    }
}
@media only screen and (min-width: 992px) {
    div.hero-img > div.page-title.perils {
        left: 8rem;
        top: 9rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.hero-img > div.page-title.perils {
        left: 12rem;
    }
}
@media only screen and (min-width: 1440px) {
    div.hero-img > div.page-title.perils {
        left: 20rem;
    }
}
div.page-title.perils h2 {
    font-size: 4.1rem;
    line-height: 5rem;
}
@media only screen and (min-width: 992px) {
    div.page-title.perils h2 {
        font-size: 5.1rem;
        line-height: 6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.page-title.perils h2 {
        font-size: 6.1rem;
        line-height: 7rem;
    }
}
div.page-title.perils p {
    font-size: 1.8rem;
    margin-top: 1rem;
}
#p_arch_content {
    padding: 2rem 0 4rem;
    min-height: 30rem;
}
@media only screen and (min-width: 1200px) {
    #p_arch_content {
        padding: 4rem 0 8rem;
    }
}
div.peril-archive {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 20px;
}
@media only screen and (min-width: 428px) {
    div.peril-archive {
        padding: 10px 30px 20px;
    }
}
@media only screen and (min-width: 600px) {
    div.peril-archive {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 768px) {
    div.peril-archive {
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
}
@media only screen and (min-width: 992px) {
    div.peril-archive {
        padding: 40px 0;
    }
}
div.peril-archive > a {
    display: block;
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    div.peril-archive > a {
        display: inline;
        margin: unset;
    }
}
div.peril-archive > a div.peril-icon {
    width: 6rem;
    height: 6rem;
    padding: 1rem;
}
@media only screen and (min-width: 768px) {
    div.peril-archive > a div.peril-icon {
        width: 8rem;
        height: 8rem;
        padding: 1.5rem;
    }
}
div.peril-archive > a div.peril-icon::before {
    top: 1rem;
}
@media only screen and (min-width: 768px) {
    div.peril-archive > a div.peril-icon::before {
        top: 15px;
        width: 5rem;
        height: 5rem;
        left: 15px;
    }
}
div.peril-archive > div.peril-content {
    flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
    div.peril-archive > div.peril-content {
        flex-basis: 80%;
    }
}
div.peril-archive > div.peril-content > p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: var(--grayColor6);
}
@media only screen and (min-width: 992px) {
    div.peril-archive > div.peril-content > p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}
/* New download button for checklists */
#guide_link {
    margin-bottom: 3.6rem;
}
#guide_link div.checklist {
    text-align: center;
}
#guide_link div.checklist a {
    color: var(--white);
    background: var(--flashSecOrange);
    font-weight: 600;
    border-radius: 3px;
    padding: .7rem 2.2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#guide_link div.checklist a:hover {
    background: var(--headerColor);
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    #guide_link div.checklist a {
        font-size: 1.6rem;
        line-height: 1.6rem;
        padding: 1.4rem 3.2rem;
    }
}