/* R1Med, Version 3 with Account Info */

/* #region Standard elements */
body {
  background-color: #ffffff;
  font-family: "Inter", serif;
  font-size: 17px;
  line-height: 1.6;
}

main {
  background-color: #ffffff;
  padding-top: 20px;
}

input,
select,
textarea {
  font-family: "Inter", serif;
}

h1,
h2,
h3 {
  font-family: "Inter", serif;
}

input[type="submit"],
a.linkButton,
label.linkButton,
button {
  background-color: #11181f;
  font-size: 17px;
  font-weight: 700;
}

input[type="submit"]:hover,
a.linkButton:hover,
label.linkButton:hover,
button:hover {
  background-color: #444b52;
}

.red {
  color: #11181f;
}

/* #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 {
  background-color: #ffffff;
  top: 0;
  left: 0;
  height: 156px;
  z-index: 9999;
  border-bottom: 1px solid rgb(226, 226, 226);
  overflow: visible;
  padding-top: 15px;
}

header .wrapperWide {
  margin: 0 40px;
}

#boardLogo {
  max-width: 324px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: flex;
}

#boardLogo img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}

.accountInfo {
  display: inline-block;
  color: rgb(27, 27, 27);
  margin: 2px;
  font-size: 14px;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
}

.accountInfo a {
  background-color: #11181f;
  padding: 0 8px;
  margin: 0;
  line-height: 26px;
}

.accountInfo a:first-of-type {
  display: none;
}
/* #endregion */

/* #region Menu */
nav {
  background-color: transparent;
  color: #11181f;
  margin: -10px auto;
}

nav span,
nav a {
  font-size: 17px;
  white-space: nowrap;
  line-height: 1.2;
  padding-bottom: 10px;
}

nav > ul > li:hover,
nav > ul a:hover {
  background-color: transparent;
  text-decoration: underline;
}

nav > ul > li {
  padding: 0 4px 4px 16px;
}

nav a:hover {
  color: #11181f;
}

nav > ul > li > a,
nav > ul > li > span {
  padding: 0 10px;
}

nav ul li > ul {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  padding: 8px 16px;
  background-color: #ffffff;
  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 {
  background-color: #11181f;
  color: #ffffff;
}

footer .social p {
  margin-top: 0;
}

footer .footerHeader {
  color: #ffffff;
  font-weight: bold;
  padding-top: 20px;
}

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: rgb(198, 198, 198);
}

footer .social {
  text-align: right;
  display: block;
  padding-top: 10px;
  margin-top: 25%;
}

footer .social .fa {
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: none;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 38px;
}

footer .fa:hover {
  border: none;
}

footer .fa-facebook:hover {
  background-color: #3b5998;
}

footer .fa-twitter:hover {
  background-color: #00aced;
}

footer .fa-linkedin:hover {
  background-color: #007bb6;
}

footer .fa-youtube:hover {
  background-color: #971e1e;
}

footer .fa-instagram:hover {
  background-image: url("https://siteresource.blob.core.windows.net/assets/prod/g3va/Instagram3-Background-Gradient3.png");
}

footer .subfooter a {
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

footer .address {
  width: 100%;
}

footer .address img {
  text-align: left;
  max-width: 175px;
  margin-top: -9px;
}

footer .termsPriv {
  text-align: right;
}

/* #endregion */

/* #region HomePage */

.homeContainer {
  background-color: #ffffff;
}

.homeContainer h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 10px 0;
  text-shadow: 2px 2px 0px rgb(255 255 255 / 30%);
}

#homeWelcome {
  background-color: #11181f;
  border-radius: 50%;
  height: 320px;
  width: 320px;
  padding: 40px;
  float: right;
}

#homeWelcome .linkButton {
  background-color: #ffffff;
  color: rgb(48, 48, 48);
  font-size: 16px;
  letter-spacing: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#homeWelcome .linkButton:hover {
  color: #11181f;
}

.homeContainer h2 {
  margin: 20px 0;
  font-weight: 400;
}

.homeContainer h3 {
  margin: 10px 0;
}

.homeContainer .wrapper {
  z-index: 999;
}

.homeTop {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Hero1.jpg")
      no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Hero1.jpg")
      no-repeat;
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Hero1.jpg")
      no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Hero1.jpg")
      no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  min-height: 500px;
}

.homeContainer:nth-of-type(1) * {
  -webkit-transition: opacity 0s !important;
  -moz-transition: opacity 0s !important;
  -o-transition: opacity 0s !important;
  transition: opacity 0s !important;
}

.homeContainer .wrapper {
  text-align: center;
}

.homeInfo .wrapper,
.homeInfoWhy .wrapper {
  max-width: 1300px;
}

.homeInfo,
.homeInfoWhy {
  padding: 20px 0;
  background-color: #f2f2f2;
}

.homeInfoBoxes,
.homeInfoBoxesWhy {
  margin: 10px 20px;
  padding: 10px;
  color: rgb(94, 94, 94);
  font-size: 18px;
  height: 100%;
  position: relative;
}

.homeInfoBoxesWhy .homeInfoImg {
  position: relative;
  height: 100%;
}

.homeInfoBoxesWhy .homeInfoImg img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.homeInfoText {
  height: 100%;
}

.homeInfoBoxesWhy .homeInfoText {
  text-align: left;
}

.homeInfoTitle {
  text-transform: uppercase;
}

.homeInfoBoxes a {
  color: #11181f;
}

.homeTestimonials {
  background: -webkit-linear-gradient(
      rgba(60, 38, 38, 0.4),
      rgba(60, 38, 38, 0.4)
    ),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Testimonials.jpg")
      no-repeat;
  background: -o-linear-gradient(rgba(60, 38, 38, 0.4), rgba(60, 38, 38, 0.4)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Testimonials.jpg")
      no-repeat;
  background: -moz-linear-gradient(rgba(60, 38, 38, 0.4), rgba(60, 38, 38, 0.4)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Testimonials.jpg")
      no-repeat;
  background: linear-gradient(rgba(60, 38, 38, 0.4), rgba(60, 38, 38, 0.4)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Testimonials.jpg")
      no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  color: #fff;
}

.testimonialTxt {
  font-size: 21px;
}

.homeSubscribe {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Subscribe.jpg")
      no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Subscribe.jpg")
      no-repeat;
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Subscribe.jpg")
      no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://siteresource.blob.core.windows.net/assets/prod/g3va/R1Med-Home-Subscribe.jpg")
      no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  color: #fff;
  border-top: 10px solid #11181f;
  border-bottom: 10px solid #11181f;
}

.homeSubscribe p {
  font-size: 18px;
}

.homeBadges {
  padding: 30px 0 20px 0;
  position: relative;
}

.featuredJob {
  border-radius: 3px;
}

.featuredJob:hover {
  border: 1px solid #11181f;
  background-color: none;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(58, 167, 221, 1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(58, 167, 221, 1);
  box-shadow: inset 0px 0px 10px 0px rgba(58, 167, 221, 1);
  transition: box-shadow 0.2s ease-in-out;
}

.homeButtons {
  display: inline-block;
  background-color: rgba(58, 167, 221, 0.4);
}

.homeButtons input[type="text"],
.homeButtons input[type="submit"],
.homeButtons a {
  vertical-align: middle;
  border: none;
}

.homeButtons input[type="submit"],
.homeButtons a {
  background-color: #11181f;
}

.homeButtons input[type="submit"]:hover,
.homeButtons a:hover {
  background-color: #444b52;
}

/* #endregion */

/* #region Non-Home Page customizations*/
#JobSearch #jobList .premium {
  border-left-color: #11181f;
}

#JobSearch #jobList .listRow .title {
  color: #11181f;
  font-weight: 700;
}

#JobSearch #jobList .listRow .title a {
  font-size: 20px;
}

/*#JobSearch #jobList .socialContainer {
    display: block;
}*/

#JobSearch #jobList .listRow {
  min-height: auto;
}

#JobSearch #jobList .listRow .logo {
  min-height: auto;
}

#JobSearch #jobList .listColumn.company span:nth-of-type(1),
#JobSearch #jobList .listColumn.company span:nth-of-type(2) {
  display: none;
}

#RegisterAccount .container .wrapper {
  text-align: center;
}

#RegisterAccount .container p {
  max-width: 80%;
  text-align: center;
  color: #333333;
  padding: 10px;
  line-height: 28px;
  font-size: 18px;
  margin: 20px auto;
}

#RegisterAccount .js_Info {
  background-color: #f9f9f9;
  position: relative;
  padding: 20px 20px;
  margin: 15px;
  margin-bottom: 40px;
}

#RegisterAccount .grid > .gc-t-1-2:nth-of-type(1) > .js_Info,
#RegisterAccount .grid > .gc-t-1-2:nth-of-type(2) > .js_Info,
#RegisterAccount .grid > .gc-p-1-1:nth-of-type(1) > .js_Info,
#RegisterAccount .grid > .gc-p-1-1:nth-of-type(2) > .js_Info {
  margin-bottom: 10px;
}

#RegisterAccount .js_Info ul {
  text-align: left;
  margin-bottom: 60px;
  padding-left: 20px;
}

#RegisterAccount .js_Info ul li {
  margin-bottom: 10px;
}

#RegisterAccount .js_Info div:last-child {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin-left: -10px;
}

.fa-bell-o,
.fa-user-o,
.fa-file-text-o {
  font-size: 50px;
  background-color: none;
  color: #666666;
}

#Job #btnApply,
#Job #btnApplyBtm,
#Job #btnPost {
  background-color: #444b52;
}

#Job #btnApply:hover,
#Job #btnApplyBtm:hover,
#Job #btnPost:hover {
  /* background-color: #3aa7dd; */
  background-color: #256b8d;
}
#Job .x-twitterIcon {
  margin-top: 5px;
}
input#btnPostOptions:disabled {
  background-image: none;
  background: #cccccc;
}

.slick-track {
  margin: 0 auto;
}

.featuredEmployers {
  width: calc(100% - 40px);
}

#RegisterEmployer #dateFormat {
  display: none;
}

#Purchase .listColumn {
  padding: 12px 6px;
}

#RegisterContact #timeZone,
#RegisterEmployer #timeZone {
  display: none;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.text-muted {
  color: #868e96 !important;
}

#jobTitles {
  clear: left;
}

#ContactUs p,
#About-Us p {
  font-size: 18px;
  color: rgb(94, 94, 94);
}

#ContactUs #contactInfo {
  width: 100%;
  margin: 0;
}

#ContactUs #contactForm {
  margin: 1em 0;
}

#ContactUs a.link {
  color: #11181f;
}

#About-Us .aboutBoxes {
  padding: 15px;
  margin: 15px;
}

#About-Us .aboutImg {
  text-align: center;
}

#About-Us .aboutImg img {
  border-radius: 50%;
}

#About-Us .aboutTxt {
  text-align: center;
  line-height: 27px;
}

/* #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 rgba(26, 26, 26, 0.7);
  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;
}

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 */

.dashBadge .fa {
  color: #b40101;
}

#jobSearch #lbtnSaveAlert {
  background-color: transparent;
  border: 2px solid #630000;
  color: #630000;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
  outline: 0;
  padding: 0 14px;
  vertical-align: middle;
  text-decoration: none;
  box-sizing: border-box;
}

#jobSearch #lbtnSaveAlert:hover {
  background-color: #630000;
  border: 2px solid #630000;
  color: #ffffff;
}

/* #region NON Billing */

#BoardSettings #currencyFormat,
#BoardSettings #invoiceLogoUrl,
#EmailSettings #lblEmployerNotifications,
#EmailSettings #employerPurchase,
#EmployerDefaults #invoiceTerms,
#EmployerDefaults #invoicing {
  display: none;
}

#Employers #credits,
#employerList #available,
#employerList #balance,
a#lnkPurchase,
#btnPurchase,
#Employer #invoicing {
  display: none;
}

.dashBadge:nth-of-type(5) a.dashLink,
.dashBadge:nth-of-type(5) .badgeHeading,
.dashBadge:nth-of-type(5) .badgeColumn1,
.dashBadge:nth-of-type(5) .badgeColumn2 {
  display: none;
}

#Job .modalInner .contentBlock p {
  display: none;
}

/* #endregion */

/* #region Media Queries */
@media only screen and (max-width: 1023px) {
  #boardLogo {
    max-width: 250px;
    margin-top: 15px;
  }

  nav > ul > li > a,
  nav > ul > li > span {
    padding: 2px 6px;
  }

  footer .social {
    margin-top: auto;
    text-align: center;
  }

  .homeInfoBoxesWhy .homeInfoImg img {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
  }

  .homeInfoBoxesWhy .homeInfoText {
    text-align: center;
  }
}

@media only screen and (max-width: 920px) {
  #boardLogo {
    max-width: 155px;
    margin-top: 0px;
  }

  nav > ul > li > a,
  nav > ul > li > span {
    padding: 2px 5px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    position: relative;
    overflow: visible;
    z-index: 9999;
    height: auto;
  }

  header .accountInfo {
    display: none;
  }

  #boardLogo {
    max-width: 240px;
    padding: 18px 10px;
    float: none;
  }

  .menuButton {
    top: 28px;
  }

  .menuButton span {
    background-color: rgb(27, 27, 27);
  }

  nav {
    margin-top: 0;
    float: none;
    clear: left;
    position: static;
  }

  nav ul li:hover > ul {
    padding: 0;
    background-color: #ffffff;
    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;
  }

  /* Test animation */
  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;
  }

  .homeContainer:nth-of-type(1) {
    padding: 60px;
  }

  #JobSeeker_Info .container:nth-of-type(1) {
    margin-top: auto;
  }

  #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;
  }
}

@media only screen and (max-width: 480px) {
  .homeContainer:nth-of-type(1) {
    padding-top: 30px;
  }

  #boardLogo {
    width: 240px;
    max-width: calc(94% - 36px);
    padding: 18px 10px;
    float: none;
  }

  #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;
  }
}
/* #endregion */
