:root {
	--primary-color: #2A2F47;
	--secondary-color: #2A2F47;
	--primary-hover: #222639;
	--primary60: #2A2F47;
	--primary70: #222639;
	--secondary60: #2A2F47;
}

/* kill the ATS wrapper styles */
#custom-html-container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 36px 0 !important;
}

/* this is the gray framed box */
#custom-html-container .text-block-grey.user-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* your actual card */
.cne-intro-box {
  background: #ffffff;
  border-top: 8px solid #ed1c24;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.10);
  padding: 36px 42px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

/* text */
.cne-intro-box p {
  margin: 0;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 1.5;
}

.cne-intro-box p + p {
  margin-top: 22px;
}

/* BODY FONT */
body {
  font-family: "proxima-nova", Arial, sans-serif;
}

/* MAIN HEADING */
#careers-page-header .company-logo h1 {
  font-family: "berthold-baskerville-pro", Georgia, serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0.2px;
  line-height: 1.1;
}

/* YOUR INTRO TEXT */
.cne-intro-box p {
  font-family: "proxima-nova", Arial, sans-serif;
}

#career-opportunities h1 {
  font-family: "berthold-baskerville-pro", Georgia, serif !important;
  font-weight: 700 !important;
  font-style: normal !important;

  font-size: 28px !important; /* smaller than main title */
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.cne-intro-box a.contact-link {
  color: #ed1c24 !important;
  text-decoration: none !important;
  font-weight: 600;
  transition: color 0.2s ease;
}

.cne-intro-box a.contact-link:hover,
.cne-intro-box a.contact-link:focus,
.cne-intro-box a.contact-link:active {
  color: #6f6f6f !important; /* medium gray */
  text-decoration: none !important;
}
