.redlink {
   font-size:larger;
   font-style:italic;
   font-weight:bold;
   color:red;
}

/* Slideshow */
#canvas_bg {
  /*background-image: url("//i.stack.imgur.com/2OrtT.jpg");*/
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*transition: background 4s;*/
  /*min-height:480x;*/
  max-height:360x;
  padding-top:360px;

  margin-bottom:0 auto 10px;
  text-align:center;
}
#right_slideshow_btn {
  right: 0;
}
#stop_slideshow_btn {
  right: 20px;
}
#left_slideshow_btn {
  right: 40px;
}
.slideshow_btn {
  padding:3px;
  margin:5px;
  line-height: none;
  color:#000;
  /*font-size:50pt;*/
  position:absolute;
  bottom:0px;
  border-radius: 10px;
  border:1px solid silver;
  background:#fff;
  opacity:0.5;
  font-size:larger;
}
.slideshow_btn:hover {
  opacity:0.7;
  cursor: pointer;
}

.index_boxes {
  background: url('/px/box-bg.jpg');
  background-repeat: repeat-x;
  margin-top:20px;
    /*margin-right:20px;*/
  text-align:left;
/*
  border:1px solid #5BA3D9;
  padding:5px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
*/
    /*padding:0 5px;*/
    border:2px solid #9bd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  background-repeat: repeat-x;
  box-shadow:0 5px 5px 2px rgba(0,0,0,0.4);

  
}

/* No padding on the the subrow */
.index_boxes .row {
   margin:0;
   /*padding-left:0;*/
   padding:5px 5px 0;
}

/* First line of box */
.row_header {
   background: #9bd;
   background: #dcdcdc;
   background: #A8C7E6;
   background: #B7D0E8;
   /*font-variant:small-caps*/
   font-style:italic;
   /*font-weight:bold;*/
   margin:0 -5px; /* To take up the padding in .index_boxes above */
   padding: 0 0 2px;
}
.row_header a {
   color:#5BA3D9;
}

h2, h3, h4, h5 {
  text-align:center;
  margin:0px;  
}
h3 {
   font-weight:normal;
}

/* subhedings for Short-Range U.S. precip forecast */
h4 {
   color:#5BA3D9;
}

p {
   font-size:larger;
   color:#5BA3D9;
}

img {
   max-width:100%;
   /*width:100%;*/
   border:0;
}

.default_dropdown {
   border-top:1px solid #ccc;
   background:#fff;
   background: url('/px/box-bg.jpg');
   background-repeat: repeat-x;
   border-color:#f00
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-align:left;
   padding:0 5px;    
}
.ui-accordion .ui-accordion-header {
   margin:0;
   font-weight:bold;
   font-size:larger;
   font-style:normal;
}
.ui-accordion .ui-accordion-content {
   padding:10px 5px;
}
.ui-widget-content {
   color:#fff;
}
.ui-widget-content a {
   color:#5BA3D9;
}
.ui-icon-help {
   margin-top:-0.5em;
}
.help + div {
   display:none;
   padding:1em;
   text-align:justify;
   font-style:italic;
}
.help:hover {
   cursor:help;
}

/* winners */
form.winners {
   display:inline-block; /* Center the form */
}
select.winners {
   margin:2px; /* Condense winners table so fits in 5 column bootstrap */
}
table.winners {
  background: url('/px/box-bg.jpg');
  background-repeat: repeat-x;
   /*
   border:1px solid;
   padding:5px;
 border:2px solid #5BA3D9;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
*/
    border:2px solid #9bd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  background-repeat: repeat-x;
   box-shadow:0 5px 5px 2px rgba(0,0,0,0.4);
}
table.winners img {
   width:20px;
}
.winners_list {
 background:#ffc;
 background:#fff;
 width:80%;
 margin:5px auto 2px;
 padding-left:5px;
}
.winners_list td {
   text-align:center;
   color:#00c;
}
.winners_list td a {
   color:#00c;
}
.winners_list a:hover {
   color:#006;
}

#signup_text_in_header {
  font-size:smaller;
  font-weight:initial;
  font-style:italic;
  color:red;
}
#signup_text_in_header:hover {
  text-decoration:underline
}

.zoom_checkbox {
   display:inline;
   position:relative;
   float:right;
   bottom:38px;
   background:#fff;
   border-right:1px solid #000;
   border-bottom:1px solid #000;
}

.play_button {
   display: block;
   position:absolute;
   width:40%;
   margin-top:-50%;
   margin-left:25%;
}

/* no longer needed since using med images as of 13June2024 since small images no longer take 100% of space between about 700 px and 767 px
@media (max-width:767px) and (orientation: landscape) {
   .play_button {
      margin-top:unset;
      margin-left:-60%;
   }
}
*/

/* No zoom on small screens since can simply pinch to zoom. The js in index.js has window.USER_IS_TOUCHING, but don't know that value until screen is actually touched by user  */
@media (max-width:767px) {
   .zoom_checkbox  {
      display:none;
   }
}

#scroll_to_top {
   display: none;
   position: fixed;
   bottom: 40px;
   right: 40%;
   z-index: 99;
   font-size: 18px;
   background:#fff;
   /*background: url('/px/box-bg.jpg');*/
   /*border:none;*/
   cursor: pointer;
   border:1px solid #5BA3D9;
   padding:5px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   transition: transform 0.2s ease; /* Adds a smooth transition effect */
}
#scroll_to_top:hover {
   background:#efefef;
   transform:scale(1.05);
}

/* START obs styles */
#switch_obs {
   position:absolute;
   right:1em;
   padding:15px 10px;
   z-index:1;
}
#switch_obs:hover {
   opacity:0.4;
   cursor: pointer;
}
#current_weather:hover, #weather_forecast:hover, #blog:hover {
  opacity:0.8;
  border-color:#666;
  cursor: pointer;
}
/* END obs styles */

/* START open weather styles */
li.info-w {
   background: rgba(240,246,255,0.05); border: 0.5px solid rgba(240,246,255,0.1); border-radius: 8px; padding: 10px 14px; text-align: center; flex: 1;
}
.widget .info-w {
   margin:10px 0;
}
.widget.obs_time {
    font-style:italic;
}
div.widget {
   margin:10px;
}
/* END openweather styles */


/* Claude styles*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600&display=swap');
.sa-root { font-family: 'Inter', sans-serif; background: #0A1628; color: #F0F6FF; min-height: 100vh; overflow-x: hidden; }
.sa-nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; border-bottom: 0.5px solid rgba(91,163,217,0.2); }
.sa-logo { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 2px; display: flex; align-items: center; gap: 8px; }
.sa-nav-links { display: flex; gap: 20px; font-size: 13px; color: rgba(240,246,255,0.6); margin-left: 48px; flex: 1; }
.sa-nav-links a { color: inherit; text-decoration: none; cursor: pointer; }
.sa-nav-links a:hover { color: #F0F6FF; }
/* moved to includes/style.php so available on all pages
.sa-btn-primary { background: #FF6B35; color: #fff; border: none; padding: 9px 18px; border-radius: 6px; font-size: 13px; font-weight: 600; font-family: 'Inter', sans-serif; cursor: pointer; letter-spacing: 0.3px; }
.sa-btn-ghost { background: transparent; color: rgba(240,246,255,0.7); border: 0.5px solid rgba(240,246,255,0.25); padding: 9px 18px; border-radius: 6px; font-size: 13px; font-family: 'Inter', sans-serif; cursor: pointer; }
*/
.sa-hero { display: grid; grid-template-columns: 1fr 360px; gap: 0; min-height: 480px; }
.sa-hero-left { padding: 40px 32px 40px 24px; border-right: 0.5px solid rgba(91,163,217,0.15); display: flex; flex-direction: column; justify-content: space-between; }
.sa-eyebrow { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #5BA3D9; margin-bottom: 10px; font-weight: 500; }
.sa-location-name { font-family: 'Bebas Neue', sans-serif; font-size: 56px; line-height: 1; letter-spacing: 2px; color: #F0F6FF; margin-bottom: 4px; }
.sa-tagline { font-size: 13px; color: rgba(240,246,255,0.45); margin-bottom: 32px; }
.sa-conditions-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.sa-cond-card { background: rgba(91,163,217,0.08); border: 0.5px solid rgba(91,163,217,0.2); border-radius: 10px; padding: 14px; }
.sa-cond-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(240,246,255,0.4); margin-bottom: 6px; }
.sa-cond-value { font-family: 'Bebas Neue', sans-serif; font-size: 36px; line-height: 1; color: #F0F6FF; }
.sa-cond-unit { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(240,246,255,0.5); margin-left: 3px; }
.sa-cond-sub { font-size: 11px; color: rgba(240,246,255,0.4); margin-top: 4px; }
.sa-forecast-row { display: flex; gap: 8px; }
.sa-day-chip { background: rgba(240,246,255,0.05); border: 0.5px solid rgba(240,246,255,0.1); border-radius: 8px; padding: 10px 14px; text-align: center; flex: 1; }
.sa-day-chip.active { border-color: #5BA3D9; background: rgba(91,163,217,0.12); }
.sa-day-name { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: rgba(240,246,255,0.45); margin-bottom: 5px; }
.sa-day-temp { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: #F0F6FF; }
.sa-day-icon { font-size: 14px; margin-bottom: 3px; color: #5BA3D9; }
.sa-hero-right { padding: 32px 20px; display: flex; flex-direction: column; justify-content: center; background: rgba(91,163,217,0.04); }
.sa-gauge-label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: rgba(240,246,255,0.4); text-align: center; margin-bottom: 16px; }
.sa-gauge-wrap { display: flex; align-items: flex-end; justify-content: center; gap: 8px; margin-bottom: 16px; }
.sa-gauge-track { width: 36px; height: 200px; background: rgba(240,246,255,0.06); border: 0.5px solid rgba(240,246,255,0.15); border-radius: 20px; position: relative; overflow: hidden; }
.sa-gauge-fill { position: absolute; bottom: 0; left: 0; right: 0; border-radius: 20px; transition: height 1s ease; }
.sa-gauge-col { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.sa-gauge-col-label { font-size: 10px; color: rgba(240,246,255,0.4); }
.sa-gauge-ticks { display: flex; flex-direction: column; justify-content: space-between; height: 200px; padding: 4px 0; margin-right: 2px; }
.sa-tick { font-size: 10px; color: rgba(240,246,255,0.3); white-space: nowrap; }
.sa-gauge-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; font-size: 11px; margin-bottom: 20px; }
.sa-gauge-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; vertical-align: middle; }
.sa-signup-box { background: #FF6B35; border-radius: 10px; padding: 16px; text-align: center; }
.sa-signup-title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 1px; margin-bottom: 4px; }
.sa-signup-sub { font-size: 12px; opacity: 0.85; margin-bottom: 12px; }
.sa-signup-input { width: 100%; box-sizing: border-box; padding: 9px 12px; border-radius: 6px; border: none; font-size: 13px; margin-bottom: 8px; background: rgba(255,255,255,0.95); color: #1a1a1a; font-family: 'Inter', sans-serif; outline: none; }
.sa-signup-btn { width: 100%; padding: 10px; background: #0A1628; color: #F0F6FF; border: none; border-radius: 6px; font-size: 13px; font-weight: 600; font-family: 'Inter', sans-serif; cursor: pointer; }
.sa-divider { height: 0.5px; background: rgba(91,163,217,0.15); }
.sa-section { padding: 28px 24px; }
.sa-section-title { font-size: 10px; text-transform: uppercase; letter-spacing: 2.5px; color: rgba(240,246,255,0.35); margin-bottom: 16px; }
.sa-reports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sa-resort-card { background: rgba(240,246,255,0.04); border: 0.5px solid rgba(240,246,255,0.1); border-radius: 10px; padding: 14px; cursor: pointer; }
.sa-resort-card:hover { border-color: rgba(91,163,217,0.4); }
.sa-resort-name { font-size: 13px; font-weight: 500; margin-bottom: 10px; color: #F0F6FF; }
.sa-resort-snow { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: #5BA3D9; line-height: 1; }
.sa-resort-meta { font-size: 11px; color: rgba(240,246,255,0.35); margin-top: 3px; }
.sa-resort-badge { display: inline-block; font-size: 10px; padding: 2px 8px; border-radius: 20px; font-weight: 500; margin-top: 8px; }
.sa-badge-good { background: rgba(91,163,217,0.15); color: #5BA3D9; }
.sa-badge-epic { background: rgba(255,107,53,0.15); color: #FF6B35; }
.sa-badge-fair { background: rgba(240,246,255,0.08); color: rgba(240,246,255,0.4); }
.sa-cam-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sa-cam-card { background: rgba(240,246,255,0.04); border: 0.5px solid rgba(240,246,255,0.1); border-radius: 10px; overflow: hidden; cursor: pointer; }
.sa-cam-info { padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; }
.sa-cam-name { font-size: 12px; color: rgba(240,246,255,0.7); }
.sa-cam-live { font-size: 10px; color: #FF6B35; font-weight: 500; letter-spacing: 1px; }
.sa-footer { padding: 20px 24px; border-top: 0.5px solid rgba(91,163,217,0.15); display: flex; align-items: center; justify-content: space-between; }
.sa-footer-copy { font-size: 11px; color: rgba(240,246,255,0.3); }
.sa-footer-links { display: flex; gap: 16px; font-size: 11px; color: rgba(240,246,255,0.3); }

