@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
    font-size: 100%;
  line-height: 1.5;
  color: #6D6F71;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}

p {
    padding-bottom: 1rem;
}

h1 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  margin: -0.3rem 0rem 1rem;
  text-transform: uppercase;
}
h1 span{
    font-weight: 400;
}
h2 {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
h2,h3{
    text-transform: uppercase;
    color: #0066B3;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #6D6F71;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 1.5rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.6rem;
}

li::before {
  content: "•";
  display: inline-block;
  font-size: 1rem;
  position: relative;
  float: left;
  top: -0.05rem;
  margin-left: -0.6rem;
  line-height: 1.2rem;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.frame-outer {
  position: relative;
  padding: 0;
  max-width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.7rem;
}
.header {
  padding: 0rem 0rem 0rem;
  text-align: right;
}
.header a{
    margin: 1rem 2rem 1.5rem;
    display: inline-block;
}
.content {
  padding: 2rem 1rem 1rem;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bleft{
    text-align: right;
    width: 33%;
    padding-right: 1rem;
    border-right: 1px solid #BBBDBC;
}
.bright{
    width: 67%;
    padding-left: 1rem;
}
.bright strong{
    font-weight: 800;
}
.clx{
    color: #0066B3;
}
.bright.clx strong{
    text-transform: uppercase;
}
.footer {
  padding: 2rem 1rem 0.8rem;
  font-size: 0.58rem;
  line-height: 1rem;
}
.footer img{
    margin-top: -0.3rem;
    margin-right: 0.1rem;
}


.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap img {
	display: block;
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 12s linear infinite;
    animation: image 12s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      opacity: 1;
    }
    55% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}


ul.slideshow {
    margin: 0;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}


.refnr {}

.apply {}
