/* Inline <style> blocks from the live page /community/hurricane-preparedness (winndixie.com), extracted verbatim.
   The live site ships these inside the CMS-authored HTML; the Contentstack entries hold
   only structured content, so they are re-attached here per page. */
@media screen and (min-width: 1200px) {
.recipes-details .image-slider .image {
min-height: 850px !important;
}
}
.pm-list{
		padding: 8px 16px;
	}

      ul.pm-list {
    list-style-type: disc;
}
.pm-list li {
    list-style: disc;
}

    .hurricane-tile {
        border: none;
        padding: 0;
    }
    .hurricane-tile ul {
        list-style: disc;
        padding-left: 15px;
    }

    .hurricane-tile li {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    
    .hurricane-tile.difference {
        height: 270px;
    }

    .poster-h {
        color: #E01B1A;
        text-transform: uppercase;
        font-family: 'WD Sassy Black Compressed', sans-serif;
        font-size:30px;
        white-space: nowrap;
        line-height: 1;
        min-height: 40px;     
        margin-bottom: 10px;
    }

   .bg-white {
        background: #fff;
    }
    .update-div {
        background: #c8102e;
        height: 220px;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        text-align: left;
        justify-content: center;
    }
    .update-div-text {
        color: #fff;
        font-family: 'Asap';
        font-weight: 700;
        font-size: 3rem;
        line-height: 1.1;
    }

     .hurricane-subheader {
          font-family: 'WD Sassy Bold Compressed', sans-serif;
          color: #343A40;
          font-size: 22px;
     }
     .difference p {
          font-family: 'WD Shopper Regular', sans-serif;
          color: #343A40;
     }
     .pm-list,
     .pm-list li {
           font-family: 'WD Shopper Regular', sans-serif;
           color: #343A40;
      }
    a.update-div-cta {
        color: #fff;
    }
    .update-div-cta {
        border: 1px solid #fff;
        padding: 10px;
        font-family: 'Asap';
        font-weight: 600;
        margin-left: -10rem;
        margin-top: 10px;
    }
    .update-div-cta:hover {
        color: #c8102e;
        background-color: #fff;
    }
    .be-ready-banner {
       width: 100%;
       height: auto;
        display: block;
    }
    .update-div-img {
       width: 100%;
       height: auto;
       display: block;
    }
   .mb-30 {
        margin-bottom: 30px;
    }
   
    .tips-row {
    display: flex;
    align-items: center;      
   }
   .mobile-img {
    display: none;
}

@media (max-width: 767px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
}

   .tips-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
   }

   .tips-buttons .btn {
    width: 260px;
    margin: 10px 0;
   }

   .px-15 {
        padding: 0 15px;
    }

    .p-15 {
        padding: 15px;
    }
    
    .shopper-regular {
    font-family: 'WD Shopper Regular', sans-serif;
    }


    .px-30 {
        padding-left:30px;
        padding-right:30px;
    }

    .py-45 {
        padding-top:45px;
        padding-bottom:45px;
    }

    .btn {
        text-decoration: none;
        min-width: 190px;
        margin-left: 5px;
        margin-right: 5px;
    }

    @media screen and (max-width: 968px) {
        .container {
            margin: 0 5px;
        }
        .hurricane-tile.difference {
            height: 100%;
        }
    }
    @media screen and (max-width: 767px) {
        .update-div-text {
        font-size: 2rem;
        }
        .update-div-img {
            width: 100%;
            height: 100%;
        }
        .update-div-cta {
            margin-left: -3rem;
        }
    }

    @media (max-width: 480px) {
        .btn-xs-block {
            width: 100%;
            display: block;
            margin: 15px 0px;
        }
    }
.z-banner {
        z-index: 55555 !important;
    }

    .ps-fixed {
        position: fixed !important;
    }

    .bg-yellow-700 {
        background-color: #F8EC74;
        opacity: .92;
    }

    .fc-black {
        color: #000;
    }

    .wmx8 {
        max-width: 64.8205128rem;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .grid {
        display: flex;
    }

    .jc-center {
        justify-content: center;
    }

    .mr12 {
        margin-right: 10%;
        font-size : 1em;
    }

    #cookieBar a {
        cursor: pointer;
        text-decoration: underline;
    }
 #cookieBar p {
    margin-bottom : 0px;
  }
    .svgClose {
        float: right;
        margin-top: -21px;
        margin-right: 33px;
    }

    .paddingBar {
        padding: 20px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }


    .s-link {
        color: #000 !important;
    }

      @media screen and (min-width:100px) and (max-width:992px) {
        .paddingBar {
            right: -27px;
        }
    }
@media screen and (min-width:320px) and (max-width:568px) {
.svgClose {
    float: right;
    margin-top: -43px;
    margin-right: 20px;
}
.mx-auto {
    margin-left: -7px;
}
}
@media screen and (min-width:375px) and (max-width:667px) {
.mr12 {
    margin-right: 31px;
}
.svgClose {
    margin-top: -30px;
}
}
.async-hide {
			opacity: 0 !important;
		}
