body {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

b {
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#application {
  padding-bottom: 2rem !important;
}

.logo-container { 
  display: none;
}
.link-container {
  display: flex;
}

.link-container a {
  /* background-image: -webkit-linear-gradient(top, #72bf00, #72bf00) !important; */
  text-align: center;
  margin-right: 0.5rem;
  margin-top: 1rem;
}

.link-container a:hover {
  color: white !important;
}

.link-container {
  text-align: left;
}

a {
  color: rgb(0, 43, 64);
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid;
  line-height: 22px;
  font-size: inherit;
  font-weight: 400;
  display: inline-block;
}

hr {
  background-color: rgb(0, 43, 64) !important;
  margin: 35px 0;
}

#app_body {
  /*  max-width:900px;*/
  max-width: none;
  padding: none !important;
}

#main {
  padding:0 !important;
}

#wrapper {
  padding: 0 !important;
  max-width: none;
}

#wrapper,
#app_body p,
li,
td,
dd,
#application {
  padding-bottom: 8px;
  margin: 0;
  font-weight: 200;
  color: #455a64;
  font-size: 16px;
  line-height: 1.5;
}

#application {
  margin: 0 auto;
  max-width: 550px;
  background-color: #f0f2f3;
  color: rgb(0, 43, 64);
}

#main_fields div.field textarea.paste {
  margin-left: 0;
}

#custom_fields div.field label,
#main_fields div.field label,
#eeoc_fields div.field label {
  font-size: 18px;
  font-weight: 400;
}

#custom_fields div.field label span,
#main_fields div.field label span,
#eeoc_fields div.field label span {
  font-weight: 200;
  color: #455a64;
  font-size: 16px;
  line-height: 1.5;
}
#custom_fields div.field label span div,
#main_fields div.field label span div,
#eeoc_fields div.field label span div {
  margin-top: 1rem;
}

#wrapper #logo {
  display: none;
}

#app_body ul li {
  font-size: 15px;
  line-height: 1.4;
}

#app_body ul ul li {
  font-size: 16px;
  line-height: 1.4;
  list-style: none;
}

a.locate-me,
.link-container > *,
#submit_app {
  width: auto !important;
  padding: 8px 20px 9px !important;
  background-color: #63ac0a !important;
  background-image: none !important;
  color: rgb(0, 43, 64) !important;
  line-height: 19px !important;
  border-radius: 0px;
  border: 0;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  font-family: "Neue-Haas-Medium", Arial, sans-serif;
  /* letter-spacing: 0.7px; */
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-image: none;
  text-shadow: none;
  text-decoration: none;
  font-weight: normal;
  border-radius: 10rem !important;
  margin: 0 5px 20px 5px !important;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.link-container > *:first-child {
  margin-left: 0 !important;
}
.link-container > *:last-child {
  margin-right: 0 !important;
}
.link-container > *:after {
  content: "" !important;
}
a.locate-me {
  margin-left: 0 !important;
  margin-top: 2rem !important;
}
a.locate-me:before {
  content: none !important;
}
a.locate-me:hover,
.link-container > *:hover,
#submit_app:hover {
  color: #fff !important;
  background-color: #002b40 !important;
  text-decoration: none !important;
}
.link-container > a:link {
  color: #002b40;
}

#cover_letter_fieldset legend,
#resume_fieldset legend {
  float: none !important;
  margin-bottom: 1rem;
}

#submit_app:hover,
#submit_app:focus {
  color: white;
}

.bar {
  background-color: #63ac0a !important;
}

a.cancel {
  display: inline-block !important;
  border-bottom: 0;
}
a.cancel,
.attach-or-paste button.remove {
  position: relative;
  display: block;
  vertical-align: middle;
  background-color: #fff !important;
  margin-left: 0.5rem;
  padding: 1rem !important;
  border-radius: 10rem !important;
}
a.cancel:before,
a.cancel:after,
.attach-or-paste button.remove:before,
.attach-or-paste button.remove:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  transform: translate(-50%, -50%)  rotate(45deg);
  background-color: #002b40;
}
a.cancel:after,
.attach-or-paste button.remove:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
a.cancel img,
.attach-or-paste button.remove img {
  display: none;
}

#resume_chosen {
  margin-bottom: 1rem;
}

#main_fields div.field input[type="text"],
#custom_fields div.field input[type="text"],
#eeoc_fields div.field input[type="text"] {
  background-color: rgb(240, 242, 243);
  color: rgb(0, 43, 64);
  font-size: 18px;
  line-height: 27px;
  border-bottom: 1px solid #58595b;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "HelveticaNeueLTStd-Th", Helvetica, Arial, sans-serif;
  width: 90%;
  padding: 12px 0px 6px;
}

#main_fields div.field input[type="text"]:focus,
#custom_fields div.field input[type="text"]:focus,
#eeoc_fields div.field input[type="text"]:focus {
  border-bottom: 1px solid rgb(0, 43, 64);
}

#main_fields div.field label,
#eeoc_fields div.field label {
  float: none;
  width: 100%;
  display: block;
  text-align: left;
  margin-right: 0px;
}

#main_fields .asterisk,
#custom_fields .asterisk,
#eeoc_fields .asterisk {
  color: #ed0181;
}

#main_fields div.field,
#custom_fields div.field,
#eeoc_fields div.field {
  margin-bottom: 25px;
  overflow: visible;
}

#application .heading {
  font-family: "Neue-Haas-Medium", Arial, sans-serif;
  color: rgb(0, 43, 64);
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

#application .apply-with-linkedin small {
  font-size: 14px;
  color: rgb(0, 43, 64);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f8f8f8;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #f8f8f8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #f8f8f8;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #f8f8f8;
}

.awli-text.blue {
  text-align: left;
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

#disability_status_header {
  text-align: left;
  text-decoration: none;
}

.eeoc_form_data ul {
  padding-left: 0;
}

#eeoc_title h3 {
  font-size: 1.17em;
}

.large.blue.sign-out-btn {
  margin-left: 0;
  margin-top: 1rem;
}

#main_fields div.field,
#eeoc_fields div.field,
#custom_fields div.field {
  position: relative;
}
#main_fields div.field select,
#eeoc_fields div.field select,
#custom_fields div.field select {
  margin-top: 1rem;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  padding: 1rem 3rem 1rem 1rem !important;
  height: auto;
  border-radius: 0;
  background: #fff;
  background-image: url('data:image/gif;base64,R0lGODlhDQAGAJEAAIuLi////wAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4yLWMwMDAgNzkuMWI2NWE3OWI0LCAyMDIyLzA2LzEzLTIyOjAxOjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NjA5N0I4MzNDMjAxMUVEQjVDOTlGMUIyQjk4RjhCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NjA5N0I4NDNDMjAxMUVEQjVDOTlGMUIyQjk4RjhCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2MDk3QjgxM0MyMDExRURCNUM5OUYxQjJCOThGOEIxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ2MDk3QjgyM0MyMDExRURCNUM5OUYxQjJCOThGOEIxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAA0ABgAAAhGEjikQpshCe0taB63GUd+qFQA7');
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  cursor: pointer;
}
#main_fields div.field option,
#eeoc_fields div.field option,
#custom_fields div.field option {
  height: auto;
  border: none;
  font-size: 16px;
  padding: 0.5rem;
  cursor: pointer;
}

label {
  cursor: pointer;
}
input[type="checkbox"] {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  top: 0;
  margin-right: 0.125rem;
  transform: translate(0, -2px);
  border: 2px solid #002b40;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #002b40;
}
input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background-color: #fff;
}
input[type="checkbox"]:checked:after {
  width: 65%;
  transform: translate(-33%, -50%) rotate(-45deg);
}
input[type="checkbox"]:checked:before {
  width: 25%;
  transform: translate(-125%, 33%) rotate(45deg);
}

p:nth-of-type(12),
p:nth-of-type(13) {
  display: inline-block !important;
}
#apply_with_buttons {
  padding-bottom: 3rem;
  text-align: center;
}

#apply_with_buttons hr,
#main hr,
#application div.required-fields {
  display: none;
}

strong {
  font-weight: 200;
}

p strong,
p + strong,
h3 + strong {
  font-weight: 600;
}

p + strong,
h3 + strong {
  line-height: 3;
}

a[href="https://www.collibra.com/privacy-statement-for-applicants"], a[href="https://boards.cdn.greenhouse.io/docs/RaceEthnicityDefinitions.pdf"]
{
  margin-bottom: 3rem;
}

#eeoc_title {
  font-size: 18px;
  margin: 3rem 0 2rem;
}

#wrapper p {
  display: block;
  margin-bottom: 1rem;
}

.eeoc_form_data {
  display: none;
}

.eeoc_form_data strong {
  font-weight: 600;
  line-height: 3;
}

a:hover {
  text-decoration: none;
}

.grecaptcha-badge {
  display: none !important;
}

#eeoc_fields:after {
  content: "OMB Control Number 1250-0005\A Expires 04/30/2026";
  white-space: pre;
}