h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
i,
body {
  font-family: "proxima nova", Arial, Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003087;
}

a {
  color: #003087;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}

.uni-blue,
.uni-blue a {
  color: #003087;
  text-decoration: none;
}

.uni-blue a:hover {
  color: #003087;
  text-decoration: underline;
}
.spirit-blue {
  color: #00a1e2;
}

.nav-title {
  display: flex;
  margin: 0;
}

.nav-item .nav-link {
  color: #003087;
  font-weight: bold;
  font-size: 18px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.nav-link:hover {
  text-decoration: underline;
}

.nav-link.active {
  color: #003087 !important;
  background-color: #eaeaea !important;
}

.btn-primary {
  background-color: #003087 !important;
}

.btn-primary:hover {
  background-color: #01266b;
}

.icon-link {
  color: #003087;
  text-decoration: underline solid 1px #003087;
}

.icon-link:hover {
  color: #00a1e2;
  text-decoration: underline 1px solid #00a1e2;
}

.accordion-button:is(.collapsed) {
  background-color: #eaeaea;
  color: black;
}

.accordion-button:not(.collapsed) {
  background-color: #01266b;
  color: white;
}

.content-bg {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  background-color: rgba(0, 162, 226, 0.1);
}

.featured-gray {
  background-color: #efeded;
  border-radius: 3px;
}

.img-sl {
  height: 19vw;
  width: auto;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sl-headline {
  color: #ffffff !important;
}

.step-text a {
  text-decoration: underline dotted 2px;
  text-underline-offset: 4px;
}

.section-divide {
  background-image: linear-gradient(to right, #ffffff, #003087);
  height: 2vw;
}

/* mobile */
@media (min-width: 0px) and (max-width: 399px) {
  .enlarged-image {
    width: 100%; /* Make the image larger */
    margin-left: auto; /* Adjust the position to pass outside the container */
  }
}
/* large device */
@media (min-width: 401px) {
  .enlarged-image {
    width: 140%; /* Make the image larger */
    padding-left: 10%; /* Adjust the position to pass outside the container */
  }
}

.contact-bg-img {
  background-image: url("https://www.memphis.edu/admissions/images/landing/international/university-of-memphis-international-students-welcome.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.polygon-container {
  position: relative;
  overflow: hidden;
}

.polygon {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.polygon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* mobile */
@media (min-width: 0px) and (max-width: 399px) {
  .inline-list {
    text-align: center;
    list-style: none;
    padding: 0;
  }
}
/* large device */
@media (min-width: 401px) {
  ul.inline-list {
    height: 100%;
    list-style-type: none; /* Remove default bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    display: flex; /* Use flexbox to align items */
    align-items: center;
  }

  ul.inline-list li {
    justify-content: center;
    margin-right: 10px; /* Add spacing between items */
  }
}

/* ============================== */
/* International student map */
#chartdiv {
  width: 100%;
  height: 1080px;
}
.uofmbg {
  background-image: url("https://www.memphis.edu/_um_resources/img/uofm_preferred.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
}
#degdiv {
  width: 100%;
  height: 600px;
}

/* International student data graph */
#degdiv {
  width: 100%;
  height: 600px;
}
