#contactus::after {
content: "|";
font-size:21px;
color: white;
}

#home-page .feature-region {
 height: 430px;  
 overflow: hidden;
  background-color: #002145;
  width: 100%;
}

.covid {
color:red;
font-weight: bold;
}

.headerNew {
  background-color: #002145;
  background-position: center;
  width: 100%;
  color: #FFFFFF;
  font-family: arial;
  font-size: 0.5rem;
  padding: 0px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.browseoptions {
background-color: ##002145;
  background-position: center;
  width: 100%;
  color: #FFFFFF;
  font-family: arial;
  font-size: 0.3rem;
  padding: 0px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
flex: 1;
}

.dropbtn{
  background-color: #002145;
 width: 33%;
  color: #FFFFFF;
  display: inline;
  margin: 0px auto;
  border: 0;
  padding: 10px 100px;
  text-align: center;
 flex-shrink: 0.5;
}

.dropbtnTopic {
  background-color: #002145;
 width: 33%;
  color: #FFFFFF;
  display: inline;
  margin: 0px auto;
  border: 0;
  padding: 10px 100px;
  text-align: center;
 flex-shrink: 0.5;
}

#home-page #feature h3 {  
text-align: center;
  font-size: 18px;
  margin-top: 0px;
}

a.menu{
  color: #FFFFFF;
}

button:focus {
outline-color: 5px solid red;

}

button:visited {
    border: 5px solid red;
}

button:active {
  color: blue;
}

a.menu:hover {
  text-decoration: none;  
  color: #97D4E9;
}

#flash-messages {
text-align: right;
color: white;
padding-right: 70px;
font-size: 17px;
}

#flash-messages a {
color: white;
}


button {
 background-color: #002145;
color: #FFFFFF;
font-size:1rem;
}

.dropdown-content {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #002145;
font-size: 1rem;
  min-width: 160px;
width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #FFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
background-color: #97d4e9;
color: #002145;
width: 100%;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
background-color: #97d4e9;
color: #002145;
width: 100%;
}


.dropdown-contentTopic {
  position: relative;
  display: inline-block;
}

.dropdown-contentTopic {
  display: none;
  position: absolute;
  background-color: #002145;
font-size: 1rem;
  min-width: 160px;
width: 210%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentTopic a {
  color: #FFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentTopic a:hover {
background-color: #97d4e9;
color: #002145;
width: 100%;
}

.dropdown:hover .dropdown-contentTopic {display: block;}

.dropdown:hover .dropbtnTopic {
background-color: #97d4e9;
color: #002145;
width: 100%;
}


.column {
  float: left;
  width: 33.3%;
  background-color: #002145;
}

.column a:hover {
  background-color: #97d4e9;
}


/*Accordion CSS. */
.accordion {
  background-color: #002145;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 300px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 0.4s;
border-radius: 7px;
}


.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: 'Expand';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}



.active:after {
  content: "Collapse";
}

.panel2 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-top:1.5px solid #f0f0f0;
  border-left: 1.5px solid #f0f0f0;
}

.accopen {
  background-color: #002145;
  color: white;
  padding: 18px;
  width: 300px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 0.4s;
border-radius: 7px;
}

.accopen:after {
content:'';
  float: right;
width: 95%;
  display:inline-block;
  height:100%;
  border-bottom:1.5px solid #f0f0f0;
}

/*Carousel code*/


/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: block;
animation: assetAnim 2s 1 forwards;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255,255,255,0.8);
}

/* Caption text */
.text {
  color: #002145;
  font-size: 15px;
font-weight: 700;
  padding: 10px 16px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(151,212,233,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #FFF;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #97d4e9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activated, .dot:hover {
  background-color: #00A7E1;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
  max-height:350px;
  overflow: hidden;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

img.product-account-logo {
max-height: 70px;
border-radius: 7px;
}

.product-account-image-wrapper {
height: 70px;
max-width: 100%;
margin: 2px;
background-size: cover;
}

.jqFlag {
display: none;
}

.product-dates {
display:none;
}