@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 800px) {
  #navigation {
    margin: 0px 0 15vh 15px !important;
  }
}

/* @media only screen and (min-width: 800px) and (max-width: 1000px) {
  #navigation {
    margin: 0px 0 6vh 30px !important;
  }
} */

/* Mobile Screen */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/* Tablets Screen */
@media only screen and (min-width: 481px) and (max-width: 768px) {
}

/* Small screens, laptops */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

/* Desktops, large screens */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
}

#navigation {
  width: 100%;
  margin: 0px 0 20px 0px;
}
#navigation ul {
  list-style: none;
  padding-left: 10px;
}
#navigation li {
  /* margin: 0px 0 0 1px; */
  border-top: #fff 1px solid;
  padding: 5px 0px 5px 3px !important;
  /* padding: 5px 0 5px 3px !important; */
  /* padding: 4px 0 4px 3px; */
}
#navigation li a {
  line-height: 24px;
  text-decoration: none;
  /* font-size: 16px; */
  color: #fff;
  display: block;
  padding: 3px 5px 3px 5px;
}
#navigation li a:hover {
  color: #2c639a;
  background-color: #fff;
  padding: 3px 5px 3px 5px;
  border-radius: 2px 0px 0px 2px;
  transition: color 150ms ease, background-color 150ms ease, padding 150ms ease,
    border-radius 150ms ease;
}
#navigation li a.on {
  color: #2c639a;
  background-color: #fff;
  padding: 3px 5px 3px 5px;
  border-radius: 2px 0px 0px 2px;
}

#navigation li.last {
  border-bottom: #fff 1px solid;
}

.show li a:hover {
  background-color: #2c639a;
  color: white;
}

.show li a.on {
  background-color: #2c639a;
  color: white;
}

#suitesNav {
  height: 100%;
  width: 120px;
  margin: 30px 0 0 40px;
}
#suitesNav ul {
  list-style: none;
}
#suitesNav li {
  margin: 0px;
  padding: 3px 0 3px 0px;
}
#suitesNav li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  display: block;
}
#suitesNav li a:hover {
  color: #0e518b;
}
#suitesNav li a.on {
  color: #0e518b;
}

/* #popup{} */
#popup img {
  display: block;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
#popup ul {
  list-style-type: none;
  text-align: center;
  margin: 0 0 0 22px;
}
#popup ul li {
  float: left;
  height: auto;
  color: #fff;
  margin: 0;
  width: 220px;
  font-size: 14px;
}
#popup ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  padding: 0;

  display: block;
}

.button {
  font: bold 20px Arial;
  text-decoration: none;
  background-color: #2c639a;
  color: #fff !important;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
}

/* .slider {
  height: 31.5vh;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  background: #2c639a;
  overflow-x: hidden;
} */

/* @media only screen and (max-width: 800px) {
  .slider {
    height: 10.5vh;
  }
  .slide-track {
    display: flex;
    width: calc(130px * 8);
    animation: scroll 40s linear infinite;
  }
  .slide {
    height: 10.5vh;
    width: 120px;
    display: flex;
    align-items: center;
    padding: 2px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-120px * 4));
    }
  }
}

@media only screen and (min-width: 800px) {
  .slider {
    height: 31.5vh;
  }
  .slide-track {
    display: flex;
    width: calc(250px * 8);
    animation: scroll 40s linear infinite;
  }
  .slide {
    height: 31.5vh;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 4));
    }
  }
} */

img {
  width: 100%;
}

/* .slider::before,
.slider::after {
  background: linear-gradient(
    to right,
    rgba(44, 99, 154, 0.7) 0%,
    rgba(44, 99, 154, 0) 15%
  );
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::before {
  left: 0;
  right: 0;
}

.slider::after {
  right: 0;
  left: 0;
} */
