:root{--constant-black:#000;--constant-white:#fff;--constant-neautral-weak:#f0f0f0;--constant-accent-medium:#1f85be;--base-weak:#fff;--base-strong:#000;--neautral-weak:#f0f0f0;--bg:#fff;--text-strong:#323232;--text-strong-persist:#323232;--text-medium:#505050;--text-weak:#808080;--accent-strong:#1f85be;--accent-strong-persist:#1f85be;--accent-medium:#45a2d7;--accent-weak-strong:#b7e1ff;--accent-weak:#ecf5fb;--critic-strong:#e26767;--purple-strong:#7753bf;--purple-strong-weak:#9471db;--purple-weak:#dacbf7;--light-peach:rgb(255 241 219 / 41%);--light-lavender:rgb(243 240 250 / 52%);--light-mint:rgb(230 246 242 / 57%);--table-row:#fff;--bg-banner:#f9f7fc;--bg-banner-text:#7753bf;--instructions-block-bg-1:#f6f9ff;--instructions-block-bg-2:#edf3ff;--instructions-block-bg-3:#e3ecff;--pastel-blue:#effbfe;--select-icon:url("/images/icons/small-arrow-icon.svg");--close-icon:url("/images/rainviewer2/map/rw-icon-close.svg")}[data-theme=dark]{--table-row:#252628;--bg:#1b1c1f;--bg-banner-text:#c2a9ff;--bg-banner:#353539;--text-strong:#fff;--text-medium:#e8eaed;--neautral-weak:#303134;--accent-strong:#6fbdf6;--accent-medium:#63a7cd;--accent-weak-strong:#505c67;--accent-weak:#343d42;--light-peach:rgb(255 241 219 / 12%);--light-lavender:rgb(255 241 219 / 12%);--light-mint:rgb(255 241 219 / 12%);--instructions-block-bg-1:#27292f;--instructions-block-bg-2:#3a3d45;--instructions-block-bg-3:#434854;--pastel-blue:#0b2838;--select-icon:url("/images/icons/small-arrow-icon-dark.svg");--close-icon:url("/images/rainviewer2/map/rw-icon-close-dark.svg")}.blog h1{order:1;color:var(--text-strong)}.blog ul{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;order:4;margin-bottom:0;list-style:none}.blog li{position:relative;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;max-width:360px;margin-left:0;padding:32px 16px 16px;background:var(--neautral-weak);border-radius:16px;box-shadow:0 2px 6px rgba(34,34,34,.15),0 1px 2px rgba(34,34,34,.34)}@media screen and (min-width:1440px){.blog li{flex:0 calc(33% - 8px);max-width:initial}}.blog li a:hover h3{color:var(--accent-strong)}.blog .featured{border:3px solid #a075f3}.blog .featured-post-badge{position:absolute;top:-16px;right:16px;padding:4px 8px;color:var(--constant-white);background:linear-gradient(84deg,#d377f1 0%,#3b70f6 100%);border-radius:100px}.blog-image{width:100%;margin-bottom:0;border-radius:16px}@media screen and (min-width:768px){.blog-image{height:fit-content}}.blog h3{color:var(--text-strong)}.filters-section{display:flex;flex-direction:column;gap:24px;order:2;margin:24px 0;padding:8px 0}.filters-section .filter-group{display:flex;flex-wrap:wrap;gap:12px}.filters-section .filter-group .filter-options{display:flex;flex-wrap:wrap;gap:8px}.filters-section .filter-group .filter-options .category-icon{fill:#63a7cd}.filters-section .filter-group .filter-options label{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:var(--neautral-weak);border-radius:50%;outline:none;cursor:pointer;transition:.15s linear;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-focus-ring-color:transparent}@media(hover:hover){.filters-section .filter-group .filter-options label:hover{background-color:var(--accent-medium)}.filters-section .filter-group .filter-options label:hover .category-icon{fill:var(--constant-white)}}.filters-section .filter-group .filter-options label.active{background-color:var(--accent-medium)}.filters-section .filter-group .filter-options label.active .category-icon{fill:var(--constant-white)}.filters-section .filter-group .filter-options label svg{flex-shrink:0}.filters-section .filter-group .filter-options .level-filter-label{display:flex;align-items:center}.filters-section .filter-group .filter-options .level-filter-label input{display:none}.filters-section .filter-group .filter-options .level-filter-label p{width:0;margin-bottom:0;overflow:hidden;color:var(--constant-white)}.filters-section .filter-group .filter-options .level-filter-label.curious{order:1}.filters-section .filter-group .filter-options .level-filter-label.curious svg path{fill:#83be1c}.filters-section .filter-group .filter-options .level-filter-label.expert{order:3}.filters-section .filter-group .filter-options .level-filter-label.expert svg path{fill:#d20013}.filters-section .filter-group .filter-options .level-filter-label.skilled{order:2}.filters-section .filter-group .filter-options .level-filter-label.skilled svg path{fill:#f0bd1c}@media(hover:hover){.filters-section .filter-group .filter-options .level-filter-label:hover svg path{fill:var(--constant-white)}.filters-section .filter-group .filter-options .level-filter-label:hover.curious{background-color:#83be1c}.filters-section .filter-group .filter-options .level-filter-label:hover.expert{background-color:#d20013}.filters-section .filter-group .filter-options .level-filter-label:hover.skilled{background-color:#f0bd1c}}.filters-section .filter-group .filter-options .level-filter-label.active{width:auto;padding-right:12px;border-radius:100px}.filters-section .filter-group .filter-options .level-filter-label.active svg path{fill:var(--constant-white)}.filters-section .filter-group .filter-options .level-filter-label.active.curious{background-color:#83be1c}.filters-section .filter-group .filter-options .level-filter-label.active.expert{background-color:#d20013}.filters-section .filter-group .filter-options .level-filter-label.active.skilled{background-color:#f0bd1c}.filters-section .filter-group .filter-options .level-filter-label.active p{width:100%}@media screen and (min-width:1024px){.filters-section{flex-direction:row;gap:32px}.filters-section .filter-group:first-child{order:2}.filters-section .filter-group:last-child{order:1}}.selected-filters{order:3}.post-level-category-container{position:absolute;top:16px;left:32px;display:flex;gap:8px}.post-level{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border:2px solid var(--neautral-weak);border-radius:50%;box-shadow:0 4px 4px rgba(0,0,0,.25)}.post-level svg path{fill:#fff}.post-level-curious{background-color:#83be1c}.post-level-expert{background-color:#d20013}.post-level-skilled{background-color:#f0bd1c}.post-category{background-color:#63a7cd}.post-category svg{fill:#fff}.selected-category{margin-bottom:24px}.selected-category .category-name{padding-bottom:0;font-style:normal;font-weight:800;font-size:calc(24px + 6.8 * (100vw - 380px)/1440);line-height:calc(32px + 6.8 * (100vw - 380px)/1440);letter-spacing:-.69px}@media screen and (min-width:767px){.selected-category .category-name{font-size:calc(24px + .2777777778vw);line-height:calc(32px + .2777777778vw)}}.selected-category .category-description{font-style:normal;font-weight:400;font-size:calc(16px + 3.4 * (100vw - 380px)/1440);line-height:calc(24px + 6.8 * (100vw - 380px)/1440);letter-spacing:-.18px}@media screen and (min-width:767px){.selected-category .category-description{font-size:calc(16px + .1388888889vw);line-height:calc(24px + .2777777778vw)}}.category-popup{position:absolute;top:130%;left:50%;z-index:1000;display:none;min-width:200px;margin-top:10px;padding:8px;background:var(--neautral-weak);border-radius:16px;box-shadow:0 4px 4px rgba(0,0,0,.25);transform:translateX(-50%)}.category-popup::before{position:absolute;top:0;right:0;left:50%;display:block;width:0;height:0;border-right:10px solid transparent;border-bottom:20px solid var(--neautral-weak);border-left:10px solid transparent;transform:translate(-50%,-100%);content:""}.category-popup .popup-title{text-align:center;font-style:normal;font-weight:700;font-size:calc(14px + 3.4 * (100vw - 380px)/1440);line-height:calc(20px + 6.8 * (100vw - 380px)/1440);letter-spacing:-.18px}@media screen and (min-width:767px){.category-popup .popup-title{font-size:calc(14px + .1388888889vw);line-height:calc(20px + .2777777778vw)}}.category-popup .popup-subtitle{text-align:center;font-style:normal;font-weight:400;font-size:calc(14px + 3.4 * (100vw - 380px)/1440);line-height:calc(20px + 6.8 * (100vw - 380px)/1440);letter-spacing:-.18px}@media screen and (min-width:767px){.category-popup .popup-subtitle{font-size:calc(14px + .1388888889vw);line-height:calc(20px + .2777777778vw)}}.blog-info{margin-top:12px}.blog-info img{margin:0}.blog-info p{margin-bottom:0;color:var(--text-weak);font-style:normal;font-weight:400;font-size:calc(16px + 3.4 * (100vw - 380px)/1440);line-height:calc(24px + 6.8 * (100vw - 380px)/1440);letter-spacing:-.18px}@media screen and (min-width:767px){.blog-info p{font-size:calc(16px + .1388888889vw);line-height:calc(24px + .2777777778vw)}}.post-info{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:16px}.blog-author{display:flex;align-items:center}.blog-author span{margin-left:8px;color:var(--text-medium)}.blog-author~p{margin-bottom:0}.blog-post .wrapper{max-width:740px}.blog-post .wrapper .post-level-category-container{position:relative;top:initial;left:initial;margin-bottom:12px}.blog-post .wrapper .post-level-category-container .post-level{width:40px;height:40px}.blog-post li{list-style:initial}.blog-post ol{margin-bottom:24px}.blog-post ol li{list-style:decimal}.blog-post strong{font-weight:1000}.blog-post ul,.blog-post ol{margin-bottom:16px}.blog-post ul li,.blog-post ol li{margin-left:30px}.blog-post__title-image{width:100%;height:100%;max-height:320px;margin-bottom:20px;border-radius:16px}.blog-post p~ul{margin-top:-16px}.blog-post p img,.blog-post li img{display:block;width:auto;max-width:100%;height:auto;max-height:70vh;margin:0 auto;border-radius:16px}.blog-post .blog-author{margin-right:16px}.blog-post .blog-author img{width:initial;height:30px;margin:initial}.blog-post .blog-post-recent-links{max-width:1200px;margin:0 auto;padding:0 32px}.blog-post .blog-post-recent-links li{margin:0 0 20px}.blog-post .blog-post-recent-links h2{text-align:center}@media screen and (min-width:768px){.blog-post .blog-post-recent-links{padding:0 16px}}.share-on h3{display:inline-block;color:var(--text-strong)}.no-border{border-radius:0!important}.blog-post-tags ul{display:flex;flex-wrap:wrap;margin-bottom:0}.blog-post-tags ul li{margin:0 8px 8px 0;padding:6px 12px;line-height:0;list-style:none;background-color:var(--accent-weak);border:1px solid var(--accent-medium);border-radius:8px;cursor:default;font-style:normal;font-weight:700;font-size:calc(14px + 3.4 * (100vw - 380px)/1440);line-height:calc(20px + 6.8 * (100vw - 380px)/1440);letter-spacing:-.18px}@media screen and (min-width:767px){.blog-post-tags ul li{font-size:calc(14px + .1388888889vw);line-height:calc(20px + .2777777778vw)}}#the-enhanced-fujita-scale-for-tornadoes~table td{min-width:70px}.special-table~table td{min-width:90px}.video{height:50vw;margin-bottom:24px;text-align:center}@media screen and (min-width:960px){.video{height:25vw}}.pagination{display:flex;flex-wrap:wrap;align-items:center;order:5;width:fit-content;margin:4px auto 0;padding:12px;column-gap:11px;row-gap:11px}.pagination button,.pagination em{display:flex;justify-content:center;align-items:center;width:40px;height:40px;text-align:center;background-color:var(--neautral-weak);border-radius:8px;font-style:normal;font-weight:800;font-size:calc(16px + 3.4 * (100vw - 380px)/1440);line-height:calc(24px + 6.8 * (100vw - 380px)/1440);letter-spacing:-.18px}@media screen and (min-width:767px){.pagination button,.pagination em{font-size:calc(16px + .1388888889vw);line-height:calc(24px + .2777777778vw)}}.pagination button:hover,.pagination em:hover{background-color:var(--accent-weak)}.pagination button{color:var(--text-medium);text-decoration:none}.pagination button:disabled{color:var(--accent-strong);background-color:var(--accent-weak)}.pagination .pagination-prev,.pagination .pagination-next{position:relative;box-sizing:border-box;width:40px;height:40px;background-color:var(--neautral-weak);pointer-events:initial}.pagination .pagination-prev svg path,.pagination .pagination-next svg path{fill:var(--text-strong)}.pagination .pagination-prev{text-align:start}.pagination .pagination-prev::after{right:0}.pagination .pagination-next{text-align:end}.pagination .pagination-next::after{left:0}