* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter";
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  padding-top: 40px;
}

ul {
  margin: 16px 0;
}

ul li {
  list-style-position: outside;
}

.white-text {
  color: #fff !important;
}

.xxxxl-text {
  font-size: 2.6rem;
  letter-spacing: 0.15px;
  line-height: 1.618;
}

.xxxl-text {
  font-size: 2.2rem;
  letter-spacing: -0.35px;
  line-height: 1.618;
}

.xxl-text {
  font-size: 1.8rem;
  letter-spacing: -0.35px;
  line-height: 1.618;
}

.xl-text {
  font-size: 1.4rem;
  letter-spacing: -0.35px;
  line-height: 1.618;
}

.lg-text {
  font-size: 1.2rem;
  letter-spacing: -0.35px;
  line-height: 1.618;
}

.md-text {
  font-size: 1.2rem;
  letter-spacing: -0.25px;
  line-height: 1.618;
}

.m-text {
  font-size: 1.05rem;
  letter-spacing: -0.15px;
  line-height: 1.618;
}

.r-text {
  font-size: 1rem;
  line-height: 1.8;
}

.sm-text {
  font-size: 1rem;
  line-height: 1.8;
}

.xs-text {
  font-size: 0.95rem;
  line-height: 1.618;
}

.xxs-text {
  font-size: 0.9rem;
  letter-spacing: -0.15px;
  line-height: 1.618;
}

.xxxs-text {
  font-size: 0.8rem;
  letter-spacing: -0.15px;
  line-height: 1.618;
}

.b-weight {
  font-weight: 600;
}

.m-weight {
  font-weight: 500;
}

.r-weight {
  font-weight: 400;
}

.l-weight {
  font-weight: 300;
}

.q-op {
  color: #454545 !important;
}

.f-op {
  color: #151515 !important;
}

.h-op {
  color: #757575 !important;
}

.caps {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.sub-text {
  color: #123570 !important;
}

.mb-xs {
  margin-bottom: 4px;
}

.mb-r {
  margin-bottom: 8px;
}

.mb-md {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 24px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-xxl {
  margin-bottom: 64px;
}
input,
textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  background-color: #f3f5f7;
  border-radius: 3px;
  padding: 16px 24px;
  resize: none;
  outline: none;
  font-size: 0.95em;
  transition: all 0.15s ease-in-out;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #123570;
}
label {
  font-size: 0.85em;
  font-weight: 400;
  color: #757575;
  display: inline-block;
  margin-bottom: 4px;
}

.input-group {
  margin-bottom: 32px;
}

.submit-input-group {
  margin-top: 16px;
}

.btn {
  border-radius: 4px;
  color: #fff;
  background-color: #123570;
  text-decoration: none;
  display: block;
  letter-spacing: -0.25px;
  font-weight: 500;
  font-size: 0.95em;
  width: 100%;
  padding: 16px 32px;
  cursor: pointer;
}

.sec-btn {
  border-radius: 4px;
  color: #123570;
  border: 1px solid #123570;
  background-color: transparent;
  text-decoration: none;
  display: block;
  letter-spacing: -0.25px;
  font-weight: 500;
  font-size: 0.95em;
  width: 100%;
  padding: 16px 32px;
  cursor: pointer;
}

.sec-xs-btn {
  border-radius: 4px;
  background-color: transparent;
  color: #123570;
  border: 1px solid #123570;
  text-decoration: none;
  display: block;
  letter-spacing: -0.15px;
  font-weight: 400;
  font-size: 0.8em;
  width: auto;
  padding: 8px 16px;
  cursor: pointer;
}

input[type="submit"]:disabled,
button:disabled {
  background-color: #bdbdbd;
}

.inline-btn {
  display: inline-block;
  width: auto !important;
  margin-top: 24px;
}

.container {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 120px 40px;
}

/* Ham Menu */

.ham-text {
  color: #fff;
}
.ham-text a {
  color: #fff;
}
.ham-link {
}
/* Nav Section */

nav {
  background-color: #123570;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}

.nav-container {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
}

.mob-nav-container {
  display: none;
}

.mob-nav-content {
  display: none;
}

.logo {
  height: 72px;
  width: auto;
}

.menu-container {
  display: flex;
  justify-content: flex-end;
}

.menu-container a {
  color: #fff;
  padding: 0 16px;
  margin: 0 16px;
  text-decoration: none;
}

/* Hero Section */

.hero-section {
  position: relative;
  background-image: url("../image/bg.jpg");
  padding: 120px 0;
  background-size: cover;
  padding-top: 180px;
  z-index: 0;
}
.hero-section:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}

.hero-section .container {
  /* max-width: 520px; */
  width: 100%;
  margin: auto;
}

.hero-content {
  max-width: 780px;
}
.cta-container {
  margin-top: 24px;
}

.cta-container .btn {
  margin-left: 16px;
  color: #123570;
  background-color: #fff;
}

.cta-container .sec-btn {
  margin-left: 16px;
  border: 0.5px solid #fff;
  color: #fff;
}

/* Info Section */

.info-grid {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
}

/* Current Issue Section */

.truncate {
  line-height: 1.4;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#current-issue-section {
  background-color: #f3f5f7;
}

.slider-item {
  background-color: #fff;
  border-radius: 4px;
  padding: 48px 24px;
  margin-right: 16px;
  border: 1px solid #e3e3e3;
}

.slider-item .btn-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
/* Journal Info Page */
.page-header-section {
  padding-top: 80px;
  background-color: #123570;
}

.page-header-section .container {
  padding: 40px;
}

.page-header-section h1 {
  color: #fff;
}

.table-container {
  width: 100%;
  overflow: auto;
}

table {
  border: 1px solid #e3e3e3;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
thead {
  background-color: #f3f5f7;
}
thead td {
  padding: 18px 24px;
  font-weight: 500;
}
tbody td {
  padding: 18px 24px;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
}

/* Current Issue Page */
.current-issue-grid {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
}
.current-issue-item {
  background-color: #fff;
  border-radius: 4px;
  padding: 48px 24px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
}

.current-issue-item .btn-container {
  display: flex;
  margin-top: 24px;
  justify-content: flex-end;
}

.current-issue-item .btn-container .sec-xs-btn {
  padding: 8px 12px;
}

/* Footer */

footer {
  background-color: #123570;
}

footer h4 {
  color: #b3b3b3 !important;
}
footer a,
footer p {
  font-size: 0.85rem;
  margin: 16px 0;
  display: block;
  font-weight: 300;
  line-height: 1.618;
  color: #fff;
  text-decoration: none;
}

footer .container {
  display: grid;
  grid-template-columns: 45% 24% 22%;
  justify-content: space-between;
}

.quick-link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer-bottom {
  border-top: 1px solid #174ca7;
  padding: 16px 40px;
  text-align: center;
}

.contact-content {
  padding: 40px 0;
}
/* Contact Page */

.contact-section .container {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
/* Mobile Breakpoint */
@media only screen and (max-width: 480px) {
  body {
    padding-top: 32px;
  }

  ul {
    margin: 12px 0;
  }

  ul li {
    list-style-position: outside;
  }

  .xxxxl-text {
    font-size: 2rem;
    letter-spacing: -0.15px;
    line-height: 1.618;
  }

  .xxxl-text {
    font-size: 2rem;
    letter-spacing: -0.35px;
    line-height: 1.618;
  }

  .xxl-text {
    font-size: 1.4rem;
    letter-spacing: -0.35px;
    line-height: 1.618;
  }

  .xl-text {
    font-size: 1.2rem;
    letter-spacing: -0.35px;
    line-height: 1.618;
  }

  .lg-text {
    font-size: 1.1rem;
    letter-spacing: -0.25px;
    line-height: 1.618;
  }

  .md-text {
    font-size: 1.05rem;
    line-height: 1.618;
  }

  .md-text {
    font-size: 1rem;
    line-height: 1.618;
  }

  .m-text {
    font-size: 0.95rem;
  }

  .r-text {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .sm-text {
    font-size: 0.85rem;
  }

  .xs-text {
    font-size: 0.8rem;
  }

  .xxs-text {
    font-size: 0.75rem;
  }

  .b-weight {
    font-weight: 600;
  }

  .m-weight {
    font-weight: 500;
  }

  .r-weight {
    font-weight: 400;
  }

  .l-weight {
    font-weight: 300;
  }

  .q-op {
    color: #454545 !important;
  }

  .h-op {
    color: #757575 !important;
  }

  input,
  textarea {
    width: 100%;
    border: 1px solid #e3e3e3;
    background-color: #f3f5f7;
    border-radius: 3px;
    padding: 12px 24px;
    resize: none;
    outline: none;
    font-size: 0.95em;
    transition: all 0.15s ease-in-out;
  }

  input:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #123570;
  }
  label {
    font-size: 0.75em;
    font-weight: 400;
    color: #757575;
    display: inline-block;
    margin-bottom: 4px;
  }

  .input-group {
    margin-bottom: 16px;
  }

  .submit-input-group {
    margin-top: 16px;
  }

  .btn {
    border-radius: 4px;
    color: #fff;
    background-color: #123570;
    text-decoration: none;
    display: block;
    letter-spacing: -0.15px;
    font-weight: 400;
    font-size: 0.85em;
    width: 100%;
    padding: 12px 24px;
    cursor: pointer;
  }

  .sec-btn {
    border-radius: 4px;
    background-color: transparent;
    color: #123570;
    border: 1px solid #123570;
    text-decoration: none;
    display: block;
    letter-spacing: -0.15px;
    font-weight: 400;
    font-size: 0.85em;
    width: 100%;
    padding: 12px 24px;
    cursor: pointer;
  }

  .inline-btn {
    display: inline-block;
    width: auto !important;
    margin-top: 16px;
  }

  .container {
    padding: 64px 24px;
  }

  /* Mob Nav Section */

  .nav-container {
    display: none;
  }

  .mob-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
  }
  .section-header-container {
    margin-bottom: 48px;
  }
  .logo {
    height: 40px;
    width: auto;
  }
  .ham-menu {
    height: 20px;
    cursor: pointer;
    width: auto;
  }

  .mob-nav-content {
    padding: 40px;
    height: 100vh;
  }
  .mob-nav-content-active {
    display: block !important;
    opacity: 1 !important;
  }

  .mob-nav-content a {
    display: block;
    text-decoration: none;
    padding: 24px 0;
    color: #fff;
  }

  .mob-nav-cta-container {
    margin-top: 40px;
  }
  .mob-nav-cta-btn {
    color: #6315d6 !important;
    border-radius: 4px !important;
    padding: 16px 24px !important;
    display: block !important;
    font-weight: 500 !important;
    text-align: center !important;
    background-color: #fff !important;
  }

  .menu-container {
    display: flex;
    justify-content: flex-end;
  }

  .menu-container a {
    color: #fff;
    padding: 0 16px;
    margin: 0 16px;
    text-decoration: none;
  }
  /* Info Section */

  .info-grid {
    display: block;
  }
  .info-grid div {
    margin-bottom: 24px;
  }

  /* Journal Info Page */

  table {
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
  }
  thead {
    background-color: #f3f5f7;
  }
  thead td {
    padding: 12px;
    font-weight: 400;
  }
  tbody td {
    padding: 12px;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
  }

  /* Footer */

  footer {
    background-color: #123570;
  }

  footer a,
  footer p {
    font-size: 0.75rem;
    margin: 12px 0;
  }

  footer .container {
    display: block;
  }

  .quick-link-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    border-top: 1px solid #174ca7;
    padding: 16px 40px;
    text-align: center;
  }

  .footer-item {
    margin-bottom: 24px;
  }

  .contact-content {
    padding: 40px 0;
  }
  /* Contact Page */

  .contact-section .container {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
  }
}
