/* HEADER - Start */

#emory-lp-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0063a7;
  color: white;
  transition: 0.5s all;
  height: 100px;
  z-index: 99;
}

#emory-lp-navigation .header-container {
  padding: 20px 20px;
}

#emory-lp-navigation .header-logo {
  margin-top: 0;
  max-width: 220px;
}

.header-items ul {
  font-family: "Noto Sans", sans-serif;
  list-style: none;
  margin-left: 0;
  margin-right: 170px;
  margin-top: 13px;
}

.header-items ul li {
  display: inline-block;
  margin-left: 3rem;
}

.header-items ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: white;
}

.header-items .header-button {
  position: absolute;
  top: 4px;
  right: 0;
}

.mobile-menu-toggle {
  display: none;
}

.sub-header {
  background-color: white;
  color: black;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
  margin-top: 100px;
}

.sub-header a {
  color: black;
  text-decoration: underline;
}

.sub-header .last-update,
.sub-header .update-list-link {
  display: inline-block;
  padding: 0 10px;
}

.sub-header .divider-line {
  color: #c4c4c4;
}

@media (max-width: 1135px) {
  #emory-lp-navigation {
    overflow: hidden;
  }
  .header-items .header-button {
    position: relative;
    float: right;
  }
  .mobile-menu-toggle {
    display: block;
    position: absolute;
    top: 32px;
    right: 30px;
  }
  .mobile-menu-toggle span {
    height: 2px;
    background-color: #007dbe;
    display: block;
    margin-bottom: 13px;
    transition: 0.5s all;
  }
  .mobile-menu-toggle span:nth-child(1) {
    width: 30px;
  }
  .mobile-menu-toggle span:nth-child(2) {
    width: 36px;
  }
  .mobile-menu-toggle span:nth-child(3) {
    width: 24px;
  }

  .mobile-menu-toggle.open span:nth-child(1) {
    width: 30px;
    transform: rotate(45deg) translateY(20px);
  }
  .mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.open span:nth-child(3) {
    width: 30px;
    transform: rotate(-45deg) translateY(-22px);
  }
  .header-items ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 75px;
    text-align: right;
  }
  .header-items ul li {
    width: 100%;
    margin: 10px 0;
  }
  .sub-header {
    font-size: 15px;
  }
}

/* @media screen and (orientation: landscape) and (max-width: 1135px) {
  .header-items ul {
    margin-top: 15px;
  }
} */

@media (max-width: 575.98px) {
  #emory-lp-navigation {
    height: 60px;
  }
  #emory-lp-navigation .header-container {
    padding: 12px 0 20px;
  }
  #emory-lp-navigation .header-logo {
    width: 135px;
    margin-top: 0;
  }
  .mobile-menu-toggle {
    top: 15px;
    right: 15px;
  }
  .mobile-menu-toggle span {
    margin-bottom: 9px;
  }
  .mobile-menu-toggle span:nth-child(1) {
    width: 20px;
  }
  .mobile-menu-toggle span:nth-child(2) {
    width: 24px;
  }
  .mobile-menu-toggle span:nth-child(3) {
    width: 16px;
  }

  .mobile-menu-toggle.open span:nth-child(1) {
    width: 24px;
    transform: rotate(45deg) translateY(15px);
  }
  .mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.open span:nth-child(3) {
    width: 24px;
    transform: rotate(-45deg) translateY(-16px);
  }
  .header-items ul {
    margin-top: 15px;
    text-align: left;
  }
  .header-items .header-button {
    float: left;
  }
  .sub-header {
    font-size: 13px;
    margin-top: 60px;
  }
}

/* HEADER - End */

/* GENERAL - Start */

.lp-content {
  font-family: "Noto Sans", sans-serif;
}

a.default-lp-button {
  display: inline-block;
  text-align: left;
  background-color: white;
  color: #0063a7;
  font-weight: bold;
  font-size: 14px;
  min-width: 220px;
  padding: 15px 0;
  padding-left: 28px;
  background-image: url(../images/share-icon-blue.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 183px 20px;
  padding-right: 0;
  text-decoration: none;
}

a.default-lp-button:hover {
  background-color: #0c2340;
  color: white;
  background-image: url(../images/share-icon-white.svg);
}

a.default-lp-button.inverted {
  background-color: #0063a7;
  color: white;
  padding-left: 20px;
  background-image: url(../images/share-icon-white.svg);
  background-position: 185px 20px;
}

a.default-lp-button.inverted:hover {
  background-color: white;
  color: #0063a7;
  background-image: url(../images/share-icon-blue.svg);
}

a.default-lp-button:hover,
a.default-lp-button.inverted:hover {
  text-decoration: none;
}

@media (max-width: 1135px) {
  a.default-lp-button {
    font-size: 13px;
    background-position: 180px 18px;
    padding-left: 34px;
  }
  a.default-lp-button.inverted {
    padding-left: 28px;
    background-position: 182px 19px;
  }
}

@media (max-width: 575.98px) {
  a.default-lp-button {
    min-width: 190px;
    padding: 10px 0;
    background-position: 160px 12px;
    text-align: left;
    padding-left: 22px;
    font-size: 12px;
  }

  a.default-lp-button.inverted {
    min-width: 190px;
    background-position: 162px 13px;
    text-align: left;
    padding-left: 20px;
  }
}

/* GENERAL - End */

/* HERO - Start */

.main-hero {
  background-color: #0063a7;
  color: white;
  padding: 35px 0;
  background-image: url(../images/hero-bg.svg);
  background-position: bottom right;
  background-size: 75%;
  background-repeat: no-repeat;
}

.main-hero .hero-title {
  font-family: "Spectral", serif;
  font-size: 42px;
  margin-bottom: 20px;
}

.main-hero .hero-title:after {
  content: "";
  display: block;
  height: 8px;
  width: 240px;
  background-image: url(../images/title-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.main-hero .hero-content {
  padding: 0 10%;
}

.main-hero .hero-main-text {
  margin-bottom: 25px;
  font-size: 17px;
}

.main-hero .hero-img-items .hero-item {
  text-align: center;
}

.main-hero .hero-img-items .hero-item .item-img {
  min-height: 65px;
}

.main-hero .hero-img-items .hero-item .item-img img {
  width: 80%;
  margin: 0 auto;
}

.main-hero .hero-img-items .hero-item .item-name {
  font-size: 12px;
}

.main-hero .hero-img-items .hero-item.checklist-item img {
  width: 50px;
}
.main-hero .hero-img-items .hero-item.mask-item img {
  width: 50px;
}
.main-hero .hero-img-items .hero-item.dos-donts-item img {
  width: 84px;
  padding-top: 10px;
}
.main-hero .hero-img-items .hero-item.recycle-item img {
  width: 46px;
}

.hero-button {
  margin-top: 20px;
}

.main-hero .hero-image {
  padding-right: 10%;
}

@media (max-width: 1135px) {
  .main-hero .hero-title {
    font-size: 40px;
  }

  .main-hero .hero-main-text {
    font-size: 15px;
  }

  .main-hero .hero-img-items .hero-item .item-name {
    font-size: 11px;
  }
}

@media (max-width: 575.98px) {
  .main-hero {
    background-position: -125% bottom;
    background-size: 140%;
    background-repeat: no-repeat;
  }

  .main-hero .hero-title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-right: 22%;
  }

  .main-hero .hero-title:after {
    content: none;
  }

  .main-hero .hero-main-text {
    font-size: 13px;
  }

  .main-hero .hero-content {
    padding: 0 3%;
  }

  .main-hero .hero-img-items .hero-item .item-name {
    font-size: 10px;
  }

  .main-hero .hero-img-items .hero-item .item-img {
    min-height: 48px;
  }

  .main-hero .hero-img-items .hero-item.checklist-item img {
    width: 38.77px;
  }
  .main-hero .hero-img-items .hero-item.mask-item img {
    width: 38.77px;
  }
  .main-hero .hero-img-items .hero-item.dos-donts-item img {
    width: 65.14px;
    padding-top: 5px;
  }
  .main-hero .hero-img-items .hero-item.recycle-item img {
    width: 35.67px;
  }
}

/* HERO - End */

/* RESOURCES - Start */

.lp-resources {
  background-image: url(../images/resources-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lp-resources .resources-top {
  padding-top: 32px;
}

.lp-resources .resources-top .netec-logo {
  display: inline-block;
}

.lp-resources .resources-top .netec-logo img {
  top: 6px;
  position: absolute;
}

.lp-resources .resources-top .resources-button {
  float: right;
}

.lp-resources .resources-top .resources-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  padding-left: 145px;
  display: inline-block;
}

.lp-resources .resources-tiles {
  margin-top: 35px;
}

.lp-resources .resources-tiles .resource-item {
  background-color: #f3f3f2;
  padding: 25px;
  margin-bottom: 35px;
  border: 1px solid #e4e4e2;
  min-height: 220px;
}

.lp-resources .resources-tiles .resource-item .resource-title {
  font-weight: bold;
  font-size: 18px;
}

.lp-resources .resources-tiles .resource-item .resource-content {
  margin: 15px 0;
  font-size: 14px;
}

.lp-resources .resources-tiles .resource-item .resource-content.small-content {
  min-height: 85px;
}

.lp-resources .resources-tiles .resource-item .resource-content.long-title {
  min-height: 60px;
}

.lp-resources .resources-tiles .resource-item .resource-link a {
  font-size: 14px;
  font-weight: bold;
  color: #0063a7;
  background-image: url(../images/share-icon-blue.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
  text-decoration: none;
}

@media (max-width: 1135px) {
  .lp-resources .resources-tiles .resource-item .resource-title {
    font-size: 15px;
  }

  .lp-resources .resources-tiles .resource-item .resource-content {
    font-size: 13px;
  }

  .lp-resources .resources-tiles .resource-item .resource-link a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .lp-resources .resources-tiles .resource-item {
    min-height: 0;
  }

  .lp-resources
    .resources-tiles
    .resource-item
    .resource-content.small-content {
    min-height: 65px;
  }

  .lp-resources .resources-tiles .resource-item .resource-content.long-title {
    min-height: 65px;
  }
}

@media (max-width: 575.98px) {
  .lp-resources .resources-top .resources-title {
    padding-left: 0;
    font-size: 24px;
  }

  .lp-resources .resources-tiles .resource-item {
    margin-bottom: 20px;
  }

  .lp-resources .resources-tiles .resource-item .resource-title {
    font-size: 16px;
  }

  .lp-resources .resources-tiles .resource-item .resource-content {
    font-size: 13px;
  }

  .lp-resources
    .resources-tiles
    .resource-item
    .resource-content.small-content {
    min-height: 0;
  }

  .lp-resources .resources-tiles .resource-item .resource-content.long-title {
    min-height: 0;
  }

  .lp-resources .resources-tiles .resource-item .resource-link a {
    font-size: 12px;
  }
}

/* RESOURCES - End */

/* BOTTOM ITEMS - Start */

.bottom-items {
  text-align: center;
}

.bottom-items .glossary-terms {
  background-color: #e4e4e2;
}

.bottom-items .contact {
  background-color: #08247d;
  color: white;
}

.bottom-items .bottom-item {
  height: 100%;
  padding: 35px 0;
}

.bottom-items .bottom-item .bottom-item-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
}

.bottom-items .bottom-item .bottom-item-text {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.bottom-items .bottom-item .bottom-item-button a {
  font-size: 14px;
  display: inline-block;
  background-color: #0063a7;
  color: white;
  font-weight: bold;
  min-width: 190px;
  padding: 12px 0;
  text-decoration: none;
}

.bottom-items .bottom-item .bottom-item-button a:hover {
  background-color: white;
  color: #0063a7;
}

@media (max-width: 1135px) {
  .bottom-items .bottom-item .bottom-item-title {
    font-size: 28px;
  }

  .bottom-items .bottom-item .bottom-item-text {
    font-size: 13px;
    padding: 0 20px;
  }

  .bottom-items .bottom-item .bottom-item-button a {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .bottom-items .bottom-item {
    padding: 40px 50px;
  }
  .bottom-items .bottom-item .bottom-item-button a {
    font-size: 12px;
    min-width: 180px;
  }
}

/* BOTTOM ITEMS - End */

/* POPUP - Start */

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 35, 64, 0.8);
  z-index: -100;
  opacity: 0;
}

.overlay.visible {
  opacity: 1;
  z-index: 100;
}

.popup {
  width: 90% !important;
  max-height: 90%;
  padding: 40px 30px;
  position: relative;
  background: white;
  margin: 5% auto;
}

#popup-updates {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  color: #000;
  background-color: #e4e4e2;
  border-radius: 50%;
  z-index: 100;
}

.close-popup .close-icon {
  position: absolute;
  display: block;
  background-image: url(../images/close-icon.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  height: 20px;
  width: 20px;
  top: 5px;
  left: 5px;
}

.popup .popup-content {
  font-size: 14px;
  position: relative;
  padding: 0 40px;
}

.popup .glossary-header,
.popup .updates-header {
  margin-bottom: 10px;
}

.popup .glossary-header .glossary-title,
.popup .updates-header .updates-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.popup .updates-header .updates-title {
  margin-bottom: 20px;
}

.popup .updates-body .update-item {
  margin-bottom: 25px;
}

.popup .updates-body .update-item .timestamp {
  font-weight: bold;
  font-size: 18px;
}

.popup .glossary-body,
.popup .updates-body {
  overflow: scroll;
  height: 100%;
  max-height: 68vh;
}

.popup .glossary-body .glossary-category {
  margin-top: 30px;
}

.popup .glossary-body .glossary-category .cat-header {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.popup .glossary-body .glossary-category .cat-header:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0063a7;
}

.popup .glossary-body .glossary-category .glossary-item {
  margin-top: 25px;
}

.popup .glossary-body .glossary-category .glossary-item .item-title {
  font-weight: bold;
}

.popup .glossary-body .glossary-category .glossary-item .item-description {
  margin-top: 5px;
  padding-right: 30px;
}

@media (max-width: 1135px) {
  .popup .popup-content {
    font-size: 13px;
  }

  .popup .glossary-header .glossary-title {
    font-size: 28px;
  }

  .popup .glossary-body .glossary-category .cat-header {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .popup {
    width: 95%;
    padding: 35px 20px;
  }
  .popup .popup-content {
    padding: 0 10px;
  }
  .popup .glossary-header .glossary-title {
    font-size: 22px;
  }
  .popup .glossary-body .glossary-category .cat-header {
    font-size: 16px;
  }
  .popup .popup-content {
    font-size: 13px;
  }
  .popup
    .glossary-body
    .glossary-category:last-of-type
    .glossary-item:last-of-type {
    padding-bottom: 50px;
  }
  .popup .glossary-body .glossary-category .glossary-item .item-description {
    padding-right: 10px;
  }
}

/* POPUP - End */

/* FOOTER - Start */

#emory-lp-footer {
  background-color: #0063a7;
}

#emory-lp-footer .section-inner {
  padding: 35px 0;
}

#emory-lp-footer .footer-logo {
  max-width: 220px;
  margin-top: 5px;
}

#emory-lp-footer .footer-logo:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.4;
  right: 5px;
  top: 2px;
  height: 90px;
  width: 1px;
  background-color: white;
}

#emory-lp-footer .footer-disclaimer {
  font-size: 14px;
  color: white;
  padding: 0 40px;
}

@media (max-width: 1135px) {
  #emory-lp-footer .footer-disclaimer {
    font-size: 13px;
  }
}

@media (orientation: landscape) and (max-width: 1135px) {
  #emory-lp-footer .footer-logo {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 575.98px) {
  #emory-lp-footer .footer-logo {
    max-width: 80%;
    margin-bottom: 20px;
  }
  #emory-lp-footer .footer-logo:after {
    content: none;
  }
  #emory-lp-footer .section-inner {
    padding: 35px 0 30px;
  }
  #emory-lp-footer .footer-disclaimer {
    padding: 0;
  }
}

/* FOOTER - End */
