.w3-display-topleft {
      position: relative;
      }
      .splide__slide img {
      width : 100%;
      height: 184px;
      }
      #image-slider2 .splide__slide img {
      width : 100%;
      height: auto;
      }
      .s
      .w3-black, .w3-hover-black:hover {
      color: #fff!important;
      background-color: #233c7b!important;
      }
      .card
      {
      z-index: 1;
      position: relative;
      width: 300px;
      height:400px;
      margin: 0 auto;
      margin-top:100px;
      background-color: white;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition:    all 0.7s ease-in-out;
      -o-transition:      all 0.7s ease-in-out;
      -ms-transition:     all 0.7s ease-in-out;
      /*
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.2);
      */
      }
      .card.active
      {
      height:490px;
      }
      .banner
      {
      z-index: 2;
      position: relative;
      margin-top: -154px;
      width:100%;
      height:150px;
      background-image: url("https://snap-photos.s3.amazonaws.com/img-thumbs/960w/RQ2Z75PQIN.jpg");
      background-size: cover;
      border-bottom: solid 1px lightgrey;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition:    all 0.7s ease-in-out;
      -o-transition:      all 0.7s ease-in-out;
      -ms-transition:     all 0.7s ease-in-out;
      }
      .banner.active
      {
      height: 0;
      }
      .photo
      {
      z-index: 3;
      position: relative;
      border-radius: 50%;
      height: 150px;
      width: 150px;
      background-color: white;
      margin: 0 auto;
      background-image: url("https://filmshotfreezer.files.wordpress.com/2011/07/untitled-1.jpg");
      background-size: cover;
      background-position: 50% 50%;
      top:75px;
      -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);
      -moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);
      box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);
      -webkit-transition: top 0.7s ease-in-out, background 0.15s ease;
      -moz-transition:    top 0.7s ease-in-out, background 0.15s ease;
      -o-transition:      top 0.7s ease-in-out, background 0.15s ease;
      -ms-transition:     top 0.7s ease-in-out, background 0.15s ease;
      }
      .photo.active
      {
      top:-80px;
      }
      .card ul
      {
      list-style: none;
      text-align: center;
      padding-left: 0;
      margin-top:87px;
      margin-bottom:30px;
      font-size: 20px;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition:    all 0.7s ease-in-out;
      -o-transition:      all 0.7s ease-in-out;
      -ms-transition:     all 0.7s ease-in-out;
      }
      .card ul.active
      {
      opacity:0;
      visibility: hidden;
      }
      .card i
      {
      font-size: 25px;
      display: inline-block;
      margin-top:10px;
      margin-left: 40px;
      margin-right: 150px;
      width: 300px;;
      text-align: left;
      color: #C7D0E1;
      }
      button.contact
      {
      margin: 0 auto;
      text-align: center;
      margin-top: -15px;
      width: 100%;
      height: 35px;
      display: block;    
      border:none;
      background-color: transparent;
      font-family: inherit;
      color: white;
      background-color: #C7D0E1;
      font-size:12px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition:    all 0.3s ease-in-out;
      -o-transition:      all 0.3s ease-in-out;
      -ms-transition:     all 0.3s ease-in-out;
      }
      button.contact:hover
      {
      cursor: pointer;
      background-color:#979da8;
      }
      button.contact:focus
      {
      outline: 0;
      }
      .social-media-banner
      {
      width: 300px;
      height: 50px;
      margin-top: 25px;
      text-align: center;
      position: absolute;
      -webkit-transition: all 1.5s ease-in-out;
      -moz-transition:    all 1.5s ease-in-out;
      -o-transition:      all 1.5s ease-in-out;
      -ms-transition:     all 1.5 ease-in-out;
      }
      .social-media-banner.active
      {
      opacity:0;
      visibility: hidden;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition:    all 0.1s ease-in-out;
      -o-transition:      all 0.1s ease-in-out;
      -ms-transition:     all 0.1s ease-in-out;
      }
      .social-media-banner a i
      {
      display: inline;
      width: auto;
      margin-right:15px;
      margin-left: 10px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition:    all 0.3s ease-in-out;
      -o-transition:      all 0.3s ease-in-out;
      -ms-transition:     all 0.3s ease-in-out;
      }
      .social-media-banner a i:hover
      {
      color:#979da8;
      }
      .email-form
      {
      height: 0;
      overflow: hidden;
      /*    background-color: #C7D0E1;*/
      width: 300px;
      z-index:-1;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition:    all 0.5s ease-in-out;
      -o-transition:      all 0.5s ease-in-out;
      -ms-transition:     all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      }
      .email-form.active
      {
      height: 310px;
      z-index: 3;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition:    all 1s ease-in-out;
      -o-transition:      all 1s ease-in-out;
      -ms-transition:     all 1s ease-in-out;
      transition: all 1s ease-in-out;
      }
      .email-form input
      {
      width: 200px;
      text-transform: capitalize;
      /*    background-color: #a4acbc;*/
      margin: 0 auto;
      font-family: inherit;
      border: 1px solid #dadee5;
      /*    border: 1px solid black;*/
      margin-top: 35px;
      height: 30px;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition:    all 0.2s ease-in-out;
      -o-transition:      all 0.2s ease-in-out;
      -ms-transition:     all 0.2s ease-in-out;
      }
      .email-form input:focus,.email-form textarea:focus
      {
      /*    border: none;*/
      border: 1px solid grey;
      outline: none;
      }
      ::-webkit-input-placeholder 
      {
      font-size: 12px;
      text-transform: uppercase;
      text-align: center;
      /*    color: black;*/
      }
      .email-form textarea
      {
      width: 200px;
      text-transform: capitalize;
      background-color: white;
      margin: 0 auto;
      display: block;
      margin-top:40px;
      border: 1px solid #dadee5;
      font-family: inherit;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition:    all 0.3s ease-in-out;
      -o-transition:      all 0.3s ease-in-out;
      -ms-transition:     all 0.3s ease-in-out;
      }
      .email-form button
      {
      margin-top: 60px;
      }
      .sal-header {
      height: 50px;
      background-color: #14377d;
      }
      .sal-image {
      margin-top: 10px;
      width: 150px;
      height: 40px;
      padding-left: 20px;
      }
      .sal-footer {
      height: 40px;
      }
      .pdflinks {
      text-decoration: none;
      color: green;
      font-weight: bold;
      }
      .sal-contactus {
      height: 20%;
      }
      .sal-store-model {
      margin-bottom: 2px;
      }
      .sal-store-model p {
      margin: 2px 0px;
      }
      .sal-contact-card {
      border: 1px solid lightgray;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 10px;
      margin-right: 10px;
      /* width: 23% !important; */
      }
      .sal-img-container {
      padding-top: 20px;
      padding-bottom: 17px;
      }
      h6 {
      margin: 4px 0px;
      }
      p {
      margin: 2px 0px; 
      }
      .covid-help-docs-container {
        display: flex;
        flex-direction: row;
        height: 200px;
      }
      .covid-help-docs-container img {
        height: 100%;
        border: 2px solid  #14377d;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
        width: fit-content;
      }
      
      .sal-document-icon {
        width: 100%;
        height: 100%;
      }
      .amp-logo {
        opacity: 0;
      }
      .splide__track, .splide__list {
          height: 100%;
        }
      .splide__slide {
          height: 100%;
        }
      #azuremediaplayer {
         height: 100%;
      }
      .splide__arrow {
        top: 41%;
      }
      .splide__pagination {
        bottom: 2.5em;
      }
      .w3-display-container.profiles {
        border: transparent;
      }
      .w3-display-container .left-profiles {
        display: flex;
        width: 100%;
        margin-top: 15%;
      }

      .w3-display-container .left-profiles .pic {
        width: 100px;
        height: 100px;
        margin-right: 10px;
      }
      .w3-display-container .right-profiles {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
      }
      .w3-display-container .right-profiles .top {
        display: flex;
        width: 100%;
        height: 50%;
        margin-bottom: 10px;
      }
      .w3-display-container .right-profiles .bottom {
        display: flex;
        width: 100%;
        height: 100px;
      }
      .w3-display-container .right-profiles .pic {
        width: 100px;
        height: 100px;
        margin-right: 10px;
      }
      .w3-display-container .left-profiles a,
      .w3-display-container .right-profiles a {
        color: blue !important;
      }
      .w3-display-container .left-profiles h6,
      .w3-display-container .left-profiles p,
      .w3-display-container .right-profiles h6,
      .w3-display-container .right-profiles p {
        color: gray !important;
      }
.azuremediaplayer .amp-logo {
  opacity: 0  !important;
}
.w3-display-container {
    border: 1px solid #14377d;
    height: 224px; 
}
.sal-img-container {
  display: flex;
  justify-content: center;
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.overlay {
 z-index: 2;
}
.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}