@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrE.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrE.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrE.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrE.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBw.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsBw.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsBw.ttf) format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBw.ttf) format('truetype');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Arimo", sans-serif;
  font-style: normal;
}
* {
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
}
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
p {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.2em;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-up {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.bg-primary {
  background: #062a36;
}
.bg-white {
  background: #fff;
}
.mb-15 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 100px;
}
.mt-15 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 100px;
}
body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  color: #1B0826;
  font-weight: normal;
  font-style: normal;
  font-family: "Arimo", sans-serif;
}
.clear {
  clar: both;
  float: none;
}
.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.site {
  position: relative;
  overflow: hidden;
}
.search-wrap {
  width: 100%;
}
.search-wrap input {
  height: 55px;
  border-radius: 30px;
  max-width: 100%;
  border: 3px solid transparent;
  /* Make the border itself transparent */
  background: linear-gradient(#fff, #fff) padding-box, /* Input background */ linear-gradient(to right, #083b4c, #108ab1, #02bbf9, #01f4d4, #0ad79f, #9b5de4, #ffd167, #f15bb5, #ef466f) border-box;
  /* Gradient border */
}
.home-header {
  padding-top: 160px;
  background-image: url(/assets/img/hero-background.jpg);
}
.home-header .h2 {
  font-weight: 700;
}
.home-banner-links {
  background: #FFF;
}
.home-logo {
  max-width: 350px;
}
.home-ads {
  background: #FAF7F2;
  padding: 100px 20px;
}
.section-background {
  background: #FAF7F2;
  padding: 50px 20px;
}
@media screen and (min-width: 1024px) {
  .section-background {
    padding: 100px 20px;
  }
}
.section-mt {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .section-mt {
    margin-top: 100px;
  }
}
section {
  padding-left: 20px;
  padding-right: 20px;
}
.section-mb {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .section-mb {
    margin-bottom: 100px;
  }
}
.popular-search {
  display: block;
  text-decoration: none;
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px auto;
  text-align: center;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.popular-search:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.popular-search-content {
  padding: 3px;
}
.popular-search-image {
  display: none;
  max-width: 100%;
  height: auto;
  border-bottom: 2px solid #ccc;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .popular-search-image {
    display: block;
  }
}
.popular-search-text {
  font-size: 1.2rem;
  color: #4a148c;
  /* Adjust color to match your branding */
  margin: 10px 0;
}
.popular-search-section {
  background-color: #062a36;
  padding: 50px 0;
}
.browse-employers-section {
  margin: 100px 0;
}
.browse-employers a {
  display: inline-block;
  margin: 10px;
}
.browse-employers a img {
  max-height: 70px;
  max-width: 130px;
}
.employer-award-logos {
  display: block;
  text-align: center;
  border-top: 1px solid #d8cde5;
  padding: 30px;
  margin-top: 30px;
}
.employer-award-logos img {
  display: inline-block;
  margin: 15px;
  width: auto;
  max-height: 140px;
  max-width: 160px;
}
.employer-info {
  margin-top: 100px;
}
.employer-info .text-block p {
  font-size: 30px;
  font-weight: 700;
}
.employers-logo {
  max-width: 280px;
  margin-bottom: 30px;
}
.employer-page-intro-text a {
  color: #062a36;
  text-decoration: underline;
}
.employer-page-intro-text a:hover {
  text-decoration: none;
}
.employer-page-intro-text ul {
  list-style: disc;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.panel h2 {
  font-size: 40px;
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.employers-actions div {
  display: inline-block;
}
.employers-actions div a {
  margin-right: 30px;
  text-decoration: none;
}
.employers-actions div p,
.employers-actions div ul {
  display: inline-block;
}
.employers-actions div .social li a {
  width: 100%;
  height: 100%;
  font-size: 20px;
  margin-left: 0;
  margin-right: 10px;
  color: #062a36;
}
.employers-actions div .social li a:hover {
  color: #000;
}
.apply-steps {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  border: 2px solid #bab2a4 !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .apply-steps {
    min-height: 280px;
  }
}
.accordion {
  background-color: #FAF7F2;
  border: 2px solid #bab2a4 !important;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-bottom: 10px;
}
.accordion:hover,
.accordion.active {
  background-color: #f4f4ff;
  border: 2px solid #062a36;
  color: #062a36;
}
.accordion:focus {
  border: 2px solid #f4f4ff;
  background-color: #f4f4ff;
  color: #062a36;
  outline: none;
}
.accordion:after {
  content: '\002B';
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion.active:after {
  content: "\2212";
}
.panel {
  padding: 30px 20px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.panel h1 {
  margin-bottom: 1em;
}
.panel p a {
  color: #062a36;
  text-decoration: underline;
}
.panel p a:hover {
  text-decoration: none;
}
.panel ul {
  list-style: disc;
  margin-bottom: 1.5em;
  padding-left: 30px;
}
.panel ul li {
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  .panel {
    padding: 30px 8rem;
  }
}
.panel.show {
  display: block;
}
.browse-by-header {
  background-color: #062a36;
  border-radius: 10px;
  border: 2px solid #062a36;
  color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-bottom: 10px;
}
.browse-by-header:hover,
.browse-by-header.active {
  background-color: #f4f4ff;
  border: 2px solid #062a36;
  color: #062a36;
}
.browse-by-header:focus {
  border: 2px solid #f4f4ff;
  background-color: #f4f4ff;
  color: #062a36;
  outline: none;
}
.footer-logo-wrap h5 {
  font-size: 1.2em;
  font-weight: 700;
}
.jgp-logo {
  max-width: 200px;
  margin-bottom: 20px;
}
.footer-header {
  margin-bottom: 20px;
}
.footer-nav li {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer-nav li a {
  text-decoration: none;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .footer-nav li a {
    font-size: 17px;
  }
}
.accessibility-statement main ul {
  padding-left: 1.5em;
  list-style: disc;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=main.css.map */