/* Version 3, Displaced by DOGE */

/* #region Standard elements */
body {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #141921;
  font-size: 18px;
  line-height: 27px;
}

.wrapper {
  max-width: 1440px;
}

main {
  margin-top: 114px;
  background-color: #ffffff;
  padding-top: 20px;
}

main .wrapper {
  max-width: 1170px;
}

input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #141921;
}

.formLabel {
  color: #141921;
}

.contentBlock #cbMore ~ label {
  color: #007d7d;
}

#filterExpander label {
  color: #007d7d;
}

#JobSearch .advancedBlock #cbAdvanced ~ label,
#JobSearch #cbShowMap ~ label {
  color: #007d7d;
}

.listContainer {
  border-top: 1px solid #007d7d;
  border-bottom: 1px solid #007d7d;
}

.listHeaderColumn {
  color: #007d7d;
}

#Job h2.subTitle #lblOutLocation {
  color: #007d7d;
}

#ApplyHistoryJob h2 #lblOutLocation {
  color: #007d7d;
}

.listHeaderRow {
  border-bottom: 1px solid #007d7d;
}

.listRow {
  border-bottom: 1px solid #007d7d;
}

label i.cb-unchecked {
  border: 2px solid #141921;
  border-radius: 1px;
}

.formGroup {
  border: 1px solid #007d7d;
  border-radius: 1px;
  padding: 16px 24px !important;
}

/*#Account .formDataLabel, #Contact .formDataLabel, #EmployerInfo .formDataLabel*/
.formDataLabel {
  border: 1px solid #a4b5d5;
  border-radius: 1px;
  padding: 1rem;
  background: #eaeaea;
  font-size: 0.8rem;
  line-height: 1rem;
  min-height: 50px;
}

span#lblOutAddress2 {
  height: 50px;
}

h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #141921;
}

h1,
.homeContainer h1 {
  font-size: 3.25rem;
  line-height: 1.125;
  font-weight: 700;
  text-shadow: none;
}

h2,
.homeContainer h2 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  text-shadow: none;
}

h3,
.homeContainer h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  text-shadow: none;
}

.homeContainer .featuredJobs h3 {
  display: none;
}

p {
  font-size: 18px;
  line-height: 27px;
}

input[type="submit"],
a.linkButton,
label.linkButton,
button,
input[type="submit"].inline,
.linkButton.inline {
  background-color: #007d7d;
  border-radius: 0;
  padding: 16px 24px;
  text-transform: uppercase;
}

input[type="submit"]:hover,
a.linkButton:hover,
label.linkButton:hover,
button:hover {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #007d7d inset;
  color: #007d7d;
}

input[type="submit"].small,
a.linkButton.small,
label.linkButton.small,
button.small {
  padding: 8px 12px;
  border-radius: 1px;
}

::placeholder {
  color: #007d7d;
}

.subHeading {
  color: #141921;
}

.emptyList {
  color: #007d7d;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.text-muted {
  color: #868e96 !important;
}

.contentBlock {
  color: #141921;
}

input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid #007d7d;
  border-radius: 1px;
  padding: 1rem;
  background-color: #f7f7f7;
  font-size: 0.8rem;
  line-height: 1rem;
  min-width: auto;
}

#Dashboard select,
#Purchase input,
.pageSize {
  width: auto;
}

.subject {
  width: 450px !important;
}

.quantity {
  width: 55px;
}

.quantity {
  width: 55px;
}

.featuredJobs .slick-dots {
  bottom: -50px;
}

.featuredInternships .job-widget.medallions-1 .job-widget-row {
  background: #ffffff;
  padding: 0 20px 10px;
  border: 1px solid #007d7d;
}

.featuredInternships .job-widget.medallions-1 .job-widget-title {
  color: #007d7d;
}

/* #endregion */

/* #region CustomInputs */
/*#141921*/
label i.cb-checked {
  border: 2px solid #141921;
  background-color: #141921;
}

label i.cb-checked:after {
  background-color: #141921;
}

label i.rb-selected {
  border: 2px solid #141921;
  background-color: #141921;
}

label i.rb-selected:after {
  background-color: #141921;
}

/* #endregion */

/* #region Header */
header * {
  -webkit-transition: background-color 0.5s ease-in-out, margin 0.5s ease-in-out,
    max-width 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out, margin 0.5s ease-in-out,
    max-width 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out, margin 0.5s ease-in-out,
    max-width 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, margin 0.5s ease-in-out,
    max-width 0.5s ease-in-out;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #141921;
  overflow: visible;
  z-index: 9999;
  height: 114px;
  box-shadow: 0 5px 10px -5px #000000;
}

#boardLogo {
  display: inline-block;
  padding: 10px;
  max-width: 500px;
  float: left;
  margin-top: 20px;
}

#boardLogo img {
  border-radius: 52px;
  width: 52px;
  height: 52px;
  vertical-align: middle;
  margin-right: 20px;
}

#boardLogo a {
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
}

.accountInfo {
  display: inline-block;
  color: #ffffff;
  margin: 2px;
  font-size: 14px;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
}

.accountInfo a {
  background-color: #141921;
  border-radius: 0;
  padding: 0 8px;
  margin: 0;
  line-height: 26px;
  border: 1px solid #ffffff;
}

.accountInfo a:first-of-type {
  display: none;
}

.accountInfo a:hover {
  color: #007d7d;
  background-color: #141921;
}
/* #endregion */

/* #region Menu */
nav {
  display: inline-block;
  width: auto;
  background-color: transparent;
  float: right;
  clear: right;
  margin-top: -10px;
}

nav span,
nav a {
  font-size: 19px;
  white-space: nowrap;
  line-height: 26px;
}

nav a#lnkLOGIN {
  border: 1px solid #ffffff;
}

nav a#lnkLOGIN:hover {
  background-color: #ffffff;
  color: #141921;
}

nav a#lnkREGISTERNOW {
  background-color: #007d7d;
  border: 1px solid #007d7d;
}

nav a#lnkREGISTERNOW:hover {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #007d7d inset;
  color: #007d7d;
}

nav ul ul a {
  font-size: 15px;
  line-height: 28px;
}

nav > ul > li:hover,
nav > ul a:hover {
  background-color: transparent;
}

nav > ul > li {
  padding: 4px 4px 4px 16px;
}

nav a:hover {
  color: #007d7d;
}

nav > ul > li > a,
nav > ul > li > span {
  padding: 16px 24px;
}

nav ul li > ul {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  padding: 8px 16px;
  background-color: #141921;
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
  box-shadow: 0 6px 21px -5px #000000;
  transition: max-height 0.1s ease, opacity 0.1s ease;
}

nav ul li:hover > ul {
  max-height: 800px;
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.7s ease;
}

/* #endregion */

/* #region Footer */
footer {
  color: #141921;
  padding: 3.5rem 0;
  border-top: 1rem solid #007d7d;
  background-color: #e5e9ee;
  font-size: 12px;
}

footer p {
  font-size: 12px;
  line-height: 18px;
}

footer .wrapper {
  max-width: 1500px;
}

footer .social p {
  margin-top: 0;
}

footer .footerHeader {
  color: #007d7d;
  font-weight: bold;
}

footer .subfooter {
  margin-top: 20px;
  text-align: left;
}

footer .links {
  text-align: left;
  width: 100%;
}

footer ul {
  margin: 0.75em -1em;
  padding: 0 1em;
  list-style: none;
}

footer li {
  line-height: 1.5em;
}

footer a:hover {
  color: #007d7d;
}

.foot-nav__link {
  display: block;
  margin: 0.5rem 0;
  transition-duration: 0.25s;
  transition-property: color;
}

.social-nav__copyrights {
  margin-top: 1.5rem;
  text-align: center;
  white-space: normal;
}

footer .social {
  text-align: center;
  display: block;
  padding-top: 10px;
}

footer .social .fa {
  color: #141921;
  background: none;
  font-size: 30px;
  padding: 0 30px;
  display: inline-block;
}

footer .social .x-twitterIcon {
  height: 34px;
  width: 34px;
  margin: -13px 0 5px 0;
  background: transparent
    url(https://siteresource.blob.core.windows.net/assets/prod/fqqn/x-twitter-002769.svg)
    center center;
  background-color: transparent;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

footer .social .fa:hover {
  border: none;
  color: #007d7d;
}

footer .social .x-twitterIcon:hover {
  height: 40px;
  width: 40px;
  margin: -13px 0 5px 0;
  background: transparent
    url(https://siteresource.blob.core.windows.net/assets/prod/fqqn/x-twitter-3681c1.svg)
    center center;
  background-color: transparent;
  background-size: 38px 38px;
  background-repeat: no-repeat;
}

footer .social img {
  vertical-align: bottom;
}

footer .subfooter a {
  text-decoration: none;
}

footer .address {
  float: left;
  position: relative;
  display: inline-block;
}

footer .footLogo {
  display: inline-block;
  float: left;
}

footer .footLogo img {
  max-width: 114px;
  margin-top: -9px;
  margin-right: 20px;
}

footer .termsPriv {
  text-align: right;
}

/* #endregion */

/* #region Top section HomePage */

.headline {
  position: relative;
  padding-top: calc(8rem + 3px);
  padding-bottom: 4rem;
  background-color: #141921;
  color: #fff;
}

.section--alt {
  margin: 0;
  padding: 4% 0;
  margin-top: 114px;
}

.section--alt .container {
  flex-grow: 1;
  max-width: 75rem;
  padding: 0 1.5rem;
}

.headline__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  overflow: hidden;
  background-position: 50% 69%;
  background-size: cover;
}

.headline__bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-top: 16rem solid #007d7d;
  border-right: 8rem solid transparent;
  border-bottom: 16rem solid transparent;
  border-left: 8rem solid #007d7d;
}

.headline__bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-top: 15rem solid #141921;
  border-right: 7.5rem solid transparent;
  border-bottom: 15rem solid transparent;
  border-left: 7.5rem solid #141921;
}

.headline__cont {
  position: relative;
  z-index: 1;
  max-width: 33.334%;
  margin-left: 12%;
}

.headline__cont a {
  position: relative;
  display: inline-block;
  color: #3aa1fa;
  text-decoration: none;
  font-weight: 700;
}

.bread-crumbs a {
  opacity: 0.5;
  transition-duration: 0.25s;
  transition-property: opacity;
}

.bread-crumbs::after {
  content: "\00a0";
}

.headline h1 {
  margin-right: -10rem;
  color: #ffffff;
}

h1,
.h1 {
  font-size: 3.375rem;
  line-height: 1.125;
  font-weight: 700;
}

.homeSearch {
  display: inline-block;
}

.homeSearch .fa {
  color: #141921;
  background: #3aa1fa;
  border-radius: 50%;
  font-size: 20px;
  padding: 5px;
  margin-left: 20px;
}

.homeCTA .wrapper {
  max-width: 900px;
}

/* #endregion */

/* #region HomePage */
.homeContainer {
  background-color: #ffffff;
}

.homeContainer .wrapper {
  z-index: 999;
}

.homeJS {
  background: url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/Displaced-by-DOGE-Job-Board-home.jpg")
    no-repeat;
  background-position: center 10%;
  background-size: cover;
  padding-top: 140px;
  position: relative;
}

.homeJS * {
  -webkit-transition: opacity 0s !important;
  -moz-transition: opacity 0s !important;
  -o-transition: opacity 0s !important;
  transition: opacity 0s !important;
}

.homeLtBlue {
  background-color: #f4f6fa;
  padding: 3%;
  text-align: center;
}

.homeLtBlue .homeButtons {
  margin: 0;
}

.homeLtBlue .homeButtons #keywords,
.homeLtBlue .homeButtons #location {
  border-radius: 1px;
  padding: 16px 24px;
  height: auto;
  width: 320px;
}

.homeLtBlue h2 {
  color: #141921;
  margin: 0 0 30px;
}

.homeCTA {
  background-color: #ffffff;
  color: #141921;
  padding: 30px 20px;
}

.homeCTA .homeButtons {
  margin: 0;
}

.homeCTA .homeButtons a {
  background-color: transparent;
  color: #007d7d;
  border: 2px solid #007d7d;
  padding: 16px 24px;
  height: auto;
}

.homeCTA .homeButtons a {
  background-color: transparent;
  color: #007d7d;
  border: 2px solid #007d7d;
  padding: 16px 24px;
  height: auto;
}

.homeCTA .homeButtons a:hover {
  background-color: #007d7d;
  color: #ffffff;
  border: 2px solid #007d7d;
}

.homeMap {
  padding: 0;
  height: 500px;
}

.leaflet-tile-container {
  filter: grayscale(1);
}

.markerPin {
  background-image: url(https://siteresource.blob.core.windows.net/assets/prod/dnzc/DisbyDOGEpin.png);
  background-repeat: no-repeat;
}

.markerPin span,
.marker-cluster span {
  padding-top: 5px;
  font-size: 10px;
}

.marker-cluster-small {
  background-color: rgba(58, 161, 250, 0.3);
  height: 36px !important;
  width: 36px !important;
  border-radius: 18px !important;
}

.marker-cluster-small div {
  background-color: rgba(58, 161, 250, 0.9);
  height: 26px !important;
  width: 26px !important;
  border-radius: 13px !important;
}

.marker-cluster-medium {
  background-color: rgba(160, 0, 31, 0.3);
}

.marker-cluster-medium div {
  background-color: rgba(160, 0, 31, 0.5);
}

.marker-cluster-large {
  background-color: rgba(0, 39, 96, 0.3);
  height: 44px !important;
  width: 44px !important;
  border-radius: 22px !important;
}

.marker-cluster-large div {
  background-color: rgba(0, 39, 96, 0.5);
  height: 34px !important;
  width: 34px !important;
  border-radius: 17px !important;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: rgba(58, 161, 250, 0.3);
}

.leaflet-oldie .marker-cluster-small div {
  background-color: rgba(58, 161, 250, 0.9);
}

.leaflet-oldie .marker-cluster-medium {
  background-color: rgba(160, 0, 31, 0.3);
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: rgba(160, 0, 31, 0.5);
}

.leaflet-oldie .marker-cluster-large {
  background-color: rgba(0, 39, 96, 0.3);
}

.leaflet-oldie .marker-cluster-large div {
  background-color: rgba(0, 39, 96, 0.5);
}

.homeFeatured {
  background-color: #f4f6fa;
  padding: 3%;
}

.homeFeatured h3 {
  font-size: 65px;
  line-height: 73.125px;
  font-weight: 700;
  text-shadow: none;
  margin: 20px 0 40px;
}

.featuredEmployer {
  height: 110px;
}

.featuredEmployer img {
  max-width: 250px;
  max-height: 100px;
}

.featuredEmployers h3 {
  display: none;
}

.homeEmp {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/Displaced-by-DOGE-Job-Board.jpg")
      no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/Displaced-by-DOGE-Job-Board.jpg")
      no-repeat;
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/Displaced-by-DOGE-Job-Board.jpg")
      no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/Displaced-by-DOGE-Job-Board.jpg")
      no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.homeContainer .wrapper {
  text-align: center;
}

.featuredJob {
  border-radius: 0;
  padding: 0 20px 10px;
  border: 1px solid #007d7d;
}

.featuredJob:hover {
  border: 1px solid #b3b3b3;
  background-color: none;
}

.featuredJob .jobTitle {
  color: #007d7d;
}

.featuredJob .employerName {
  color: #141921;
}

.featuredJob .postedSince {
  display: none;
}

.featuredJob .location {
  color: #141921;
}

.homeButtons {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
}

.homeButtons input[type="text"] {
  vertical-align: middle;
  border: 1px solid #007d7d;
  border-radius: 0;
}

.homeButtons input[type="submit"],
.homeButtons a {
  background-color: #007d7d;
  padding: 16px 24px;
  height: auto;
  border-radius: 0;
}

.homeButtons input[type="submit"]:hover,
.homeButtons a:hover {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #007d7d inset;
  color: #007d7d;
}

.button1 {
  display: inline-block;
  padding-right: 16px;
}

.button1 a {
  background-color: transparent;
  border: 2px solid #ffffff;
}

.button1 a:hover {
  background-color: #007d7d;
  color: #ffffff;
  border: none;
}

/* #endregion */

/* #region Non-Home Page customizations*/
#JobSearch #locationRadius {
  clear: left;
}

#JobSearch #jobList .premium {
  border-left: 20px solid #007d7d !important;
}

#JobSearch #jobList .listRow {
  width: 100%;
  border-radius: 1px;
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid #007d7d;
}

#JobSearch #jobList .listRow .title {
  color: #141921;
}

#JobSearch #jobList .listRow .title a {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}

#JobSearch #jobList .listRow .company {
  font-size: 1.25rem;
  line-height: 1.25;
}

#JobSearch #jobList .listRow .logo {
  display: inline-block;
  float: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#JobSearch #jobList .listRow .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#JobSearch #jobList .listRow .abstract {
  width: calc(100% - 200px);
  padding-right: 10px;
}

#JobSearch #jobList .socialContainer {
  display: block;
  width: 35%;
}

#JobSearch #btnSearch,
#JobSearch #btnSearch2,
#JobSearch #btnReset,
#JobSearch #btnReset2 {
  margin-top: 33px;
  padding: 16px;
}

#JobSearch .advancedBlock #cbAdvanced ~ label {
  color: #007d7d;
}

#JobSearch #jobList .listRow .abstract {
  color: #141921;
}

#JobSearch #searchAI input + label:first-of-type,
#ResumeSearch #searchAI input + label:first-of-type {
  border-radius: 0 0 0 0;
}

#JobSearch #searchAI input + label:last-of-type,
#ResumeSearch #searchAI input + label:last-of-type {
  border-radius: 0 0 0 0;
}

#JobSearch #searchAI input:checked + label,
#ResumeSearch #searchAI input:checked + label {
  background-color: #007d7d;
  border-color: #007d7d;
  border-bottom: 1px solid #007d7d;
}

.dashBadge .fa {
  color: #141921;
}

#jobList a,
#jobList a:link,
#jobList a:visited,
#Job a,
#Job a:link,
#Job a:visited {
  color: #141921;
}

#jobList a:hover,
Job a:hover {
  color: #141921;
}

#JobSeeker #salary,
#JobSeeker #salaryPeriod {
  display: none;
}

#Job[data-user-context="jobSeeker"] .x-twitterIcon {
  margin-top: 8px;
}

#Job #fixedBtns {
  position: fixed;
  top: 114px;
  background-color: #ffffff;
}

#Job #relativeBtns {
  position: relative;
  top: 0;
  background-color: transparent;
}

input#btnPostOptions:disabled {
  background-image: none;
  background: #cccccc;
}

.slick-track {
  margin: 0 auto;
}

.featuredEmployers {
  width: calc(100% - 40px);
}

#RegisterEmployer #dateFormat,
#RegisterEmployer #timeZone,
#RegisterContact #timeZone {
  display: none;
}

#registerEmployerContainer {
  margin-top: 5%;
}

#Purchase .listColumn {
  padding: 12px 6px;
}

.contentBlock p,
.contentBlock ul li {
  font-size: 14px;
}

.contentBlock p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.contentBlock ul {
  margin-top: 0;
}

.contentBlock #cbMore ~ label:after {
  content: "[ + ] Show More";
}

.contentBlock #cbMore:checked ~ label:after {
  content: "[ - ] Show Less";
}

#ContactUs .contentBlock {
  float: left;
  width: 50%;
}

#ContactUs #contactInfo {
  margin: 0;
}

#EmployerDefaults #htmlJobDescription {
  display: none;
}

#Employer #lblFreePostingDays,
#EmployerDefaults #lblFreePostingDays {
  font-size: 80%;
  vertical-align: middle;
}

#Employer #htmlJobDescription {
  display: none;
}

#EmployerJobs .listRow .title {
  width: 100%;
  max-width: 100%;
}

#loginContainer h1 {
  color: #007d7d;
}

#resetLink a {
  color: #007d7d;
  text-decoration: none;
}

#resetLink a:hover {
  text-decoration: underline;
}

#Account #btnDeleteAccount {
  display: none;
}

a#lnkPurchase {
  display: none;
}

.password {
  width: 360px;
}

/* #endregion */

/*#region #JobSeeker_Info*/
#JobSeeker_Info .container {
  background-color: #ffffff;
}

#JobSeeker_Info .container .wrapper {
  text-align: center;
}

#JobSeeker_Info .linkButton,
#JobSeeker_Info input[type="submit"] {
  min-width: 180px;
}

#JobSeeker_Info .container:nth-of-type(1) {
  background: url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/pexels-photo-2862155.jpeg")
    no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/pexels-photo-2862155.jpeg")
      no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/pexels-photo-2862155.jpeg")
      no-repeat;
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/pexels-photo-2862155.jpeg")
      no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://siteresource.blob.core.windows.net/assets/prod/dnzc/pexels-photo-2862155.jpeg")
      no-repeat;
  position: relative;
  background-position: center 10%;
  background-size: cover;
  margin-top: 114px;
  padding: 120px 0;
  overflow: hidden;
}

#JobSeeker_Info .container:nth-of-type(1) h1 {
  text-align: center;
  color: #ffffff;
  font-size: 500%;
}

#JobSeeker_Info .container:nth-of-type(1) h2 {
  text-align: center;
  color: #ffffff;
  font-size: 300%;
}

#JobSeeker_Info .container p {
  max-width: 80%;
  text-align: center;
  padding: 10px;
  line-height: 28px;
  font-size: 18px;
  margin: 20px auto;
}

#JobSeeker_Info .container:nth-of-type(2) {
  padding: 20px 0;
}

#JobSeeker_Info .js_Info {
  background-color: #f3f3f3;
  position: relative;
  padding: 20px 20px 50px;
  margin: 10px;
  margin-bottom: 40px;
}

#JobSeeker_Info .grid > .gc-t-1-2:nth-of-type(1) > .js_Info,
#JobSeeker_Info .grid > .gc-t-1-2:nth-of-type(2) > .js_Info,
#JobSeeker_Info .grid > .gc-p-1-1:nth-of-type(1) > .js_Info,
#JobSeeker_Info .grid > .gc-p-1-1:nth-of-type(2) > .js_Info {
  margin-bottom: 10px;
}

#JobSeeker_Info .js_Info ul {
  text-align: left;
  margin-bottom: 100px;
  padding-left: 20px;
}

#JobSeeker_Info .js_Info ul li {
  margin-bottom: 10px;
}

#JobSeeker_Info .js_Info div:last-child {
  position: absolute;
  bottom: 35px;
  width: 100%;
  margin-left: -20px;
}

.js_Info .fa {
  font-size: 50px;
  color: #007d7d;
  padding: 20px 0;
}

/* #endregion */

/* #region FAQ pages */
#faqJS h1,
#faqEmp h1 {
  padding-bottom: 20px;
}

#faqJS .container:nth-of-type(1),
#faqEmp .container:nth-of-type(1) {
  padding: 20px;
  text-align: left;
  min-height: 580px;
}

#faqJS .topic,
#faqEmp .topic {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

#faqJS .topic .question,
#faqEmp .topic .question {
  font-size: 120%;
  cursor: pointer;
  padding-left: 25px;
}

#faqJS .topic .reveal,
#faqEmp .topic .reveal {
  display: none;
}

#faqJS .topic .details,
#faqEmp .topic .details {
  display: none;
}

.marginL20-10 {
  margin-left: 20px;
}

.marginL30-20 {
  margin-left: 30px;
}

.marginL10-5 {
  margin-left: 10px;
}

i.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 14px;
}

i.arrow.up {
  top: 19px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* #endregion */

/* #region Media Queries */
@media only screen and (max-width: 1023px) {
  #boardLogo {
    max-width: 300px;
  }

  nav span,
  nav a {
    font-size: 16px;
  }

  nav > ul > li > a,
  nav > ul > li > span {
    padding: 2px 6px;
  }

  footer .footLogo {
    float: none;
  }

  footer .footLogo img {
    margin-top: 42px;
    margin-right: 0;
  }

  footer .social {
    margin-top: auto;
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 920px) {
  #boardLogo {
    max-width: 300px;
    margin-top: 12px;
  }

  nav span,
  nav a {
    font-size: 15px;
  }

  nav > ul > li > a,
  nav > ul > li > span {
    padding: 2px 5px;
  }

  #JobSearch #jobList .socialContainer {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  header {
    position: relative;
    background-color: #141921;
    overflow: visible;
    z-index: 9999;
    height: auto;
  }

  header .accountInfo {
    display: none;
  }

  #boardLogo {
    max-width: 240px;
    padding: 18px 10px;
    float: none;
  }

  .menuButton {
    top: 28px;
  }

  nav {
    margin-top: 0;
    float: none;
    clear: left;
    position: static;
  }

  nav ul li:hover > ul {
    padding: 0;
    background-color: #141921;
    border-top: 1px solid #505050;
  }

  nav li a,
  nav li span {
    border-bottom: 1px solid #505050;
  }

  nav > ul > li > a,
  nav > ul > li > span {
    padding: 6px 12px;
  }

  nav ul ul > li > a,
  nav ul ul > li > span {
    padding: 6px 10px 6px 30px;
  }

  nav > ul > li:first-child > a,
  nav > ul > li:first-child > span {
    border-top: 1px solid #505050;
  }

  nav ul li {
    padding: 0;
  }

  nav > ul > li:last-child a {
    border: none;
  }

  nav li {
    overflow: hidden;
  }

  nav li:hover {
    overflow: visible;
  }

  .menuShow ul ul {
    display: block;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    transition: max-height 0.1s ease, opacity 0.1s ease;
  }

  .menuShow ul li:hover > ul {
    max-height: 800px;
    opacity: 1;
    transition: max-height 1s ease, opacity 1s ease;
  }

  main {
    margin: 0;
  }

  footer .links {
    margin: auto;
    text-align: left;
  }

  footer .address,
  footer .termsPriv {
    text-align: center;
  }

  footer .address {
    margin-top: 10px;
    white-space: normal;
  }

  footer .address .footLogo,
  footer .address .footCopy {
    display: block;
  }

  footer .address .footCopy {
    position: relative;
    bottom: 0;
  }

  footer .address .footCopy p {
    margin-top: 0;
    margin-bottom: 5px;
  }

  footer .social {
    margin: 42px;
  }

  footer .social .x-twitterIcon {
    height: 35px;
    width: 35px;
    background-size: 32px 32px;
  }

  .homeJS {
    padding-top: 60px;
  }

  .hideMobile {
    display: none;
  }

  .homeButtons {
    width: 90%;
  }

  .homeButtons input[type="text"],
  .homeButtons input[type="submit"],
  .homeButtons a {
    width: 100%;
    margin: 4px auto;
  }

  .button1 {
    width: 100%;
    padding-right: 0;
  }

  .homeMap {
    padding: 0 10px;
  }

  .section--alt {
    margin-top: 0;
  }

  .headline {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .headline__bg {
    position: relative;
    width: auto;
    height: 65vw;
    overflow: visible;
    margin: 0 -1.5rem;
    background-position: 50% 127%;
  }

  .headline__bg::after,
  .headline__bg::before {
    top: 100%;
    right: -5rem;
    left: -5rem;
    height: 100%;
    margin-top: -2rem;
    background-color: #141921;
    border: none;
    transform: rotate(5deg);
  }

  .headline__bg::before {
    margin-top: -2.5rem;
    background-color: #007d7d;
  }

  .headline__cont {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: 0 0 4rem;
  }

  .headline h1 {
    margin-right: 0;
    font-size: 40px;
  }

  .headline__cont p,
  .headline__cont ul,
  .headline__cont .p,
  .headline__cont .p--small {
    font-size: 1.125rem;
  }

  .homeLtBlue .homeButtons #keywords,
  .homeLtBlue .homeButtons #location {
    width: 100%;
  }

  .homeLtBlue h2 {
    margin: 0;
  }

  #JobSeeker_Info .container:nth-of-type(1) {
    margin-top: auto;
    padding: 20px 10px;
  }

  #JobSeeker_Info .container:nth-of-type(1) h1 {
    font-size: 300%;
    margin: 40px 0;
  }

  #JobSeeker_Info .container:nth-of-type(1) h2 {
    font-size: 220%;
    margin: 40px 0;
  }

  #JobSearch #jobList .listRow .logo {
    margin: 10px 0;
    display: block;
    position: relative;
  }

  #JobSearch #jobList .listRow .logo img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

  #JobSearch #jobList .listRow .abstract {
    width: auto;
    padding-right: 0;
  }

  #JobSearch #jobList .socialContainer {
    width: auto;
  }

  #Job #fixedBtns {
    top: 0;
    z-index: 999;
  }

  .customFields tbody tr td {
    display: block;
  }

  .customFields input[type="checkbox"],
  .customFields input[type="checkbox"] + label {
    float: left;
  }

  .customFields input[type="checkbox"] {
    clear: left;
  }

  .customFields input[type="checkbox"] + label {
    padding: 0 30px 0 0;
  }

  #faqJS .topic .question,
  #faqEmp .topic .question {
    font-size: 100%;
  }

  #faqJS .topic .details,
  #faqEmp .topic .details {
    font-size: 90%;
  }

  .marginL20-10 {
    margin-left: 10px;
  }

  .marginL30-20 {
    margin-left: 20px;
  }

  .marginL10-5 {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .homeJS {
    padding-top: 30px;
  }

  .homeFeatured {
    padding: 10px;
  }

  .homeContainer h2 {
    font-size: 1.5rem;
  }

  #boardLogo {
    width: 240px;
    max-width: calc(94% - 36px);
    padding: 18px 10px;
    float: none;
  }

  footer .social .fa {
    font-size: 24px;
    padding: 0 20px;
  }

  footer .social .x-twitterIcon {
    height: 24px;
    width: 24px;
    background-size: 25px 25px;
    margin: 0 0 8px 0;
  }

  #JobSeeker_Info .container:nth-of-type(1) h1 {
    font-size: 260%;
    margin: 30px 0;
  }

  #JobSeeker_Info .container:nth-of-type(1) h2 {
    font-size: 200%;
    margin: 30px 0;
  }

  .homeButtons ::placeholder {
    font-size: 80%;
  }
}
/* #endregion */
