body,
html {
  margin: 0;
  background-color: white;
  font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
  color: #005B7F;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  body,
  html {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  body,
  html {
    font-size: 1rem;
  }
}

main {
  min-height: 50vh;
}

a {
  color: #29ABE2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.modcertlink {
  text-decoration: underline;
  color: #696666;
  font-weight: 600;
}
a.modactionlink {
  color: #696666;
  text-decoration: none;
}

.idex-fg-dark-blue {
  color: #005B7F;
}

.idex-bg-dark-blue {
  background: #005B7F;
}

.idex-fg-light-blue {
  color: #29ABE2;
}

.idex-bg-light-blue {
  background: #29ABE2;
}

.idex-fg-lighter-blue {
  color: #dbf3fd;
}

.idex-bg-lighter-blue {
  background: #dbf3fd;
}

.idex-fg-idex-blue {
  color: #0076A3;
}

.idex-bg-idex-blue {
  background: #0076A3;
}

.idex-fg-lab-grown {
  color: #591B4E;
}

.idex-bg-lab-grown {
  background: #591B4E;
}

.idex-fg-text-gray {
  color: #696666;
}

.idex-bg-text-gray {
  background: #696666;
}

@font-face {
  font-family: "Myriad Pro";
  src: local("Myriad Pro Light"), url("/ns24/assets/fonts/myriad-pro-cufonfonts-webfont/MyriadPro-Light.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "Myriad Pro";
  src: local("Myriad Pro Regular"), url("/ns24/assets/fonts/myriad-pro-cufonfonts-webfont/MYRIADPRO-REGULAR.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Myriad Pro";
  src: local("Myriad Pro Semibold"), url("/ns24/assets/fonts/myriad-pro-cufonfonts-webfont/MYRIADPRO-SEMIBOLD.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "Myriad Pro";
  src: local("Myriad Pro Bold"), url("/ns24/assets/fonts/myriad-pro-cufonfonts-webfont/MYRIADPRO-BOLD.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.idex-page-title {
  margin: 1.3rem 0;
}

.idex-pop-container {
  z-index: 1302;
  color: #005B7F;
  font-size: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(180, 180, 180, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.idex-pop-container > div {
  width: fit-content;
  margin: 0 auto;
  padding: 2.31rem 3rem;
  background-color: #FFF;
  border: 1px solid #005B7F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.idex-pop-container .idex-pop-txt {
  width: 12.5625rem;
  text-align: center;
  margin: 0 auto 3.8rem auto;
}
.idex-pop-container .idex-pop-btns button {
  border: 1px solid #005B7F;
  background: #FFF;
  padding: 0.5rem 1rem;
  transition: all 0.2s;
  margin-right: 1rem;
  color: #005B7F;
}
.idex-pop-container .idex-pop-btns button:last-child {
  margin-right: 0;
}
.idex-pop-container .idex-pop-btns button:hover {
  color: white;
  background: #005B7F;
}
.idex-pop-container .idex-pop-btns .idex-pop-btn-gray {
  color: #696666;
}

.idex-btn-a1 {
	background: linear-gradient(90deg, rgba(0,120,172,1) 0%, rgba(0,83,119,1) 100%);
	color: white;
	text-transform: uppercase;
	min-width: 100%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	border-radius: 8px;
	border-width: 0px;
}

	.idex-btn-a1:hover {
		background: linear-gradient(90deg, rgba(0,120,172,1) 0%, rgba(0,83,119,1) 200%);
	}

/*# sourceMappingURL=main.css.map */
