/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --dark-blue: #0F4876;
  --light-blue: #0078AE;
  --orange: #D07A20;
  --light-orange: #E49F63;
  --yellow: #D59E0F;
  --red: #B83C23;
  --maroon: #832A40;
  --green: #69813A;
  
  --gray: #53585A;
  --light-gray: #efefef;
  
  --black: #000000;
  --white: #ffffff;
}

html,
body {
  margin: 0;
  padding: 0;
}


h1,
h2,
h3,
h4, 
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}


body {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: none;
}


/* Header */
header nav {
  margin-top: 0 !important;
}
header nav #menus-nav>.nav-item .dropdown>.btn,
header nav #menus-nav>.nav-item .nav-link,
header nav #ctas-nav #main-sign-in-button {
  font-weight: 400 !important;
}


.header-3e-wrapper {
  background-color: var(--dark-blue);
  font-family: Helvetica Neue;
  min-height: 40px;
  height: auto !important;
  padding: 11px 0;

  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 767px) {
  .header-3e-wrapper {
    padding: 24px 0;
  }
}

.header-3e-wrapper .logo {
  display: block;
  height: 18px;
  width: 55px;
}

.header-3e-wrapper .header-col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  padding: 0 15px;
  width: 50%;
}

.header-3e-wrapper .header-col:last-of-type {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .header-3e-wrapper .header-col {
    gap: 16px;
    padding: 0 15px;
    width: 100%;
  }

  .header-3e-wrapper .header-col:last-of-type {
    justify-content: flex-start !important;
    padding-top: 40px;
  }
}


.header-3e-wrapper .bordered-btn {
  border: 1px solid var(--white);
  border-radius: 4px;
  padding: 4px 16px;
  text-decoration: none;
  transition: all 150ms ease;
  white-space: nowrap;
}

  .header-3e-wrapper .bordered-btn:hover,
  .header-3e-wrapper .bordered-btn:focus {
    background-color: var(--white);
    color: var(--dark-blue);
  }

@media (max-width: 767px) {
  .header-3e-wrapper .bordered-btn {
    padding: 4px 46px;
  }
}

@media (max-width: 400px) {
  .header-3e-wrapper .bordered-btn {
    padding: 4px 24px;
  }
}

.header-3e-wrapper p,
.header-3e-wrapper a {
  color: var(--white);
  font-size: 16px;
  margin: 0;
}

.header-3e-wrapper p {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .header-3e-wrapper p {
    white-space: wrap;
  }
}

.header-3e-wrapper a {
  text-decoration-line: underline;
  transition: all 150ms ease;
}

  .header-3e-wrapper a:hover,
  .header-3e-wrapper a:focus {
    color: var(--orange);
  }


#shared-materials-nav-menu-link .icon {
  /* background-image: url('https://content.toxnot.com/hubfs/3e-exchange-icon-color-rgb.png') !important; */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  height: 78px;
  width: 78px;
  margin: 0 auto;
}

#shared-materials-nav-menu-link .icon img {
  /* display: none; */
}

.nav-menu-content.shaded .title {
  color: var(--dark-blue) !important;
}




/* HOMEPAGE */

.cta-button.cta-button-primary {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
  color: #fff;
}

.cta-button.cta-button-primary:focus,
.cta-button.cta-button-primary:hover {
  background-color: var(--light-orange) !important;
  border-color: var(--light-orange) !important;
  color: #fff;
}



/* Homepage */
.test { border: 1px solid #333; }


#why-section h2 {
  color: var(--orange) !important;
}

#why-section .why-callouts .callout .subtitle {
  color: var(--dark-blue);
}

#wave-top img { opacity: 0; }

#wave-bottom { display: none; }

#value-props-section { background-color: var(--light-gray) !important; }

#value-props-section #how-it-works-video-container .panel {
  background: var(--dark-blue);
}

#value-props-section .value-prop h1 {
  color: var(--orange) !important;
}


#wrap-up-section {
  background-color: var(--light-blue) !important;
  background-image: none;
}


#metrics-section {
  /* background: var(--light-gray); */
  padding: 80px 0 !important;
}


.learn-more-link,
.learn-more-anchor {
  color: var(--light-blue) !important;
}

.learn-more-link:focus,
.learn-more-anchor:focus,
.learn-more-link:hover,
.learn-more-anchor:hover {
  color: var(--dark-blue) !important;
}




/* Features */
.heading-text-container h1 {
  color: var(--dark-blue) !important;
}

#features-root {
  background-color: var(--white) !important;
}

#customers-section {
  background-color: var(--light-blue) !important;
}


/* Sign-in / Sign-up */
.btn-toxnot-bootstrap-4-complement,
.btn-toxnot-bootstrap-4-primary {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}

.btn-toxnot-bootstrap-4-complement:focus,
.btn-toxnot-bootstrap-4-complement:hover,
.btn-toxnot-bootstrap-4-primary:focus,
.btn-toxnot-bootstrap-4-primary:hover {
  background-color: var(--light-orange) !important;
  border-color: var(--light-orange) !important;
}


/* SDS Grader */
#heading-section {
  background-color: var(--light-gray) !important;
}

#heading-section h1,
#heading-section h2,
#heading-section p,
#heading-section li {
  color: var(--dark-blue) !important;
}





footer {
  background: var(--dark-blue) !important;
}

footer ul > li:first-child {
  color: var(--orange) !important;
  margin-bottom: 0.5rem;
}

footer ul > li > a {
  text-transform: capitalize !important;
}


.footer-3e-wrapper {
  background-color: var(--white) !important;;
  font-family: Helvetica Neue;
  min-height: 172px;
  padding: 33px 0;
}

.footer-3e-wrapper .logo {
  display: block;
  height: 40px;
  width: 120px;
}

@media (max-width: 767px) {
  .footer-3e-wrapper .logo {
    height: 36px;
    width: 108px;
  }
}


.footer-3e-wrapper .footer-top-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}

.footer-3e-wrapper .footer-bottom-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 64px;
}

@media (max-width: 1199px) {
  .footer-3e-wrapper .footer-bottom-row {
    justify-content: center;
    gap: 24px 48px;
  }
}

/* @media (max-width: 991px) {
  .footer-3e-wrapper .footer-bottom-row {
    justify-content: center;
    gap: 24px 48px;
  }
} */

.footer-3e-wrapper p {
  color: var(--gray);
  font-size: 14px;
}

.footer-3e-wrapper .footer-bottom-row p {
  margin-bottom: 24px;
}

.footer-3e-wrapper a {
  color: var(--gray);
  font-size: 14px;
  transition: all 150ms ease;
}

  .footer-3e-wrapper a:hover,
  .footer-3e-wrapper a:focus {
    color: var(--black);
  }



.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}

@media (max-width: 991px) {
  .social-icons {
    gap: 32px;
  }
}

 @media (max-width: 350px) {
  .social-icons {
    gap: 24px;
  }
}

.social-icons .social-icon {
  /* background-color: var(--gray); */
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 4px;
  display: block;
  padding: 13px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .social-icons .social-icon {
    width: 40px;
    height: 40px;
  }
}

.social-icon:focus,
.social-icon:hover {
  background-color: var(--light-gray);
}

.social-icon.social-linkedin {
  background-image: url('https://content.toxnot.com/hubfs/social-linkedin.png');
}

.social-icon.social-twitter {
  background-image: url('https://content.toxnot.com/hubfs/social-x-twitter.png');
}

.social-icon.social-instagram {
  background-image: url('https://content.toxnot.com/hubfs/social-instagram.png');
}
