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

.product-tile {
border: 1px solid #C0C0C0
}

.strikethrough {
  text-decoration: line-through;
}

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

.highlight {
font-weight: bold;
color: black;
background-color: #ffff00;
}

.RegistrationBody__DashboardLink {
font-size: 17px;
}

#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;
}



/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
max-height: 350px;
overflow: hidden;
}

/* 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;
}

@-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;
}

.DashboardProduct__DateWrapper {
display: none;
}

#returnwpl {
text-align: center;
font-size: 17px;
color:#002145;
margin-bottom: 7px;
}

.piped-list {
font-size: 17px;
}

.RegistrationHeader__AuthenticationStatus {
font-size: 17px;
color: black;
font-weight: bold;
}

.RegistrationHeader__DateInfo {
display: none;
}

#registration h3 {
text-align: center;
font-size: 17px;
color: black;
font-family: Open Sans, sans-serif;
}

.RegistrationBody__UserFields {
display: none;
}


/*Responsive Menu*/

/* Add a black background color to the top navigation */
.topnavMenu {
  background-color: #002145;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnavMenu a {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnavMenu .icon {
  display: none;
color: #FFF;
}

/* Dropdown container - needed to position the dropdown content */
.dropdownMenu {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdownMenu .dropbtnMenu {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-contentMenu {
  display: none;
  position: absolute;
  color: #FFF;
  background-color: rgba(12, 35, 68, 0.6);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-contentMenu a {
  float: none;
  color: #FFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnavMenu a:hover, .dropdownMenu:hover .dropbtnMenu {
  background-color: #97d4e9;
color: #002145;
}

/* Add a grey background to dropdown links on hover */
.dropdown-contentMenu a:hover {
  background-color: #97d4e9;
color: #002145;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdownMenu:hover .dropdown-contentMenu {display: block;}

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

.column {
  float: left;
  width: 33.3%;
 min-height: 350px;
  background-color: rgba(12, 35, 68, 0.6);
}

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


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnavMenu a:not(:first-child), .dropdownMenu .dropbtnMenu {
    display: none;
  }
  .topnavMenu a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnavMenu.responsive {position: relative;}
  .topnavMenu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
  }
  .topnavMenu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

 .topnavMenu.responsive .fontResponsiveMenu {
font-size: 50%;
font-weight: 600;
color: #002145;
padding: 12px 10px;
}

  .topnavMenu.responsive .dropdownMenu {
float: none;
}
  .topnavMenu.responsive .dropdown-contentMenu {
position: relative;
background-color: #FFF;
}

  .topnavMenu.responsive .column {
background-color: #FFF;
}

  .topnavMenu.responsive .dropdownMenu .dropbtnMenu {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.search-refine__switches.search-refine__sort {
display: none;
}

#description {
background-color: white;
}

.DashboardProduct__ProgressWrapper {
top: 0 !important;
}

#contactus {
}

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

#registration span[ class='fOyUs_bGBk fOyUs_UeJS text-center'] {
display: none;
}

#registration span[ class='MYpOQ_bGBk'] {
display: none;
}

#registration .Registration__Captcha {
display: none;
}


