header {
  background-color: #fff;
}
header .header-seal-ctr {
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
header .header-seal-ctr .seal-item {
  flex-basis: 50%;
  padding: 0.3rem;
}
header .header-seal-ctr .seal-item_right {
  text-align: right;
}
header .header-seal-ctr .seal-item .img-seal-DESE {
  width: 100%;
  min-width: 5rem;
  max-width: 15rem;
}
header .header-seal-ctr .seal-item .img-seal-ADE {
  width: 100%;
  min-width: 5rem;
  max-width: 20rem;
}

#ArkGovLinks {
  font-family: "Nunito Sans", Sans-serif;
  background-color: #000b2a;
  padding: 0.5em;
}
#ArkGovLinks p {
  margin: 0;
}
#ArkGovLinks a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
#ArkGovLinks .arkgov-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ArkGovLinks .arkgov-main-link a {
  display: inline-block;
}
#ArkGovLinks .arkgov-resource-links {
  display: none;
  text-align: center;
}
#ArkGovLinks .arkgov-resource-links ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#ArkGovLinks .arkgov-resource-links ul li {
  display: inline-block;
}
#ArkGovLinks .arkgov-resource-links ul li:not(:last-child) {
  margin-left: 2em;
}
#ArkGovLinks .arkgov-resource-links ul li a {
  display: block;
}
@media screen and (min-width: 1200px) {
  #ArkGovLinks .arkgov-main-link {
    text-align: left;
  }
  #ArkGovLinks .arkgov-resource-links {
    display: block;
    margin-left: auto;
  }
}

#Navbar {
  background-color: #34495e;
  text-align: center;
}
#Navbar ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#Navbar ul li {
  display: inline-block;
}
#Navbar ul li a {
  display: block;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.7rem;
}
@media screen and (min-width: 540px) {
  #Navbar ul li a {
    font-size: 1.1rem;
  }
}
#Navbar ul li a.active {
  background-color: rgba(0, 0, 0, 0.25);
}
#Navbar ul li a.active:hover {
  text-decoration: none;
  cursor: default;
}
#Navbar ul li a:hover {
  text-decoration: underline;
}

#HeroBanner {
  background: #00467f; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #a5cc82, #00467f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}
@media screen and (min-width: 1200px) {
  #HeroBanner {
    min-height: 50vh;
  }
}
#HeroBanner.hero-banner-ctr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  #HeroBanner.hero-banner-ctr {
    flex-direction: row;
  }
}
#HeroBanner.hero-banner-ctr .hero-banner-item_title {
  text-align: center;
}
#HeroBanner.hero-banner-ctr .hero-banner-item_title h1 {
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 4rem);
}
@media screen and (min-width: 1200px) {
  #HeroBanner.hero-banner-ctr .hero-banner-item {
    flex-basis: 50%;
  }
}
#HeroBanner.hero-banner-ctr .hero-banner-item_img img {
  width: 100%;
  max-width: 700px;
}
@media screen and (min-width: 1200px) {
  #HeroBanner.hero-banner-ctr .hero-banner-item_img img {
    width: 100%;
    min-width: 700px;
    max-width: 800px;
  }
}
#HeroBanner .dese-page {
  margin-top: 2rem;
}
#HeroBanner .dese-page h2 {
  font-size: gap(1.5rem, 2vw, 2.5rem);
}
@media screen and (min-width: 1200px) {
  #HeroBanner .dese-page {
    margin-top: 3rem;
  }
}

#Portals {
  margin: 3rem 0;
}
#Portals .portal-header {
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1rem;
  color: #555;
}
@media screen and (min-width: 968px) {
  #Portals .portal-header {
    font-size: 3rem;
  }
}
#Portals .portal-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem;
}
#Portals .portal-wrapper .portal-launch-date {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #555555;
}
#Portals .portal-wrapper .portal-note {
  font-size: 0.8rem;
  margin: 0;
  color: #555;
}
@media screen and (min-width: 968px) {
  #Portals .portal-wrapper {
    flex-direction: row;
    margin-bottom: 5rem;
  }
  #Portals .portal-wrapper .portal-wrap-item_launch-date {
    flex-basis: 300px;
    align-self: start;
    padding-right: 0.5rem;
  }
  #Portals .portal-wrapper .portal-wrap-item_portals {
    flex-basis: 100%;
    padding-left: 1rem;
    border-left: 1px solid #ddd;
  }
}
#Portals .portals-ctr {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 968px) {
  #Portals .portals-ctr {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#Portals .portals-ctr .portal-item {
  flex-basis: 30.33%;
  margin: 0.5rem 1%;
  text-decoration: none;
}
#Portals .portals-upcoming-ctr {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 968px) {
  #Portals .portals-upcoming-ctr {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#Portals .portals-upcoming-ctr .portal-item {
  flex-basis: 30.33%;
  margin: 0.5rem 1%;
  text-decoration: none;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 968px) {
  #Portals .portals-upcoming-ctr .portal-item .portal-info-ctr {
    flex-direction: column;
  }
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item {
  color: #fff;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background-color: #ccc;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon i {
  font-size: 2.5rem;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-tefap {
  background-color: #16a085;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-acds {
  background-color: #f39c12;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-acds-info {
  background-color: #c0392b;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-red {
  background-color: #c0392b;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-green {
  background-color: #16a085;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-blue {
  background-color: #2980b9;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-orange {
  background-color: #f39c12;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-black {
  background-color: #34495e;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-ms {
  background-color: #006bbd;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_details {
  padding-left: 1rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  color: #3498db;
  margin: 0.5rem 0;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_details a {
  text-decoration: none;
  color: #2980b9;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_details a:hover {
  text-decoration: underline;
}
#Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_details a.link-disabled {
  color: #ccc;
}
@media screen and (min-width: 968px) {
  #Portals .portals-upcoming-ctr .portal-item .portal-info-ctr .portal-info-item_details {
    padding-left: 0;
    text-align: center;
    font-size: 1.5rem;
  }
}
#Portals .portals-upc-ctr {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 968px) {
  #Portals .portals-upc-ctr {
    flex-direction: row;
    justify-content: center;
  }
}
#Portals .portals-upc-ctr .portals-upc-item {
  flex-basis: 30.33%;
  margin: 0.5rem 1%;
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
}
#Portals .portals-upc-ctr .portals-upc-item .portal-info-ctr {
  margin-bottom: 0.5rem;
}
#Portals .portals-upc-ctr .portal-upc-header {
  text-align: center;
  background-color: #2c3e50;
  padding: 0.8rem;
  margin-bottom: 1rem;
  color: #fff;
}
#Portals .portals-upc-ctr .portal-upc-list {
  padding: 1rem;
}
#Portals .portal-info-ctr {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 968px) {
  #Portals .portal-info-ctr {
    flex-direction: column;
  }
}
#Portals .portal-info-ctr .portal-info-item {
  color: #fff;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background-color: #ccc;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon i {
  font-size: 2.5rem;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-tefap {
  background-color: #16a085;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-acds {
  background-color: #f39c12;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-acds-info {
  background-color: #c0392b;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-red {
  background-color: #c0392b;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-green {
  background-color: #16a085;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-blue {
  background-color: #2980b9;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-orange {
  background-color: #f39c12;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-black {
  background-color: #34495e;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-violet {
  background-color: #9b59b6;
}
#Portals .portal-info-ctr .portal-info-item_icon .portal-info-icon.portal-bg-ms {
  background-color: #2980b9;
}
#Portals .portal-info-ctr .portal-info-item_details {
  padding-left: 1rem;
  text-align: left;
  font-size: 1.3rem;
  color: #3498db;
  margin: 0.5rem 0;
  line-height: 1.9rem;
}
#Portals .portal-info-ctr .portal-info-item_details a {
  text-decoration: none;
  color: #2980b9;
}
#Portals .portal-info-ctr .portal-info-item_details a:hover {
  text-decoration: underline;
}
#Portals .portal-info-ctr .portal-info-item_details a.link-disabled {
  color: #ccc;
  text-decoration: none;
}
#Portals .portal-info-ctr .portal-info-item_details a.link-inactive {
  text-decoration: none;
  color: #555;
}
#Portals .portal-info-ctr .portal-info-item_details a.link-inactive :hover {
  text-decoration: none;
}
@media screen and (min-width: 968px) {
  #Portals .portal-info-ctr .portal-info-item_details {
    padding-left: 0;
    text-align: center;
    font-size: 1.4rem;
  }
}
#Portals .portal-divider {
  text-align: center;
  font-size: 2rem;
  margin: 5rem 0;
}
#Portals .portal-bg-blue {
  background-color: #50c1ea !important;
}
#Portals .portal-upc-bg-green {
  background-color: #16a085 !important;
}
#Portals .portal-upc-bg-red {
  background-color: #c0392b !important;
}

footer {
  background-color: #34495e;
  padding: 2rem 1rem 2rem 1rem;
  color: #fff;
}
footer .img-logo-ade {
  width: 8rem;
}
footer .img-logo-dese {
  width: 6rem;
}
footer h3 {
  font-size: 1.4em;
}
footer p {
  margin-bottom: 0;
}
footer .social-media-links {
  margin-bottom: 0.5em;
}
footer .social-media-links .social-media-list {
  margin: 0.5em 0;
  padding: 0;
  display: inline-block;
}
footer .social-media-links .social-media-list .social-media-item {
  display: inline-block;
  list-style-type: none;
  margin: 0.3em;
}
footer .social-media-links .social-media-list .social-media-item .social-media-link {
  display: block;
  text-decoration: none;
}
footer .social-media-links .social-media-list .social-media-item .social-media-link img {
  width: 2.3rem;
}/*# sourceMappingURL=main.css.map */