@charset "UTF-8";


#backToTop:hover {
  opacity: 1;
}
#backToTop:focus-visible {
 outline: 3px solid #3871f7;
    outline-offset: 3px;
     border-radius: 2px;
    border-radius: 3px;
  
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#backToTop svg {
  width: 30px;
  height: 30px;
  display: block;

}


#blogbg {
	background: #fff;
	}
.hero img {
	width: 100%;
	height: auto;
	object-fit: contain; /* Ensures full visibility */
}

.separator-blog {
  justify-content: center;
  margin-bottom: 44px;
  margin-top: 0px;
  display: flex;
  gap: 20px; /* this replaces margin-right */
}

.dots {
  width: 4px;
  height: 4px;
  background-color: var(--color-text-primary);
  border-radius: 50%;
}

   /* Image Types */

/* 100% of container/browser outside of blog-post; embedded blog-post (~720px) */
.blog-full {
  width: 100%;
  margin: 0 auto 44px;
	}
  .fullwidth-svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

  .centered-width-svg img {
  display: block;
  width: 100%;
  height: auto;
}


    /* only used outside of blog-post (~900–1000px) */
.img-inset-xlarge { 
  max-width: 1240px; 
  width: 100%; 
  margin: 0 auto 44px;
  padding: 0 24px;
}
  

/* Max Copy Width (~720px) only use if outside of blog-post; otherwise use blog-full */
.img-large { 
  max-width: 1000px; 
  width: 100%; 
  margin: 0 auto 44px;
  padding: 0 24px;
}


/* currently NOT IN USE */
.img-medium2 { 
  max-width: 1150px; 
  width: 100%; 
  margin: 0 auto 44px;
  padding: 0 24px;
}
/* medium --  embedded blog-post; otherwise no padding */
 .medium {
  max-width: 638px;
  width: 100%;
  margin: 0 auto 44px;
	
	}
  
 .mediumSmall {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 44px;
	
	}

  /* medium -- 452px embedded blog-post; otherwise no padding */
 .small {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 44px;
	
	}

  .small2 {
  max-width: 390px;
  width: 100%;
  margin: 0 auto 44px;
}

.small2 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
  /* Small (~320–400px)  embedded blog-post (~720px) otherwise no padding */
  .xsmall { 
    max-width: 376px; 
    width: 100%; 
    margin: 0 auto 44px;
  }

  .xsmall2 { 
    max-width: 326px; 
    width: 100%; 
    margin: 0 auto 44px;
  }

   .xxsmall { 
    max-width: 268px; 
    width: 100%; 
    margin: 0 auto 44px;
  }
     .xxsmall2 { 
    max-width: 210px; 
    width: 100%; 
    margin: 0 auto 44px;
  }


   .xxxsmall { 
    max-width: 180px; 
    width: 100%; 
    margin: 0 auto 44px;
  }

  .animateVideo {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 44px;
	
	}
  video {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  background-color: #000;
}

@media (max-width: 767px) {
  .help-mobile-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* separate images; used with container */
.blogcontrol {
		max-width: 1120px;
    width: 100%; 
  margin: 0 auto 44px;
	}
  .blogcontrol2 {
    max-width: 1254px;
    width: 100%; 
  margin: 0 auto 44px;
	}
/* for spanning figcaption image pair */
.image-pair {
  display: block;
  margin-bottom: 2rem;
}

.image-pair .container.blogcontrol {
  display: flex;
  flex-wrap: wrap;
  
}
.image-pair .container.blogcontrol2 {
  display: flex;
  flex-wrap: wrap;
  
}
.image-pair .caption-image {
  margin-top: -56px;
}

  /* Blog Post wrapper. Change padding for more space with margins*/
.blog-post {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
   max-width: 728px;
   
}
.blog-post:before,
.blog-post:after
 {
  content: " ";
  display: table;
}

.blog-post:after
 {
  clear: both;
}
.icon-clock-alt {
  vertical-align: text-bottom;
  margin-right: 4px;

}
.eyebrow {
  font-family: var(--font-blog-ui);
  font-weight: var(--font-weight-blog-ui-regular);
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 18px;
  color: var(--color-text-secondary);
margin-bottom: 0.5rem;
  margin-top: 68px;
}

h1.post-title /* h1 */  {
  font-family: var(--font-blog-body);
  font-weight: var(--font-weight-blog-body-semibold);
  color: var(--color-text-primary);
  letter-spacing: -0.011em;
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 1rem 0;
}

.post-meta {
  font-family: var(--font-blog-ui);
  font-weight: var(--font-weight-blog-ui-regular);
  font-size: 0.9rem;
  color: var(--color-text-primary);
}
.post-body {
font-family: var(--font-blog-body);
  font-weight: var(--font-weight-blog-body-regular);
  font-size: 1.25rem;
  line-height: 32px;
  letter-spacing: -0.003em;
  color: var(--color-text-primary);
  margin-top: 0;
  margin-bottom: 33px;
}

/* links */ 

.lispace li {

  margin-top: 0.74em;
} 


blockquote a,
.post-body a {
text-decoration: underline;
color: var(--color-text-primary);
}
.post-body a:hover,
blockquote a:hover {
  text-decoration: underline;
  color: #0056d7;
  transition: none;
} 

.italic-body {
font-style:  var(--font-style-blog-body-italic);
font-weight: var(--font-weight-blog-body-italic);
letter-spacing: -0.003em;
color: var(--color-text-primary);
}

.bulletbreak div {
margin-bottom: 12px;
}

blockquote {
	font-family: var(--font-blog-body);
	font-style:  var(--font-style-blog-body-italic);
  font-weight: var(--font-weight-blog-body-italic);
  font-size: 1.25rem;
  line-height: 32px;
  color: var(--color-text-primary);
  border-left: 4px solid #ccc; /* You can adjust color and width */
  padding-left: 1rem; /* Space between line and text */
  margin: 0 0 1.5rem 0; /* Optional: space above and below the quote */
}
blockquote br {
  margin: 0 0 1.5rem 0;

}
.sectionhead /* h2 */ {
font-family: var(--font-blog-ui);
  font-weight: var(--font-weight-blog-ui-bold);
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.016em;
  color: var(--color-text-primary);
  margin-bottom: 12px;
  margin-top: 0;
  
}
.subsection /* h3 */ {
font-family: var(--font-blog-ui);
  font-weight: var(--font-weight-blog-ui-bold);
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.016em;
 margin-bottom: 0px;
  color: var(--color-text-primary);
  
}
.minisection /* h4 */ {
  font-family: var(--font-blog-body);
  font-weight: var(--font-weight-blog-body-semibold);
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.003em;
  color: var(--color-text-primary);
  margin-bottom: 0px;
}
    .ihero_winred {
      position: relative;
      background: url('../images/blog/winred/part1/winred1.webp') no-repeat center center;
      background-size: cover;
      height: 450px;
    }
    .ihero-img {
      position: absolute;
      left: 50%;
      bottom: -29px; /* Pulls the image down to overlap */
      transform: translateX(-50%);
	  width: auto;
      object-fit: cover;
	}
  .ihero-wrapper {
  position: absolute;
  left: 50%;
  bottom: -29px; /* Pulls image down slightly */
  transform: translateX(-50%);
  width: 430px;
  max-width: 90vw; /* Allows it to scale on smaller screens */
}



/* Maintains aspect ratio via padding-bottom */
.ihero-picture {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  
}


	/* Responsive Headline Scaling */
@media (max-width: 767px) {
  .post-title {
    font-size: 40px;
     line-height: 44px;
  }
     .ihero-wrapper--winred {
	width: 320px;
	bottom: -22px; /* Pulls image down */
  }
  .ihero-wrapper--citi {
    width: 320px;
    bottom: -22px;
  }


}

@media (max-width: 727px) {

  .post-body {
     font-size: 18px;
     line-height: 28px;
     letter-spacing: -0.054px;
     margin-bottom: 28px;
  }

.sectionhead /* h2 */ {
font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;

}

.subsection /* h3 */ {

  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.016em;
 margin-bottom: 0px;
  
}
blockquote {

  font-size: 18px;
  line-height: 30px;
  margin: 0 0 24px 0; /* Optional: space above and below the quote */
}
blockquote br {
  margin: 0 0 1.5rem 0;

}



}


@media (max-width: 480px) {
  .post-title {
    font-size: 30px;
    line-height: 36px;
  }
  .eyebrow {
    font-size: 16px;
    margin-top: 48px;
  }
}

@media (max-width: 380px) {

  .ihero-wrapper--citi {
    width: 70vw;
    bottom: -16px;
  }
}

@media (max-width: 360px) {

  .ihero-wrapper--winred {
    width: 70vw;
  }
}



code.code-inline {
  background-color: #f0f0f0;
  color: var(--color-text-primary);
  font-family: var(--font-blog-ui);
  font-weight: var(--font-weight-blog-ui-regular);
  font-size: 15.5px;
  letter-spacing: .07em;
  padding: 2.5px 4px;
  border-radius: 4px;
}
/* code style */


.codeblock-wrapper {
  max-width: 728px;
  margin: 0 auto 44px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 32px;
  overflow-x: auto;
  box-sizing: border-box;
}

.codeblock-wrapper pre {
  margin-bottom: -1.2em;
  margin-top: -1.2em;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  line-height: 1.4;
  width: 614px;
  white-space: pre;
  word-break: normal;
  color: #141414;
}

.codeblock-wrapper code {
  display: block;
}

.codeblock-wrapper .keyword {
  color: #aa0d91; /* pink */

}

.codeblock-wrapper .function {
  color: #c7254e; /* reddish tone for src:URL */
}

.codeblock-wrapper .comment {
  color: #717171;

}

.value {
  color: purple;
}
.urladd {
color: red;
}

/* reimage overlay */
/* Modal backdrop */
/* Modal container */
.image-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin: 0;
  padding: 0;
  cursor: zoom-out;
}

/* Visible state */
.image-modal.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Image inside modal */
.image-modal img {
  display: block;
  max-width: 95vw;
  max-height: 95vh;
  transform: scale(0.96);
  opacity: 0;
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.image-modal,
.image-modal img {
  margin: auto;
  padding: 0;
}

.image-modal.show img {
  transform: scale(1);
  opacity: 1;
}


/* Zoom-in cursor on images */
.image-pair img {
  cursor: zoom-in;
}

