@charset "UTF-8";

* { margin: 0; padding: 0; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}

::selection { background: rgba(76, 180, 255, 0.2); }

body { background: #000727; min-height: 100vh; -webkit-text-size-adjust: 100%; }
main, header, footer { max-width: 800px; margin: 0 auto; padding: 00px 0px 25px 0px; }
h1 { color: #85D5FF; text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 25px; margin-bottom: 20px; line-height: 155%; }
h2 { color: #FFFFFF; text-align: left; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 32px; margin-bottom: 10px; line-height: 155%; }
a { color: #85D5FF; font-weight: normal; transition: color .4s ease-in-out, background .4s ease-in-out, text-shadow .4s ease-in-out; text-decoration: none; }
a:hover { color: #85D5FF; }
a img { border: none; }
p { color: #E2EAEE; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 14.5px; padding-top: 10px; margin-bottom: 10px; line-height: 155%; }
p.finePrint { color: #C1C3CB; font-size: 13px; margin-top: 20px; }
p.pseudo-list { line-height: 175%; }
strong { font-weight: bold; }
p strong { font-weight: bold; #FFFFFF; }
p.medium, strong.medium { font-size: 21px; }
em { font-style: italic; }
hr { border: 1px solid #444; margin-top: 60px; margin-bottom: 60px; }
audio { width: 100%; }
iframe { border: 0px; }

.slideshow {
    position: relative;
    width: 320px;
    height: 793px; /*655*/ /* Hardcoded height based on your image dimensions */
    overflow: hidden;
    margin: 0 auto 25px; /* Center the slideshow horizontally */
}

.slideshow img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; /* Ensure the image fills the container width */
    height: 100%; /* Ensure the image fills the container height */
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.slideshow img.active {
    opacity: 1;
}