:root{--background-color:#f5f5f5;--box-color:#fff;--btn-color:#fff;--text-color:#212529;--header-color:#293d52;--header-link:#293d52;--subheader-color:#343a40;--graytext-color:#495057;--lighter-graytext-color:#6c757d;--border-color:#e9ecef;--select-color:#fff;--subtle-gray:#f8f9fa;--light-gray:#e9ecef;--alert-brightness:100%;--home-page-back:hsla(0,0%,100%,0.7);--home-page-overlay-start:hsla(0,0%,100%,0.2);--home-page-overlay-end:hsla(0,0%,100%,0.4);--blue-nav-color:#e2f0fa;--tab-nav-active:#3395dd;--invert-value:invert(0);--snow-color:#297dbb;--box-shadow-color:#ced4da;--box-shadow-color-darker:#666;--box-shadow-color-lighter:#ccc;--box-shadow:0px 0px 5px #ced4da;--selected-box-color:#a8d8d5}[data-theme=dark]{--background-color:#0d090a;--box-color:#1e1f20;--btn-color:#212529;--text-color:#f5f5f5;--header-color:#fff;--header-link:#3395dd;--subheader-color:#e9ecef;--graytext-color:#adb5bd;--lighter-graytext-color:#6c757d;--border-color:#343a40;--select-color:#000;--subtle-gray:#212529;--light-gray:#343a40;--alert-brightness:70%;--home-page-back:rgba(0,0,0,0.7);--home-page-overlay-start:rgba(0,0,0,0.2);--home-page-overlay-end:rgba(0,0,0,0.4);--blue-nav-color:#0a263a;--tab-nav-active:#fff;--invert-value:invert(1);--snow-color:#4297d5;--box-shadow-color:#495057;--box-shadow-color-darker:#343a40;--box-shadow-color-lighter:#495057;--box-shadow:0px 0px 5px #495057;--selected-box-color:#025446}.switch{font-size:1rem;position:relative}.switch input{position:absolute;height:1px;width:1px;background:none;border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);overflow:hidden;padding:0}.switch input+label{position:relative;min-width:calc(3.6rem + 3.2px);border-radius:calc(1.8rem + 1.6px);height:calc(1.8rem + 1.6px);line-height:calc(1.8rem + 1.6px);display:inline-block;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;text-indent:calc(4.1rem + 3.2px)}.switch input+label:after,.switch input+label:before{content:"";position:absolute;top:0;left:0;width:calc(3.6rem + 3.2px);bottom:0;display:block}.switch input+label:before{right:0;background-color:#dee2e6;border-radius:calc(1.8rem + 1.6px);-webkit-transition:all .2s;-o-transition:.2s all;-o-transition:all .2s;transition:all .2s}.switch input+label:after{top:2px;left:2px;width:calc(1.8rem - 2.4px);height:calc(1.8rem - 2.4px);border-radius:50%;background-color:#fff;-webkit-transition:all .2s;-o-transition:.2s all;-o-transition:all .2s;transition:all .2s}.switch input:checked+label:before{background-color:#3395dd}.switch input:checked+label:after{margin-left:calc(1.8rem + 1.6px)}.switch input:focus+label:before{outline:none;-webkit-box-shadow:0 0 0 .2rem rgba(51,149,221,.25);box-shadow:0 0 0 .2rem rgba(51,149,221,.25)}.switch input:disabled+label{color:#868e96;cursor:not-allowed}.switch input:disabled+label:before{background-color:#e9ecef}.switch.switch-sm{font-size:.875rem}.switch.switch-sm input+label{min-width:calc(2.9rem + 3.2px);height:calc(1.45rem + 1.6px);line-height:calc(1.45rem + 1.6px);text-indent:calc(3.4rem + 3.2px)}.switch.switch-sm input+label:before{width:calc(2.9rem + 3.2px)}.switch.switch-sm input+label:after{width:calc(1.45rem - 2.4px);height:calc(1.45rem - 2.4px)}.switch.switch-sm input:checked+label:after{margin-left:calc(1.45rem + 1.6px)}.switch.switch-lg{font-size:1.25rem}.switch.switch-lg input+label{min-width:calc(4.6rem + 3.2px);height:calc(2.3rem + 1.6px);line-height:calc(2.3rem + 1.6px);text-indent:calc(5.1rem + 3.2px)}.switch.switch-lg input+label:before{width:calc(4.6rem + 3.2px)}.switch.switch-lg input+label:after{width:calc(2.3rem - 2.4px);height:calc(2.3rem - 2.4px)}.switch.switch-lg input:checked+label:after{margin-left:calc(2.3rem + 1.6px)}.switch+.switch{margin-left:1rem}[type=range]{-webkit-appearance:none;background:rgba(0,0,0,0);margin:12px 0;width:100%}[type=range]::-moz-focus-outer{border:0}[type=range]:focus{outline:0}[type=range]:focus::-webkit-slider-runnable-track{background:#0d0d0d;background:var(--graytext-color)}[type=range]:focus::-ms-fill-lower{background:#000;background:var(--graytext-color)}[type=range]:focus::-ms-fill-upper{background:#0d0d0d;background:var(--graytext-color)}[type=range]::-webkit-slider-runnable-track{cursor:pointer;height:3px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;background:#000;background:var(--graytext-color);border-radius:5px;border:1px solid #000;border-color:var(--graytext-color)}[type=range]::-webkit-slider-thumb{background:#eb9949;background:var(--graytext-color);border:2px solid #000;border-color:var(--graytext-color);border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;height:24px;width:24px;-webkit-appearance:none;margin-top:-11.5px}[type=range]::-webkit-slider-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}[type=range]::-moz-range-track{cursor:pointer;height:3px;-moz-transition:all .2s ease;transition:all .2s ease;width:100%;background:#000;background:var(--graytext-color);border:1px solid #000;border-color:var(--graytext-color);border-radius:5px;height:1.5px}[type=range]::-moz-range-thumb{background:#eb9949;background:var(--graytext-color);border:2px solid #000;border-color:var(--graytext-color);border-radius:12px;box-sizing:border-box;cursor:grab;height:24px;width:24px}[type=range]::-moz-range-thumb:active{cursor:grabbing}[type=range]::-ms-track{cursor:pointer;height:3px;-ms-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:12px 0;color:rgba(0,0,0,0)}[type=range]::-ms-fill-lower,[type=range]::-ms-fill-upper{background:#000;background:var(--graytext-color);border-radius:10px;border:1px solid #000;border-color:var(--graytext-color)}[type=range]::-ms-thumb{background:#eb9949;background:var(--graytext-color);border:2px solid #000;border-color:var(--graytext-color);border-radius:12px;box-sizing:border-box;cursor:grab;height:24px;width:24px;margin-top:.75px}[type=range]::-ms-thumb:active{cursor:grabbing}[type=range]:disabled::-moz-range-thumb,[type=range]:disabled::-ms-fill-lower,[type=range]:disabled::-ms-fill-upper,[type=range]:disabled::-ms-thumb,[type=range]:disabled::-webkit-slider-runnable-track,[type=range]:disabled::-webkit-slider-thumb{cursor:not-allowed}body{padding-top:58px;background:#f5f5f5;background:var(--background-color);font-family:Clear Sans,sans-serif;font-weight:400;color:#212529;color:var(--text-color)}body.nav-pin{padding-top:119px}body.api-body{padding-top:0}body.api-body-dark{background:#0d090a;color:#f5f5f5}body.api-body-dark .dailysnow-post,body.api-body-dark .news-post{background:#202020;color:#f5f5f5}body.api-body-dark h3.in-post-title{color:#fff}body.api-body-dark img{opacity:.9}*{outline:0!important}[data-toggle~=collapse]{cursor:pointer}.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6{font-family:Clear Sans,sans-serif}.h4,.h5,.h6,h4,h5,h6{font-weight:400}pre.word-wrap{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}a{outline:none!important;-webkit-transition:all .25s linear;-o-transition:all .25s linear;transition:all .25s linear}a,p{font-weight:inherit}p{-webkit-margin-before:0;-webkit-margin-after:0;margin-bottom:10px}button,p{font-family:Clear Sans,sans-serif}button{outline:none!important;font-weight:400}b,strong{font-weight:700}a:not([href]):not([tabindex]){cursor:pointer}.centered{text-align:center;margin-left:auto;margin-right:auto;float:none}.underlined{text-decoration:underline}.right{text-align:right}.uppercase{text-transform:uppercase}.no-gutter{padding-left:15px;padding-right:15px}.no-gutter>[class*=col-]{padding-right:0;padding-left:0}.cleared{clear:both}.bg-sidebar{background-color:#fff;background-color:var(--box-color)}.table-secondary,.table-success{color:#000}@media (min-width:1200px){.sidebar-col{max-width:330px}}@media (min-width:992px){.sidebar-flex-col{min-width:300px;width:300px;margin-left:0;margin-right:30px}}@media (min-width:992px){.sidebar-flex-col.right-side{margin-right:0;margin-left:30px}}.submit-button{color:#fff!important}.table{color:#212529;color:var(--text-color)}.table td,.table th,.table thead th{border-color:#dee2e6;border-color:var(--border-color)}.form-inline .checkbox,.form-inline .radio,input[type=checkbox],input[type=radio]{margin-right:5px}.btn-file{position:relative;overflow:hidden}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:62rem;text-align:right;filter:alpha(opacity=0);opacity:0;outline:none;background:#fff;background:var(--select-color);cursor:inherit;display:block}.dropdown-menu{z-index:1200}.alert a{text-decoration:underline}.alert-success a,.alert-success a:hover{color:#fff}.alert-warning a{color:#7a5026}.alert-warning a:hover{color:#402a14}.alert-blue{background:#293d52;border-color:#213041;color:#fff}.alert-blue a{color:#3395dd}.alert-blue a:hover{color:#fff}.alert-allaccess{background:#039f85;border-color:#038670;color:#fff;text-align:center}.alert-allaccess a,.alert-allaccess a:hover{color:#fff}.alert-subnotify{margin-top:30px;margin-bottom:0;line-height:1.3;text-align:left}.alert-subnotify .actions{font-size:.85rem;text-align:right;margin-top:10px}@media (min-width:1200px){.alert-subnotify .actions{float:right;margin-top:3px}}.alert-subnotify .actions .action{text-decoration:underline;padding-left:15px;cursor:pointer}.form-control{border-radius:10px;color:#495057;color:var(--text-color);border-color:var(--border-color)}.form-control,.form-control:focus{background:#fff;background:var(--select-color)}.form-control:focus{border-color:#293d52;color:var(--text-color);-webkit-box-shadow:#293d52 0 0 4px;box-shadow:0 0 4px #293d52}.btn{border-radius:10px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.less-padding{padding:5px 15px}.btn-secondary{background-color:#e9ecef;background-color:var(--subtle-gray)}.btn-secondary,.btn-secondary:hover{border:1px solid #dee2e6;border-color:var(--border-color);color:#212529;color:var(--text-color)}.btn-secondary:hover{background:#dee2e6;background:var(--border-color)}.btn-link{padding:10px}.btn-light{background:#fff;background:var(--box-color);border:1px solid #e9ecef;border-color:var(--border-color);color:#3395dd}.btn-light:hover{border:1px solid #6c757d;background:#495057;color:#3395dd}.btn-white{background:#fff;background:var(--box-color);border:1px solid #e9ecef;border-color:var(--border-color);color:#3395dd}.btn-primary{background:#3395dd;color:#fff}.btn-primary:focus,.btn-primary:hover{color:#fff;background:#207bbd}.btn-warning{background:#eb9949;color:#fff!important}.btn-warning:focus,.btn-warning:hover{background:#e67f1b;color:#fff}.btn-success{background:#039f85;color:#fff}.btn-success:focus,.btn-success:hover{color:#fff;background:#026d5b}.btn-inverse{background:#fff;color:#000;border:1px solid #3395dd}.btn-footer{padding:8px 14px}.btn-sidebar{font-size:.8rem;padding:6px 12px}.badge{color:#fff;border-radius:4px}.btn .badge{top:-10px;left:-1px;text-align:center}.caret{position:relative;top:-2px}.popover{z-index:2000;max-width:none}.modal .modal-header{background:#293d52;color:#fff}.modal .modal-header .close{color:#fff;text-shadow:none}.modal .modal-body{background:#fff;background:var(--box-color);color:#000;color:var(--text-color)}.sub-modal h4{text-align:center;color:#293d52}.sub-modal .why{margin-bottom:20px;text-align:center}.sub-modal .why .head{margin-bottom:4px;color:#e57700}.sub-modal #loadingspin{padding:20px;position:absolute;top:200px;left:50%;margin-left:-50px;background:#fff}.sub-modal .disclaimer{font-size:.65rem;text-align:center;color:#adb5bd}.sub-modal .notagain{text-align:center;font-size:.75rem;margin:5px 0}.help-text{font-size:.8rem}.form-text.error{position:relative;background-color:#e76d63;border:2px solid #dc3022;color:#fff;padding:10px;margin-top:-2px}.form-text.error a{color:#fff;text-decoration:underline}.form-text.error a:hover{color:#f8f9fa}.form-text.error:after,.form-text.error:before{bottom:100%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.form-text.error:after{border-bottom-color:#e76d63;border-width:7px;left:20px;margin-left:-7px}.form-text.error:before{border-bottom-color:#dc3022;border-width:10px;left:20px;margin-left:-10px}.dropdown-menu{border-radius:10px;float:right}.dropdown-menu li{border-bottom:1px dotted #ddd}.dropdown-menu li a{padding:10px 20px}.dropdown-menu li:first-of-type{margin-top:-5px}.dropdown-menu li:last-of-type{margin-bottom:-5px}.input-file input[readonly]{background-color:#fff!important;background-color:var(--box-color)!important;cursor:text!important;border:none;-webkit-box-shadow:none;box-shadow:none}.badge-allaccess{background-color:#039f85;color:#fff;font-weight:500;font-size:.65rem;line-height:1.1;border-radius:10px;text-transform:uppercase;padding:5px 8px}.badge-allaccess .icon{padding-right:3px}.badge-est{color:#212529;background-color:#ffdb6d;font-size:100%;font-weight:400}.site-header{position:absolute;top:0;left:0;z-index:1040;width:100%;background:#293d52;color:#fff}@media (min-width:768px){.site-header{position:fixed;height:63px;padding:5px 15px}}.site-header a{color:#fff}.site-header .navbar-collapse{background:#293d52}@media (max-width:991.98px){.site-header .navbar-collapse{margin-top:10px}}@media (max-width:991.98px){.site-header .navbar-collapse .navbar-nav.user-links{margin-top:5px;padding-top:5px;border-top:1px solid #3a5674}}.site-header .navbar-collapse .navbar-nav .nav-link{font-size:1.05rem;font-weight:400;line-height:1;color:#adb5bd;padding:10px 0;position:relative}@media (min-width:992px){.site-header .navbar-collapse .navbar-nav .nav-link{font-size:.75rem;padding:10px 15px}}.site-header .navbar-collapse .navbar-nav .nav-link .dailysnow-icon{height:16px;stroke:#adb5bd;color:#adb5bd}.site-header .navbar-collapse .navbar-nav .nav-link .icon{display:inline-block;width:25px;padding-right:3px}@media (min-width:992px){.site-header .navbar-collapse .navbar-nav .nav-link .icon{width:auto;display:block;text-align:center;font-size:1rem;padding-right:0;padding-bottom:4px;height:23px}}.site-header .navbar-collapse .navbar-nav .nav-link .badge{font-size:8px;position:relative;top:-2px;left:4px}@media (min-width:992px){.site-header .navbar-collapse .navbar-nav .nav-link .badge{position:absolute;top:6px;left:-6px}}.site-header .navbar-collapse .navbar-nav .nav-link.active{color:#fff}.site-header .navbar-collapse .navbar-nav .nav-link.log-in{font-size:.85rem;margin-right:15px}@media (max-width:991.98px){.site-header .navbar-collapse .navbar-nav .nav-link.log-in{font-size:1rem}}.site-header .navbar-collapse .navbar-nav .nav-link.all-access{background:#039f85;color:#fff;padding-left:10px;padding-right:10px;font-size:.85rem;border-radius:10px}.site-header .navbar-collapse .navbar-nav .nav-link.all-access.upgrade{margin-top:10px;margin-right:5px}@media (max-width:991.98px){.site-header .navbar-collapse .navbar-nav .nav-link.all-access{margin:5px 0;font-size:1rem}}.site-header .navbar-collapse .navbar-nav .nav-link.all-access:hover{background:#038670;color:#fff}.site-header .navbar-collapse .navbar-nav .nav-link:hover{color:#3395dd}.site-header .search-box{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 15px;position:relative}@media (max-width:991.98px){.site-header .search-box{padding:0;margin:10px 0}}.site-header .search-box .nav-search-icon{background-color:#3a5674;border:none;color:#fff;outline:none!important;-webkit-box-shadow:none;box-shadow:none;font-size:1rem}@media (min-width:992px){.site-header .search-box .nav-search-icon{font-size:.9rem}}.site-header .search-box .nav-search{background-color:#3a5674;border:none;color:#fff;outline:none!important;-webkit-box-shadow:none;box-shadow:none;font-size:1rem;padding-left:0}@media (min-width:992px){.site-header .search-box .nav-search{font-size:.9rem}}.site-header .search-box .nav-search:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.site-header .search-box .nav-search::-webkit-input-placeholder{color:#f8f9fa}.site-header .search-box .nav-search::-moz-placeholder{color:#f8f9fa}.site-header .search-box .nav-search:-ms-input-placeholder{color:#f8f9fa}.site-header .search-box .nav-search:-moz-placeholder{color:#f8f9fa}.site-header .search-box .no-search-results{position:absolute;top:40px;left:16px;width:calc(100% - 30px);background:#fff;color:#000;padding:20px 10px;border:2px solid #343a40;font-size:.85rem;font-weight:400}.site-header .search-box .no-search-results .link{padding-top:5px}.search-category{font-weight:400}.scrollable-menu{height:auto;max-height:300px;overflow-x:hidden}.scrollable-menu::-webkit-scrollbar{-webkit-appearance:none;width:7px}.scrollable-menu::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.search-cover{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(73,80,87,.75);z-index:1000}.ui-autocomplete{-webkit-box-shadow:none;box-shadow:none;border:2px solid #293d52;border-top:none;border-radius:0 0 10px 10px;font-family:Clear Sans,sans-serif;background:#fff;background:var(--box-color);padding:0;width:275px;font-size:1rem;color:#212529;color:var(--text-color);max-height:80vh;overflow-y:auto;overflow-x:hidden;z-index:99999}@media (min-width:768px){.ui-autocomplete{width:535px;font-size:.85rem}}.ui-autocomplete .ui-autocomplete-category{padding:10px;background:#6c757d;color:#fff;font-size:.85rem}.ui-autocomplete .ui-menu-item-wrapper{padding:10px;border-radius:0;cursor:pointer;font-size:.85rem;border:none;border-bottom:#dee2e6;border-bottom:1px solid var(--border-color)}.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{background:#e9ecef;background:var(--light-gray);color:#000;color:var(--text-color);border:none;border-bottom:1px solid rgba(0,0,0,0);cursor:pointer;margin:0;position:relative}.single-page-header{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:768px){.single-page-header{padding:30px 0}}.single-page-header .location-logo{padding-right:10px}.single-page-header .location-logo .location-icon{height:50px;width:50px;border-radius:10px;border:1px solid #dee2e6}@media (min-width:768px){.single-page-header .location-logo .location-icon{height:75px;width:75px}}.single-page-header h1.title{position:relative;margin:0;padding:0;line-height:1;font-size:2rem;font-weight:600;color:#293d52;color:var(--header-color);text-align:left}@media (min-width:992px){.single-page-header h1.title{font-size:2.6rem}}.single-page-header h1.title.centered{text-align:center}.single-page-header h2.subtitle{margin:0;padding:5px 0 0;color:#495057;color:var(--subheader-color);font-family:Clear Sans,sans-serif;font-size:1.1rem;font-weight:400;text-align:left}@media (min-width:768px){.single-page-header h2.subtitle{font-size:1.15rem}}.single-page-header h2.subtitle a{color:#3395dd;font-weight:400;text-decoration:none}.single-page-header h2.subtitle a:hover{color:#3395dd;text-decoration:underline}.single-page-header .dailysnow-faves,.single-page-header .location-faves{white-space:nowrap}.single-page-header .dailysnow-faves .addfav,.single-page-header .location-faves .addfav{display:inline-block;font-size:1.5rem;padding-left:10px}.single-page-header .dailysnow-faves .addfav a,.single-page-header .dailysnow-faves .addfav a:hover,.single-page-header .location-faves .addfav a,.single-page-header .location-faves .addfav a:hover{color:#3395dd;text-decoration:none}@media (min-width:768px){.single-page-header .dailysnow-faves .addfav,.single-page-header .location-faves .addfav{font-size:1.75rem}}.single-page-header .dailysnow-faves .addalert,.single-page-header .location-faves .addalert{display:inline-block;font-size:1.5rem}@media (min-width:768px){.single-page-header .dailysnow-faves .addalert,.single-page-header .location-faves .addalert{font-size:1.75rem}}.single-page-header .dailysnow-faves .addalert a,.single-page-header .location-faves .addalert a{color:#3395dd;text-decoration:none}.single-page-header .dailysnow-faves .addalert a:hover,.single-page-header .location-faves .addalert a:hover{text-decoration:none;color:#293d52}.site-container{position:relative;background:#f5f5f5;background:var(--background-color);padding-bottom:25px}#main.front-page{margin-bottom:-50px}@media (min-width:768px){#main{background-repeat:no-repeat;background-attachment:fixed;background-size:cover}}#main .tablinks{text-align:center;margin:10px auto 0}#main .tablinks.non-header{margin-top:20px;margin-bottom:20px}#main .tablinks .btn{float:none;width:100%;background-color:#293d52;color:#fff;border-radius:10px;margin-bottom:5px;padding:10px 20px}#main .tablinks .btn.active{background:#adb5bd}#main .tablinks .btn:hover{background:#212529}@media (min-width:576px){#main .tablinks{margin-bottom:10px}#main .tablinks .btn{float:left;width:auto;background-color:#293d52;border:1px solid #fff;color:#fff;text-transform:uppercase;border-radius:0}#main .tablinks .btn.btnstatus-n{background-color:fade(#e57700,80%)}#main .tablinks .btn.btnstatus-y:hover{background-color:#e57700}#main .tablinks .btn.active{background:#adb5bd;color:#fff}#main .tablinks .btn.active:hover{background:#212529;color:#fff}#main .tablinks .btn:hover{background:#212529}}@media (min-width:768px){#main #content{min-height:300px;padding:15px 0}}#main .sidebar{position:relative}.forecast-page{margin-top:30px}h2.block-head{padding:0;margin:0 0 10px;color:#293d52;color:var(--header-color);font-family:Clear Sans,sans-serif;text-align:left;font-size:1.8rem;font-weight:400}@media (min-width:768px){h2.block-head{font-size:1.75rem}}h2.content-title{padding:0;margin:15px 0;text-align:left;font-size:1.6rem;font-weight:600;font-family:Clear Sans,sans-serif}h2.content-title a{color:#293d52;color:var(--header-link);font-weight:600}h3.sidebar-title{margin-bottom:10px;padding:0;font-size:1.1rem;font-weight:700;font-family:Clear Sans,sans-serif;color:#495057;color:var(--graytext-color);text-align:left}h3.sidebar-title.homepage{margin-bottom:20px}h3.in-post-title{margin:25px 0 10px;padding:0;font-size:1.25rem;font-family:Clear Sans,sans-serif}h3.in-post-title,h3.inline-title{font-weight:500;color:#293d52;color:var(--header-color);text-align:left}h3.inline-title{margin:0 0 10px;padding:0 0 5px;font-size:1.3rem}h3.inline-title.centered{text-align:center}.dashboard-nav,.sidebar-content{margin-bottom:30px}.dashboard-nav{width:100%}.dashboard-nav .nav-pills,.dashboard-nav .nav-tabs{border:none;color:#3395dd}.dashboard-nav .nav-pills li,.dashboard-nav .nav-tabs li{margin-bottom:5px}.dashboard-nav .nav-pills li a,.dashboard-nav .nav-tabs li a{text-align:left;color:#3395dd;padding:8px 16px;font-weight:400;font-size:.95rem;background:#fff;background:var(--box-color);border:1px solid #f8f9fa;border-radius:10px}.dashboard-nav .nav-pills li a.all-access,.dashboard-nav .nav-tabs li a.all-access{background:#039f85;color:#fff}.dashboard-nav .nav-pills li a.all-access.active,.dashboard-nav .nav-pills li a.all-access:hover,.dashboard-nav .nav-tabs li a.all-access.active,.dashboard-nav .nav-tabs li a.all-access:hover{background:#038670}.dashboard-nav .nav-pills li a.nav-sign-out,.dashboard-nav .nav-tabs li a.nav-sign-out{color:#df2b1d}.dashboard-nav .nav-pills li a:hover,.dashboard-nav .nav-tabs li a:hover{background:#3395dd;color:#fff}.dashboard-nav .nav-pills li a.active,.dashboard-nav .nav-pills li a.active:hover,.dashboard-nav .nav-tabs li a.active,.dashboard-nav .nav-tabs li a.active:hover{background:#293d52;color:#fff}.nav-pages{padding:25px 0;height:95px}.nav-pages .older{float:left}.nav-pages .newer{float:right}.jump-top{font-size:.9rem;color:#3395dd;cursor:pointer}.site-sponsor{font-size:.9rem;font-weight:400;color:#212529;color:var(--text-color);text-align:center;margin:10px auto;padding-top:5px;padding-bottom:10px;border-bottom:1px solid #dee2e6;border-bottom-color:var(--border-color)}.site-sponsor.home{padding-top:60px;border-bottom:none}@media (min-width:992px){.site-sponsor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.site-sponsor a{color:#e57700}.site-sponsor .text{padding-top:2px;padding-left:4px;padding-right:15px}@media (min-width:992px){.site-sponsor .text{padding-right:0}}.site-sponsor img{height:24px;vertical-align:top;padding-left:15px}@media (min-width:992px){.site-sponsor img{padding-left:0}}.sticky-ad{position:-webkit-sticky;position:sticky;top:75px}@media (min-width:992px){.web-ad{position:relative;margin:0 auto 30px;text-align:center;min-height:250px;z-index:600}.web-ad .adunit{position:relative;top:0;left:0;z-index:10}.web-ad.recommended{margin:0 auto}.web-ad.inline{margin:40px auto;text-align:center}}.blockimages{text-align:left;color:#e57700;background:#fae6d3;border:1px solid #e57700;padding:10px 20px}.blockimages,.blockimages p{margin:10px 0}a.lock-icon{display:inline-block;padding-top:1px;padding-left:0;height:30px;width:30px;border-radius:15px;font-size:1.25rem;background:#039f85;color:#fff}a.lock-icon:hover{background:#026d5b}.forecast-upgrade{position:relative}.upgrade-block{text-align:left;padding:30px;background:#039f85;color:#fff}@media (min-width:992px){.upgrade-block{padding:50px}}.upgrade-block .status-img{height:64px;width:64px}.upgrade-block h2{font-weight:400;font-size:1.2rem;line-height:1.3;margin:15px 0}@media (max-width:991.98px){.upgrade-block.table{position:sticky;position:-webkit-sticky;top:0;left:45px;padding:10px 0 10px 25px;width:280px}}.upgrade-block.small{padding:15px 10px;margin:15px 0}.upgrade-block.small h2{font-weight:400;font-size:1.15rem;margin:15px 0}.upgrade-block.small p{font-size:.85rem}.upgrade-block.sidebar{padding:20px;margin:25px 0}.upgrade-block.sidebar h2{font-weight:400;font-size:1rem;margin:15px 0}.upgrade-block.sidebar p{font-size:.85rem}.upgrade-block.tall{padding:75px 25px}@media (min-width:768px){.upgrade-block.tall{padding:75px 50px}}.all-access-list li{padding-bottom:10px;font-size:.9rem}@media (min-width:992px){.all-access-list li{font-size:1.1rem}}.all-access-list li.small{font-size:.8rem;padding-bottom:10px}.all-access-list li i{width:23px}.all-access-list li strong{font-weight:500}.all-access-sublist{margin-left:28px}.all-access-sublist li{font-size:.85rem}.all-access-inline{position:absolute;top:0;left:0;padding:20px 20px 0;width:280px;background:#039f85;color:#fff}.all-access-inline.second{left:300px;width:380px}.all-access-inline.third{left:800px}.all-access-inline .status-img{height:48px;width:48px}.all-access-inline h2{font-weight:400;font-size:1.15rem;line-height:1.3;margin:15px 0 20px}.btn-allaccess{background-color:#038670;border:2px solid #026d5b!important;color:#fff;text-decoration:none;text-align:center}.btn-allaccess.ultra-button{text-align:left;font-size:1.4rem;padding:10px 80px 70px 10px}.btn-allaccess:hover{background-color:#027764;color:#fff;text-decoration:none}.all-access-header{position:absolute;left:220px;top:14px;width:100px}@media (min-width:768px){.all-access-header{left:205px}}.all-access-header a{font-size:.65rem;font-weight:400;padding:2px 8px;border-radius:2px;text-transform:uppercase}.all-access-header a,.notfree{background-color:#039f85;color:#fff}.notfree{display:inline-block;padding-left:6.5px;padding-top:2.5px;width:24px;height:24px;border-radius:10px;font-size:1.15rem;line-height:1}.data-container{background:#fff;background:var(--box-color);padding:10px;margin:auto auto 15px;border-radius:10px}@media (min-width:992px){.data-container{padding:15px;margin-bottom:30px}}.data-container.no-background{background:rgba(0,0,0,0)}.data-container.short{margin-bottom:15px}.data-buttons{margin-bottom:30px}.data-buttons.short{margin-bottom:15px}.data-box{text-align:left;position:relative;z-index:5}.data-box.inline{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:4px}.data-box.inline .data-header{padding-left:5px}.data-box .data-link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:6}.data-box .data-header{color:#495057;color:var(--graytext-color);font-weight:400;font-size:.7rem;padding-top:5px}@media (min-width:992px){.data-box .data-header{font-size:.8rem}}.data-box .data-subheader{color:#495057;color:var(--lighter-graytext-color);font-size:.7rem;padding-bottom:5px}.data-box .data-cell{text-align:left;font-size:1.5rem;line-height:1;font-weight:500}.data-box .data-cell.xlarge{font-size:1.7rem}.data-box .data-cell.large{font-size:1.6rem}.data-box .data-cell.small{font-size:1.2rem}.data-box .data-cell.wxicon{padding-top:4px}.data-box .data-cell.utime{font-size:.65rem;font-weight:300}.data-box .data-cell.nodata{color:#6c757d;font-weight:400}.data-box .data-cell.nosnow{color:#000;color:var(--text-color)}.data-box .data-cell.red{color:#f1aba5}.data-box .data-cell.green{color:#73c1bb}.data-box .data-cell.blue,.data-box .data-cell.snow{color:#297dbb;color:var(--snow-color)}.data-box .data-cell.highsnow,.data-box .data-cell.orange{color:#e57700}.data-box .data-cell.locked,.data-box .data-cell .locked{color:#039f85}.data-box .data-cell.locked a,.data-box .data-cell .locked a{display:inline-block;background:#039f85;color:#fff;border-radius:10px;height:20px;width:20px;text-align:center}.data-box .data-cell.locked a:hover,.data-box .data-cell .locked a:hover{text-decoration:none;background:#026d5b}.data-box .data-cell.old{color:#f1aba5}.data-box.more{height:auto;width:26px}.data-update{font-size:.8rem;color:#495057;color:var(--graytext-color);padding-top:10px}.data-update.old{color:#f1aba5}.data-update.inline{padding-top:0}.data-button{padding-top:10px}.data-button .button-data{font-size:.8rem;padding:6px 12px}.content-block{margin-bottom:30px}.page-byline{text-align:left;padding-bottom:10px;border-bottom:1px solid #e9ecef;border-bottom-color:var(--border-color)}.page-byline .mugshot img{height:60px;width:60px;border-radius:10px;margin-right:10px}.page-byline .timepost{font-size:.8rem;color:#6c757d}.dailysnow .dailysnow-post,.dailysnow .news-post,.news .dailysnow-post,.news .news-post{background:#fff;background:var(--box-color);padding:10px;border-radius:10px;color:#212529;color:var(--text-color)}.dailysnow .dailysnow-post .most-recent,.dailysnow .news-post .most-recent,.news .dailysnow-post .most-recent,.news .news-post .most-recent{cursor:pointer;padding-left:10px;text-align:center}.dailysnow .dailysnow-post .most-recent a,.dailysnow .news-post .most-recent a,.news .dailysnow-post .most-recent a,.news .news-post .most-recent a{white-space:nowrap}.dailysnow .dailysnow-post .upgrade-block,.dailysnow .news-post .upgrade-block,.news .dailysnow-post .upgrade-block,.news .news-post .upgrade-block{clear:both;text-align:center;padding:20px 10px;margin:15px 0}.dailysnow .dailysnow-post .upgrade-block .status-img,.dailysnow .news-post .upgrade-block .status-img,.news .dailysnow-post .upgrade-block .status-img,.news .news-post .upgrade-block .status-img{height:64px;width:64px}.dailysnow .dailysnow-post .upgrade-block h2,.dailysnow .news-post .upgrade-block h2,.news .dailysnow-post .upgrade-block h2,.news .news-post .upgrade-block h2{font-weight:400;text-align:center;font-size:1.5rem;margin:15px 0 10px;color:#fff}.dailysnow .dailysnow-post .upgrade-block .last-free,.dailysnow .news-post .upgrade-block .last-free,.news .dailysnow-post .upgrade-block .last-free,.news .news-post .upgrade-block .last-free{padding-top:10px}.dailysnow .dailysnow-post .upgrade-block .last-free a,.dailysnow .news-post .upgrade-block .last-free a,.news .dailysnow-post .upgrade-block .last-free a,.news .news-post .upgrade-block .last-free a{color:#fff;text-decoration:underline}.dailysnow .dailysnow-post .post,.dailysnow .news-post .post,.news .dailysnow-post .post,.news .news-post .post{clear:left;margin-top:25px;font-family:Clear Sans,sans-serif;font-weight:300;font-size:1.1rem;line-height:1.4}.dailysnow .dailysnow-post .post h4.ds-section,.dailysnow .news-post .post h4.ds-section,.news .dailysnow-post .post h4.ds-section,.news .news-post .post h4.ds-section{margin-top:50px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.dailysnow .dailysnow-post .post h4.ds-section.top-block,.dailysnow .news-post .post h4.ds-section.top-block,.news .dailysnow-post .post h4.ds-section.top-block,.news .news-post .post h4.ds-section.top-block{margin-top:15px}.dailysnow .dailysnow-post .post .promoblock,.dailysnow .news-post .post .promoblock,.news .dailysnow-post .post .promoblock,.news .news-post .post .promoblock{margin-bottom:40px}.dailysnow .dailysnow-post .post .promoblock .in-post-title,.dailysnow .news-post .post .promoblock .in-post-title,.news .dailysnow-post .post .promoblock .in-post-title,.news .news-post .post .promoblock .in-post-title{margin-top:0}.dailysnow .dailysnow-post .post .promoblock .promoflag,.dailysnow .news-post .post .promoblock .promoflag,.news .dailysnow-post .post .promoblock .promoflag,.news .news-post .post .promoblock .promoflag{font-size:.85rem;color:#adb5bd;padding-bottom:2px}.dailysnow .dailysnow-post .post p,.dailysnow .news-post .post p,.news .dailysnow-post .post p,.news .news-post .post p{margin-bottom:20px;white-space:pre-wrap}.dailysnow .dailysnow-post .post li,.dailysnow .dailysnow-post .post ol,.dailysnow .dailysnow-post .post p,.dailysnow .dailysnow-post .post ul,.dailysnow .news-post .post li,.dailysnow .news-post .post ol,.dailysnow .news-post .post p,.dailysnow .news-post .post ul,.news .dailysnow-post .post li,.news .dailysnow-post .post ol,.news .dailysnow-post .post p,.news .dailysnow-post .post ul,.news .news-post .post li,.news .news-post .post ol,.news .news-post .post p,.news .news-post .post ul{font-size:1.1rem;font-family:Clear Sans,sans-serif;font-weight:300;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.dailysnow .dailysnow-post .post .caption,.dailysnow .news-post .post .caption,.news .dailysnow-post .post .caption,.news .news-post .post .caption{font-style:italic;font-size:.95rem;font-family:Clear Sans,sans-serif;font-weight:300;margin-top:-10px;margin-bottom:20px}.dailysnow .dailysnow-post .post img,.dailysnow .news-post .post img,.news .dailysnow-post .post img,.news .news-post .post img{display:block;margin:15px auto;max-width:100%!important;height:auto!important;min-height:75px;border-radius:10px}@media (min-width:768px){.dailysnow .dailysnow-post .post img,.dailysnow .news-post .post img,.news .dailysnow-post .post img,.news .news-post .post img{margin:20px auto}}.dailysnow .dailysnow-post .post .ds-allaccess,.dailysnow .news-post .post .ds-allaccess,.news .dailysnow-post .post .ds-allaccess,.news .news-post .post .ds-allaccess{background:#039f85;color:#fff;padding:20px;font-family:Clear Sans,sans-serif;border-radius:10px}.dailysnow .dailysnow-post .post .ds-allaccess .header,.dailysnow .news-post .post .ds-allaccess .header,.news .dailysnow-post .post .ds-allaccess .header,.news .news-post .post .ds-allaccess .header{margin-bottom:15px;font-weight:500}.dailysnow .dailysnow-post .post .ds-allaccess a,.dailysnow .dailysnow-post .post .ds-allaccess li,.dailysnow .dailysnow-post .post .ds-allaccess p,.dailysnow .dailysnow-post .post .ds-allaccess ul,.dailysnow .news-post .post .ds-allaccess a,.dailysnow .news-post .post .ds-allaccess li,.dailysnow .news-post .post .ds-allaccess p,.dailysnow .news-post .post .ds-allaccess ul,.news .dailysnow-post .post .ds-allaccess a,.news .dailysnow-post .post .ds-allaccess li,.news .dailysnow-post .post .ds-allaccess p,.news .dailysnow-post .post .ds-allaccess ul,.news .news-post .post .ds-allaccess a,.news .news-post .post .ds-allaccess li,.news .news-post .post .ds-allaccess p,.news .news-post .post .ds-allaccess ul{font-family:Clear Sans,sans-serif;font-weight:400}.dailysnow .dailysnow-post .post .ds-allaccess ul,.dailysnow .news-post .post .ds-allaccess ul,.news .dailysnow-post .post .ds-allaccess ul,.news .news-post .post .ds-allaccess ul{margin-left:15px}.dailysnow .dailysnow-post .post .ds-allaccess ul i,.dailysnow .dailysnow-post .post .ds-allaccess ul svg,.dailysnow .news-post .post .ds-allaccess ul i,.dailysnow .news-post .post .ds-allaccess ul svg,.news .dailysnow-post .post .ds-allaccess ul i,.news .dailysnow-post .post .ds-allaccess ul svg,.news .news-post .post .ds-allaccess ul i,.news .news-post .post .ds-allaccess ul svg{width:30px}.dailysnow .dailysnow-post .post .ds-allaccess h4,.dailysnow .news-post .post .ds-allaccess h4,.news .dailysnow-post .post .ds-allaccess h4,.news .news-post .post .ds-allaccess h4{padding-bottom:3px;margin:30px 0 20px;border-bottom:1px solid rgba(222,226,230,.5)}.dailysnow .dailysnow-post .post .ds-allaccess blockquote,.dailysnow .news-post .post .ds-allaccess blockquote,.news .dailysnow-post .post .ds-allaccess blockquote,.news .news-post .post .ds-allaccess blockquote{padding-left:11px;border-left:6px solid rgba(222,226,230,.5);font-style:italic;font-size:.85em}.dailysnow .dailysnow-post .post p.teaser,.dailysnow .news-post .post p.teaser,.news .dailysnow-post .post p.teaser,.news .news-post .post p.teaser{max-height:20px}.dailysnow .dailysnow-post .post .dailysnow-read-count,.dailysnow .news-post .post .dailysnow-read-count,.news .dailysnow-post .post .dailysnow-read-count,.news .news-post .post .dailysnow-read-count{display:none;margin:10px -30px;border-radius:0;border:none;padding:10px 30px;-webkit-box-shadow:0 2px 4px var(--box-shadow-color-lighter);box-shadow:0 2px 4px var(--box-shadow-color-lighter)}.dailysnow .dailysnow-post .post .dailysnow-read-count.visible,.dailysnow .news-post .post .dailysnow-read-count.visible,.news .dailysnow-post .post .dailysnow-read-count.visible,.news .news-post .post .dailysnow-read-count.visible{display:block}.dailysnow .dailysnow-post .post .dailysnow-read-count p,.dailysnow .news-post .post .dailysnow-read-count p,.news .dailysnow-post .post .dailysnow-read-count p,.news .news-post .post .dailysnow-read-count p{white-space:normal;margin:10px 0}.dailysnow .dailysnow-post .post .dailysnow-read-count a,.dailysnow .news-post .post .dailysnow-read-count a,.news .dailysnow-post .post .dailysnow-read-count a,.news .news-post .post .dailysnow-read-count a{font-weight:500}.dailysnow .dailysnow-post .post .dailysnow-read-count.ds-allaccess,.dailysnow .news-post .post .dailysnow-read-count.ds-allaccess,.news .dailysnow-post .post .dailysnow-read-count.ds-allaccess,.news .news-post .post .dailysnow-read-count.ds-allaccess{-webkit-box-shadow:0 0 80px var(--box-shadow-color-darker);box-shadow:0 0 80px var(--box-shadow-color-darker);margin-bottom:-30px;padding-top:30px;padding-bottom:30px}.dailysnow .dailysnow-post .post .dailysnow-read-count.ds-allaccess a,.dailysnow .news-post .post .dailysnow-read-count.ds-allaccess a,.news .dailysnow-post .post .dailysnow-read-count.ds-allaccess a,.news .news-post .post .dailysnow-read-count.ds-allaccess a{color:#fff}.dailysnow .dailysnow-post .post .dailysnow-read-count.ds-allaccess a.learn-how,.dailysnow .news-post .post .dailysnow-read-count.ds-allaccess a.learn-how,.news .dailysnow-post .post .dailysnow-read-count.ds-allaccess a.learn-how,.news .news-post .post .dailysnow-read-count.ds-allaccess a.learn-how{display:block;text-decoration:none;font-size:.9em;font-weight:400;color:rgba(222,226,230,.8)!important}.dailysnow .dailysnow-post .post .dailysnow-read-count.ds-allaccess p.never-miss,.dailysnow .news-post .post .dailysnow-read-count.ds-allaccess p.never-miss,.news .dailysnow-post .post .dailysnow-read-count.ds-allaccess p.never-miss,.news .news-post .post .dailysnow-read-count.ds-allaccess p.never-miss{display:none}.dailysnow .dailysnow-post .post .dailysnow-read-count.ds-allaccess .ds-allaccess,.dailysnow .news-post .post .dailysnow-read-count.ds-allaccess .ds-allaccess,.news .dailysnow-post .post .dailysnow-read-count.ds-allaccess .ds-allaccess,.news .news-post .post .dailysnow-read-count.ds-allaccess .ds-allaccess{padding:0}.dailysnow .dailysnow-post .post .dailysnow-read-count.ds-allaccess a.btn,.dailysnow .news-post .post .dailysnow-read-count.ds-allaccess a.btn,.news .dailysnow-post .post .dailysnow-read-count.ds-allaccess a.btn,.news .news-post .post .dailysnow-read-count.ds-allaccess a.btn{text-decoration:none}.dailysnow .dailysnow-post .post .promoblock+.dailysnow-read-count,.dailysnow .news-post .post .promoblock+.dailysnow-read-count,.news .dailysnow-post .post .promoblock+.dailysnow-read-count,.news .news-post .post .promoblock+.dailysnow-read-count{margin-top:-20px}.dailysnow .dailysnow-post .post .summary-image,.dailysnow .news-post .post .summary-image,.news .dailysnow-post .post .summary-image,.news .news-post .post .summary-image{display:none}.dailysnow .dailysnow-post .post .summary-image.visible,.dailysnow .news-post .post .summary-image.visible,.news .dailysnow-post .post .summary-image.visible,.news .news-post .post .summary-image.visible{display:block;max-width:600px}.dailysnow .bottom-byline .image img,.news .bottom-byline .image img{height:75px;width:75px;border-radius:10px}@media (min-width:768px){.dailysnow .bottom-byline .image,.news .bottom-byline .image{float:left;text-align:left;padding-top:10px}}.dailysnow .bottom-byline .post-meta,.news .bottom-byline .post-meta{padding-top:5px}.dailysnow .bottom-byline .post-meta .author,.news .bottom-byline .post-meta .author{text-align:left}.dailysnow .bottom-byline .post-meta .author .name,.news .bottom-byline .post-meta .author .name{font-weight:500;font-size:1.1rem}.dailysnow .bottom-byline .post-meta .author .job,.news .bottom-byline .post-meta .author .job{font-size:.95rem}.dailysnow .bottom-byline .post-meta .author-blurb,.news .bottom-byline .post-meta .author-blurb{margin-top:5px;font-weight:300}.dailysnow .bottom-byline .post-meta .author-blurb .more,.news .bottom-byline .post-meta .author-blurb .more{padding-top:5px;text-align:left}@media (min-width:768px){.dailysnow .bottom-byline .post-meta,.news .bottom-byline .post-meta{margin-left:95px}}.dailysnow .ds-directions,.news .ds-directions{font-size:1rem;padding-bottom:30px}.dailysnow .ds-directions .direction a,.news .ds-directions .direction a{display:block;background:#293d52;color:#fff;height:85px;margin:10px auto;border-radius:10px}@media (min-width:768px){.dailysnow .ds-directions .direction a,.news .ds-directions .direction a{margin:0}}.dailysnow .ds-directions .direction a:hover,.news .ds-directions .direction a:hover{text-decoration:none;background:#297dbb}.dailysnow .ds-directions .direction a.upsell,.news .ds-directions .direction a.upsell{background:#039f85}.dailysnow .ds-directions .direction a.disabled,.news .ds-directions .direction a.disabled{background:#f8f9fa}.dailysnow .ds-directions .direction a.disabled:hover,.news .ds-directions .direction a.disabled:hover{text-decoration:none;cursor:no-drop}.dailysnow .ds-directions .direction a.disabled .text,.news .ds-directions .direction a.disabled .text{margin-top:8px}.dailysnow .ds-directions .direction a .icon,.news .ds-directions .direction a .icon{font-size:3rem;height:85px;margin:0 15px}.dailysnow .ds-directions .direction a .icon.left,.news .ds-directions .direction a .icon.left{float:left}.dailysnow .ds-directions .direction a .icon.right,.news .ds-directions .direction a .icon.right{float:right}.dailysnow .ds-directions .direction a .text,.news .ds-directions .direction a .text{display:table-cell;vertical-align:middle;height:85px;text-align:left}.dailysnow .ds-directions .direction a .text.left,.news .ds-directions .direction a .text.left{padding-right:15px}.dailysnow .ds-directions .direction a .text.right,.news .ds-directions .direction a .text.right{padding-left:15px}.dailysnow .ds-directions .direction a .text .name,.news .ds-directions .direction a .text .name{display:block;font-weight:600;font-size:1.05rem;line-height:1}.dailysnow .ds-directions .direction a .text .time,.news .ds-directions .direction a .text .time{margin-top:2px;display:block;font-weight:300;font-size:.95rem}.dailysnow .comments,.news .comments{padding:10px 20px;margin-bottom:20px}.recommend-blocks{margin:30px auto}.recommend-blocks h3{margin-top:50px;margin-bottom:20px;text-align:left}.recommend-blocks .recommended{width:100%;margin-bottom:15px}@media (min-width:768px){.recommend-blocks .recommended{margin-bottom:0}}.recommend-blocks .recommended.vertical{margin-bottom:15px}.recommend-blocks .recommended .rimage{display:block;width:100%;height:250px;border-radius:10px;background-position:50%;background-size:cover}.recommend-blocks .recommended .postname{padding-top:10px;font-size:1.25rem;line-height:1.15em;font-weight:400}.recommend-blocks .recommended .postname a{font-weight:400;color:#293d52;color:var(--header-link)}.recommended-resorts{margin-bottom:30px}.recommended-resorts.explore{margin-bottom:15px}.recommended-resorts .no-place{height:200px;width:100%;color:#dee2e6;color:var(--subtle-gray);font-size:1.15rem;text-align:center;padding-top:15px}@media (min-width:768px){.recommended-resorts .no-place{height:300px;padding-top:30px}}.recommended-resorts .no-snow{width:100%;color:#ced4da;font-size:.9rem;font-weight:500;padding:65px 0;text-align:center}.recommended-resorts .no-snow .large-icon{font-size:3rem}.recommended-resorts .resort{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;border-radius:10px}.recommended-resorts .resort.with-background{background-color:#fff;background-color:var(--box-color);padding:5px}.recommended-resorts .resort.with-background .name{font-size:1rem}.recommended-resorts .resort img.location{height:36px;width:36px;border-radius:10px;margin-right:10px;border:1px solid #dcdbdb}.recommended-resorts .resort .name{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:1rem;font-weight:400;padding-right:10px}.recommended-resorts .resort .snowfall{font-size:1.2rem;font-weight:600}.no-dailysnows{padding:20px 10px;margin-bottom:25px;font-size:.85rem;color:#dee2e6;color:var(--subtle-gray)}.dailysnow-box,.no-dailysnows{background:#fff;background:var(--box-color)}.dailysnow-box{border-radius:10px;padding:10px;margin:15px 0;position:relative}.dailysnow-box a:hover{text-decoration:none}.dailysnow-box .name{display:block;font-size:1.25rem;font-weight:300;text-align:left}.dailysnow-box .name a{color:#297dbb;font-weight:300}.dailysnow-box .image{width:48px;height:48px;border-radius:10px;float:right;margin-left:5px;margin-top:-46px}.dailysnow-box .time{display:block;text-align:left;font-size:.85rem;font-weight:300;color:#adb5bd}.dailysnow-box .post{clear:left;padding-top:3px}.dailysnow-sidebar{position:relative;display:block;width:100%;margin-bottom:15px;min-height:auto;padding:10px;border-radius:10px;background-color:#fff}.dailysnow-sidebar .link{position:absolute;top:0;left:0;right:0;bottom:0}.dailysnow-sidebar .image{height:48px;width:48px;margin-bottom:5px;border-radius:10px}.dailysnow-sidebar .name{font-size:1.05rem;font-weight:600;margin:2px 0;white-space:normal}.dailysnow-sidebar .name a{color:#293d52}.dailysnow-sidebar .title{font-size:.8rem;font-weight:400;margin-bottom:10px;line-height:1.1}.dailysnow-sidebar .title a{color:#293d52}.dailysnow-sidebar .time{font-size:.7rem;color:#adb5bd}.horz-bar{display:table;table-layout:fixed;width:80%;height:25px;margin:0;padding:0}.horz-bar.narrow{width:125px}.horz-bar li{position:relative;display:table-cell;vertical-align:middle;height:25px;margin:0;padding:0}.horz-bar span.bar{position:relative;height:21px;margin:0;display:block;background-color:#6c757d}.horz-bar span.bar:before{display:block;position:absolute;text-align:left;color:#6c757d;content:attr(value);font-size:.85rem;font-weight:500;width:55px;left:100%;padding-left:5px}.horz-bar span.bar.snow{background-color:#297dbb;background-color:var(--snow-color)}.horz-bar span.bar.snow:before{color:#297dbb;color:var(--snow-color)}.horz-bar span.bar.powder{background-color:#e57700}.horz-bar span.bar.powder:before{color:#e57700}.detailed-compare{font-size:.9rem;font-weight:500;margin-bottom:6px}.type-switcher-container{position:-webkit-sticky;position:sticky;top:58px;z-index:800;background:#f5f5f5}@media (min-width:768px){.type-switcher-container .type-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.type-switcher-container .type-switcher{text-align:center;padding:6px 0;font-size:.8rem}.type-switcher-container .type-switcher .type-button{cursor:pointer;color:#3395dd;font-weight:500}.type-switcher-container .type-switcher .type-button.active{color:#293d52;font-weight:700}.type-switcher-container .switcher-days{padding:2px 0;margin-bottom:6px}.type-switcher-container .switcher-days .day-switch{margin-left:6px}.type-switcher-container .switcher-days .day-switch:first-of-type{margin-left:0}.compare-table .day-fcst,.compare-table .night-fcst,.compare-table .report-block{width:10%;padding:1px 0;text-align:center;vertical-align:middle;font-weight:600;font-size:.95rem;border:1px solid #f8f9fa}.compare-table .day-fcst.zero-night,.compare-table .night-fcst.zero-night,.compare-table .report-block.zero-night{width:9%}.compare-table .day-fcst .us .units,.compare-table .night-fcst .us .units,.compare-table .report-block .us .units{font-weight:500}.compare-table .day-fcst .metric,.compare-table .night-fcst .metric,.compare-table .report-block .metric{font-size:.8rem}.compare-table .day-fcst .metric .units,.compare-table .night-fcst .metric .units,.compare-table .report-block .metric .units{font-size:.7rem;font-weight:500}.compare-table .day-fcst.locked,.compare-table .night-fcst.locked,.compare-table .report-block.locked{color:#039f85}.compare-table .day-fcst.nodata,.compare-table .night-fcst.nodata,.compare-table .report-block.nodata{color:#6c757d;font-weight:400}.compare-table .day-fcst.nosnow,.compare-table .night-fcst.nosnow,.compare-table .report-block.nosnow{color:#000;font-weight:400}.compare-table .day-fcst.snow,.compare-table .night-fcst.snow,.compare-table .report-block.snow{color:#297dbb;color:var(--snow-color)}.compare-table .day-fcst.highsnow,.compare-table .night-fcst.highsnow,.compare-table .report-block.highsnow{color:#e57700}.compare-table .night-fcst{background:#f8f9fa}.compare-table .report-block{width:10%;font-size:1.1rem}.compare-table .snow-space{width:3px}.compare-table .compare-date{vertical-align:top;text-align:center;padding-top:2px;color:#6c757d;font-size:.7rem;border:1px solid #f8f9fa}.compare-table .compare-date .dow{font-weight:500}.compare-table .compare-date .day{font-weight:400}@media (max-width:991.98px){.tiny-graph-container{width:100%;overflow-x:scroll}}.tiny-graph{font-size:.8rem}@media (max-width:991.98px){.tiny-graph.scrolling{width:800px}}.tiny-graph .tiny-date{vertical-align:top;text-align:center;padding-top:2px;padding-left:4px}.tiny-graph .tiny-date .dow{font-weight:500;color:#6c757d}.tiny-graph .tiny-date .day{font-size:300;color:#6c757d}.tiny-graph .snow-bar{vertical-align:top}.tiny-graph .snow-bar.night{background:#f2f2f2;background:var(--subtle-gray);border-left:none}.tiny-graph .compare-list-bar{margin-top:30px;vertical-align:top}@media (max-width:767.98px){.tiny-graph .compare-list-bar{margin-top:20px}}.tiny-graph .locked-mini{color:#039f85;vertical-align:bottom;text-align:center;font-size:.9rem;border-left:1px solid #f2f2f2;border-left-color:var(--subtle-gray)}.tiny-graph .locked-mini.small-text{font-size:.7rem}@media (max-width:767.98px){.tiny-graph .locked-mini{font-size:.7rem}}.tiny-graph .locked-mini.night{background:#f8f9fa;background:var(--subtle-gray);border-left:none}@media (max-width:767.98px){.forecasts-compare .tiny-graph .compare-list-bar{margin-top:30px}}.vertical-bar{display:table;table-layout:fixed;width:100%;height:30px;margin:0;padding:0}.vertical-bar li{position:relative;display:table-cell;vertical-align:bottom;height:30px;margin:0;padding:0 2px}.vertical-bar.with-temp,.vertical-bar.with-temp li{height:45px}@media (max-width:767.98px){.vertical-bar.short-sm,.vertical-bar.short-sm li{height:20px}}.vertical-bar span.bar{position:relative;width:100%;margin:0;display:block;border-radius:5px 5px 0 0;background-color:#000;background-color:var(--text-color)}.vertical-bar span.bar.temp{background-color:#297dbb}.vertical-bar span.bar.temp:before{color:#000;color:var(--text-color);font-weight:400}.vertical-bar span.bar.nodata{background-color:#6c757d;background-color:var(--graytext-color)}.vertical-bar span.bar.nodata:before{color:#6c757d;color:var(--graytext-color);font-weight:400}.vertical-bar span.bar.snow{background-color:#297dbb;background-color:var(--snow-color)}.vertical-bar span.bar.snow:before{color:#297dbb;color:var(--snow-color);font-weight:600}.vertical-bar span.bar.powder{background-color:#e57700}.vertical-bar span.bar.powder:before{color:#e57700;font-weight:600}.vertical-bar span.bar.metric:before{margin-top:-16px;margin-left:3px}@media (min-width:768px){.vertical-bar span.bar.metric:before{margin-top:-20px;margin-left:4px}}.vertical-bar span.bar:before{display:block;position:absolute;left:0;right:0;margin-top:-25px;text-align:center;content:attr(value);font-size:1rem;font-weight:400;color:#000;color:var(--text-color);white-space:nowrap;z-index:60}@media (max-width:767.98px){.vertical-bar span.bar:before{font-size:.7rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-17px;margin-left:2px}}.vertical-bar span.bar.no-rotate:before{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.vertical-bar span.bar.small-text:before{font-size:.7rem;margin-top:-17px}@media (min-width:992px) and (max-width:1199.98px){.vertical-bar span.bar.small-text:before{font-size:.5rem;margin-top:-15px}}@media (max-width:767.98px){.vertical-bar span.bar.no-numbers-sm:before{display:none}}.vertical-bar .temp{display:block;text-align:center;padding-top:2px;font-size:.65rem;color:#495057;color:var(--graytext-color)}.small-chart{display:table;table-layout:fixed;width:100%;height:70px;margin:30px auto 0;padding:20px 0 0}.small-chart li{position:relative;display:table-cell;vertical-align:bottom;height:70px}.small-chart span.bar{margin:0 .5em;display:block;background-color:#a0ceef}.small-chart span.bar:before{display:block;position:absolute;left:0;right:0;margin-top:-22px;text-align:center;content:attr(value);font-size:.85rem;font-weight:500}.small-chart span.date{display:block;font-size:.65rem;padding-top:5px;text-align:center;color:#adb5bd;line-height:1;border-top:1px solid #dee2e6}.small-chart span.date .dow{display:block;font-size:.75rem;padding:2px 0}.small-chart span.date .day{display:block}#cboxOverlay{background:#000;opacity:.8}.timelapse-vid{width:100%;height:auto}.ds-image-overlay{position:relative}.ds-image-overlay .plus{position:absolute;bottom:10px;right:20px;text-align:center;margin:0 auto;font-size:2.5rem;line-height:1;color:#fff;background:rgba(0,0,0,.35);width:75px;height:75px;padding:14px 10px 10px;border-radius:38px}.ds-image-overlay .plus:hover{background:rgba(0,0,0,.7)}.timelapse-fancybox .fancybox-slide--iframe .fancybox-content{width:680px;height:620px;max-width:100%;max-height:auto;margin:0}@media (max-width:991.98px){.timelapse-fancybox .fancybox-slide--iframe .fancybox-content{width:375px;height:320px}}.select2-container{max-width:100%;font-size:.95rem}.select2-container .select2-dropdown,.select2-container .select2-search__field{background:#fff;background:var(--select-color);border:1px solid #dee2e6;border-color:var(--border-color)}.select2-container .select2-search__field{color:#000;color:var(--text-color)}.select2-container .select2-selection{padding:4px 0;border-radius:10px;height:auto;width:100%;text-align:left;background:#fff;background:var(--select-color);border:1px solid #dee2e6;border-color:var(--border-color)}.select2-container .select2-selection .select2-selection__arrow{top:6px}.select2-container .select2-selection .select2-selection__rendered{color:#000;color:var(--text-color)}.select2-container .select2-selection .select2-selection__choice{background-color:#f8f9fa;background-color:var(--subtle-gray);color:#212529;color:var(--text-color);border:1px solid #dee2e6;border-color:var(--border-color)}.select2-container .select2-results__option[aria-selected]{background-color:#f8f9fa;background-color:var(--select-color)}.select2-container .hidedisabled .select2-results__option[aria-disabled=true]{display:none}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-results .select2-highlighted{background:#3395dd;color:#fff}.map-collapse{display:block;width:100%;font-size:.85rem;text-transform:uppercase;background:#dee2e6;color:#fff;text-align:center;padding:5px}.map-collapse.active,.map-collapse:focus,.map-collapse:hover{text-decoration:none}.map-collapse:hover{background:#495057;color:#fff}.map-container{position:relative;margin-bottom:30px}.map-container .map-logo{position:absolute;right:10px;top:10px;width:150px;height:auto}@media (max-width:1199.98px){.powder-form .powder-input{margin-bottom:5px}}.powder-form .btn-powder{height:38px}.markerLabels{overflow:visible!important}.map-label-wrapper{position:relative}.map-label-closed,.map-label-highsnow,.map-label-locked,.map-label-missing,.map-label-nosnow,.map-label-open,.map-label-snow{position:relative;display:inline-block;width:45px;height:30px;padding-top:7px;border:1px solid #212529;border-radius:10px;background:#000;text-align:center;line-height:1;font-size:.85rem;color:#fff}.map-label-closed.metric,.map-label-highsnow.metric,.map-label-locked.metric,.map-label-missing.metric,.map-label-nosnow.metric,.map-label-open.metric,.map-label-snow.metric{width:50px}.map-label-dot{position:relative;display:inline-block;width:16px;height:16px;border:2px solid #293d52;border-radius:10px;background:#3395dd;text-align:center;line-height:12px;font-size:.75rem;color:#fff}.map-label-dot.current{background:#eb9949}.map-label-smalltext{padding:2px 2px 2px 15px;border-radius:10px;margin-left:-12px;top:0;left:12px;width:auto;background:hsla(0,0%,100%,.8)}.map-label-smalltext,.map-label-text{display:inline-block;font-size:.75rem;color:#495057}.map-label-text{position:absolute;top:-7px;left:45px;width:300px;text-align:left}.map-label-text .map-label-text-wrap{display:inline-block;background:hsla(0,0%,100%,.85);padding:5px;border-radius:10px}.map-label-missing{background:#adb5bd}.map-label-highsnow{background:#e57700}.map-label-snow{background:#297dbb}.map-label-open{background:#28a745}.map-label-closed{background:#e76d63}.map-label-locked{background:#039f85;border:1px solid #fff}.share-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px}.share-icons .share{text-align:center;line-height:1;padding:10px;font-size:1.1rem}.share-icons .share a{color:#293d52;color:var(--header-link)}.share-icons .share a:hover{text-decoration:none;color:#3395dd}@media (min-width:576px){.share-icons .share{text-align:left;padding:0}}.share-icons .share .social-text{padding-left:2px}.site-notifications{position:fixed;bottom:0;left:0;width:100%;z-index:1040}.site-notifications .btn-cookie{display:inline-block;border:none;border-radius:10px;background:#fff;color:#000;padding:4px 8px}.sitewide-alert{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.85rem;border-radius:0;margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#site-alert-cookienotice{background:#fff;background:var(--box-color);color:#495057;color:var(--text-color);border:none;border-color:var(--border-color);border-top:1px solid var(--border-color)}#site-alert-cookienotice a{color:#3395dd}#footer{background:#293d52;color:#fff;padding-top:25px;padding-bottom:50px;font-size:.85em;margin-bottom:-20px;margin-top:30px}#footer a{text-decoration:none;color:#fff}#footer a:hover{text-decoration:underline}#footer p{line-height:22px;margin-bottom:25px;margin-top:12px;font-size:.85rem;font-family:Clear Sans,sans-serif}#footer .footnav{margin:25px auto;text-align:center}#footer .footnav li{padding:0 10px;line-height:2rem}#footer .theme-switch-wrapper{font-size:.75rem;margin-bottom:10px}#footer .theme-switch-wrapper .theme-switch{display:inline-block;height:24px;position:relative;width:50px;margin:0}#footer .theme-switch-wrapper .theme-switch input{display:none}#footer .theme-switch-wrapper .slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}#footer .theme-switch-wrapper .slider:before{background-color:#fff;bottom:4px;content:"";height:16px;left:4px;position:absolute;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;width:16px}#footer .theme-switch-wrapper input:checked+.slider{background-color:#000}#footer .theme-switch-wrapper input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}#footer .theme-switch-wrapper .slider.round{border-radius:24px}#footer .theme-switch-wrapper .slider.round:before{border-radius:50%}#footer .unit-holder{width:100%;z-index:100;margin:10px auto 20px}#footer .unit-holder .units{position:relative;text-align:center;font-size:.75rem;color:#ced4da}#footer .unit-holder .units a{color:#fff;font-weight:400;pointer-events:auto;padding:0 6px;color:#dee2e6}#footer .unit-holder .units a.active{font-weight:900;color:#fff}#footer .social-footer{padding:0;list-style-type:none;text-align:center;margin:25px 0 0}#footer .social-footer li{display:inline;padding:0 10px}#footer .social-footer li a{font-size:2rem}#footer .social-footer li a:hover{text-decoration:none;color:#3395dd}#footer .mailinglist{margin:25px auto;text-align:center}#footer .mailinglist .mailhead{padding-bottom:10px;font-weight:400;font-size:.85rem}#footer .copyright{font-size:.75rem;padding:25px;color:#fff}.popover{border:2px solid #d3d5d3;-webkit-box-shadow:0 5px 8px fade(#3c4143,20%);box-shadow:0 5px 8px fade(#3c4143,20%);top:47px!important}@media (max-width:991.98px){.popover{left:-125px!important}}.popover.bottom .arrow{border-bottom-color:#d3d5d3}@media (max-width:991.98px){.popover.bottom .arrow{left:68%}}.popover.bottom .arrow:before{border-top-width:2px}.popover.bottom .arrow:after{border-top-width:2px}.search-popover{margin-left:9px}.tt-dropdown-menu{background:#fff;top:inherit!important;width:100%;border:2px solid #edeeed}.tt-dropdown-menu .tt-suggestion{padding:10px;background-color:#fff}.tt-dropdown-menu .tt-suggestion p{margin-bottom:0}.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor{background-color:#3395dd;color:#fff}.page-sponsor{border-bottom:2px solid #f8f9fa;padding:10px 0;margin-bottom:20px;margin-top:-10px;text-align:center;text-transform:uppercase;font-size:1.25rem;letter-spacing:1px;font-family:Clear Sans,sans-serif;color:#dee2e6;line-height:1em}.page-sponsor a{display:block;color:#3395dd}@media (min-width:576px){.page-sponsor a{display:inline-block}}.error-page{position:relative;margin:25px auto}.error-page .text{position:absolute;top:25px;left:25px;width:65%;color:#fff}.error-page .text h2{font-size:2.4rem;font-weight:500;margin:0;padding-bottom:10px}.error-page .text h3{font-size:1.6rem;font-weight:400;margin:0;padding-bottom:30px}.avalanche-forecast{--danger-0-color:#918f90;--danger-1-color:#50b849;--danger-2-color:#fef200;--danger-3-color:#f7941d;--danger-4-color:#ed1b24;--danger-5-color:#231f20}.avalanche-forecast .region-name{padding:20px 20px 10px}.avalanche-forecast .region-name h2{color:var(--header-color);font-size:1.3em;margin-bottom:3px}.avalanche-forecast .region-name h3{font-size:.9em;color:var(--graytext-color);font-weight:400}.avalanche-forecast .region-rating{position:relative;padding:10px 20px;height:70px;margin-bottom:10px;border-top:1px solid var(--graytext-color);border-bottom:1px solid var(--graytext-color)}.avalanche-forecast .region-rating.danger-0{background-color:var(--danger-0-color);color:var(--text-color)}.avalanche-forecast .region-rating.danger-1{background-color:var(--danger-1-color);color:#212529}.avalanche-forecast .region-rating.danger-2{background-color:var(--danger-2-color);color:#212529}.avalanche-forecast .region-rating.danger-3{background-color:var(--danger-3-color);color:#212529}@media (max-width:767.98px){.avalanche-forecast .region-rating.danger-3 .rating-info .rating-label{top:-7px;font-size:1.7em}.avalanche-forecast .region-rating.danger-3 .rating-info .rating-label .rating-number{display:none}}.avalanche-forecast .region-rating.danger-4{background-color:var(--danger-4-color);color:#fff}.avalanche-forecast .region-rating.danger-5{background-color:var(--danger-5-color);color:#fff;border-top:2px solid var(--danger-4-color);border-bottom:2px solid var(--danger-4-color)}.avalanche-forecast .region-rating .rating-icon{height:100px;position:absolute;right:10px;top:-15px}.avalanche-forecast .region-rating.danger-4 .rating-icon,.avalanche-forecast .region-rating.danger-5 .rating-icon{right:5px}.avalanche-forecast .region-rating .rating-info .rating-danger{text-transform:uppercase;font-size:.8em;position:relative;top:-3px}.avalanche-forecast .region-rating .rating-info .rating-label{font-size:2em;font-weight:600;position:relative;top:-13px}.avalanche-forecast .region-rating .rating-info .rating-label .rating-number{font-size:.8em;position:relative;top:-2px;font-weight:200}.avalanche-forecast .alert{position:unset;border-radius:0;margin:-10px 0 0;border:none}.avalanche-forecast .region-content{padding:20px}.avalanche-forecast .region-content .avalanche-timestamp{margin:-10px 0 10px;font-size:.8em;color:var(--graytext-color)}.graph-date{font-size:.8rem}#map_canvas{height:80vh;width:100%}@media (min-width:768px){#map_canvas{height:500px}}.no-data-fave{width:100%;color:#6c757d;font-size:.85rem;font-weight:400;padding:10px 0;text-align:center}.add-favorite{padding-left:5px;font-size:.8rem}.add-favorite a{color:#6c757d}.no-favorites{text-align:center;background:#e9ecef;color:#6c757d;border-radius:10px;padding:10px 10px 15px}.no-favorites .text{font-size:.9rem;font-weight:500;padding:5px 10px 10px}.no-favorites .image{font-size:2.4rem;line-height:1;padding-bottom:10px}.compare-dailysnows,.compare-passes,.compare-webcams{padding-bottom:30px}@media (max-width:991.98px){.compare-forecasts,.compare-locations{padding-bottom:30px}}.dailysnow-container{position:relative}@media (max-width:991.98px){.dailysnow-wrapper{overflow-x:scroll;width:100%;white-space:nowrap;-ms-overflow-style:none;overflow:-moz-scrollbars-none;-webkit-overflow-scrolling:touch}}.dailysnow-wrapper::-webkit-scrollbar{display:none}.dailysnow-compare{background:#fff;background:var(--box-color);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;border-radius:10px;padding:10px;margin-bottom:10px;color:#212529;color:var(--text-color)}@media (min-width:992px){.dailysnow-compare{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;width:100%;margin-top:5px;margin-bottom:15px;min-height:auto}}.dailysnow-compare .link{position:absolute;top:0;left:0;right:0;bottom:0}.dailysnow-compare .image{height:48px;width:48px;border:1px solid #dee2e6;border-color:var(--border-color);margin-bottom:5px;border-radius:5px}.dailysnow-compare .ds-compare-text{padding-left:10px}.dailysnow-compare .name{font-size:1.4rem;line-height:1;font-weight:500;padding-bottom:7px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;color:#3395dd}.dailysnow-compare .title{font-size:1rem;font-weight:400;margin-bottom:5px;line-height:1.3}.dailysnow-compare .title a{color:#293d52}.dailysnow-compare .time{font-size:.8rem;color:#495057;color:var(--graytext-color);font-weight:400}.dailysnow-compare .time .author{padding-left:5px;color:#212529}.dailysnow-compare .summary{font-size:.9rem;max-width:500px;padding-top:10px}@media (min-width:992px){.dailysnow-compare .summary{padding-top:0;padding-left:15px}.dailysnow-compare .summary.no-image{padding-left:0}}.dailysnow-compare .summary-image img{max-width:80%;height:auto}@media (min-width:992px){.dailysnow-compare .summary-image img{max-width:125px;padding-top:5px}}.dailysnow-compare.explore .time .author{padding-left:0;padding-top:2px;color:#212529;color:var(--text-color);display:block}.dailysnow-compare:not(:last-child){margin-right:15px}.map-switcher{position:fixed;bottom:15px;right:15px;height:45px;width:45px}@media (min-width:992px){.map-switcher{position:inherit;height:auto;width:auto;margin-top:20px}}.map-switcher .btn-compare-switch{font-weight:400;text-align:left;font-size:.95rem;border-radius:28px;padding:10px;color:#fff;text-align:center;background-color:#3395dd;border:1px solid #297dbb}@media (min-width:992px){.map-switcher .btn-compare-switch{text-align:left;border-radius:10px;background-color:#fff;background-color:var(--box-color);border:1px solid #dee2e6;border-color:var(--border-color);color:#495057;color:var(--graytext-color)}}.map-switcher .btn-compare-switch .text{display:none}@media (min-width:992px){.map-switcher .btn-compare-switch .text{display:inline-block}}.map-switcher .btn-compare-switch i,.map-switcher .btn-compare-switch svg{font-size:16px}.compare-sidebar{position:sticky;position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;top:72px;z-index:1000;margin-bottom:30px}.sort-selector{font-size:.85rem}@media (min-width:992px){.sort-selector{font-size:.95rem}}.sort-selector option[disabled=disabled],select option:disabled,select option[disabled]{display:none}.compare-nav{border-radius:10px;padding:0}@media (min-width:992px){.compare-nav{margin-bottom:30px}}.compare-nav .navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.compare-nav .navbar-nav.homepage{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;margin-bottom:10px;background:#fff;background:var(--box-color)}.compare-nav .navbar-nav.homepage .compare-switch.nav-link{margin-bottom:0}.compare-nav .compare-nav-title{font-size:1rem;padding-left:10px}.compare-nav .navbar-collapse{margin-top:10px}@media (min-width:992px){.compare-nav .navbar-collapse{margin-top:0;display:block!important;width:100%}}.compare-nav .navbar-toggler{border:none;padding-right:15px}.compare-nav .compare-pills,.compare-nav .top-nav-pills{overflow-x:auto;overflow-y:hidden;display:-webkit-box;display:-moz-box;height:auto}.compare-nav .compare-pills .nav-count,.compare-nav .top-nav-pills .nav-count{display:none}.compare-nav .compare-pills .badge,.compare-nav .top-nav-pills .badge{position:relative;top:-1px;left:3px;font-size:.7em}.compare-nav .compare-pills.sub,.compare-nav .top-nav-pills.sub{margin-top:15px}.compare-nav .compare-pills.sub .compare-switch.nav-link,.compare-nav .top-nav-pills.sub .compare-switch.nav-link{font-size:.75rem}@media (min-width:992px){.compare-nav .compare-pills.sub .compare-switch.nav-link,.compare-nav .top-nav-pills.sub .compare-switch.nav-link{font-size:.9rem}}.compare-nav .compare-pills.sub .compare-switch.nav-link:hover,.compare-nav .top-nav-pills.sub .compare-switch.nav-link:hover{color:#fff;background:#3395dd}.compare-nav .compare-pills.sub .compare-switch.nav-link.active,.compare-nav .compare-pills.sub .compare-switch.nav-link.active:hover,.compare-nav .top-nav-pills.sub .compare-switch.nav-link.active,.compare-nav .top-nav-pills.sub .compare-switch.nav-link.active:hover{color:#fff;background:#297dbb;border:1px solid #297dbb}.compare-nav .top-nav-pills{padding-bottom:7px;border-left-color:var(--border-color);border-bottom:1px solid #dee2e6;border-bottom-color:var(--border-color);border-right-color:var(--border-color);border-top-color:var(--border-color)}.compare-nav .nav-switch.nav-link{display:inline;font-size:.85rem;font-weight:400;padding:6px 10px;color:#495057;color:var(--graytext-color);margin-bottom:0;margin-right:5px;border-radius:0;border-bottom:3px solid rgba(0,0,0,0)}@media (min-width:992px){.compare-nav .nav-switch.nav-link{font-size:.95rem;padding:6px 20px}}.compare-nav .nav-switch.nav-link.active .nav-count,.compare-nav .nav-switch.nav-link:hover .nav-count{background:#3a5674}.compare-nav .nav-switch.nav-link.all-access{background:#039f85;border:1px solid #038670;color:#fff}.compare-nav .nav-switch.nav-link.all-access.active,.compare-nav .nav-switch.nav-link.all-access:hover{background:#038670;border:1px solid #038670}.compare-nav .nav-switch.nav-link.nav-sign-out{color:#df2b1d}.compare-nav .nav-switch.nav-link.nav-sign-out.active,.compare-nav .nav-switch.nav-link.nav-sign-out:hover{color:#df2b1d;border-bottom:3px solid #df2b1d}.compare-nav .nav-switch.nav-link.active,.compare-nav .nav-switch.nav-link.active:hover,.compare-nav .nav-switch.nav-link:hover{color:#297dbb;background:rgba(0,0,0,0);border-bottom:3px solid #297dbb}.compare-nav .compare-switch.nav-link{font-size:.8rem;font-weight:400;padding:5px 10px;border-radius:20px;color:#495057;color:var(--graytext-color);margin-bottom:0;margin-right:5px;background:#fff;background:var(--box-color);border:#dee2e6;border:1px solid var(--border-color)}@media (min-width:992px){.compare-nav .compare-switch.nav-link{font-size:.95rem;padding:6px 15px}}.compare-nav .compare-switch.nav-link .nav-lock{padding-left:2px;color:#039f85}.compare-nav .compare-switch.nav-link.active .nav-count,.compare-nav .compare-switch.nav-link:hover .nav-count{background:#e2f0fa}.compare-nav .compare-switch.nav-link.active{color:#fff;background:#297dbb;border:1px solid #297dbb}.compare-nav .compare-switch.nav-link.active .nav-lock{color:#039f85}.compare-nav .compare-switch.nav-link.active:hover{color:#fff;background:#297dbb;border:1px solid #297dbb}.compare-nav .compare-switch.nav-link:hover{color:#fff;background:#3395dd}.compare-nav .compare-sort-toggle{font-size:.8rem;font-weight:400;padding:5px 10px;border-radius:20px;border:none;color:#495057;color:var(--graytext-color);margin-bottom:0;margin-right:5px;background:rgba(0,0,0,0);cursor:pointer}@media (min-width:992px){.compare-nav .compare-sort-toggle{font-size:.95rem;padding:6px 15px}}.compare-nav .compare-sort-toggle .type{font-weight:500}.compare-nav .sort-drop{padding-left:0;padding-right:0;margin-bottom:10px}.compare-nav .sort-drop.last{margin-bottom:0}.compare-nav .sort-drop label{font-size:.75rem;font-weight:500;color:#6c757d}.compare-nav .sort-drop select{height:auto}.no-locations{text-align:center;padding:30px 0;font-size:1rem;color:#6c757d}.compare-link{font-size:.9rem;font-weight:400;margin-top:10px}.compare-item{position:relative;clear:both;background:#fff;background:var(--box-color);padding:10px;border-radius:10px;margin-bottom:10px;margin-left:auto;margin-right:auto;width:100%}.compare-item:after{content:"";display:table;clear:both}.compare-item .compare-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.compare-item .compare-title .title-icon{padding-right:10px}.compare-item .compare-title .title-icon img{height:30px;width:30px;border-radius:2px}.compare-item .compare-title .title-text{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.compare-item .compare-title .title-text .title-location a{font-size:1.1rem;line-height:1;font-weight:500;color:#3395dd}.compare-item .compare-title .title-text .title-location a:hover{text-decoration:none;color:#293d52}@media (min-width:768px){.compare-item .compare-title .title-text .title-location a{font-size:1.2rem}}.compare-item .compare-title .title-text .title-meta{color:#6c757d;font-size:.75rem}.compare-item .compare-title .title-link{float:right;-webkit-position:-webkit-sticky;position:-webkit-sticky;position:sticky;right:10px;padding-top:1px;font-size:.75rem}.compare-item .compare-content{background:#fff;background:var(--box-color);width:100%}.compare-item .compare-section{display:none}.compare-item .compare-section.compare-section-active{display:block}.compare-item .favorites-compare .favorite-section.report{padding-bottom:30px}.compare-item .favorites-compare .favorite-header{font-size:.8rem;font-weight:500;color:#495057;padding-bottom:10px}.compare-item .lock-webcams{padding:50px 0;width:100%;color:#039f85;font-weight:500;text-align:center;font-size:.85rem}.compare-item .lock-webcams a{color:#039f85;text-decoration:underline}.compare-item .lock-webcams a:hover{color:#039f85}.compare-item .alert-text{padding-top:5px;font-size:1.05rem;font-weight:500}.compare-item .alert-sent-at{padding-top:4px;font-size:.8rem;color:#495057}.compare-item .no-webcams{padding:40px 0 60px;width:100%;font-weight:500;text-align:center;color:#6c757d;font-size:.85rem}.compare-item .data-section{padding-top:10px}.compare-item .data-section .missing{font-size:.8rem;color:#6c757d;padding:10px}.compare-item .data-section .section-header{font-weight:400;font-size:.85rem;padding-bottom:5px;text-align:left;color:#495057}.compare-item .data-section .section-header .update{text-transform:none;color:#495057;font-size:.75rem}.compare-item .data-section .section-header .update.old{color:#f1aba5}.compare-item .data-section .chart-header{color:#495057;font-size:.7rem;padding-top:10px;padding-bottom:5px;text-align:center}.compare-item .data-section .section-updated{color:#495057;font-size:.75rem}.compare-item .data-section .compare-snow-table{width:100%}.compare-item .data-section .compare-snow-table .compare-snow-table-cell{width:20%;border:1px solid #f8f9fa;padding:5px 10px;color:#000}.compare-item .data-section .compare-snow-table .compare-snow-table-cell .date{font-size:.7rem;padding:5px 0}.compare-item .data-section .compare-snow-table .compare-snow-table-cell .amount{font-size:1.2rem;line-height:1;font-weight:400;padding-bottom:5px}.compare-item .data-section .compare-snow-table .compare-snow-table-cell .amount .metric{font-size:1.05rem}.compare-item .data-section .compare-snow-table .compare-snow-table-cell.powder{background-color:#297dbb;color:#fff}.compare-item .data-section .compare-snow-table .compare-snow-table-cell.snow{background-color:#a0ceef}.compare-item .data-section .compare-snow-table .compare-snow-table-cell.none{background-color:#6c757d}.compare-item .data-section .compare-snow-table .compare-snow-table-cell.locked{background-color:#039f85;color:#fff}.compare-item .data-section .webcam-container{position:relative;overflow:hidden}.compare-item .data-section .webcam-wrapper{overflow-x:scroll;white-space:nowrap;width:100%}@media (min-width:992px){.compare-item .data-section .webcam-wrapper{width:auto;overflow-x:auto;white-space:normal}}.compare-item .data-section .webcam-wrapper::-webkit-scrollbar{display:none}.compare-item .data-section .webcam-wrapper .dailysnow-compare:not(:last-child){margin-right:15px}.compare-item .data-section .compare-webcam{display:inline;position:relative;overflow:hidden}.compare-item .data-section .compare-webcam img.singlecam{width:280px;height:210px;padding:5px}.compare-item .data-section .compare-webcam .play-cam,.compare-item .data-section .compare-webcam .zoom-cam{position:absolute;bottom:10px;left:10px;height:30px;width:30px;border-radius:15px;font-size:1.15rem;background:#fff;padding:2px 6px;margin-top:-20px}@media (min-width:768px){.compare-item .data-section .compare-webcam .play-cam,.compare-item .data-section .compare-webcam .zoom-cam{left:10px}}.compare-item .data-section .compare-webcam .play-cam{left:auto;right:10px}@media (min-width:768px){.compare-item .data-section .compare-webcam .play-cam{right:10px}}.summary-report{border-right:1px solid #dee2e6;border-right-color:var(--border-color)}.summary-data-title{font-size:.8rem;color:#343a40;color:var(--graytext-color);font-weight:400;text-align:center}@media (min-width:768px){.summary-data-title{font-size:.9rem}}.summary-data-value{font-size:1.7rem;line-height:1;font-weight:500;text-align:center;padding:15px 0}@media (min-width:768px){.summary-data-value{padding:20px 0}}.summary-data-value.locked{color:#039f85}.summary-data-value.nodata{color:#6c757d;color:var(--graytext-color)}.summary-data-value.nosnow{color:#000;color:var(--text-color)}.summary-data-value.snow{color:#297dbb;color:var(--snow-color)}.summary-data-value.highsnow{color:#e57700}.total-line{position:relative;border-left:2px solid #dee2e6;border-left-color:var(--border-color);border-right:1px solid #dee2e6;border-right-color:var(--border-color);font-size:1.3rem;text-align:center;font-weight:500;height:34px;margin-top:5px}.total-line.right{border-left:1px solid #dee2e6;border-left-color:var(--border-color);border-right:2px solid #dee2e6;border-right-color:var(--border-color)}.total-line .text{position:absolute;text-align:center;display:inline-block;width:60px;margin-left:-30px;background:#fff;background:var(--box-color);padding:0 15px;z-index:5}.total-line .text.locked{color:#039f85}.total-line .text.nodata{color:#6c757d;color:var(--graytext-color)}.total-line .text.nosnow{color:#000;color:var(--text-color)}.total-line .text.snow{color:#297dbb;color:var(--snow-color)}.total-line .text.highsnow{color:#e57700}@media (min-width:768px){.total-line .text{width:100px;margin-left:-50px}}.total-line .line{position:absolute;left:0;top:50%;height:2px;background:#dee2e6;background:var(--border-color);width:100%;display:block;z-index:4}.compare-update{padding-top:5px;font-size:.8rem;color:#495057;color:var(--graytext-color);font-weight:400;text-align:right}@media (min-width:992px){.compare-update{font-size:.7rem}}.compare-update.left{text-align:left}.compare-update.old{color:#ee968f}.compare-update .status-open{color:#28a745}.compare-update .status-closed{color:#e76d63}.compare-update .status-unknown{color:#000;color:var(--text-color)}.quick-button{padding-top:10px}.quick-button .btn-compare{font-size:.8rem;padding:0;background:#fff;background:var(--box-color);color:#3395dd}.quick-button .btn-compare:active,.quick-button .btn-compare:focus,.quick-button .btn-compare:hover{color:#293d52;background:#fff;background:var(--box-color);text-decoration:none}.compare-modal{border:none;border-radius:10px}.compare-modal .modal-header{background:#293d52;color:#fff}.compare-modal .modal-header h5.modal-title{font-weight:500}.compare-modal .modal-header .close{text-shadow:none;opacity:1;color:#fff}.compare-modal .update-time{font-size:.75rem;font-weight:500;color:#495057;text-align:center;padding-bottom:10px}.compare-modal .update-time.old{color:#f1aba5}.compare-modal .modal-footer .btn-modal{padding:.5rem 1rem;font-size:.8rem}.compare-report-table{margin-bottom:0}.compare-report-table th.title{font-size:.9rem;font-weight:400;color:#495057;vertical-align:middle}.compare-report-table td.data{font-size:1.35rem;font-weight:500;vertical-align:middle;text-align:right}.compare-report-table .history-title{font-size:.9rem;color:#495057;font-weight:400;vertical-align:middle;text-align:center}.compare-report-table .locked{color:#039f85}.compare-report-table .locked-history{width:100%;height:95px;margin-top:5px;padding-top:26px;font-weight:500;background:#039f85;color:#fff;text-align:center}.compare-report-table .locked-history a{color:#fff;text-decoration:underline}.compare-report-table .locked-history a:hover{color:#e9ecef}.home-header{background:-webkit-gradient(linear,left top,left bottom,from(rgba(41,61,82,.4)),to(rgba(41,61,82,.4))),url(/img/home_background_2018.jpg);background:-o-linear-gradient(rgba(41,61,82,.4),rgba(41,61,82,.4)),url(/img/home_background_2018.jpg);background:linear-gradient(rgba(41,61,82,.4),rgba(41,61,82,.4)),url(/img/home_background_2018.jpg);background-size:cover;background-position:50%;text-align:center;z-index:100;position:relative;min-height:90vh;margin-top:-51px;padding-bottom:50px}.home-header h1.sitetag{padding:100px 0 20px;color:#fff;font-size:2.6rem;line-height:.9;font-weight:700;text-align:center}@media (min-width:992px){.home-header h1.sitetag{font-size:3.8rem;padding:120px 0 20px}}.home-header h2.sitetease{padding-bottom:50px;color:#fff;font-weight:300;font-size:1.6rem;line-height:1.1;text-align:center}@media (min-width:992px){.home-header h2.sitetease{font-size:1.6rem;padding-bottom:100px}}.home-header .takeme{display:inline-block;padding:30px;margin-bottom:60px;background-color:hsla(0,0%,100%,.7);background-color:var(--home-page-back);border-radius:25px}@media (min-width:992px){.home-header .takeme{margin-bottom:100px}}.home-header .takeme img.favorites-image{max-width:370px;width:80%}.home-header .takeme h3{font-size:1.4rem}.home-header .takeme .btn-home{font-size:1.25rem;font-weight:400;padding:10px 30px}@media (min-width:992px){.home-header{min-height:80vh}}.home-header.athlete-header{min-height:60vh;position:relative;z-index:unset;padding-bottom:0;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.home-header.athlete-header .skier-label{display:none;position:absolute;bottom:10px;right:10px;background:var(--background-color);color:var(--text-color);font-size:.7em;padding:3px 7px;border-radius:5px;opacity:.5}.home-header.athlete-header.athlete-header-chris{background-image:url(/img/athlete/hero-chris.jpg)}.home-header.athlete-header.athlete-header-chris .skier-label{display:block}.home-header.athlete-header.athlete-header-caroline{background-image:url(/img/athlete/hero-caroline.jpg)}.home-header.athlete-header.athlete-header-caroline .skier-label{display:block}.home-header.athlete-header.athlete-header-cody{background-image:url(/img/athlete/hero-cody.jpg);background-position-y:bottom}@media (min-width:992px){.home-header.athlete-header{min-height:50vh}}.home-header.athlete-header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-header.athlete-header .athlete-header-content{width:100%}.home-header.athlete-header h1.sitetag{padding:0;margin-bottom:30px;text-shadow:1px 1px 2px #333}.home-header.athlete-header h2.sitetease{padding-bottom:0;margin-bottom:50px;text-shadow:1px 1px 2px #333}.home-header.athlete-header .home-search-holder{opacity:.8}.home-header.athlete-header .is-invalid{border-color:var(--border-color);border-top-right-radius:10px;border-bottom-right-radius:10px}.home-header.athlete-header .invalid-feedback{opacity:.8;background:var(--select-color);color:var(--text-color);font-size:.9em;padding:6px 0;border-radius:10px}.home-header.athlete-header .invalid-feedback i,.home-header.athlete-header .invalid-feedback svg{position:relative;top:1px;left:-5px}.home-search-holder{position:relative;max-width:600px;margin:0 auto}.home-search-holder.searching .input-group-text{border-bottom-left-radius:0}.home-search-holder .input-group-text{font-size:1.15rem;background:#fff;background:var(--select-color);border-color:#fff;border-color:var(--select-color);border-top-left-radius:10px;border-bottom-left-radius:10px}.home-search-holder .home-search{font-size:1.15rem;padding:25px 5px 25px 0;background:#fff;background:var(--select-color);border-color:#fff;border-color:var(--select-color);color:#000;color:var(--text-color);border-left:none}.home-search-holder .home-search:focus{-webkit-box-shadow:none;box-shadow:none}.home-search-holder .btn-home-search{font-size:1.15rem}.home-search-holder .no-home-search-results{position:absolute;top:44px;left:0;width:calc(100% - 81px);background:#fff;background:var(--select-color);color:#000;color:var(--text-color);font-size:1.05rem;z-index:1020;border-bottom-left-radius:10px;border-bottom-right-radius:10px;text-align:left;padding:10px 10px 10px 42px}.ui-autocomplete.home-search-autocomplete{-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:0;font-family:Clear Sans,sans-serif;background:#fff;background:var(--select-color);padding:0;width:calc(100% - 112px);font-size:1rem;border-bottom-left-radius:10px;border-bottom-right-radius:10px;max-height:200px;overflow-y:auto;overflow-x:hidden;z-index:99999}@media (min-width:992px){.ui-autocomplete.home-search-autocomplete{width:517.5px;font-size:1.05rem;max-height:300px}}.ui-autocomplete.home-search-autocomplete .ui-menu-item-wrapper{padding:10px 10px 10px 40px;border-radius:0;cursor:pointer;border:none;border-bottom:#dee2e6;border-bottom:1px solid var(--border-color);font-size:1.05rem}.ui-autocomplete.home-search-autocomplete .ui-menu-item-wrapper.ui-state-active{background:#e2f0fa;background:var(--blue-nav-color);color:#3395dd;border:none;border-bottom:1px solid rgba(0,0,0,0);cursor:pointer;margin:0;position:relative}.sample-locations{display:inline-block;background:#fff;background:var(--select-color);font-size:.8rem;color:#212529;color:var(--text-color);border-radius:15px;padding:5px 15px;margin-top:15px;width:100%}@media (min-width:768px){.sample-locations{width:auto}}.sample-locations ul{margin-bottom:0;font-weight:400}.homepage-block{padding:25px 0 50px}.homepage-block .header-background{height:300px;width:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}@media (min-width:992px){.homepage-block .header-background{height:500px}}.homepage-block .homepage-pullup{margin-top:-150px}@media (min-width:992px){.homepage-block .homepage-pullup{margin-top:-275px}}.homepage-block .homepage-pullup.phone{margin-top:-250px}@media (min-width:992px){.homepage-block .homepage-pullup.phone{margin-top:-400px}}.homepage-block h2.homepage-header{font-family:Clear Sans,sans-serif;font-size:2.4rem;line-height:1.2;margin:25px auto;text-align:center;font-weight:500}.homepage-block h2.homepage-header.invert{color:#fff}@media (min-width:992px){.homepage-block h2.homepage-header{margin:35px auto 40px;font-size:2.8rem}}.homepage-block h2.homepage-header .homepage-tag{display:block;font-size:1.2rem;margin-bottom:10px;text-transform:uppercase}@media (min-width:992px){.homepage-block h2.homepage-header .homepage-tag{font-size:1.4rem}}.homepage-block .homepage-blurb p{font-size:1.3rem;color:#000;color:var(--text-color);line-height:1.7;padding:0 15px;text-align:center}@media (min-width:992px){.homepage-block .homepage-blurb p{font-size:1.3rem;padding:0}}.homepage-image{text-align:center;margin:0 auto}.homepage-image img{width:80%}@media (min-width:992px){.homepage-image img{width:600px}}.homepage-image.phone{text-align:center;margin:0 auto}.homepage-image.phone img{height:300px}@media (min-width:992px){.homepage-image.phone img{height:450px}}.home-features{margin-bottom:0;color:#212529}.home-features td{padding:8px 2px}.home-features .check,.home-features .no-check{width:40px;text-align:center}.home-features .no-check,.home-features .no-feature{opacity:.3}.home-features .tiny-features{padding-top:2px;display:block;font-size:70%}.allaccess-box{background:#039f85;padding-bottom:50px}.allaccess-box .feature-headers{color:#000;font-size:1.4rem;text-align:center;margin-bottom:5px}.allaccess-box .feature-price{font-size:1.2rem;text-align:center;margin-bottom:15px;color:#adb5bd}.allaccess-box p{font-size:1.15rem;color:#fff}.allaccess-box p.top{padding-top:15px}@media (min-width:992px){.allaccess-box p.top{padding-top:50px}}.allaccess-box .buttons{margin-top:25px}.allaccess-box .home-pass img{width:50%}@media (min-width:992px){.allaccess-box .home-pass img{width:75%}}.review-box{background:#fff;background:var(--box-color)}.review-box .reviews{margin:50px auto}.review-box .review-card{background:var(--background-color);border:1px solid var(--border-color);font-size:1.1rem}.review-box .review-card .person{font-size:1.05rem;margin-top:10px;text-align:right;color:#6c757d}.mobile-box{background:#fff;background:var(--background-color)}.mobile-box p{font-size:1.15rem;color:#000;color:var(--text-color)}@media (min-width:992px){.mobile-box p.top{padding-top:50px}}.mobile-box .buttons{margin-top:25px}.mobile-box .home-iphone{margin-bottom:-50px}.mobile-box .home-iphone img{margin-top:25px;width:50%}@media (min-width:992px){.mobile-box .home-iphone img{width:100%}}.home-photo-credits{font-size:.75rem;color:#dee2e6}.home-photo-credits a{color:#dee2e6;text-decoration:underline}.search-noresults{margin:100px auto 150px;text-align:center;font-weight:500}.search-noresults .link{margin-top:15px;font-weight:300;font-size:.9rem}.search-card{padding:10px;background:#fff;background:var(--box-color);border:1px solid #dee2e6;border-color:var(--border-color);margin-bottom:15px;border-radius:10px}.search-card .search-badge{padding:4px 6px}#forecast-block{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}#side-meta{margin-top:30px}.no-data-block{width:100%;color:#6c757d;font-size:.9rem;font-weight:400;padding:65px 0;text-align:center}.no-data-block .large-icon{font-size:3rem}.hourly-direction-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hourly-direction-container .jumpto{font-size:.9rem;text-align:center;margin-left:auto;margin-right:auto}.hourly-direction-container .jumpto .jumpto-link{font-weight:400;color:#3395dd;cursor:pointer;margin:0 2px}.hourly-direction-container .hourly-direction{font-size:.9rem;font-weight:400;cursor:pointer}@media (max-width:991.98px){.hourly-direction-container .hourly-direction{display:none}}.hourly-direction-container .hourly-direction:hover{color:#3395dd}@media (min-width:992px){.hourly-direction-container .hourly-direction.hours-left{margin-left:100px}}.hourly-direction-container .hourly-direction.disabled,.hourly-direction-container .hourly-direction.disabled:hover{color:#ced4da}.hourly-container{overflow-x:scroll;width:100%;padding-top:10px;padding-bottom:16px}.hourly-container .hourly-wrapper{position:relative;width:5344px;margin:0 auto}.hourly-container .hourly-wrapper .allaccesswrapper .allaccessblock{position:absolute;right:0;left:370px;top:42px;bottom:0;background:#039f85;z-index:10;color:#fff}.hourly-container .hourly-wrapper .allaccesswrapper .allaccessblock .upsell{padding:25px;font-size:.95rem}.hourly-forecast-graph{font-size:.7rem;text-align:center;position:relative}.hourly-forecast-graph td{width:45px;height:30px}.hourly-forecast-graph td.night,.hourly-forecast-graph th.night{background:#e9ecef;background:var(--subtle-gray)}.hourly-forecast-graph .head{text-align:left;font-weight:500!important;width:100px;background:#fff;background:var(--box-color);border-right:1px solid #e9ecef;border-right-color:var(--border-color);z-index:11}@media (min-width:992px){.hourly-forecast-graph .head{position:-webkit-sticky;position:sticky;left:0}}.hourly-forecast-graph .head.precip{vertical-align:bottom;background:#fff;background:var(--box-color)}.hourly-forecast-graph .head .units{font-weight:400;color:#adb5bd}.hourly-forecast-graph th.date{width:45px;font-size:.7rem;font-weight:500;padding:5px 0;vertical-align:bottom;text-align:center}.hourly-forecast-graph th.date .time{color:#343a40;color:var(--graytext-color)}.hourly-forecast-graph th.date .dow{color:#adb5bd}.hourly-forecast-graph .precip{padding-top:5px}.hourly-forecast-graph .icon{padding:10px 0 5px}.hourly-forecast-graph .icon img{-webkit-filter:invert(0);filter:invert(0);-webkit-filter:var(--invert-value);filter:var(--invert-value)}.hourly-forecast-graph .snowfall{background:#f8f9fa;background:var(--subtle-gray);font-weight:500;font-size:.75rem;border-right:1px solid #e9ecef;border-right-color:var(--border-color)}.hourly-forecast-graph .snowfall.hidden{border:none;background:#fff}.hourly-forecast-graph .snowfall.night{background:#dee2e6;background:var(--subtle-gray)}.hourly-forecast-graph .snowfall.snow{background:#297dbb;background:var(--snow-color);color:#fff;border-right:1px solid #fff}.hourly-forecast-graph .snowfall.highsnow{background:#e57700;color:#fff;border-right:1px solid #fff}.hourly-forecast-graph .clouds,.hourly-forecast-graph .temp,.hourly-forecast-graph .windgust,.hourly-forecast-graph .windspeed{padding:3px 0;font-weight:400}.hourly-forecast-graph .hour-chart{display:table;table-layout:fixed;z-index:4;width:100%;margin:0 auto;padding:0}.hourly-forecast-graph .hour-chart li{position:relative;display:table-cell;vertical-align:bottom}.hourly-forecast-graph .hour-chart .bar-holder{height:20px;display:block;position:relative}.hourly-forecast-graph .hour-chart span.bar{position:absolute;bottom:0;left:0;right:0;margin:0 5px;display:block;background-color:#495057}.hourly-forecast-graph .hour-chart span.bar.n{background-color:#495057}.hourly-forecast-graph .hour-chart span.bar.pt-3,.hourly-forecast-graph .hour-chart span.bar.r{background-color:#73c1bb}.hourly-forecast-graph .hour-chart span.bar.pt-2,.hourly-forecast-graph .hour-chart span.bar.rs{background-color:#6f42c1}.hourly-forecast-graph .hour-chart span.bar.pt-1,.hourly-forecast-graph .hour-chart span.bar.s{background-color:#3395dd}.hourly-forecast-graph .hour-chart span.value{text-align:center;font-size:.65rem;font-weight:500;color:#495057}.hourly-forecast-graph .hour-chart span.value.n{color:#495057}.hourly-forecast-graph .hour-chart span.value.pt-3,.hourly-forecast-graph .hour-chart span.value.r{color:#73c1bb}.hourly-forecast-graph .hour-chart span.value.pt-2,.hourly-forecast-graph .hour-chart span.value.rs{color:#6f42c1}.hourly-forecast-graph .hour-chart span.value.pt-1,.hourly-forecast-graph .hour-chart span.value.s{color:#3395dd}.hourly-forecast-graph .hour-chart span.date{display:block;font-size:.65rem;padding-top:5px;text-align:center;color:#adb5bd;line-height:1;border-top:1px solid #e9ecef;border-top-color:var(--border-color)}.hourly-forecast-graph .hour-chart span.date .dow{display:block;font-size:.75rem;padding:2px 0}.hourly-forecast-graph .hour-chart span.date .day{display:block}.daily-container{overflow-x:scroll;width:100%;padding-top:10px;margin-bottom:10px}@media (min-width:992px){.daily-container{overflow-x:hidden}}.daily-container .daily-wrapper{position:relative;width:738px;margin:0 auto}@media (min-width:992px){.daily-container .daily-wrapper{width:100%}}.forecast-graph-vertical{width:100%}.forecast-graph-vertical.narrow tr{height:30px}.forecast-graph-vertical.narrow tr.spacer{height:10px}.forecast-graph-vertical tr{height:35px}.forecast-graph-vertical tr.spacer{height:15px}.forecast-graph-vertical tr.spacer.hide{border-bottom:1px solid rgba(0,0,0,0)}.forecast-graph-vertical tr.head{height:auto}.forecast-graph-vertical tr.head th{font-size:.7rem;font-weight:500;padding-bottom:5px;vertical-align:bottom;color:#adb5bd}.forecast-graph-vertical .night{background:#f8f9fa;background:var(--subtle-gray);margin-bottom:10px}.forecast-graph-vertical .locked{color:#039f85;vertical-align:middle;text-align:center;font-weight:500;font-size:.9rem}.forecast-graph-vertical .locked-block{color:#fff;background-color:#039f85;vertical-align:middle;text-align:center;font-weight:500;font-size:1.1rem}.forecast-graph-vertical .date{width:65px;text-align:left;vertical-align:middle;padding:0 10px 0 5px;background:#fff;background:var(--box-color);color:#212529;color:var(--text-color);position:-webkit-sticky;position:sticky;left:0;z-index:5}.forecast-graph-vertical .date .dow{font-size:.95rem;font-weight:400;line-height:1;padding-bottom:5px}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .date .dow{font-size:.85rem}}.forecast-graph-vertical .date .dnum{font-size:.8rem;line-height:1;color:#adb5bd}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .date .dnum{font-size:.75rem}}.forecast-graph-vertical .icon{width:70px;padding:0 10px;text-align:center;vertical-align:middle}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .icon{padding:0 5px}}.forecast-graph-vertical .icon .fcst-icon{height:28px;width:28px;-webkit-filter:invert(0);filter:invert(0);-webkit-filter:var(--invert-value);filter:var(--invert-value)}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .icon .fcst-icon{height:24px;width:24px}}.forecast-graph-vertical .text{text-align:left;font-size:.8rem;min-width:120px}.forecast-graph-vertical .temp{width:70px;text-align:center;vertical-align:middle;padding:0 10px;font-size:.85rem;font-weight:500}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .temp{padding:0 5px;font-size:.75rem}}.forecast-graph-vertical .snowfall{text-align:center;width:80px;color:#343a40;font-size:1.05rem;font-weight:600}.forecast-graph-vertical .snowfall .us .units{font-weight:500}.forecast-graph-vertical .snowfall .metric{font-size:.9rem}.forecast-graph-vertical .snowfall .metric .units{font-size:.8rem;font-weight:500}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .snowfall{font-size:.95rem;width:70px}}.forecast-graph-vertical .snowfall.nodata{color:#adb5bd;font-weight:400}.forecast-graph-vertical .snowfall.nosnow{color:#000;color:var(--text-color);font-weight:400}.forecast-graph-vertical .snowfall.snow{color:#297dbb;color:var(--snow-color)}.forecast-graph-vertical .snowfall.highsnow,.forecast-graph-vertical .snowfall.powder{color:#e57700}.forecast-graph-vertical .trend{text-align:center;vertical-align:middle;padding:0 10px}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .trend{padding:0 5px}}.forecast-graph-vertical .trend .trend-icon{color:#000;color:var(--text-color);font-size:1rem;cursor:pointer}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .trend .trend-icon{font-size:.85rem}}.forecast-graph-vertical .alerts{text-align:center;vertical-align:middle;padding:0 5px;width:75px}.forecast-graph-vertical .alerts .osalert{display:inline-block;height:12px;width:12px;padding:0;margin-top:7px}.forecast-graph-vertical .alerts .osalert.powder{background:#297dbb}.forecast-graph-vertical .alerts .osalert.wind{background:#ffc107}.forecast-graph-vertical .alerts .osalert.highwind{background:#dc3545}.forecast-graph-vertical .alerts .osalert.rain{background:#28a745}.forecast-graph-vertical .alerts .osalert.mixed{background:#6f42c1}.forecast-graph-vertical .alerts .osalert.none{background:#e9ecef;background:var(--subtle-gray);border:1px solid #ced4da;border-color:var(--border-color)}.forecast-graph-vertical .gust,.forecast-graph-vertical .wind{width:80px;text-align:center;font-size:.75rem;padding:0 15px}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .gust,.forecast-graph-vertical .wind{padding:0 5px;font-size:.7rem}}.forecast-graph-vertical .gust .dir,.forecast-graph-vertical .wind .dir{display:inline;padding-right:2px}.forecast-graph-vertical .gust .speed,.forecast-graph-vertical .wind .speed{display:inline;font-weight:400}.forecast-graph-vertical .gust .speed .nowind,.forecast-graph-vertical .wind .speed .nowind{color:#212529;color:var(--text-color)}.forecast-graph-vertical .gust .speed .wind,.forecast-graph-vertical .wind .speed .wind{color:#ffc107}.forecast-graph-vertical .gust .speed .highwind,.forecast-graph-vertical .wind .speed .highwind{color:#dc3545}.forecast-graph-vertical .wind{width:120px}.forecast-graph-vertical .fzlevel{width:88px;text-align:center;font-size:.75rem;padding:0 15px;font-weight:400}.forecast-graph-vertical .fzlevel .missing{color:#495057;color:var(--graytext-color)}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .fzlevel{width:83px;padding:0 5px;font-size:.7rem}}.forecast-graph-vertical .fzlevel .fztext.nofcstsnow{color:#000;color:var(--text-color)}.forecast-graph-vertical .fzlevel .fztext.nosnow{color:#28a745}.forecast-graph-vertical .fzlevel .fztext.somesnow{color:#6f42c1}.forecast-graph-vertical .fzlevel .fztext.allsnow{color:#297dbb}.forecast-graph-vertical .clouds{width:88px;text-align:center;font-size:.75rem;padding:0 15px;font-weight:400}.forecast-graph-vertical .clouds .missing{color:#495057;color:var(--graytext-color)}@media (min-width:992px) and (max-width:1199.98px){.forecast-graph-vertical .clouds{padding:0 5px;width:73px;font-size:.7rem}}.summary-no-webcams{width:100%;height:150px;background:#f8f9fa;color:#dee2e6;text-align:center;padding-top:65px;font-size:.75rem;text-transform:uppercase}.forecast-meta{font-size:.75rem;color:#6c757d;text-align:left;padding-top:5px}@media (min-width:992px){.forecast-meta{text-align:center}}.forecast-meta .info{display:block;margin-bottom:2px}@media (min-width:992px){.forecast-meta .info{display:inline-block;margin:0 3px}}.forecast-meta .info .data{font-weight:400}@media (max-width:991.98px){.webcam-single-container{position:relative;overflow:hidden}.webcam-single-container .webcam-single-wrapper{overflow-x:scroll;width:100%;padding-bottom:10px;white-space:nowrap;-ms-overflow-style:none;overflow:-moz-scrollbars-none;-webkit-overflow-scrolling:touch}.webcam-single-container .webcam-single-wrapper::-webkit-scrollbar{display:none}.webcam-single-container .webcam-single-wrapper .single-webcam{display:inline-block}}.help-links li{margin-bottom:5px}.help-links li a{display:block;background:#fff;background:var(--box-color);color:#212529;color:var(--text-color);padding:10px}.help-links li a i{padding-right:5px}.seasonal_maps{text-align:left}.seasonal_maps .seasonal_img{width:100%;text-align:center;margin:10px;border:1px solid #f8f9fa}.forecast-col{margin-bottom:20px}.forecast-col .details{padding:5px 0;font-size:.85rem;color:#dee2e6}.forecast-col .details.compare-space{margin-bottom:15px}.forecast-col .jump-nav{text-align:center;padding:5px 0}.snow-report-cell{padding-bottom:15px;text-align:center}.snow-report-cell .title{font-size:.85rem;color:#dee2e6}.snow-report-cell .value{font-size:1.75rem;line-height:1;font-weight:400}.snow-report-cell .value .na{color:#f8f9fa}@media (min-width:576px){.snow-report-cell .value.small{font-size:.85rem;line-height:1.1}}.old-snowreport{padding:10px;margin-bottom:10px;background-color:fade(#e57700,70%);border:1px solid #e57700;text-align:center;color:#fff}.report-provided{margin-top:5px;text-align:left;font-size:.75rem;color:#adb5bd}.report-provided.compare{margin:20px auto;text-align:center}.report-provided img{height:25px;width:auto}.report-warning{font-size:.75rem;color:#adb5bd;text-align:left}.report-warning.compare{margin-top:0;text-align:center}.no-report-data{color:#6c757d;font-size:1rem;padding:50px 0 75px;text-align:center}.seasonal-box{margin-bottom:15px;padding:15px;text-align:center;background:#fff;background:var(--box-color)}.seasonal-box.in-page{margin-top:10px;margin-bottom:0;padding:0 5px}.seasonal-box.in-page .title{font-size:.85rem;font-weight:500;padding-top:5px}.seasonal-box .title{font-size:1.1rem;font-weight:500;padding-bottom:5px}.seasonal-box .subtitle{font-size:.95rem;color:#495057;padding-bottom:10px}.seasonal-box .graph .seasonal-graph-image{width:100%;height:auto;-webkit-filter:var(--invert-value);filter:var(--invert-value)}@media (min-width:992px){.seasonal-box .graph .seasonal-graph-image{width:90%}}.seasonal-info{color:#495057;font-size:.8rem;text-align:center}.icon-bubble{position:absolute;top:10px;right:10px;height:32px;width:32px;border-radius:20px;font-size:1.1rem;background:#fff;color:#000;padding:3px 6px;text-align:center}.single-webcam.compare{display:inline-block;position:relative;padding-right:10px}.single-webcam.compare:last-child{padding-right:0}@media (min-width:768px){.single-webcam.compare{padding-right:0}}.single-webcam.compare .webcam{width:280px;height:auto;border-radius:10px 10px 0 0}@media (min-width:768px){.single-webcam.compare .webcam{width:210px}}@media (min-width:992px){.single-webcam.compare .webcam{width:287px}}@media (min-width:1200px){.single-webcam.compare .webcam{width:250px}}.single-webcam.homepage{display:inline-block;position:relative;width:100%;margin-bottom:10px}.single-webcam.homepage .webcam{width:100%;height:auto}@media (min-width:992px){.single-webcam.homepage .webcam{margin-right:10px}}.single-webcam.snowstake-index{display:inline-block;position:relative;padding-right:10px}@media (min-width:992px){.single-webcam.snowstake-index{width:50%}}.single-webcam.snowstake-index .webcam{width:230px;height:auto;padding-bottom:10px}@media (min-width:576px){.single-webcam.snowstake-index .webcam{width:230px}}@media (min-width:768px){.single-webcam.snowstake-index .webcam{width:230px}}@media (min-width:992px){.single-webcam.snowstake-index .webcam{width:100%}}.single-webcam.snowstake{display:inline-block;position:relative}.single-webcam.snowstake .webcam{width:100%;height:auto;padding-bottom:10px}@media (min-width:576px){.single-webcam.snowstake .webcam{width:252px}}@media (min-width:768px){.single-webcam.snowstake .webcam{width:227px}}@media (min-width:992px){.single-webcam.snowstake .webcam{width:200px}}@media (min-width:1200px){.single-webcam.snowstake .webcam{width:240px}}.single-webcam .webcam{position:relative}.single-webcam .webcam .fave-cam,.single-webcam .webcam .play-cam,.single-webcam .webcam .zoom-cam{position:absolute;top:10px;right:10px;height:32px;width:32px;border-radius:20px;font-size:1.1rem;background:#fff;background:var(--box-color);color:#000;color:var(--text-color);padding:3px 7px}.single-webcam .webcam .play-cam{top:52px}.single-webcam .webcam .fave-cam{top:94px;padding:3px 6px}.single-webcam .webcam .fave-cam.locked{background:#039f85;color:#fff}.single-webcam .webcam .full-webcam{width:100%;height:auto;border-radius:10px 10px 0 0;background:#fff;background:var(--box-color)}.single-webcam .webcam .cam-meta{background:#fff;background:var(--box-color);padding:3px 3px 6px;text-align:center;border-radius:0 0 10px 10px}.single-webcam .webcam .cam-meta .cam-title{font-size:.8rem;font-weight:400;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.single-webcam .webcam .cam-meta .cam-subtitle{font-size:.7rem;color:#adb5bd;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.wwa-alert{margin:0 auto 10px;cursor:pointer}.wwa-alert a{text-decoration:none}.snowhistorycalendar,.wwatext{padding:0 10px 10px}.snowhistorycalendar .snowhistfree{text-align:center;padding-bottom:10px;color:#dee2e6}.snowhistorycalendar .caljump{text-align:center;margin:0 auto;padding-top:10px}.snowhistorycalendar h3.cal-my{text-align:center;margin:0;padding-bottom:20px;padding-top:5px;font-size:1.4rem}.snowhistorycalendar .back-link,.snowhistorycalendar .forward-link{float:left;font-size:1.5rem;line-height:1;padding:5px}.snowhistorycalendar .back-link.disabled,.snowhistorycalendar .forward-link.disabled{color:#dee2e6}.snowhistorycalendar .forward-link{float:right}.snowhistorycalendar .report-calendar{width:100%}.snowhistorycalendar .report-calendar td{width:14%;padding:5px;border:1px solid #eee;background:#fff;background:var(--box-color)}.snowhistorycalendar .report-calendar .calendar-day-head{text-align:center;font-size:.75rem;border-top:none;background:rgba(0,0,0,0)}.snowhistorycalendar .report-calendar .calendar-day .day-number{color:#adb5bd;font-size:.85rem;padding-left:2px;text-align:left}.snowhistorycalendar .report-calendar .calendar-day .report-value{text-align:center;font-weight:400;color:#297dbb;color:var(--snow-color);font-size:1rem;padding:5px}.snowhistorycalendar .report-calendar .calendar-day .report-value .missing{color:#dee2e6;color:var(--graytext-color);font-weight:400}.snowhistorycalendar .report-calendar .calendar-day .report-value .zero{color:#000;color:var(--text-color)}.snowhistorycalendar .btn-jump-to{padding:5px 20px;border-radius:10px;text-transform:uppercase;margin-left:5px}.sidebar-trailmaps .trailmap{position:relative}.sidebar-trailmaps .trailmap-thumb{width:100%}.snotel-wrapper{border-bottom:1px solid #e9ecef;border-bottom-color:var(--border-color);margin:15px auto;padding-bottom:30px}.snotel-wrapper.first{border-top:1px solid #e9ecef;border-top-color:var(--border-color)}.snotel-wrapper .snotel-graph{width:100%;height:350px;max-width:800px}@media (min-width:992px){.snotel-wrapper .snotel-graph{height:500px}}.snotel-wrapper.snapshot{margin:0 auto 0 -30px;border-bottom:none}.snotel-wrapper.snapshot.first{border-top:none}.snotel-wrapper.snapshot .snotel-graph{width:800px;height:500px}.section-avalanche.avalanche-forecast .region-name{padding:0;margin-bottom:20px}.section-avalanche.avalanche-forecast .region-rating{margin-left:-10px;margin-right:-10px}@media (min-width:992px){.section-avalanche.avalanche-forecast .region-rating{margin-left:-15px;margin-right:-15px}}.section-avalanche.avalanche-forecast .avalanche-note{color:var(--graytext-color);background-color:var(--blue-nav-color);font-size:1em;margin:10px 0 30px;padding:20px;border-radius:10px}.section-avalanche.avalanche-forecast .region-content{padding:0;margin-top:20px}.section-avalanche.avalanche-forecast .avalanche-snapshot{display:none;margin-top:10px;display:inline-block}.section-avalanche.avalanche-forecast .avalanche-snapshot img{width:100%;border:1px solid var(--border-color);-webkit-box-shadow:2px 2px 4px var(--box-shadow-color);box-shadow:2px 2px 4px var(--box-shadow-color);border-radius:10px}.section-avalanche.avalanche-forecast .avalanche-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:10px 0}.section-avalanche.avalanche-forecast .avalanche-links:last-child{margin-bottom:0}.section-avalanche.avalanche-forecast .avalanche-links a{padding-left:10px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.section-avalanche.avalanche-forecast h3.sidebar-title{font-weight:500;margin-bottom:5px}.news-feed{position:relative;margin-bottom:60px}@media (min-width:992px){.news-feed.big .tease-image{height:300px}}.news-feed.explore{margin-bottom:30px}.news-feed a.cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;z-index:4}.news-feed:hover h2{text-decoration:underline}.news-feed .tease-image{position:relative;width:100%;height:200px;border-radius:10px;z-index:3}.news-feed .tease-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background-image:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5));background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.5))}.news-feed .tease-image .tease-time{position:absolute;bottom:5px;right:15px;color:#fff;font-size:.8rem;padding-bottom:5px}.news-feed h2{margin:0;padding:10px 0 5px;text-align:left;line-height:1;font-size:1.3rem}.news-feed h2,.news-feed h2 a{font-weight:500;color:#3395dd}.news-feed .tease-blurb{font-size:.95rem;color:#495057;color:var(--graytext-color)}.news-feed .tease-more{padding-top:8px}.trendbox{text-align:center;overflow-x:scroll}@media (min-width:992px){.trendbox{overflow-x:auto}}.trendtable{margin:0 auto;padding:0;border-collapse:collapse;overflow-x:hidden;width:1600px}@media (min-width:992px){.trendtable{overflow-x:auto}}.trendtable td{width:75px;padding:5px;border-right:1px solid #ddd;border-right-color:var(--border-color);border-bottom:1px solid #ddd;border-bottom-color:var(--border-color);text-align:center}.trendtable .upleft{border-bottom:none;width:100px}.trendtable .leftcol{font-size:.7rem;line-height:1.15;padding-right:5px;border-top:1px solid #ddd;border-top-color:var(--border-color);font-weight:400;text-align:right;width:100px}@media (min-width:992px){.trendtable .leftcol{font-size:.85rem;padding-right:10px}}.trendtable .topdate{font-weight:500;font-size:.75rem;line-height:1.15;border-bottom:none}@media (min-width:992px){.trendtable .topdate{font-size:.85rem}}.trendtable .snowbox{font-size:.85rem;height:50px}@media (min-width:992px){.trendtable .snowbox{font-size:.95rem}}.trendtable .snowbox .metric{font-size:.75rem}@media (min-width:992px){.trendtable .snowbox .metric{font-size:.85rem}}.trendtable .nasnow{color:#ced4da;font-size:.75rem}@media (min-width:992px){.trendtable .nasnow{font-size:.8rem}}.trendtable .trendicon{text-align:center;font-size:.9rem;height:24px;padding-bottom:4px;border-top:none}@media (min-width:992px){.trendtable .trendicon{font-size:1rem}}.timelapse{text-align:center;margin:-57px auto 0;padding:10px}.iapblock{text-align:center;margin:10px}.iapblock ul{text-align:left;margin:5px 0}.iapblock ul li{padding:4px 0}.iapblock .notice{margin-top:20px}.green-block{background:#039f85;color:#fff;padding:20px;text-align:left;font-size:1.05rem}.green-block a{color:#fff;text-decoration:underline}.green-block a.btn-light{color:#000;text-decoration:none;white-space:normal}.allaccess-features.small{font-size:.9rem;margin-bottom:30px}.allaccess-features.small .all-access,.allaccess-features.small .free{width:80px}.allaccess-features .feature{font-weight:500}.allaccess-features .free{width:110px;text-align:center;color:#495057;color:var(--graytext-color);vertical-align:middle}.allaccess-features .all-access{width:110px;text-align:center;color:#039f85;vertical-align:middle}.allaccess-features .tiny-features{padding-top:2px;display:block;font-size:70%}.about-content{background:#fff;background:var(--box-color);padding:15px;margin-bottom:30px;border-radius:10px}.about-content.tos-font h1,.about-content.tos-font h2,.about-content.tos-font h3{margin:0 0 5px;padding:0;font-weight:400;font-size:2.6rem}.about-content.tos-font li,.about-content.tos-font p,.about-content.tos-font ul{font-family:Charis,Georgia,georgia,Times New Roman,times,serif;font-size:1rem;line-height:1.6}.about-content.faq p{margin-bottom:20px}.about-content h3.about-title{background:#293d52;color:#fff;margin:-20px -20px 30px;padding:10px;font-size:1.4rem;font-weight:500}.about-content p{color:#000;color:var(--text-color)}.peopleblock{margin-bottom:30px;padding:10px;background:#fff}.peopleblock .image{float:left;margin-right:15px}.peopleblock .image .about-face{height:80px;width:80px;border-radius:10px}.peopleblock .title{margin-left:95px;padding-bottom:15px}.peopleblock .title h2{font-size:1.8rem;margin:0;padding-bottom:5px}.peopleblock .title .role{font-weight:400;margin:0;padding-bottom:2px}.peopleblock .title .links{margin:0}.lock-fave-webcams{padding:15px 5px;width:100%;background:#039f85;font-weight:500;text-align:center;color:#fff;font-size:.85rem}.lock-fave-webcams .icon{font-size:1.4rem;padding-bottom:5px}.lock-fave-webcams a{color:#fff}.lock-fave-webcams a:hover{color:#f8f9fa;background:#038670}.setting-wrapper,.setting-wrapper.no-title{padding:10px}.setting-wrapper.thank-you{padding:20px}.setting-wrapper .thank-you-title{font-weight:400;padding-bottom:5px}.more{margin-top:10px;text-align:center}.nothing-set{color:#adb5bd;padding:30px 10px;margin-bottom:15px;text-align:center;font-size:.85rem}.setting-help{padding-top:10px;font-size:.8rem;color:#6c757d;text-align:center}.bio{padding:10px}.bio .bio-title{color:#6c757d;font-size:.9rem}.bio .bio-text{font-size:1.3rem;margin-bottom:15px}.profile-alerts .ui-sortable-helper{display:table}.profile-alerts thead{font-size:.85rem}.profile-alerts tbody .sortsq{margin-right:5px;font-size:.9rem;color:#adb5bd}.profile-alerts tbody tr:last-child{border-bottom:1px solid #dee2e6;border-bottom-color:var(--border-color)}.profile-alerts tbody .location-name{font-weight:400;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.profile-alerts tbody .edit{font-size:.95rem;width:15%;text-align:right;text-transform:uppercase}.profile-alerts tbody .edit a{color:#e76d63}.profile-alerts tbody .edit.alt a{color:#3395dd}.status-change{margin-top:15px;text-align:center;font-size:.9rem}.plan-status .plan-type{font-size:2rem;font-weight:500;line-height:1;padding:15px;margin-bottom:10px;border-radius:10px}.plan-status .plan-type.free{background:#3395dd;color:#fff;margin-bottom:30px}.plan-status .plan-type.all-access{background:#039f85;color:#fff}.plan-status .plan-meta{margin-top:15px;line-height:1.6}.plan-status .receipts{padding:10px 0}.plan-parent{padding-top:10px;color:#fff;font-weight:300;font-size:.9rem}.sell-block{margin-bottom:10px}.sell-block .sell-title{text-align:center;font-size:2rem;font-weight:400}.sell-block h2{font-family:Clear Sans,sans-serif;text-transform:uppercase;font-size:1.8rem;text-align:center;margin:0 0 10px}.sell-block .pass-price{text-align:center;font-weight:400;padding-bottom:5px;color:#039f85}.sell-block .unsure{font-size:.75rem;text-align:center}.sell-block .changepass{background:#f8f9fa;padding:10px;text-align:center;margin-top:20px}.sell-block .changepass a{cursor:pointer}.plan-pick{margin-bottom:30px}.plan-pick .plan{position:relative;background:#fff;background:var(--box-color);padding:10px;border-radius:15px;border:3px solid #dee2e6;border-color:var(--border-color);cursor:pointer}.plan-pick .plan.active{border-color:#039f85;background:#a8d8d5;background:var(--selected-box-color)}.plan-pick .plan.active .check{color:#039f85}.plan-pick .plan .check{position:absolute;right:10px;top:5px;font-size:2rem;color:#e9ecef;color:var(--light-gray)}.plan-pick .plan .name{font-size:1.6rem;font-weight:700;margin-bottom:1px}.plan-pick .plan .price{font-size:1.2rem;font-weight:400;margin-bottom:10px}.plan-pick .plan .price .on-sale{font-size:1rem;text-decoration:line-through;color:#6c757d;color:var(--lighter-graytext-color)}.plan-pick .plan .price .save-on{font-size:1rem;color:#039f85}.cart-notes{background-color:#f8f9fa;padding:20px;margin:30px auto;font-size:.9rem;text-align:left}.cart-notes,.carttotal{color:#495057;color:var(--graytext-color)}.carttotal{font-size:.95rem}.promo{padding-bottom:25px}.promo .promo-title{font-weight:400;padding-bottom:2px}.opensnow-giftcard{text-align:center;margin:20px auto;padding:10px}.opensnow-giftcard .head{font-weight:700;margin-bottom:0}.invoice .invoice-table{width:100%}.invoice .invoice-table td{padding:5px}.invoice .invoice-table .item{font-size:14px}.invoice .invoice-table .item-value{font-size:.85rem;text-align:right}.invoice .invoice-table .title{background:#f8f9fa}.invoice .invoice-table .title-value{text-align:right;background:#f8f9fa}.invoice .invoice-table .paid{color:#e57700;font-weight:700;text-align:right;text-transform:uppercase}.alreadyaccount{display:block;margin-top:10px}@media (min-width:768px){.alreadyaccount{display:inline-block;margin-top:0}}.billing-security{margin-top:30px;color:#6c757d;font-size:.8rem}.billing-security .title{font-weight:500;padding-bottom:5px}.alert-upgrade{background:#039f85;color:#fff;text-align:center;padding:8px 16px;border-radius:10px;font-size:.9rem;font-weight:500}.alert-upgrade a{color:#fff;text-decoration:underline}.already-user{margin-bottom:30px}.pass-type{background:#fff;border:1px solid #dee2e6;border-radius:10px;cursor:pointer;padding:10px 20px;height:100%}.pass-type.allaccess.active{background:#039f85;color:#fff;border-color:#038670}.pass-type.member.active{background:#297dbb;color:#fff;border-color:#246fa6}.pass-type .title{text-align:center;font-size:1.2rem;font-weight:500;padding-bottom:5px}.pass-type .price{text-align:center;font-size:.95rem;font-weight:400}.pass-type .perks{margin-bottom:0}.pass-type .perks li{font-size:.9rem;font-weight:400;text-align:center}.onboard-complete{margin-bottom:30px}@media (min-width:992px){.onboard-complete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.onboarded{font-size:.9rem;color:#495057;color:var(--graytext-color);margin-bottom:30px;padding:25px;border-radius:10px;background:var(--box-color);height:100%}.onboarded ul{margin:15px 0}.onboarded ul li{font-size:1.1rem;font-weight:500;color:#000;color:var(--text-color);padding-bottom:10px}@media (min-width:992px){.onboarded ul li{padding-bottom:20px}}.onboarded ul li .icon{display:inline-block;width:25px;text-align:center}.newregister .title{text-align:center;font-size:1.4rem;font-weight:600;font-family:Clear Sans,sans-serif;padding-bottom:10px;color:#293d52;color:var(--header-color)}.newregister .newbox{background:#fff;background:var(--box-color);padding:15px;border-radius:10px}@media (min-width:768px){.newregister .newbox{padding:25px}}.newregister .newbox .reminder{margin-top:5px;font-size:.875rem;text-align:center}.newregister .newbox .things-to-do{margin:0 auto}@media (min-width:768px){.newregister .newbox .things-to-do{margin:10px auto}}.newregister .newbox .things-to-do ul li{padding:3px 0;font-weight:500}.newregister .newbox .things-to-do ul li.done{font-weight:400}.newregister .newbox .things-to-do ul li a{color:#3395dd}.newregister .newbox .things-to-do ul li a:hover{color:#293d52;text-decoration:none}.register-sidebar{background:-webkit-gradient(linear,left top,left bottom,from(rgba(41,61,82,.7)),to(rgba(41,61,82,.7))),url(/img/register_side.jpg);background:-o-linear-gradient(rgba(41,61,82,.7),rgba(41,61,82,.7)),url(/img/register_side.jpg);background:linear-gradient(rgba(41,61,82,.7),rgba(41,61,82,.7)),url(/img/register_side.jpg);background-size:cover;background-position:100% 100%;color:#fff}.register-sidebar .testimonials a{color:#fff;text-decoration:underline}.register-sidebar .btn{text-decoration:none}@media (min-width:992px){.register-sidebar{min-height:calc(100vh - 57px)}}.register-sidebar .register-perk{margin:0 auto;padding:25px;color:#fff}.register-sidebar .register-perk a{color:#fff}@media (min-width:992px){.register-sidebar .register-perk{padding:50px 0}}.form-check-register{font-size:.95rem;margin-bottom:10px;padding-left:0}@media (min-width:992px){.form-check-register{font-size:1rem}}.form-check-register .form-check-register-label{display:inline-block;height:24px;position:relative;width:45px;margin:0;vertical-align:top}.form-check-register .form-check-register-label input{display:none}.form-check-register .slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.form-check-register .slider:before{background-color:#fff;bottom:4px;content:"";height:16px;left:4px;position:absolute;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;width:16px}.form-check-register input:checked+.slider{background-color:#293d52}.form-check-register input:checked+.slider:before{-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px)}.form-check-register .slider.round{border-radius:24px}.form-check-register .slider.round:before{border-radius:50%}.climate-upgrade{margin-top:30px;color:#28a745}.climate-upgrade a{color:#28a745;text-decoration:underline}.register-partner{margin:10px auto 15px;max-width:550px;text-align:center}.register-partner .lead{padding-top:15px;padding-bottom:10px;font-weight:600}.register-partner .pitch{font-size:400}.upgrade-image-title{text-align:center;font-size:1.4rem;font-weight:500;color:#000;color:var(--text-color);padding:5px 30px}.upgrade-image-text{text-align:center;padding:0 30px}#upgradeCarousel .carousel-indicators{bottom:-45px}#upgradeCarousel .carousel-indicators li{background-color:#000;background-color:var(--text-color)}.promoforget{font-weight:500}.whycard{font-size:.85rem;color:#495057;margin-bottom:30px}.upgrade-back{background:-webkit-gradient(linear,left top,left bottom,from(rgba(3,159,133,.8)),to(rgba(3,159,133,.8))),url(/img/register_side.jpg);background:-o-linear-gradient(rgba(3,159,133,.8),rgba(3,159,133,.8)),url(/img/register_side.jpg);background:linear-gradient(rgba(3,159,133,.8),rgba(3,159,133,.8)),url(/img/register_side.jpg);background-size:cover;color:#fff;padding:25px;margin-bottom:30px}@media (min-width:992px){.upgrade-back{padding:50px 50px 30px}}.submitreghide{padding:20px 0;color:#000}.group-table{margin-bottom:0}.group-table tr:first-child td,.group-table tr:first-child th{border-top:none}.group-table .num{width:30px}.group-table .remove-column{text-align:right}.group-table .btn-remove{padding:3px 6px;line-height:1rem}.profile-pic-demo{margin-top:10px}.profile-demo{height:48px;width:48px}#trial-header #header-img{margin:0 -3rem}#mountain-sort{margin-top:10px}.favorite-trailmaps .trailmap{margin-bottom:10px;padding:0}@media (min-width:992px){.favorite-trailmaps .trailmap{margin-right:10px}}.favorite-trailmaps .trailmap-thumb{border-radius:10px 10px 0 0}.favorite-trailmaps .trailmap-location{font-size:.8rem;font-weight:400;padding:3px 3px 0}.favorite-trailmaps .trailmap-location,.favorite-trailmaps .trailmap-name{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;text-align:center}.favorite-trailmaps .trailmap-name{font-size:.7rem;color:#adb5bd;padding:0 3px 6px}@media (max-width:991.98px){.favorite-trailmaps{overflow:hidden}.favorite-trailmaps .trailmaps-container{overflow-x:scroll;width:100%;white-space:nowrap;-ms-overflow-style:none;overflow:-moz-scrollbars-none;-webkit-overflow-scrolling:touch}.favorite-trailmaps .trailmaps-container::-webkit-scrollbar{display:none}.favorite-trailmaps .trailmaps-container .trailmap{width:40%}.favorite-trailmaps .trailmaps-container .trailmap-1{width:100%}.favorite-trailmaps .trailmaps-container .trailmap-2{width:49%}.favorite-trailmaps .trailmaps-container .trailmap-3{width:32.8%}}.state-onboard-title{margin-top:30px;margin-bottom:15px;padding:0;font-size:1.1rem;font-weight:700;font-family:Clear Sans,sans-serif;color:#6c757d;color:var(--graytext-color);text-align:center}.onboard-block{text-align:center;margin:25px auto 50px;min-height:50vh}.onboard-block .onboard-question .number{font-size:.9rem;color:#6c757d;color:var(--graytext-color)}.onboard-block .onboard-question .name{font-weight:500;font-size:1.5rem;margin-bottom:5px}.onboard-block .onboard-question .help{font-size:.95rem;color:#6c757d;color:var(--graytext-color);margin-bottom:30px}.onboard-block .additonal-options{color:#3395dd;text-decoration:underline;margin:15px auto;cursor:pointer}.onboard-block #notMyPass{cursor:pointer;color:#3395dd}.onboard-block .onboard-nextstep{margin-top:20px}.onboard-block .onboard-nextstep .btn{padding:15px 50px}.onboard-block#selector-password .onboard-buttons{min-height:20vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.onboard-block#selector-password .onboard-buttons .password-group{width:80vw;padding-bottom:100px}@media (min-width:576px){.onboard-block#selector-password .onboard-buttons .password-group{max-width:300px}}.onboard-nextstep{position:sticky;position:-webkit-sticky;bottom:25px;left:0;right:0;width:100%;background:#fff;background:var(--box-color);-webkit-box-shadow:0 0 5px #ced4da;box-shadow:0 0 5px #ced4da;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);z-index:1039;padding:10px}.onboard-nextstep a:not([href]):not([tabindex]).btn-primary{color:#fff}.onboard-btn{display:inline-block}@media (max-width:767.98px){.onboard-btn{display:block}}.btn-start{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;cursor:pointer}.btn-start.btn-secondary{background:#fff;background:var(--box-color)}.btn-start.width-300{width:315px;margin:5px 10px}.btn-start.width-300:first-of-type{margin-left:0}@media (max-width:767.98px){.btn-start.width-300{width:100%}}.btn-start.width-400{width:475px;margin:5px 10px}.btn-start.width-400:first-of-type{margin-left:0}@media (max-width:767.98px){.btn-start.width-400{width:100%}}.btn-start.active{background:#293d52;color:#fff}.btn-start.active:hover{background:#3a5674;color:#fff}.explore-page{margin:25px auto}.explore-continent-title{font-size:1.1rem;font-weight:500;margin-top:30px;padding-bottom:5px;color:#343a40;color:var(--subheader-color);border-bottom:1px solid #e9ecef;border-bottom-color:var(--light-gray)}@media (min-width:992px) and (max-width:1199.98px){.explore-continent-title{margin-top:30px;padding-bottom:5px}}.explore-continent-title.first{margin-top:15px}.explore-state-title{font-size:1rem;font-weight:500;margin-top:15px;padding-bottom:2px;color:#6c757d;color:var(--lighter-graytext-color)}@media (min-width:992px) and (max-width:1199.98px){.explore-state-title{margin-top:30px;padding-bottom:5px}}.explore-state-title.first{margin-top:0}.state-link{font-size:.95rem;padding:5px 0;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}@media (min-width:992px) and (max-width:1199.98px){.state-link{font-size:1rem}}.state-count{display:inline;color:#495057;color:var(--graytext-color);font-size:.85rem}.explore-title{padding-bottom:10px;margin-bottom:6px;font-size:1.3rem;font-weight:500;color:#343a40;color:var(--subheader-color)}.explore-subtitle{margin-top:-15px;margin-bottom:10px;font-size:1.05rem;color:#6c757d;color:var(--lighter-graytext-color)}.explore-findbox a{display:inline-block;width:100%;padding:15px;background:#fff;background:var(--box-color);color:#3395dd;font-size:1rem;font-weight:500;border-radius:10px;margin-bottom:5px}.explore-findbox a:hover{background:#e2f0fa;background:var(--blue-nav-color);color:#3395dd;text-decoration:none}.explore-findbox .icon{display:inline-block;width:25px;padding-right:10px}.explore-findbox .arrow{float:right}.dailysnow-explore{background:-webkit-gradient(linear,left top,left bottom,from(rgba(52,58,64,.7)),to(rgba(52,58,64,.7))),url(/img/dailysnow_cover.jpg);background:-o-linear-gradient(rgba(52,58,64,.7),rgba(52,58,64,.7)),url(/img/dailysnow_cover.jpg);background:linear-gradient(rgba(52,58,64,.7),rgba(52,58,64,.7)),url(/img/dailysnow_cover.jpg);background-size:cover;width:100%;height:250px;border-radius:10px;border:1px solid #ced4da;position:relative;margin-bottom:30px}.dailysnow-explore .tease{position:absolute;left:0;right:0;text-align:center}.dailysnow-explore .tease .tease-title{font-size:1.2rem;font-weight:700;text-align:center;margin:0 auto;color:#fff;padding-top:70px}@media (min-width:768px) and (max-width:991.98px){.dailysnow-explore .tease .tease-title{font-size:1.6rem}}@media (min-width:992px){.dailysnow-explore .tease .tease-title{font-size:2rem}}.dailysnow-explore .tease .tease-button{text-align:center;margin:15px auto}.ds-explore{position:relative;margin-bottom:15px;z-index:5;background:#fff;padding:10px;border-radius:10px;border:2px solid #fff}.ds-explore .ds-link{position:absolute;top:0;left:0;bottom:0;right:0;z-index:6}.ds-explore:hover .ds-content .name{color:#293d52}.ds-explore .tease-image{width:100%;height:100%}@media (max-width:991.98px){.ds-explore .tease-image{height:200px}}.ds-explore .ds-content{padding-top:10px}@media (min-width:992px){.ds-explore .ds-content{padding-right:15px;padding-top:0}}.ds-explore .ds-content .name{font-size:1.6rem;line-height:1;font-weight:600;padding-bottom:10px;color:#3395dd}.ds-explore .ds-content .author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px}.ds-explore .ds-content .author .author-image{height:24px;border-radius:10px}.ds-explore .ds-content .author .author-name{font-size:1rem;padding-left:10px}.ds-explore .ds-content .title{font-size:1.2rem;padding-bottom:5px;font-weight:500}.ds-explore .ds-content .tease{font-size:.95rem;padding-bottom:10px}.ds-explore .ds-content .time{font-size:.9rem;color:#6c757d}.explore-top{margin-bottom:30px}.explore-box{position:relative;clear:both;background:#fff;background:var(--box-color);padding:10px;border-radius:10px;margin-bottom:15px;margin-left:auto;margin-right:auto;width:100%}.explore-box:after{content:"";display:table;clear:both}.explore-box .explore-box-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.explore-box .explore-box-title .title-icon{padding-right:10px}.explore-box .explore-box-title .title-icon img{height:35px;width:35px;border-radius:10px;margin-top:-2px}.explore-box .explore-box-title .title-text{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.explore-box .explore-box-title .title-text .title-location a{font-size:1.15rem;line-height:1;font-weight:600;color:#3395dd}.explore-box .explore-box-title .title-text .title-location a:hover{text-decoration:none;color:#293d52}@media (min-width:768px){.explore-box .explore-box-title .title-text .title-location a{font-size:1.3rem}}.explore-box .explore-box-title .title-text .title-meta{color:#6c757d;font-size:.75rem}.explore-box .explore-box-title .title-link{float:right;-webkit-position:-webkit-sticky;position:-webkit-sticky;position:sticky;right:10px;padding-top:1px;font-size:.75rem}.explore-box .explore-box-data{width:100%;margin-top:10px}.explore-box .explore-box-link{font-size:.9rem;font-weight:400;margin-top:10px}.state-list li a{display:block;background:#fff;padding:10px;border-radius:10px;margin:15px 0;font-size:1.25rem}.state-list li a .count{display:block;color:#495057;padding-top:1px;font-size:.85rem;font-weight:300}.state-list li a:hover{text-decoration:none}.state-list.countries li a{font-size:1rem;margin:0 auto;padding:15px;cursor:pointer;border-radius:0}.state-list.countries li a:hover{text-decoration:none;background:#49a0e1;color:#fff}.state-list.countries li a.active{background:#15507c;color:#fff}.state-list.countries li a:after{content:"\25ba";float:right}.explore-piece{display:none;font-size:1rem}.explore-piece.start{display:block}.explore-piece .piece-title{font-size:1.35rem;font-weight:700;padding:5px 0}.explore-welcome{margin-top:40px;padding:100px;text-align:center;color:#6c757d;font-weight:500}.explore-welcome .welcome-arrow{font-size:2.5rem}.full-list{text-align:center;padding:20px 0}.powder-table{background:#fff;padding:10px}.powder-table .table th{text-align:center}.powder-table .table th.location-head{text-align:left}.powder-table .table td{vertical-align:middle}.powder-table .table td.nopow{border-top:none;padding-top:30px;text-align:center;font-weight:700}.powder-table .rank{font-weight:700;text-align:center;font-size:.85rem}.powder-table .location{font-size:1.15rem}.powder-table .single{text-align:center;font-size:1.15rem}.powder-table .total{text-align:center;font-size:1.25rem;font-weight:700}.map-holder{position:relative;width:100%;margin-top:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:768px){.map-holder{margin-top:50px}}.mapboxgl-ctrl-group{opacity:.8}.mapboxgl-ctrl-logo{opacity:.4}.legend-visible .mapboxgl-ctrl-bottom-right{bottom:18px}.animation-controls-visible .mapboxgl-ctrl-bottom-right{bottom:32px}@media (min-width:992px){.animation-controls-visible .mapboxgl-ctrl-bottom-right{bottom:18px}}.explore-map{width:100%;z-index:99;margin-bottom:44px;height:calc(100vh - 260px);min-height:400px;max-height:1400px;border-top-left-radius:10px;border-top-right-radius:10px}@media (min-width:992px){.explore-map{height:calc(100vh - 200px)}}.map-holder-snapshot .snapshot-map{height:100vh;z-index:99}.map-holder-snapshot .control-container,.map-holder-snapshot .mapboxgl-control-container{display:none}.map-holder .location-hover-popup .mapboxgl-popup-tip{opacity:.9}.map-holder .location-hover-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{border-bottom-color:#343a40}.map-holder .location-hover-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{border-top-color:#343a40}.map-holder .location-hover-popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{border-right-color:#343a40}.map-holder .location-hover-popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{border-left-color:#343a40}.map-holder .location-hover-popup .mapboxgl-popup-content{color:#fff;font-family:Clear Sans,sans-serif;background-color:#343a40;border-radius:10px;padding:6px 10px;font-size:1.1em;opacity:.9}.tooltip-map-controls{cursor:pointer}.tooltip-map-controls .arrow:before{border-top-color:#293d52;border-width:1rem 1rem 0}.tooltip-map-controls .tooltip-inner{background-color:#293d52;padding:20px;max-width:90vw}.tooltip-map-controls .tooltip-inner img{display:none;width:165px;border-radius:8px;border:1px solid #ccc}.tooltip-map-controls .tooltip-inner p{margin:0 0 0 15px}.tooltip-map-controls .tooltip-inner p:first-child{font-size:16px;margin-bottom:10px}@media (min-width:768px){.tooltip-map-controls .tooltip-inner{text-align:left;max-width:560px;width:560px;display:-webkit-box;display:-ms-flexbox;display:flex}.tooltip-map-controls .tooltip-inner img{display:inline-block}}.control-container{position:absolute;bottom:-44px;width:100%}.control-container .layer-base-light .layer-thumb{background-image:url(/img/maps/base-light.png)}.control-container .layer-base-satellite .layer-thumb{background-image:url(/img/maps/base-satellite.png)}.control-container .layer-base-dark .layer-thumb{background-image:url(/img/maps/base-dark.png)}.control-container .layer-overlay-rala .layer-thumb{background-image:url(/img/maps/overlay-rala.png)}.control-container .layer-overlay-drrf .layer-thumb{background-image:url(/img/maps/overlay-drrf.png)}.control-container .layer-overlay-clouds .layer-thumb{background-image:url(/img/maps/overlay-clouds.png)}.control-container .layer-overlay-snowdepth .layer-thumb{background-image:url(/img/maps/overlay-snowdepth.png)}.control-container .layer-overlay-snowfall-24h .layer-thumb{background-image:url(/img/maps/overlay-snowfall-24h.png)}.control-container .layer-overlay-snowfall-season .layer-thumb{background-image:url(/img/maps/overlay-snowfall-season.png)}.control-container .layer-overlay-temps .layer-thumb{background-image:url(/img/maps/overlay-temps.png)}.control-container .layer-overlay-avalanche .layer-thumb{background-image:url(/img/maps/overlay-avalanche.png)}.control-container .layer-overlay-smoke-low .layer-thumb{background-image:url(/img/maps/overlay-smoke-low.png)}.control-container .layer-overlay-smoke-high .layer-thumb{background-image:url(/img/maps/overlay-smoke-high.png)}.control-container .layer-overlay-wind .layer-thumb{background-image:url(/img/maps/overlay-wind.png)}.control-container .layer-overlay-none .layer-thumb{background-image:url(/img/maps/overlay-none.png)}.control-container .add-layers{z-index:100;position:relative;opacity:0;overflow:hidden;max-height:0;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;background:var(--box-color);margin:0;padding:0 10px;-webkit-box-shadow:inset 0 -10px 10px -10px #bbb;box-shadow:inset 0 -10px 10px -10px #bbb;border-top:1px solid #ccc;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-items:stretch}@media (min-width:992px){.control-container .add-layers{padding:0 20px}}.control-container .add-layers.visible{max-height:380px;opacity:.95;margin:0;padding:10px 10px 10px 20px;overflow:auto;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media (min-width:992px){.control-container .add-layers.visible{height:440px;max-height:440px}}.control-container .add-layers a.layers-close{position:absolute;right:15px;top:15px;cursor:pointer;color:#999;z-index:1}.control-container .add-layers .nav{margin-bottom:10px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:-webkit-sticky;position:sticky;width:100%}.control-container .add-layers .nav .nav-link{white-space:nowrap;border-radius:0;padding:5px;margin-right:10px;background:none;color:var(--lighter-graytext-color);border-bottom:2px solid var(--box-color);cursor:pointer}@media (min-width:768px){.control-container .add-layers .nav .nav-link{margin-right:20px}}.control-container .add-layers .nav .nav-link.active,.control-container .add-layers .nav .nav-link:hover{color:var(--text-color);border-bottom:2px solid var(--snow-color)}.control-container .add-layers .tab-content{width:100%}.control-container .add-layers h4{font-size:1.2em}.control-container .add-layers .layer-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px;max-width:1200px}.control-container .add-layers .layer-group:last-child{margin-bottom:0}.control-container .add-layers .layer-group .layer-select{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:10px;border-bottom:1px solid var(--border-color)}@media (min-width:992px){.control-container .add-layers .layer-group .layer-select{width:48%;padding:10px 0;margin-right:10px}}@media (min-width:992px){.control-container .add-layers .layer-group .layer-select:nth-child(odd):nth-last-child(-n+2){border-bottom:none;padding-bottom:0;margin-bottom:0}}.control-container .add-layers .layer-group .layer-select:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.control-container .add-layers .layer-group .layer-select .layer-thumb{cursor:pointer;border-radius:10px;border:1px solid #3c4143;margin-right:10px;min-height:90px;width:150px;-ms-flex-negative:0;flex-shrink:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-position:50%;background-size:cover;background-repeat:no-repeat;margin-bottom:10px}@media (min-width:992px){.control-container .add-layers .layer-group .layer-select .layer-thumb{min-height:120px;width:200px}}.control-container .add-layers .layer-group .layer-select .layer-thumb .lock{width:100%;position:relative;-webkit-box-flex:12;-ms-flex-positive:12;flex-grow:12;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.control-container .add-layers .layer-group .layer-select .layer-thumb .lock .screen{position:absolute;top:0;bottom:0;width:100%;background:#000;opacity:.65;border-top-left-radius:9px;border-top-right-radius:9px}.control-container .add-layers .layer-group .layer-select .layer-thumb .lock .icon{position:relative;color:#fff;font-size:1.2em;margin-top:20px}@media (min-width:992px){.control-container .add-layers .layer-group .layer-select .layer-thumb .lock .icon{margin-top:0;font-size:1.6em}}.control-container .add-layers .layer-group .layer-select .layer-thumb .badge{display:inline-block;position:absolute;top:4px;right:4px;white-space:nowrap;border:1px solid #3c4143}.control-container .add-layers .layer-group .layer-select .layer-thumb .badge .icon{margin-right:5px;margin-left:5px}@media (min-width:992px){.control-container .add-layers .layer-group .layer-select .layer-thumb .badge .icon{margin-left:0}}.control-container .add-layers .layer-group .layer-select .layer-thumb .badge .text{display:none}@media (min-width:992px){.control-container .add-layers .layer-group .layer-select .layer-thumb .badge .text{display:inline}}.control-container .add-layers .layer-group .layer-select .layer-thumb .layer-label{position:relative;padding:4px 10px;background:#3c4143;color:#f7f2ed;font-weight:500;font-size:.85em;width:100%;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom-left-radius:9px;border-bottom-right-radius:9px}@media (min-width:992px){.control-container .add-layers .layer-group .layer-select .layer-thumb .layer-label{font-size:1em}}.control-container .add-layers .layer-group .layer-select .layer-thumb .layer-label .icons .icon{position:relative;left:4px;top:1px}.control-container .add-layers .layer-group .layer-select .layer-description{font-size:.9em;width:100%}@media (min-width:992px){.control-container .add-layers .layer-group .layer-select .layer-description{font-size:1em;margin-right:30px}}.control-container .add-layers .layer-group .layer-select .layer-description .layer-details{margin-top:10px;font-size:.8em;color:var(--graytext-color)}.control-container .add-layers .layer-group .layer-select.selected .layer-thumb{border:1px solid var(--snow-color);-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}.control-container .add-layers .layer-group .layer-select.selected .layer-thumb .layer-label{-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;background:var(--snow-color);color:#fff}@media (min-width:992px){.control-container .add-layers .mountain-locations{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1000px}}.control-container .add-layers .mountain-locations .location-toggle{margin:0 10px;padding:20px 0 30px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid var(--border-color)}@media (min-width:992px){.control-container .add-layers .mountain-locations .location-toggle{width:400px;margin:0 40px 10px 10px;padding:20px 0}}@media (min-width:992px){.control-container .add-layers .mountain-locations .location-toggle:nth-child(odd):nth-last-child(-n+2){border-bottom:none}}.control-container .add-layers .mountain-locations .location-toggle:last-child{border-bottom:none}.control-container .add-layers .mountain-locations .location-toggle .form-check-label{display:inline-block;height:24px;position:relative;width:45px;margin:0;vertical-align:top}.control-container .add-layers .mountain-locations .location-toggle .form-check-label input{display:none}.control-container .add-layers .mountain-locations .location-toggle .form-check-label .slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.control-container .add-layers .mountain-locations .location-toggle .form-check-label .slider:before{background-color:#fff;bottom:4px;content:"";height:16px;left:4px;position:absolute;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;width:16px}.control-container .add-layers .mountain-locations .location-toggle .form-check-label input:checked+.slider{background-color:var(--snow-color)}.control-container .add-layers .mountain-locations .location-toggle .form-check-label input:checked+.slider:before{-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px)}.control-container .add-layers .mountain-locations .location-toggle .form-check-label .slider.round{border-radius:24px}.control-container .add-layers .mountain-locations .location-toggle .form-check-label .slider.round:before{border-radius:50%}.control-container .animate-controls-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.control-container .animate-controls-container .animate-controls{z-index:100;opacity:.8;margin:10px;display:none;width:100%;min-width:200px;background:var(--box-color);border-radius:10px}@media (min-width:992px){.control-container .animate-controls-container .animate-controls{max-width:70%}}.control-container .animate-controls-container .animate-controls.visible{display:-webkit-box;display:-ms-flexbox;display:flex}.control-container .animate-controls-container .animate-controls div{padding:0;width:50px;text-align:center;height:46px;cursor:pointer;line-height:46px;font-size:1.4em;color:#000;color:var(--text-color)}.control-container .animate-controls-container .animate-controls div.slider{width:100%;margin:0 15px 0 0}.control-container .animate-controls-container .animate-controls div.slider input{position:relative;top:-6px;height:34px;cursor:pointer}.control-container .animate-controls-container .animate-controls .icon svg{position:relative;left:2px}.control-container .animate-controls-container .animate-controls .icon svg path{fill:#495057;fill:var(--graytext-color)}.control-container .timestamp-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.control-container .timestamp-container .timestamp{text-align:center;display:none;font-size:11px;position:relative;padding:2px 10px;border-radius:10px;background:var(--box-color);opacity:.8;z-index:101;color:#495057;color:var(--graytext-color);font-weight:400;margin-bottom:10px;min-width:260px}@media (min-width:992px){.control-container .timestamp-container .timestamp{min-width:300px}}.control-container .timestamp-container .timestamp.visible{display:inline-block}.control-container .timestamp-container .timestamp.old{color:#e76d63}.control-container .timestamp-container .timestamp .estimate{margin-right:4px;background-color:#ffc107;color:#212529;border-radius:4px;padding:2px 4px;position:relative;top:-1px}.control-container .timestamp-container .timestamp .estimate i,.control-container .timestamp-container .timestamp .estimate svg{margin:0 0 0 4px}.control-container .timestamp-container .timestamp .overlay-name{display:none}@media (min-width:992px){.control-container .timestamp-container .timestamp .overlay-name{display:inline-block;top:0}}.control-container .timestamp-container .timestamp .as-of{display:inline-block;margin-right:4px}.control-container .opacity-slider-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:992px){.control-container .opacity-slider-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:10px}}.control-container .opacity-slider-container .opacity-slider{display:none;color:var(--graytext-color);margin-bottom:10px;border-radius:10px;background:var(--box-color);opacity:.8;padding:4px 10px;position:relative;z-index:100;width:80%}.control-container .opacity-slider-container .opacity-slider.visible{display:block}@media (min-width:768px){.control-container .opacity-slider-container .opacity-slider{max-width:400px}}.control-container .opacity-slider-container .opacity-slider label{font-size:11px;display:block;text-align:center}.control-container .opacity-slider-container .opacity-slider .icon{position:absolute;top:2px;right:8px;font-size:13px;opacity:.8;cursor:pointer}.control-container .opacity-slider-container .opacity-slider input[type=range]{position:relative;top:-6px}.control-container .opacity-slider-container .opacity-slider input[type=range]::-moz-range-track,.control-container .opacity-slider-container .opacity-slider input[type=range]::-webkit-slider-runnable-track{background:var(--border-color);border-color:var(--border-color)}.control-container .opacity-slider-container .opacity-slider input[type=range]::-webkit-slider-thumb{border-color:var(--text-color);background:var(--text-color);border-radius:8px;height:16px;width:16px;margin-top:-7.5px}.control-container .opacity-slider-container .opacity-slider input[type=range]::-moz-range-thumb{border-color:var(--text-color);background:var(--text-color);border-radius:8px;height:16px;width:16px;margin-top:-7.5px}.control-container .control-bar{z-index:100;position:relative;opacity:.9;margin:0;background:#fff;background:var(--box-color);padding:10px;border-top:1px solid var(--border-color);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.control-container .control-bar .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.control-container .control-bar .icon-container{white-space:nowrap}.control-container .control-bar .icon-container .icon{margin:0 10px 0 0;cursor:pointer;text-align:center;width:20px;display:inline-block}.control-container .control-bar .icon-container .icon.opacity{display:none}.control-container .control-bar .label-current{display:-webkit-box;display:-ms-flexbox;display:flex}.control-container .control-bar .label-current .icon{margin:0}@media (min-width:992px){.control-container .control-bar .label-current .icon{margin-right:10px}}.control-container .control-bar .label-current .badge{line-height:unset;margin:0 0 0 10px}@media (min-width:992px){.control-container .control-bar .label-current .badge{margin:0 10px}}.control-container .control-bar .label-current .layer-mini-group{min-width:20%;display:-webkit-box;display:-ms-flexbox;display:flex}.control-container .control-bar .label-current .layer-mini{display:none}.control-container .control-bar .label-current .layer-mini .layer-thumb{border:1px solid var(--snow-color);border-radius:4px;width:36px;height:100%;background-size:cover}@media (min-width:992px){.control-container .control-bar .label-current .layer-mini{display:block}}.control-container .control-bar .label-current .layer-mini-group-base{display:none}@media (min-width:992px){.control-container .control-bar .label-current .layer-mini-group-base{display:-webkit-box;display:-ms-flexbox;display:flex}}.control-container .control-bar .label-current .label{margin:0 15px 0 0;font-weight:500;white-space:nowrap;position:relative;top:-1px;display:none}@media (min-width:992px){.control-container .control-bar .label-current .label{display:block}}.control-container .control-bar .label-current .type{margin:0 20px 0 10px;white-space:nowrap}.control-container .control-bar .label-current:last-child .type{margin:0}.control-container .control-bar .label-current .muted{color:#999;position:relative;top:-1px}html[data-theme=dark] .control-container .add-layers{-webkit-box-shadow:inset 0 -10px 10px -10px #444;box-shadow:inset 0 -10px 10px -10px #444;border-top:1px solid #666}html[data-theme=dark] .card-holder{opacity:.98}html[data-theme=dark] .card-holder .forecast-card-holder{-webkit-box-shadow:2px 2px 4px #000;box-shadow:2px 2px 4px #000}.animation-controls-visible .timestamp-container .timestamp{height:17px;margin-bottom:-10px;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:2px 30px}.animation-controls-visible .timestamp-container .timestamp span{position:relative;top:2px}.animation-controls-visible .timestamp-container .timestamp .estimate{position:relative;top:1px;left:-2px}.map-holder .legend{z-index:100;display:none}.map-holder .legend.legend-vert{position:absolute;left:10px;top:10px;width:22px;z-index:100;text-align:center;opacity:.7;-webkit-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in}.map-holder .legend.legend-vert.visible{display:block}.map-holder .legend.legend-vert:hover{-webkit-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:1}.map-holder .legend.legend-vert div.units{border-bottom:1px solid #ccc}.map-holder .legend.legend-horz{margin:0;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;position:relative;top:1px;border-top:1px solid var(--border-color)}.map-holder .legend.legend-horz.visible{display:-webkit-box;display:-ms-flexbox;display:flex}.map-holder .legend.legend-horz div{padding:2px 0 1px;line-height:11px;font-size:11px;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.map-holder .legend.legend-horz div.units{border-right:1px solid #ccc;border-right-color:var(--border-color)}.map-holder .legend div.units{font-weight:600;font-size:10px;background:#fff;background:var(--box-color)}.map-holder .legend div{padding:4px 0;font-size:8px}.loading-map{position:absolute;top:50%;left:50%;margin-top:-38px;margin-left:-38px;z-index:100}.loading-location{position:absolute;left:0;right:0;top:48%;z-index:1040;background:#fff;background:var(--box-color);border:1px solid #adb5bd;padding:5px 10px;font-size:.9rem;width:200px;margin:0 auto;text-align:center}.card-holder{z-index:1020;display:none;position:absolute;width:100%;top:0;opacity:.95}.card-holder.visible{display:block}@media (min-width:992px){.card-holder{margin:0;right:40px;width:500px}}.card-holder .forecast-card-holder{margin:10px;border-radius:10px;-webkit-box-shadow:2px 2px 4px #ccc;box-shadow:2px 2px 4px #ccc}.card-holder .card-soon{position:relative;height:253px;width:100%;background:var(--background-color);border:1px solid #dee2e6;border-color:var(--border-color);border-radius:5px;color:#adb5bd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media (min-width:992px){.card-holder .card-soon{height:312px}}.card-holder .fcst-map-box .mapboxgl-popup-content{padding:0}.card-holder .fcst-map-box .mapboxgl-popup-content .mapboxgl-popup-close-button{z-index:1025;background:#fff;border-radius:13px;margin-top:10px;height:25px;width:25px;margin-right:10px}.card-holder .compare-item{padding-bottom:0;margin-bottom:0}.card-holder .compare-update.left{display:inline-block;margin-right:10px}.forecast-card{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;position:relative;border-radius:10px;background:var(--box-color);border:1px solid #ced4da;border-right:none;border-bottom:none}.forecast-card .card-link{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1021}.forecast-card .card-close{position:absolute;right:-10px;top:-10px;font-size:1rem;color:#999;z-index:1;padding:15px 15px 20px 20px;cursor:pointer}.forecast-card .card-close svg{border-radius:10px;background:var(--box-color)}.forecast-card.basecamp-card{margin-bottom:30px}.forecast-card .card-header{position:relative;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--box-color);border-top-left-radius:9px;border-top-right-radius:9px}.forecast-card .card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1.6rem;line-height:1.2;font-weight:600;color:var(--text-color);margin-bottom:5px}.forecast-card .card-state{font-size:.85rem;font-weight:400;color:#adb5bd}.forecast-card .card-body{padding:0;border-top-left-radius:10px;border-top-right-radius:10px}.forecast-card .card-button{margin:.5rem;border-bottom-left-radius:9px;border-bottom-right-radius:9px}.forecast-card.avalanche-card .card-header{text-align:left;padding:0}.forecast-card.avalanche-card .card-body{padding:0;max-height:400px;overflow:auto}.forecast-card.avalanche-card p{font-size:1em}.forecast-card.avalanche-card .card-footer{padding:0}.map-fullscreen{overflow:hidden;width:100%;height:100%;background:var(--box-color)}.map-fullscreen .map-holder{margin-top:0}.map-fullscreen .explore-map{border-top-left-radius:1px;border-top-right-radius:1px}.map-fullscreen .control-container .control-bar{border-radius:0}.map-fullscreen #footer,.map-fullscreen #OpenSnow_Marquee,.map-fullscreen .marquee,.map-fullscreen .preview-bar,.map-fullscreen .site-sponsor,.map-fullscreen p.attribution{display:none}.map-fullscreen .site-container{max-width:100%;width:100%;height:100%;padding:0}.map-fullscreen .explore-map{max-height:100%;height:calc(100vh - 115px)}@media (min-width:992px){.map-fullscreen .explore-map{height:calc(100vh - 105px)}}p.attribution{color:#999;font-size:.9em;margin:90px 0 20px}.dailysnow.api,.news.api{margin:10px auto}.dailysnow.api .page-byline .timepost .abs,.news.api .page-byline .timepost .abs{padding-left:0}.dailysnow.api .dailysnow-post,.news.api .dailysnow-post{margin-bottom:100px}.dailysnow.api .dailysnow-post .post img,.dailysnow.api .news-post .post img,.news.api .dailysnow-post .post img,.news.api .news-post .post img{max-width:100%!important;height:auto!important}.dailysnow.api .dailysnow-post .post a,.dailysnow.api .news-post .post a,.news.api .dailysnow-post .post a,.news.api .news-post .post a{font-weight:500}.faq.api{margin:10px auto;padding:10px;background:#fff}body.widget{margin:0;padding:0;background:#fff}.widget-title{position:relative;padding:0;font-size:2.2rem;font-weight:500;color:#297dbb;margin:10px auto;text-align:center}.widget-title .title-logo{display:inline-block;margin-top:-10px}.widget-title a{color:#212529}.widget-title a:hover{text-decoration:none;color:#212529}.full-widget{width:760px;margin:10px auto}.sidebar-widget{width:300px;margin:10px auto}.sidebar-widget h1.widget-title{font-size:2.6rem}.compress-widget{width:100%;margin:10px auto}.dailysnow-box.widget-size{float:left;width:375px;padding:10px;margin:0 5px 5px 0;-webkit-box-sizing:border-box;box-sizing:border-box;height:73px}.dailysnow-box.widget-full{margin:5px auto;width:500px}.compare-content.widget,.compare-item.widget{width:600px}.compare-content.widget .data-section .data-box .data-cell,.compare-content.widget .data-section .data-box .data-header{width:144px}.full-list-link{text-align:center;margin-bottom:30px}.single-forecast{white-space:nowrap;margin-top:0;margin-bottom:20px;position:relative;clear:both}.single-forecast .day-box{position:relative;display:block;vertical-align:top;text-align:center;padding:0 5px;margin-top:10px;width:100%;border-top:2px solid #adb5bd;clear:both}.single-forecast .day-box.extra-night .night-fcst{margin-left:50%}.single-forecast .day-box .missing{color:#f8f9fa}.single-forecast .day-box:first-child{border-top:none}.single-forecast .day-box div{white-space:normal}.single-forecast .day-box .day-info{padding-bottom:5px;padding-top:5px}.single-forecast .day-box .day-info .date{line-height:18px}.single-forecast .day-box .day-info .dow{font-size:1.25rem;font-weight:700;font-family:Clear Sans,sans-serif}.single-forecast .day-box .day-fcst{float:left;width:50%;padding-right:5px;border-right:1px solid #dee2e6}.single-forecast .day-box .day-fcst .temp{color:#e76d63}.single-forecast .day-box .night-fcst{float:left;width:50%;padding-left:5px}.single-forecast .day-box .night-fcst .temp{color:#3395dd}.single-forecast .day-box .type{color:#adb5bd;font-size:.65rem}.single-forecast .day-box .snow{margin:5px 0;padding:5px 0;font-size:1.5rem;font-family:Clear Sans,sans-serif;letter-spacing:2px;font-weight:400;color:#000;background:#f8f9fa}.single-forecast .day-box .snow.nsnow{color:#adb5bd;font-weight:400}.single-forecast .day-box .snow.hsnow{color:#293d52;background:fade(#3395dd,20%);font-weight:700}.single-forecast .day-box .snow.psnow{color:#e57700;font-weight:700;background:fade(#eb9949,30%)}.single-forecast .day-box .snow .quote{font-weight:400}.single-forecast .day-box .trend{height:24px}.single-forecast .day-box .icon{padding-bottom:10px}.single-forecast .day-box .icon .wx{width:50px;height:50px}.single-forecast .day-box .text{font-size:.75rem;height:35px}.single-forecast .day-box .temp{font-size:1.25rem;padding-top:5px;padding-bottom:10px;height:45px}.single-forecast-sm{white-space:nowrap;margin-top:0;margin-bottom:20px;position:relative}.single-forecast-sm.with-extra-night .day-box{width:77px}.single-forecast-sm.with-extra-night .day-box .day-fcst,.single-forecast-sm.with-extra-night .day-box .night-fcst{width:69px}.single-forecast-sm .day-box{position:relative;display:inline-block;vertical-align:top;text-align:center;padding:0 5px;margin-top:10px;width:95px;border:none;border-left:2px solid #adb5bd;clear:both}.single-forecast-sm .day-box.extra-night{width:85px;padding-left:0}.single-forecast-sm .day-box.extra-night .night-fcst{margin-left:0;padding-left:0}.single-forecast-sm .day-box .missing{color:#f8f9fa}.single-forecast-sm .day-box:first-child{border-left:none}.single-forecast-sm .day-box div{white-space:normal}.single-forecast-sm .day-box .day-info{padding-bottom:10px;text-align:center;width:auto;padding-top:0;float:none}.single-forecast-sm .day-box .day-info .date{line-height:18px}.single-forecast-sm .day-box .day-info .dow{font-size:1.15rem;font-weight:700;font-family:Clear Sans,sans-serif}.single-forecast-sm .day-box .day-fcst{width:82px;margin-bottom:5px;border-bottom:1px solid #dee2e6}.single-forecast-sm .day-box .day-fcst.empty .snow{background:none}.single-forecast-sm .day-box .day-fcst .temp{color:#e76d63}.single-forecast-sm .day-box .night-fcst{width:82px}.single-forecast-sm .day-box .night-fcst .temp{color:#3395dd}.single-forecast-sm .day-box .type{color:#adb5bd;font-size:.65rem}.single-forecast-sm .day-box .snow{margin:5px 0;padding:5px 0;font-size:1.15rem;font-family:Clear Sans,sans-serif;letter-spacing:2px;font-weight:400;color:#000;background:#f8f9fa}.single-forecast-sm .day-box .snow.nsnow{color:#adb5bd;font-weight:400}.single-forecast-sm .day-box .snow.hsnow{color:#293d52;background:fade(#3395dd,20%);font-weight:700}.single-forecast-sm .day-box .snow.psnow{color:#e57700;font-weight:700;background:fade(#eb9949,30%)}.single-forecast-sm .day-box .snow .quote{font-weight:400;margin-left:-3px;margin-right:-6px}.single-forecast-sm .day-box .trend{height:24px}.single-forecast-sm .day-box .icon{padding-bottom:10px}.single-forecast-sm .day-box .icon .wx{width:50px;height:50px}.single-forecast-sm .day-box .text{font-size:.55rem;height:35px}.single-forecast-sm .day-box .temp{font-size:1.15rem;padding-top:5px;padding-bottom:10px;height:45px}.scrolling-single-table{margin-top:20px;margin-bottom:20px;position:relative}.scrolling-single-table .scroll-box{position:relative;text-align:center;padding:0 5px;border:1px solid #293d52;margin-left:-1px;margin-top:-1px;float:left;width:130px;height:310px}.scrolling-single-table .scroll-box .missing{color:#dee2e6}.scrolling-single-table .scroll-box div{white-space:normal}.scrolling-single-table .scroll-box .dow{padding-top:10px;line-height:1.3em}.scrolling-single-table .scroll-box .dow .date{font-size:1.15rem;font-weight:700;font-family:Clear Sans,sans-serif}.scrolling-single-table .scroll-box .snow{font-size:1.5rem;font-family:Clear Sans,sans-serif;letter-spacing:2px;padding:15px 0}.scrolling-single-table .scroll-box .snow.nsnow{color:#495057;font-weight:400}.scrolling-single-table .scroll-box .snow.hsnow{color:#000;font-weight:700}.scrolling-single-table .scroll-box .snow.psnow{color:#e57700;font-weight:700}.scrolling-single-table .scroll-box .trend{height:50px;padding-top:10px}.scrolling-single-table .scroll-box .lt-conf{font-size:.65rem}.scrolling-single-table .scroll-box .lt-conf .h{color:#e76d63}.scrolling-single-table .scroll-box .lt-conf .l{color:#73c1bb}.scrolling-single-table .scroll-box .wx-icon{padding-bottom:5px;font-size:2rem}.scrolling-single-table .scroll-box .wx-cond{font-size:.75rem}.scrolling-single-table .scroll-box .wx-temp{font-size:1.5rem}.location-names{float:left;width:150px}.location-names table{width:150px;table-layout:fixed;overflow:hidden}.location-names table,.location-names table thead{border-bottom:2px solid #adb5bd}.location-names table .name-header{background:#fff;height:70px;margin-bottom:-1px;padding:0 10px}.location-names table .name{font-family:Clear Sans,sans-serif;text-align:right;height:70px;vertical-align:middle;padding:0 10px;border-bottom:1px solid #adb5bd}.location-names table .name .name-box{overflow:hidden;max-height:50px}.location-names table .name .report-time{color:#dee2e6;font-size:.85rem}.location-names table .name a{color:#3395dd}.scroll-wrapper{margin-right:50px;margin-bottom:30px}@media (min-width:768px){.scroll-wrapper{margin-right:20px}}.scrolling-forecast{overflow:scroll;border-left:2px solid #dee2e6;border-right:2px solid #dee2e6;position:relative}.scrolling-forecast-table{width:100%;table-layout:fixed;border-bottom:2px solid #adb5bd;right:0}.scrolling-forecast-table.reports-table .fdate{width:100px;height:70px!important;border-bottom:2px solid #adb5bd}.scrolling-forecast-table.reports-table .fdate .dow{font-size:.75rem}@media (min-width:768px){.scrolling-forecast-table.reports-table .fdate .dow{font-size:.75rem}}.scrolling-forecast-table.reports-table .fblock{width:100px;font-size:1.15rem}.scrolling-forecast-table thead{height:70px!important;background:#fff}.scrolling-forecast-table .fdate{vertical-align:middle;text-align:center;background:#fff;padding:5px 0;border-left:2px solid #dee2e6;height:50px!important}.scrolling-forecast-table .fdate:first-child{border-left:none}.scrolling-forecast-table .fdate .dow{font-weight:700;line-height:1em;font-family:Clear Sans,sans-serif}.scrolling-forecast-table .ftime{font-size:.75rem;text-align:center;border-bottom:2px solid #adb5bd;color:#dee2e6;padding-bottom:5px;border-right:1px solid #f8f9fa}.scrolling-forecast-table .ftime.night{border-right:2px solid #dee2e6}.scrolling-forecast-table .ftime.night:last-child{border-right:none}.scrolling-forecast-table .fblock{font-family:Clear Sans,sans-serif;font-size:1.15rem;height:70px;width:70px;text-align:center;vertical-align:middle;border-bottom:1px solid #adb5bd;line-height:1em;font-weight:700}.scrolling-forecast-table .fblock.night{border-left:1px solid #f8f9fa}.scrolling-forecast-table .fblock.day{border-left:2px solid #dee2e6}.scrolling-forecast-table .fblock.day:first-child{border-left:none}.scrolling-forecast-table .fblock.more{font-size:.85rem}.scrolling-forecast-table .fblock.report{border-left:2px solid #dee2e6}.scrolling-forecast-table .fblock.report:first-child{border-left:none}.scrolling-forecast-table .fblock .conf{font-size:.65rem;padding-top:10px}.scrolling-forecast-table .fblock .conf.conf-color-h{color:#df2b1d}.scrolling-forecast-table .fblock .conf.conf-color-l{color:#297dbb}.scrolling-forecast-table .fblock.nsnow{color:#adb5bd;font-weight:400}.scrolling-forecast-table .fblock.hsnow{color:#293d52;background:fade(#3395dd,20%);font-weight:700}.scrolling-forecast-table .fblock.psnow{color:#e57700;font-weight:700;background:fade(#eb9949,30%)}.scrolling-forecast-table .fblock.small{font-size:.75rem}.scrolling-forecast-table .fblock.error{font-size:.85rem;color:#dee2e6;font-weight:400}.widget-vertical{color:#212529}.widget-vertical.sidebar-size .scroll-box{width:100px}.widget-vertical .scroll-box{height:auto;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;border-left:1px solid #dee2e6}.widget-vertical .scroll-box .snow{color:#212529}.widget-vertical .scroll-box .snow.hsnow{color:#495057}.widget-vertical .scroll-box .wx-icon{color:#212529}body.snapshot,body.snapshot .site-container{padding:0;background:#fff}body.snapshot .compare-sort{border-bottom:1px solid #eaeaea;margin-bottom:10px}body.snapshot .compare-sort:last-child{border-bottom:none}